Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2026-0672 (GCVE-0-2026-0672)
Vulnerability from cvelistv5 – Published: 2026-01-20 21:52 – Updated: 2026-03-03 14:43| Vendor | Product | Version | |
|---|---|---|---|
| Python Software Foundation | CPython |
Affected:
0 , < 3.10.20
(python)
Affected: 3.11.0 , < 3.11.15 (python) Affected: 3.12.0 , < 3.12.13 (python) Affected: 3.13.0 , < 3.13.12 (python) Affected: 3.14.0 , < 3.14.3 (python) Affected: 3.15.0a1 , < 3.15.0a6 (python) |
{
"containers": {
"adp": [
{
"metrics": [
{
"other": {
"content": {
"id": "CVE-2026-0672",
"options": [
{
"Exploitation": "none"
},
{
"Automatable": "no"
},
{
"Technical Impact": "partial"
}
],
"role": "CISA Coordinator",
"timestamp": "2026-01-21T15:40:11.672802Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"providerMetadata": {
"dateUpdated": "2026-01-21T16:14:06.341Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"title": "CISA ADP Vulnrichment"
}
],
"cna": {
"affected": [
{
"defaultStatus": "unaffected",
"modules": [
"http.cookies"
],
"product": "CPython",
"repo": "https://github.com/python/cpython",
"vendor": "Python Software Foundation",
"versions": [
{
"lessThan": "3.10.20",
"status": "affected",
"version": "0",
"versionType": "python"
},
{
"lessThan": "3.11.15",
"status": "affected",
"version": "3.11.0",
"versionType": "python"
},
{
"lessThan": "3.12.13",
"status": "affected",
"version": "3.12.0",
"versionType": "python"
},
{
"lessThan": "3.13.12",
"status": "affected",
"version": "3.13.0",
"versionType": "python"
},
{
"lessThan": "3.14.3",
"status": "affected",
"version": "3.14.0",
"versionType": "python"
},
{
"lessThan": "3.15.0a6",
"status": "affected",
"version": "3.15.0a1",
"versionType": "python"
}
]
}
],
"credits": [
{
"lang": "en",
"type": "reporter",
"value": "Omar M. Hasan"
}
],
"descriptions": [
{
"lang": "en",
"supportingMedia": [
{
"base64": false,
"type": "text/html",
"value": "When using http.cookies.Morsel, user-controlled cookie values and parameters can allow injecting HTTP headers into messages. Patch rejects all control characters within cookie names, values, and parameters."
}
],
"value": "When using http.cookies.Morsel, user-controlled cookie values and parameters can allow injecting HTTP headers into messages. Patch rejects all control characters within cookie names, values, and parameters."
}
],
"metrics": [
{
"cvssV4_0": {
"Automatable": "NOT_DEFINED",
"Recovery": "NOT_DEFINED",
"Safety": "NOT_DEFINED",
"attackComplexity": "LOW",
"attackRequirements": "PRESENT",
"attackVector": "NETWORK",
"baseScore": 6,
"baseSeverity": "MEDIUM",
"exploitMaturity": "NOT_DEFINED",
"privilegesRequired": "LOW",
"providerUrgency": "NOT_DEFINED",
"subAvailabilityImpact": "NONE",
"subConfidentialityImpact": "NONE",
"subIntegrityImpact": "NONE",
"userInteraction": "NONE",
"valueDensity": "NOT_DEFINED",
"vectorString": "CVSS:4.0/AV:N/AC:L/AT:P/PR:L/UI:N/VC:L/VI:H/VA:N/SC:N/SI:N/SA:N",
"version": "4.0",
"vulnAvailabilityImpact": "NONE",
"vulnConfidentialityImpact": "LOW",
"vulnIntegrityImpact": "HIGH",
"vulnerabilityResponseEffort": "NOT_DEFINED"
},
"format": "CVSS",
"scenarios": [
{
"lang": "en",
"value": "GENERAL"
}
]
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-93",
"description": "CWE-93",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2026-03-03T14:43:20.490Z",
"orgId": "28c92f92-d60d-412d-b760-e73465c3df22",
"shortName": "PSF"
},
"references": [
{
"tags": [
"patch"
],
"url": "https://github.com/python/cpython/pull/143920"
},
{
"tags": [
"issue-tracking"
],
"url": "https://github.com/python/cpython/issues/143919"
},
{
"tags": [
"vendor-advisory"
],
"url": "https://mail.python.org/archives/list/security-announce@python.org/thread/6VFLQQEIX673KXKFUZXCUNE5AZOGZ45M/"
},
{
"tags": [
"patch"
],
"url": "https://github.com/python/cpython/commit/95746b3a13a985787ef53b977129041971ed7f70"
},
{
"tags": [
"patch"
],
"url": "https://github.com/python/cpython/commit/712452e6f1d4b9f7f8c4c92ebfcaac1705faa440"
},
{
"tags": [
"patch"
],
"url": "https://github.com/python/cpython/commit/62700107418eb2cca3fc88da036a243ea975f172"
},
{
"tags": [
"patch"
],
"url": "https://github.com/python/cpython/commit/7852d72b653fea0199acf5fc2a84f6f8b84eba8d"
},
{
"tags": [
"patch"
],
"url": "https://github.com/python/cpython/commit/918387e4912d12ffc166c8f2a38df92b6ec756ca"
},
{
"tags": [
"patch"
],
"url": "https://github.com/python/cpython/commit/b1869ff648bbee0717221d09e6deff46617f3e85"
}
],
"source": {
"discovery": "UNKNOWN"
},
"title": "Header injection in http.cookies.Morsel",
"x_generator": {
"engine": "Vulnogram 0.5.0"
}
}
},
"cveMetadata": {
"assignerOrgId": "28c92f92-d60d-412d-b760-e73465c3df22",
"assignerShortName": "PSF",
"cveId": "CVE-2026-0672",
"datePublished": "2026-01-20T21:52:33.925Z",
"dateReserved": "2026-01-07T17:08:45.326Z",
"dateUpdated": "2026-03-03T14:43:20.490Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2",
"vulnerability-lookup:meta": {
"epss": {
"cve": "CVE-2026-0672",
"date": "2026-06-05",
"epss": "0.00205",
"percentile": "0.42616"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2026-0672\",\"sourceIdentifier\":\"cna@python.org\",\"published\":\"2026-01-20T22:15:52.680\",\"lastModified\":\"2026-01-26T15:16:07.033\",\"vulnStatus\":\"Awaiting Analysis\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"When using http.cookies.Morsel, user-controlled cookie values and parameters can allow injecting HTTP headers into messages. Patch rejects all control characters within cookie names, values, and parameters.\"}],\"metrics\":{\"cvssMetricV40\":[{\"source\":\"cna@python.org\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"4.0\",\"vectorString\":\"CVSS:4.0/AV:N/AC:L/AT:P/PR:L/UI:N/VC:L/VI:H/VA:N/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X\",\"baseScore\":6.0,\"baseSeverity\":\"MEDIUM\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"attackRequirements\":\"PRESENT\",\"privilegesRequired\":\"LOW\",\"userInteraction\":\"NONE\",\"vulnConfidentialityImpact\":\"LOW\",\"vulnIntegrityImpact\":\"HIGH\",\"vulnAvailabilityImpact\":\"NONE\",\"subConfidentialityImpact\":\"NONE\",\"subIntegrityImpact\":\"NONE\",\"subAvailabilityImpact\":\"NONE\",\"exploitMaturity\":\"NOT_DEFINED\",\"confidentialityRequirement\":\"NOT_DEFINED\",\"integrityRequirement\":\"NOT_DEFINED\",\"availabilityRequirement\":\"NOT_DEFINED\",\"modifiedAttackVector\":\"NOT_DEFINED\",\"modifiedAttackComplexity\":\"NOT_DEFINED\",\"modifiedAttackRequirements\":\"NOT_DEFINED\",\"modifiedPrivilegesRequired\":\"NOT_DEFINED\",\"modifiedUserInteraction\":\"NOT_DEFINED\",\"modifiedVulnConfidentialityImpact\":\"NOT_DEFINED\",\"modifiedVulnIntegrityImpact\":\"NOT_DEFINED\",\"modifiedVulnAvailabilityImpact\":\"NOT_DEFINED\",\"modifiedSubConfidentialityImpact\":\"NOT_DEFINED\",\"modifiedSubIntegrityImpact\":\"NOT_DEFINED\",\"modifiedSubAvailabilityImpact\":\"NOT_DEFINED\",\"Safety\":\"NOT_DEFINED\",\"Automatable\":\"NOT_DEFINED\",\"Recovery\":\"NOT_DEFINED\",\"valueDensity\":\"NOT_DEFINED\",\"vulnerabilityResponseEffort\":\"NOT_DEFINED\",\"providerUrgency\":\"NOT_DEFINED\"}}]},\"weaknesses\":[{\"source\":\"cna@python.org\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-93\"}]}],\"references\":[{\"url\":\"https://github.com/python/cpython/commit/62700107418eb2cca3fc88da036a243ea975f172\",\"source\":\"cna@python.org\"},{\"url\":\"https://github.com/python/cpython/commit/712452e6f1d4b9f7f8c4c92ebfcaac1705faa440\",\"source\":\"cna@python.org\"},{\"url\":\"https://github.com/python/cpython/commit/7852d72b653fea0199acf5fc2a84f6f8b84eba8d\",\"source\":\"cna@python.org\"},{\"url\":\"https://github.com/python/cpython/commit/918387e4912d12ffc166c8f2a38df92b6ec756ca\",\"source\":\"cna@python.org\"},{\"url\":\"https://github.com/python/cpython/commit/95746b3a13a985787ef53b977129041971ed7f70\",\"source\":\"cna@python.org\"},{\"url\":\"https://github.com/python/cpython/commit/b1869ff648bbee0717221d09e6deff46617f3e85\",\"source\":\"cna@python.org\"},{\"url\":\"https://github.com/python/cpython/issues/143919\",\"source\":\"cna@python.org\"},{\"url\":\"https://github.com/python/cpython/pull/143920\",\"source\":\"cna@python.org\"},{\"url\":\"https://mail.python.org/archives/list/security-announce@python.org/thread/6VFLQQEIX673KXKFUZXCUNE5AZOGZ45M/\",\"source\":\"cna@python.org\"}]}}",
"vulnrichment": {
"containers": "{\"adp\": [{\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2026-0672\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"no\"}, {\"Technical Impact\": \"partial\"}], \"version\": \"2.0.3\", \"timestamp\": \"2026-01-21T15:40:11.672802Z\"}}}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2026-01-21T15:48:28.463Z\"}}], \"cna\": {\"title\": \"Header injection in http.cookies.Morsel\", \"source\": {\"discovery\": \"UNKNOWN\"}, \"credits\": [{\"lang\": \"en\", \"type\": \"reporter\", \"value\": \"Omar M. Hasan\"}], \"metrics\": [{\"format\": \"CVSS\", \"cvssV4_0\": {\"Safety\": \"NOT_DEFINED\", \"version\": \"4.0\", \"Recovery\": \"NOT_DEFINED\", \"baseScore\": 6, \"Automatable\": \"NOT_DEFINED\", \"attackVector\": \"NETWORK\", \"baseSeverity\": \"MEDIUM\", \"valueDensity\": \"NOT_DEFINED\", \"vectorString\": \"CVSS:4.0/AV:N/AC:L/AT:P/PR:L/UI:N/VC:L/VI:H/VA:N/SC:N/SI:N/SA:N\", \"exploitMaturity\": \"NOT_DEFINED\", \"providerUrgency\": \"NOT_DEFINED\", \"userInteraction\": \"NONE\", \"attackComplexity\": \"LOW\", \"attackRequirements\": \"PRESENT\", \"privilegesRequired\": \"LOW\", \"subIntegrityImpact\": \"NONE\", \"vulnIntegrityImpact\": \"HIGH\", \"subAvailabilityImpact\": \"NONE\", \"vulnAvailabilityImpact\": \"NONE\", \"subConfidentialityImpact\": \"NONE\", \"vulnConfidentialityImpact\": \"LOW\", \"vulnerabilityResponseEffort\": \"NOT_DEFINED\"}, \"scenarios\": [{\"lang\": \"en\", \"value\": \"GENERAL\"}]}], \"affected\": [{\"repo\": \"https://github.com/python/cpython\", \"vendor\": \"Python Software Foundation\", \"modules\": [\"http.cookies\"], \"product\": \"CPython\", \"versions\": [{\"status\": \"affected\", \"version\": \"0\", \"lessThan\": \"3.10.20\", \"versionType\": \"python\"}, {\"status\": \"affected\", \"version\": \"3.11.0\", \"lessThan\": \"3.11.15\", \"versionType\": \"python\"}, {\"status\": \"affected\", \"version\": \"3.12.0\", \"lessThan\": \"3.12.13\", \"versionType\": \"python\"}, {\"status\": \"affected\", \"version\": \"3.13.0\", \"lessThan\": \"3.13.12\", \"versionType\": \"python\"}, {\"status\": \"affected\", \"version\": \"3.14.0\", \"lessThan\": \"3.14.3\", \"versionType\": \"python\"}, {\"status\": \"affected\", \"version\": \"3.15.0a1\", \"lessThan\": \"3.15.0a6\", \"versionType\": \"python\"}], \"defaultStatus\": \"unaffected\"}], \"references\": [{\"url\": \"https://github.com/python/cpython/pull/143920\", \"tags\": [\"patch\"]}, {\"url\": \"https://github.com/python/cpython/issues/143919\", \"tags\": [\"issue-tracking\"]}, {\"url\": \"https://mail.python.org/archives/list/security-announce@python.org/thread/6VFLQQEIX673KXKFUZXCUNE5AZOGZ45M/\", \"tags\": [\"vendor-advisory\"]}, {\"url\": \"https://github.com/python/cpython/commit/95746b3a13a985787ef53b977129041971ed7f70\", \"tags\": [\"patch\"]}, {\"url\": \"https://github.com/python/cpython/commit/712452e6f1d4b9f7f8c4c92ebfcaac1705faa440\", \"tags\": [\"patch\"]}, {\"url\": \"https://github.com/python/cpython/commit/62700107418eb2cca3fc88da036a243ea975f172\", \"tags\": [\"patch\"]}, {\"url\": \"https://github.com/python/cpython/commit/7852d72b653fea0199acf5fc2a84f6f8b84eba8d\", \"tags\": [\"patch\"]}, {\"url\": \"https://github.com/python/cpython/commit/918387e4912d12ffc166c8f2a38df92b6ec756ca\", \"tags\": [\"patch\"]}, {\"url\": \"https://github.com/python/cpython/commit/b1869ff648bbee0717221d09e6deff46617f3e85\", \"tags\": [\"patch\"]}], \"x_generator\": {\"engine\": \"Vulnogram 0.5.0\"}, \"descriptions\": [{\"lang\": \"en\", \"value\": \"When using http.cookies.Morsel, user-controlled cookie values and parameters can allow injecting HTTP headers into messages. Patch rejects all control characters within cookie names, values, and parameters.\", \"supportingMedia\": [{\"type\": \"text/html\", \"value\": \"When using http.cookies.Morsel, user-controlled cookie values and parameters can allow injecting HTTP headers into messages. Patch rejects all control characters within cookie names, values, and parameters.\", \"base64\": false}]}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-93\", \"description\": \"CWE-93\"}]}], \"providerMetadata\": {\"orgId\": \"28c92f92-d60d-412d-b760-e73465c3df22\", \"shortName\": \"PSF\", \"dateUpdated\": \"2026-03-03T14:43:20.490Z\"}}}",
"cveMetadata": "{\"cveId\": \"CVE-2026-0672\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2026-03-03T14:43:20.490Z\", \"dateReserved\": \"2026-01-07T17:08:45.326Z\", \"assignerOrgId\": \"28c92f92-d60d-412d-b760-e73465c3df22\", \"datePublished\": \"2026-01-20T21:52:33.925Z\", \"assignerShortName\": \"PSF\"}",
"dataType": "CVE_RECORD",
"dataVersion": "5.2"
}
}
}
OPENSUSE-SU-2026:20254-1
Vulnerability from csaf_opensuse - Published: 2026-02-19 10:31 - Updated: 2026-02-19 10:31| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Leap 16.0:libpython3_13-1_0-3.13.12-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:libpython3_13-1_0-3.13.12-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:libpython3_13-1_0-3.13.12-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:libpython3_13-1_0-3.13.12-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:libpython3_13-1_0-x86-64-v3-3.13.12-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:libpython3_13t1_0-3.13.12-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:libpython3_13t1_0-3.13.12-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:libpython3_13t1_0-3.13.12-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-3.13.12-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-3.13.12-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-3.13.12-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-3.13.12-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-base-3.13.12-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-base-3.13.12-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-base-3.13.12-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-base-3.13.12-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-base-x86-64-v3-3.13.12-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-curses-3.13.12-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-curses-3.13.12-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-curses-3.13.12-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-curses-3.13.12-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-dbm-3.13.12-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-dbm-3.13.12-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-dbm-3.13.12-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-dbm-3.13.12-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-devel-3.13.12-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-devel-3.13.12-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-devel-3.13.12-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-devel-3.13.12-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-doc-3.13.12-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-doc-3.13.12-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-doc-3.13.12-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-doc-3.13.12-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-doc-devhelp-3.13.12-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-doc-devhelp-3.13.12-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-doc-devhelp-3.13.12-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-doc-devhelp-3.13.12-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-idle-3.13.12-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-idle-3.13.12-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-idle-3.13.12-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-idle-3.13.12-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-nogil-3.13.12-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-nogil-3.13.12-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-nogil-3.13.12-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-nogil-base-3.13.12-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-nogil-base-3.13.12-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-nogil-base-3.13.12-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-nogil-curses-3.13.12-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-nogil-curses-3.13.12-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-nogil-curses-3.13.12-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-nogil-dbm-3.13.12-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-nogil-dbm-3.13.12-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-nogil-dbm-3.13.12-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-nogil-devel-3.13.12-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-nogil-devel-3.13.12-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-nogil-devel-3.13.12-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-nogil-idle-3.13.12-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-nogil-idle-3.13.12-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-nogil-idle-3.13.12-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-nogil-testsuite-3.13.12-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-nogil-testsuite-3.13.12-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-nogil-testsuite-3.13.12-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-nogil-tk-3.13.12-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-nogil-tk-3.13.12-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-nogil-tk-3.13.12-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-nogil-tools-3.13.12-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-nogil-tools-3.13.12-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-nogil-tools-3.13.12-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-testsuite-3.13.12-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-testsuite-3.13.12-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-testsuite-3.13.12-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-testsuite-3.13.12-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-tk-3.13.12-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-tk-3.13.12-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-tk-3.13.12-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-tk-3.13.12-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-tools-3.13.12-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-tools-3.13.12-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-tools-3.13.12-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-tools-3.13.12-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-x86-64-v3-3.13.12-160000.1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Leap 16.0:libpython3_13-1_0-3.13.12-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:libpython3_13-1_0-3.13.12-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:libpython3_13-1_0-3.13.12-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:libpython3_13-1_0-3.13.12-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:libpython3_13-1_0-x86-64-v3-3.13.12-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:libpython3_13t1_0-3.13.12-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:libpython3_13t1_0-3.13.12-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:libpython3_13t1_0-3.13.12-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-3.13.12-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-3.13.12-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-3.13.12-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-3.13.12-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-base-3.13.12-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-base-3.13.12-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-base-3.13.12-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-base-3.13.12-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-base-x86-64-v3-3.13.12-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-curses-3.13.12-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-curses-3.13.12-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-curses-3.13.12-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-curses-3.13.12-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-dbm-3.13.12-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-dbm-3.13.12-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-dbm-3.13.12-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-dbm-3.13.12-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-devel-3.13.12-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-devel-3.13.12-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-devel-3.13.12-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-devel-3.13.12-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-doc-3.13.12-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-doc-3.13.12-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-doc-3.13.12-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-doc-3.13.12-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-doc-devhelp-3.13.12-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-doc-devhelp-3.13.12-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-doc-devhelp-3.13.12-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-doc-devhelp-3.13.12-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-idle-3.13.12-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-idle-3.13.12-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-idle-3.13.12-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-idle-3.13.12-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-nogil-3.13.12-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-nogil-3.13.12-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-nogil-3.13.12-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-nogil-base-3.13.12-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-nogil-base-3.13.12-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-nogil-base-3.13.12-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-nogil-curses-3.13.12-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-nogil-curses-3.13.12-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-nogil-curses-3.13.12-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-nogil-dbm-3.13.12-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-nogil-dbm-3.13.12-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-nogil-dbm-3.13.12-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-nogil-devel-3.13.12-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-nogil-devel-3.13.12-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-nogil-devel-3.13.12-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-nogil-idle-3.13.12-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-nogil-idle-3.13.12-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-nogil-idle-3.13.12-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-nogil-testsuite-3.13.12-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-nogil-testsuite-3.13.12-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-nogil-testsuite-3.13.12-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-nogil-tk-3.13.12-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-nogil-tk-3.13.12-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-nogil-tk-3.13.12-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-nogil-tools-3.13.12-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-nogil-tools-3.13.12-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-nogil-tools-3.13.12-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-testsuite-3.13.12-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-testsuite-3.13.12-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-testsuite-3.13.12-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-testsuite-3.13.12-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-tk-3.13.12-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-tk-3.13.12-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-tk-3.13.12-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-tk-3.13.12-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-tools-3.13.12-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-tools-3.13.12-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-tools-3.13.12-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-tools-3.13.12-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-x86-64-v3-3.13.12-160000.1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Leap 16.0:libpython3_13-1_0-3.13.12-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:libpython3_13-1_0-3.13.12-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:libpython3_13-1_0-3.13.12-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:libpython3_13-1_0-3.13.12-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:libpython3_13-1_0-x86-64-v3-3.13.12-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:libpython3_13t1_0-3.13.12-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:libpython3_13t1_0-3.13.12-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:libpython3_13t1_0-3.13.12-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-3.13.12-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-3.13.12-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-3.13.12-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-3.13.12-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-base-3.13.12-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-base-3.13.12-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-base-3.13.12-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-base-3.13.12-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-base-x86-64-v3-3.13.12-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-curses-3.13.12-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-curses-3.13.12-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-curses-3.13.12-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-curses-3.13.12-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-dbm-3.13.12-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-dbm-3.13.12-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-dbm-3.13.12-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-dbm-3.13.12-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-devel-3.13.12-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-devel-3.13.12-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-devel-3.13.12-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-devel-3.13.12-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-doc-3.13.12-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-doc-3.13.12-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-doc-3.13.12-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-doc-3.13.12-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-doc-devhelp-3.13.12-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-doc-devhelp-3.13.12-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-doc-devhelp-3.13.12-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-doc-devhelp-3.13.12-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-idle-3.13.12-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-idle-3.13.12-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-idle-3.13.12-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-idle-3.13.12-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-nogil-3.13.12-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-nogil-3.13.12-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-nogil-3.13.12-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-nogil-base-3.13.12-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-nogil-base-3.13.12-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-nogil-base-3.13.12-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-nogil-curses-3.13.12-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-nogil-curses-3.13.12-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-nogil-curses-3.13.12-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-nogil-dbm-3.13.12-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-nogil-dbm-3.13.12-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-nogil-dbm-3.13.12-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-nogil-devel-3.13.12-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-nogil-devel-3.13.12-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-nogil-devel-3.13.12-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-nogil-idle-3.13.12-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-nogil-idle-3.13.12-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-nogil-idle-3.13.12-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-nogil-testsuite-3.13.12-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-nogil-testsuite-3.13.12-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-nogil-testsuite-3.13.12-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-nogil-tk-3.13.12-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-nogil-tk-3.13.12-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-nogil-tk-3.13.12-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-nogil-tools-3.13.12-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-nogil-tools-3.13.12-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-nogil-tools-3.13.12-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-testsuite-3.13.12-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-testsuite-3.13.12-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-testsuite-3.13.12-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-testsuite-3.13.12-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-tk-3.13.12-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-tk-3.13.12-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-tk-3.13.12-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-tk-3.13.12-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-tools-3.13.12-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-tools-3.13.12-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-tools-3.13.12-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-tools-3.13.12-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-x86-64-v3-3.13.12-160000.1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Leap 16.0:libpython3_13-1_0-3.13.12-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:libpython3_13-1_0-3.13.12-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:libpython3_13-1_0-3.13.12-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:libpython3_13-1_0-3.13.12-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:libpython3_13-1_0-x86-64-v3-3.13.12-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:libpython3_13t1_0-3.13.12-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:libpython3_13t1_0-3.13.12-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:libpython3_13t1_0-3.13.12-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-3.13.12-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-3.13.12-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-3.13.12-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-3.13.12-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-base-3.13.12-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-base-3.13.12-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-base-3.13.12-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-base-3.13.12-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-base-x86-64-v3-3.13.12-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-curses-3.13.12-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-curses-3.13.12-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-curses-3.13.12-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-curses-3.13.12-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-dbm-3.13.12-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-dbm-3.13.12-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-dbm-3.13.12-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-dbm-3.13.12-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-devel-3.13.12-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-devel-3.13.12-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-devel-3.13.12-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-devel-3.13.12-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-doc-3.13.12-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-doc-3.13.12-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-doc-3.13.12-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-doc-3.13.12-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-doc-devhelp-3.13.12-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-doc-devhelp-3.13.12-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-doc-devhelp-3.13.12-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-doc-devhelp-3.13.12-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-idle-3.13.12-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-idle-3.13.12-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-idle-3.13.12-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-idle-3.13.12-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-nogil-3.13.12-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-nogil-3.13.12-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-nogil-3.13.12-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-nogil-base-3.13.12-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-nogil-base-3.13.12-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-nogil-base-3.13.12-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-nogil-curses-3.13.12-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-nogil-curses-3.13.12-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-nogil-curses-3.13.12-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-nogil-dbm-3.13.12-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-nogil-dbm-3.13.12-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-nogil-dbm-3.13.12-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-nogil-devel-3.13.12-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-nogil-devel-3.13.12-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-nogil-devel-3.13.12-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-nogil-idle-3.13.12-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-nogil-idle-3.13.12-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-nogil-idle-3.13.12-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-nogil-testsuite-3.13.12-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-nogil-testsuite-3.13.12-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-nogil-testsuite-3.13.12-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-nogil-tk-3.13.12-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-nogil-tk-3.13.12-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-nogil-tk-3.13.12-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-nogil-tools-3.13.12-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-nogil-tools-3.13.12-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-nogil-tools-3.13.12-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-testsuite-3.13.12-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-testsuite-3.13.12-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-testsuite-3.13.12-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-testsuite-3.13.12-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-tk-3.13.12-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-tk-3.13.12-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-tk-3.13.12-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-tk-3.13.12-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-tools-3.13.12-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-tools-3.13.12-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-tools-3.13.12-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-tools-3.13.12-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-x86-64-v3-3.13.12-160000.1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Leap 16.0:libpython3_13-1_0-3.13.12-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:libpython3_13-1_0-3.13.12-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:libpython3_13-1_0-3.13.12-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:libpython3_13-1_0-3.13.12-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:libpython3_13-1_0-x86-64-v3-3.13.12-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:libpython3_13t1_0-3.13.12-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:libpython3_13t1_0-3.13.12-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:libpython3_13t1_0-3.13.12-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-3.13.12-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-3.13.12-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-3.13.12-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-3.13.12-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-base-3.13.12-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-base-3.13.12-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-base-3.13.12-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-base-3.13.12-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-base-x86-64-v3-3.13.12-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-curses-3.13.12-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-curses-3.13.12-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-curses-3.13.12-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-curses-3.13.12-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-dbm-3.13.12-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-dbm-3.13.12-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-dbm-3.13.12-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-dbm-3.13.12-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-devel-3.13.12-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-devel-3.13.12-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-devel-3.13.12-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-devel-3.13.12-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-doc-3.13.12-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-doc-3.13.12-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-doc-3.13.12-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-doc-3.13.12-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-doc-devhelp-3.13.12-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-doc-devhelp-3.13.12-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-doc-devhelp-3.13.12-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-doc-devhelp-3.13.12-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-idle-3.13.12-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-idle-3.13.12-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-idle-3.13.12-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-idle-3.13.12-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-nogil-3.13.12-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-nogil-3.13.12-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-nogil-3.13.12-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-nogil-base-3.13.12-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-nogil-base-3.13.12-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-nogil-base-3.13.12-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-nogil-curses-3.13.12-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-nogil-curses-3.13.12-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-nogil-curses-3.13.12-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-nogil-dbm-3.13.12-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-nogil-dbm-3.13.12-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-nogil-dbm-3.13.12-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-nogil-devel-3.13.12-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-nogil-devel-3.13.12-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-nogil-devel-3.13.12-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-nogil-idle-3.13.12-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-nogil-idle-3.13.12-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-nogil-idle-3.13.12-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-nogil-testsuite-3.13.12-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-nogil-testsuite-3.13.12-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-nogil-testsuite-3.13.12-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-nogil-tk-3.13.12-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-nogil-tk-3.13.12-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-nogil-tk-3.13.12-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-nogil-tools-3.13.12-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-nogil-tools-3.13.12-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-nogil-tools-3.13.12-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-testsuite-3.13.12-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-testsuite-3.13.12-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-testsuite-3.13.12-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-testsuite-3.13.12-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-tk-3.13.12-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-tk-3.13.12-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-tk-3.13.12-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-tk-3.13.12-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-tools-3.13.12-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-tools-3.13.12-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-tools-3.13.12-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-tools-3.13.12-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:python313-x86-64-v3-3.13.12-160000.1.1.x86_64 | — |
Vendor Fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for python313",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for python313 fixes the following issues:\n\nUpdate to version 3.13.12.\n\nSecurity issues fixed:\n\n- CVE-2025-11468: header injection when folding a long comment in an email header containing exclusively unfoldable\n characters (bsc#1257029).\n- CVE-2025-15282: user-controlled data URLs parsed may allow injecting headers (bsc#1257046).\n- CVE-2026-0672: HTTP header injection via user-controlled cookie values and parameters when using http.cookies.Morsel\n (bsc#1257031).\n- CVE-2026-0865: user-controlled header containing newlines can allow injecting HTTP headers (bsc#1257042).\n- CVE-2026-1299: header injection when an email is serialized due to improper newline quoting in `BytesGenerator`\n (bsc#1257181).\n\nOther updates and bugfixes:\n\n- Update to version 3.13.12.\n\n - Library\n\n - gh-144380: Improve performance of io.BufferedReader line\n iteration by ~49%.\n - gh-144169: Fix three crashes when non-string keyword\n arguments are supplied to objects in the ast module.\n - gh-144100: Fixed a crash in ctypes when using a deprecated\n POINTER(str) type in argtypes. Instead of aborting, ctypes\n now raises a proper Python exception when the pointer\n target type is unresolved.\n - gh-144050: Fix stat.filemode() in the pure-Python\n implementation to avoid misclassifying invalid mode values\n as block devices.\n - gh-144023: Fixed validation of file descriptor 0 in posix\n functions when used with follow_symlinks parameter.\n - gh-143999: Fix an issue where inspect.getgeneratorstate()\n and inspect.getcoroutinestate() could fail for generators\n wrapped by types.coroutine() in the suspended state.\n - gh-143706: Fix multiprocessing forkserver so that sys.argv\n is correctly set before __main__ is preloaded. Previously,\n sys.argv was empty during main module import in forkserver\n child processes. This fixes a regression introduced in\n 3.13.8 and 3.14.1. Root caused by Aaron Wieczorek, test\n provided by Thomas Watson, thanks!\n - gh-143638: Forbid reentrant calls of the pickle.Pickler and\n pickle.Unpickler methods for the C implementation.\n Previously, this could cause crash or data corruption, now\n concurrent calls of methods of the same object raise\n RuntimeError.\n - gh-78724: Raise RuntimeError\u0027s when user attempts to call\n methods on half-initialized Struct objects, For example,\n created by Struct.__new__(Struct). Patch by Sergey\n B Kirpichev.\n - gh-143602: Fix a inconsistency issue in write() that leads\n to unexpected buffer overwrite by deduplicating the buffer\n exports.\n - gh-143547: Fix sys.unraisablehook() when the hook raises an\n exception and changes sys.unraisablehook(): hold a strong\n reference to the old hook. Patch by Victor Stinner.\n - gh-143378: Fix use-after-free crashes when a BytesIO object\n is concurrently mutated during write() or writelines().\n - gh-143346: Fix incorrect wrapping of the Base64 data in\n plistlib._PlistWriter when the indent contains a mix of\n tabs and spaces.\n - gh-143310: tkinter: fix a crash when a Python list is\n mutated during the conversion to a Tcl object (e.g., when\n setting a Tcl variable). Patch by Benedikt Tran.\n - gh-143309: Fix a crash in os.execve() on non-Windows\n platforms when given a custom environment mapping which is\n then mutated during parsing. Patch by Benedikt Tran.\n - gh-143308: pickle: fix use-after-free crashes when\n a PickleBuffer is concurrently mutated by a custom buffer\n callback during pickling. Patch by Benedikt Tran and Aaron\n Wieczorek.\n - gh-143237: Fix support of named pipes in the rotating\n logging handlers.\n - gh-143249: Fix possible buffer leaks in Windows overlapped\n I/O on error handling.\n - gh-143241: zoneinfo: fix infinite loop in\n ZoneInfo.from_file when parsing a malformed TZif file.\n Patch by Fatih Celik.\n - gh-142830: sqlite3: fix use-after-free crashes when the\n connection\u0027s callbacks are mutated during a callback\n execution. Patch by Benedikt Tran.\n - gh-143200: xml.etree.ElementTree: fix use-after-free\n crashes in __getitem__() and __setitem__() methods of\n Element when the element is concurrently mutated. Patch by\n Benedikt Tran.\n - gh-142195: Updated timeout evaluation logic in subprocess\n to be compatible with deterministic environments like\n Shadow where time moves exactly as requested.\n - gh-143145: Fixed a possible reference leak in ctypes when\n constructing results with multiple output parameters on\n error.\n - gh-122431: Corrected the error message in\n readline.append_history_file() to state that nelements must\n be non-negative instead of positive.\n - gh-143004: Fix a potential use-after-free in\n collections.Counter.update() when user code mutates the\n Counter during an update.\n - gh-143046: The asyncio REPL no longer prints copyright and\n version messages in the quiet mode (-q). Patch by Bartosz\n Slawecki.\n - gh-140648: The asyncio REPL now respects the -I flag\n (isolated mode). Previously, it would load and execute\n PYTHONSTARTUP even if the flag was set. Contributed by\n Bartosz Slawecki.\n - gh-142991: Fixed socket operations such as recvfrom() and\n sendto() for FreeBSD divert(4) socket.\n - gh-143010: Fixed a bug in mailbox where the precise timing\n of an external event could result in the library opening an\n existing file instead of a file it expected to create.\n - gh-142881: Fix concurrent and reentrant call of\n atexit.unregister().\n - gh-112127: Fix possible use-after-free in\n atexit.unregister() when the callback is unregistered\n during comparison.\n - gh-142783: Fix zoneinfo use-after-free with descriptor\n _weak_cache. a descriptor as _weak_cache could cause\n crashes during object creation. The fix ensures proper\n reference counting for descriptor-provided objects.\n - gh-142754: Add the ownerDocument attribute to\n xml.dom.minidom elements and attributes created by directly\n instantiating the Element or Attr class. Note that this way\n of creating nodes is not supported; creator functions like\n xml.dom.Document.documentElement() should be used instead.\n - gh-142784: The asyncio REPL now properly closes the loop\n upon the end of interactive session. Previously, it could\n cause surprising warnings. Contributed by Bartosz Slawecki.\n - gh-142555: array: fix a crash in a[i] = v when converting\n i to an index via i.__index__ or i.__float__ mutates the\n array.\n - gh-142594: Fix crash in TextIOWrapper.close() when the\n underlying buffer\u0027s closed property calls detach().\n - gh-142451: hmac: Ensure that the HMAC.block_size attribute\n is correctly copied by HMAC.copy. Patch by Benedikt Tran.\n - gh-142495: collections.defaultdict now prioritizes\n __setitem__() when inserting default values from\n default_factory. This prevents race conditions where\n a default value would overwrite a value set before\n default_factory returns.\n - gh-142651: unittest.mock: fix a thread safety issue where\n Mock.call_count may return inaccurate values when the mock\n is called concurrently from multiple threads.\n - gh-142595: Added type check during initialization of the\n decimal module to prevent a crash in case of broken stdlib.\n Patch by Sergey B Kirpichev.\n - gh-142517: The non-compat32 email policies now correctly\n handle refolding encoded words that contain bytes that can\n not be decoded in their specified character set. Previously\n this resulted in an encoding exception during folding.\n - gh-112527: The help text for required options in argparse\n no longer extended with \"(default: None)\".\n - gh-142315: Pdb can now run scripts from anonymous pipes\n used in process substitution. Patch by Bartosz Slawecki.\n - gh-142282: Fix winreg.QueryValueEx() to not accidentally\n read garbage buffer under race condition.\n - gh-75949: Fix argparse to preserve | separators in mutually\n exclusive groups when the usage line wraps due to length.\n - gh-68552: MisplacedEnvelopeHeaderDefect and Missing header\n name defects are now correctly passed to the handle_defect\n method of policy in FeedParser.\n - gh-142006: Fix a bug in the email.policy.default folding\n algorithm which incorrectly resulted in a doubled newline\n when a line ending at exactly max_line_length was followed\n by an unfoldable token.\n - gh-105836: Fix asyncio.run_coroutine_threadsafe() leaving\n underlying cancelled asyncio task running.\n - gh-139971: pydoc: Ensure that the link to the online\n documentation of a stdlib module is correct.\n - gh-139262: Some keystrokes can be swallowed in the new\n PyREPL on Windows, especially when used together with the\n ALT key. Fix by Chris Eibl.\n - gh-138897: Improved license/copyright/credits display in\n the REPL: now uses a pager.\n - gh-79986: Add parsing for References and In-Reply-To\n headers to the email library that parses the header content\n as lists of message id tokens. This prevents them from\n being folded incorrectly.\n - gh-109263: Starting a process from spawn context in\n multiprocessing no longer sets the start method globally.\n - gh-90871: Fixed an off by one error concerning the backlog\n parameter in create_unix_server(). Contributed by Christian\n Harries.\n - gh-133253: Fix thread-safety issues in linecache.\n - gh-132715: Skip writing objects during marshalling once\n a failure has occurred.\n - gh-127529: Correct behavior of\n asyncio.selector_events.BaseSelectorEventLoop._accept_connection()\n in handling ConnectionAbortedError in a loop. This improves\n performance on OpenBSD.\n\n - IDLE\n\n - gh-143774: Better explain the operation of Format / Format\n Paragraph.\n\n - Core and Builtins\n\n - gh-144307: Prevent a reference leak in module teardown at\n interpreter finalization.\n - gh-144194: Fix error handling in perf jitdump\n initialization on memory allocation failure.\n - gh-141805: Fix crash in set when objects with the same hash\n are concurrently added to the set after removing an element\n with the same hash while the set still contains elements\n with the same hash.\n - gh-143670: Fixes a crash in ga_repr_items_list function.\n - gh-143377: Fix a crash in _interpreters.capture_exception()\n when the exception is incorrectly formatted. Patch by\n Benedikt Tran.\n - gh-143189: Fix crash when inserting a non-str key into\n a split table dictionary when the key matches an existing\n key in the split table but has no corresponding value in\n the dict.\n - gh-143228: Fix use-after-free in perf trampoline when\n toggling profiling while threads are running or during\n interpreter finalization with daemon threads active. The\n fix uses reference counting to ensure trampolines are not\n freed while any code object could still reference them.\n Pach by Pablo Galindo\n - gh-142664: Fix a use-after-free crash in\n memoryview.__hash__ when the __hash__ method of the\n referenced object mutates that object or the view. Patch by\n Benedikt Tran.\n - gh-142557: Fix a use-after-free crash in bytearray.__mod__\n when the bytearray is mutated while formatting the %-style\n arguments. Patch by Benedikt Tran.\n - gh-143195: Fix use-after-free crashes in bytearray.hex()\n and memoryview.hex() when the separator\u0027s __len__() mutates\n the original object. Patch by Benedikt Tran.\n - gh-143135: Set sys.flags.inspect to 1 when PYTHONINSPECT is\n 0. Previously, it was set to 0 in this case.\n - gh-143003: Fix an overflow of the shared empty buffer in\n bytearray.extend() when __length_hint__() returns 0 for\n non-empty iterator.\n - gh-143006: Fix a possible assertion error when comparing\n negative non-integer float and int with the same number of\n bits in the integer part.\n - gh-142776: Fix a file descriptor leak in import.c\n - gh-142829: Fix a use-after-free crash in\n contextvars.Context comparison when a custom __eq__ method\n modifies the context via set().\n - gh-142766: Clear the frame of a generator when\n generator.close() is called.\n - gh-142737: Tracebacks will be displayed in fallback mode\n even if io.open() is lost. Previously, this would crash the\n interpreter. Patch by Bartosz Slawecki.\n - gh-142554: Fix a crash in divmod() when\n _pylong.int_divmod() does not return a tuple of length two\n exactly. Patch by Benedikt Tran.\n - gh-142560: Fix use-after-free in bytearray search-like\n methods (find(), count(), index(), rindex(), and rfind())\n by marking the storage as exported which causes\n reallocation attempts to raise BufferError. For contains(),\n split(), and rsplit() the buffer protocol is used for this.\n - gh-142343: Fix SIGILL crash on m68k due to incorrect\n assembly constraint.\n - gh-141732: Ensure the __repr__() for ExceptionGroup and\n BaseExceptionGroup does not change when the exception\n sequence that was original passed in to its constructor is\n subsequently mutated.\n - gh-100964: Fix reference cycle in exhausted generator\n frames. Patch by Savannah Ostrowski.\n - gh-140373: Correctly emit PY_UNWIND event when generator\n object is closed. Patch by Mikhail Efimov.\n - gh-138568: Adjusted the built-in help() function so that\n empty inputs are ignored in interactive mode.\n - gh-127773: Do not use the type attribute cache for types\n with incompatible MRO.\n\n - C API\n\n - gh-142571: PyUnstable_CopyPerfMapFile() now checks that\n opening the file succeeded before flushing.\n\n - Build\n\n - gh-142454: When calculating the digest of the JIT stencils\n input, sort the hashed files by filenames before adding\n their content to the hasher. This ensures deterministic\n hash input and hence deterministic hash, independent on\n filesystem order.\n - gh-141808: When running make clean-retain-profile, keep the\n generated JIT stencils. That way, the stencils are not\n generated twice when Profile-guided optimization (PGO) is\n used. It also allows distributors to supply their own\n pre-built JIT stencils.\n - gh-138061: Ensure reproducible builds by making JIT stencil\n header generation deterministic.\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "openSUSE-Leap-16.0-300",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/opensuse-su-2026_20254-1.json"
},
{
"category": "self",
"summary": "SUSE Bug 1257029",
"url": "https://bugzilla.suse.com/1257029"
},
{
"category": "self",
"summary": "SUSE Bug 1257031",
"url": "https://bugzilla.suse.com/1257031"
},
{
"category": "self",
"summary": "SUSE Bug 1257042",
"url": "https://bugzilla.suse.com/1257042"
},
{
"category": "self",
"summary": "SUSE Bug 1257046",
"url": "https://bugzilla.suse.com/1257046"
},
{
"category": "self",
"summary": "SUSE Bug 1257181",
"url": "https://bugzilla.suse.com/1257181"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-11468 page",
"url": "https://www.suse.com/security/cve/CVE-2025-11468/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-15282 page",
"url": "https://www.suse.com/security/cve/CVE-2025-15282/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-0672 page",
"url": "https://www.suse.com/security/cve/CVE-2026-0672/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-0865 page",
"url": "https://www.suse.com/security/cve/CVE-2026-0865/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-1299 page",
"url": "https://www.suse.com/security/cve/CVE-2026-1299/"
}
],
"title": "Security update for python313",
"tracking": {
"current_release_date": "2026-02-19T10:31:04Z",
"generator": {
"date": "2026-02-19T10:31:04Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "openSUSE-SU-2026:20254-1",
"initial_release_date": "2026-02-19T10:31:04Z",
"revision_history": [
{
"date": "2026-02-19T10:31:04Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "libpython3_13-1_0-3.13.12-160000.1.1.aarch64",
"product": {
"name": "libpython3_13-1_0-3.13.12-160000.1.1.aarch64",
"product_id": "libpython3_13-1_0-3.13.12-160000.1.1.aarch64"
}
},
{
"category": "product_version",
"name": "python313-3.13.12-160000.1.1.aarch64",
"product": {
"name": "python313-3.13.12-160000.1.1.aarch64",
"product_id": "python313-3.13.12-160000.1.1.aarch64"
}
},
{
"category": "product_version",
"name": "python313-base-3.13.12-160000.1.1.aarch64",
"product": {
"name": "python313-base-3.13.12-160000.1.1.aarch64",
"product_id": "python313-base-3.13.12-160000.1.1.aarch64"
}
},
{
"category": "product_version",
"name": "python313-curses-3.13.12-160000.1.1.aarch64",
"product": {
"name": "python313-curses-3.13.12-160000.1.1.aarch64",
"product_id": "python313-curses-3.13.12-160000.1.1.aarch64"
}
},
{
"category": "product_version",
"name": "python313-dbm-3.13.12-160000.1.1.aarch64",
"product": {
"name": "python313-dbm-3.13.12-160000.1.1.aarch64",
"product_id": "python313-dbm-3.13.12-160000.1.1.aarch64"
}
},
{
"category": "product_version",
"name": "python313-devel-3.13.12-160000.1.1.aarch64",
"product": {
"name": "python313-devel-3.13.12-160000.1.1.aarch64",
"product_id": "python313-devel-3.13.12-160000.1.1.aarch64"
}
},
{
"category": "product_version",
"name": "python313-doc-3.13.12-160000.1.1.aarch64",
"product": {
"name": "python313-doc-3.13.12-160000.1.1.aarch64",
"product_id": "python313-doc-3.13.12-160000.1.1.aarch64"
}
},
{
"category": "product_version",
"name": "python313-doc-devhelp-3.13.12-160000.1.1.aarch64",
"product": {
"name": "python313-doc-devhelp-3.13.12-160000.1.1.aarch64",
"product_id": "python313-doc-devhelp-3.13.12-160000.1.1.aarch64"
}
},
{
"category": "product_version",
"name": "python313-idle-3.13.12-160000.1.1.aarch64",
"product": {
"name": "python313-idle-3.13.12-160000.1.1.aarch64",
"product_id": "python313-idle-3.13.12-160000.1.1.aarch64"
}
},
{
"category": "product_version",
"name": "python313-testsuite-3.13.12-160000.1.1.aarch64",
"product": {
"name": "python313-testsuite-3.13.12-160000.1.1.aarch64",
"product_id": "python313-testsuite-3.13.12-160000.1.1.aarch64"
}
},
{
"category": "product_version",
"name": "python313-tk-3.13.12-160000.1.1.aarch64",
"product": {
"name": "python313-tk-3.13.12-160000.1.1.aarch64",
"product_id": "python313-tk-3.13.12-160000.1.1.aarch64"
}
},
{
"category": "product_version",
"name": "python313-tools-3.13.12-160000.1.1.aarch64",
"product": {
"name": "python313-tools-3.13.12-160000.1.1.aarch64",
"product_id": "python313-tools-3.13.12-160000.1.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_13-1_0-3.13.12-160000.1.1.ppc64le",
"product": {
"name": "libpython3_13-1_0-3.13.12-160000.1.1.ppc64le",
"product_id": "libpython3_13-1_0-3.13.12-160000.1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libpython3_13t1_0-3.13.12-160000.1.1.ppc64le",
"product": {
"name": "libpython3_13t1_0-3.13.12-160000.1.1.ppc64le",
"product_id": "libpython3_13t1_0-3.13.12-160000.1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python313-3.13.12-160000.1.1.ppc64le",
"product": {
"name": "python313-3.13.12-160000.1.1.ppc64le",
"product_id": "python313-3.13.12-160000.1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python313-base-3.13.12-160000.1.1.ppc64le",
"product": {
"name": "python313-base-3.13.12-160000.1.1.ppc64le",
"product_id": "python313-base-3.13.12-160000.1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python313-curses-3.13.12-160000.1.1.ppc64le",
"product": {
"name": "python313-curses-3.13.12-160000.1.1.ppc64le",
"product_id": "python313-curses-3.13.12-160000.1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python313-dbm-3.13.12-160000.1.1.ppc64le",
"product": {
"name": "python313-dbm-3.13.12-160000.1.1.ppc64le",
"product_id": "python313-dbm-3.13.12-160000.1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python313-devel-3.13.12-160000.1.1.ppc64le",
"product": {
"name": "python313-devel-3.13.12-160000.1.1.ppc64le",
"product_id": "python313-devel-3.13.12-160000.1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python313-doc-3.13.12-160000.1.1.ppc64le",
"product": {
"name": "python313-doc-3.13.12-160000.1.1.ppc64le",
"product_id": "python313-doc-3.13.12-160000.1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python313-doc-devhelp-3.13.12-160000.1.1.ppc64le",
"product": {
"name": "python313-doc-devhelp-3.13.12-160000.1.1.ppc64le",
"product_id": "python313-doc-devhelp-3.13.12-160000.1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python313-idle-3.13.12-160000.1.1.ppc64le",
"product": {
"name": "python313-idle-3.13.12-160000.1.1.ppc64le",
"product_id": "python313-idle-3.13.12-160000.1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python313-nogil-3.13.12-160000.1.1.ppc64le",
"product": {
"name": "python313-nogil-3.13.12-160000.1.1.ppc64le",
"product_id": "python313-nogil-3.13.12-160000.1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python313-nogil-base-3.13.12-160000.1.1.ppc64le",
"product": {
"name": "python313-nogil-base-3.13.12-160000.1.1.ppc64le",
"product_id": "python313-nogil-base-3.13.12-160000.1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python313-nogil-curses-3.13.12-160000.1.1.ppc64le",
"product": {
"name": "python313-nogil-curses-3.13.12-160000.1.1.ppc64le",
"product_id": "python313-nogil-curses-3.13.12-160000.1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python313-nogil-dbm-3.13.12-160000.1.1.ppc64le",
"product": {
"name": "python313-nogil-dbm-3.13.12-160000.1.1.ppc64le",
"product_id": "python313-nogil-dbm-3.13.12-160000.1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python313-nogil-devel-3.13.12-160000.1.1.ppc64le",
"product": {
"name": "python313-nogil-devel-3.13.12-160000.1.1.ppc64le",
"product_id": "python313-nogil-devel-3.13.12-160000.1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python313-nogil-idle-3.13.12-160000.1.1.ppc64le",
"product": {
"name": "python313-nogil-idle-3.13.12-160000.1.1.ppc64le",
"product_id": "python313-nogil-idle-3.13.12-160000.1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python313-nogil-testsuite-3.13.12-160000.1.1.ppc64le",
"product": {
"name": "python313-nogil-testsuite-3.13.12-160000.1.1.ppc64le",
"product_id": "python313-nogil-testsuite-3.13.12-160000.1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python313-nogil-tk-3.13.12-160000.1.1.ppc64le",
"product": {
"name": "python313-nogil-tk-3.13.12-160000.1.1.ppc64le",
"product_id": "python313-nogil-tk-3.13.12-160000.1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python313-nogil-tools-3.13.12-160000.1.1.ppc64le",
"product": {
"name": "python313-nogil-tools-3.13.12-160000.1.1.ppc64le",
"product_id": "python313-nogil-tools-3.13.12-160000.1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python313-testsuite-3.13.12-160000.1.1.ppc64le",
"product": {
"name": "python313-testsuite-3.13.12-160000.1.1.ppc64le",
"product_id": "python313-testsuite-3.13.12-160000.1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python313-tk-3.13.12-160000.1.1.ppc64le",
"product": {
"name": "python313-tk-3.13.12-160000.1.1.ppc64le",
"product_id": "python313-tk-3.13.12-160000.1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python313-tools-3.13.12-160000.1.1.ppc64le",
"product": {
"name": "python313-tools-3.13.12-160000.1.1.ppc64le",
"product_id": "python313-tools-3.13.12-160000.1.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_13-1_0-3.13.12-160000.1.1.s390x",
"product": {
"name": "libpython3_13-1_0-3.13.12-160000.1.1.s390x",
"product_id": "libpython3_13-1_0-3.13.12-160000.1.1.s390x"
}
},
{
"category": "product_version",
"name": "libpython3_13t1_0-3.13.12-160000.1.1.s390x",
"product": {
"name": "libpython3_13t1_0-3.13.12-160000.1.1.s390x",
"product_id": "libpython3_13t1_0-3.13.12-160000.1.1.s390x"
}
},
{
"category": "product_version",
"name": "python313-3.13.12-160000.1.1.s390x",
"product": {
"name": "python313-3.13.12-160000.1.1.s390x",
"product_id": "python313-3.13.12-160000.1.1.s390x"
}
},
{
"category": "product_version",
"name": "python313-base-3.13.12-160000.1.1.s390x",
"product": {
"name": "python313-base-3.13.12-160000.1.1.s390x",
"product_id": "python313-base-3.13.12-160000.1.1.s390x"
}
},
{
"category": "product_version",
"name": "python313-curses-3.13.12-160000.1.1.s390x",
"product": {
"name": "python313-curses-3.13.12-160000.1.1.s390x",
"product_id": "python313-curses-3.13.12-160000.1.1.s390x"
}
},
{
"category": "product_version",
"name": "python313-dbm-3.13.12-160000.1.1.s390x",
"product": {
"name": "python313-dbm-3.13.12-160000.1.1.s390x",
"product_id": "python313-dbm-3.13.12-160000.1.1.s390x"
}
},
{
"category": "product_version",
"name": "python313-devel-3.13.12-160000.1.1.s390x",
"product": {
"name": "python313-devel-3.13.12-160000.1.1.s390x",
"product_id": "python313-devel-3.13.12-160000.1.1.s390x"
}
},
{
"category": "product_version",
"name": "python313-doc-3.13.12-160000.1.1.s390x",
"product": {
"name": "python313-doc-3.13.12-160000.1.1.s390x",
"product_id": "python313-doc-3.13.12-160000.1.1.s390x"
}
},
{
"category": "product_version",
"name": "python313-doc-devhelp-3.13.12-160000.1.1.s390x",
"product": {
"name": "python313-doc-devhelp-3.13.12-160000.1.1.s390x",
"product_id": "python313-doc-devhelp-3.13.12-160000.1.1.s390x"
}
},
{
"category": "product_version",
"name": "python313-idle-3.13.12-160000.1.1.s390x",
"product": {
"name": "python313-idle-3.13.12-160000.1.1.s390x",
"product_id": "python313-idle-3.13.12-160000.1.1.s390x"
}
},
{
"category": "product_version",
"name": "python313-nogil-3.13.12-160000.1.1.s390x",
"product": {
"name": "python313-nogil-3.13.12-160000.1.1.s390x",
"product_id": "python313-nogil-3.13.12-160000.1.1.s390x"
}
},
{
"category": "product_version",
"name": "python313-nogil-base-3.13.12-160000.1.1.s390x",
"product": {
"name": "python313-nogil-base-3.13.12-160000.1.1.s390x",
"product_id": "python313-nogil-base-3.13.12-160000.1.1.s390x"
}
},
{
"category": "product_version",
"name": "python313-nogil-curses-3.13.12-160000.1.1.s390x",
"product": {
"name": "python313-nogil-curses-3.13.12-160000.1.1.s390x",
"product_id": "python313-nogil-curses-3.13.12-160000.1.1.s390x"
}
},
{
"category": "product_version",
"name": "python313-nogil-dbm-3.13.12-160000.1.1.s390x",
"product": {
"name": "python313-nogil-dbm-3.13.12-160000.1.1.s390x",
"product_id": "python313-nogil-dbm-3.13.12-160000.1.1.s390x"
}
},
{
"category": "product_version",
"name": "python313-nogil-devel-3.13.12-160000.1.1.s390x",
"product": {
"name": "python313-nogil-devel-3.13.12-160000.1.1.s390x",
"product_id": "python313-nogil-devel-3.13.12-160000.1.1.s390x"
}
},
{
"category": "product_version",
"name": "python313-nogil-idle-3.13.12-160000.1.1.s390x",
"product": {
"name": "python313-nogil-idle-3.13.12-160000.1.1.s390x",
"product_id": "python313-nogil-idle-3.13.12-160000.1.1.s390x"
}
},
{
"category": "product_version",
"name": "python313-nogil-testsuite-3.13.12-160000.1.1.s390x",
"product": {
"name": "python313-nogil-testsuite-3.13.12-160000.1.1.s390x",
"product_id": "python313-nogil-testsuite-3.13.12-160000.1.1.s390x"
}
},
{
"category": "product_version",
"name": "python313-nogil-tk-3.13.12-160000.1.1.s390x",
"product": {
"name": "python313-nogil-tk-3.13.12-160000.1.1.s390x",
"product_id": "python313-nogil-tk-3.13.12-160000.1.1.s390x"
}
},
{
"category": "product_version",
"name": "python313-nogil-tools-3.13.12-160000.1.1.s390x",
"product": {
"name": "python313-nogil-tools-3.13.12-160000.1.1.s390x",
"product_id": "python313-nogil-tools-3.13.12-160000.1.1.s390x"
}
},
{
"category": "product_version",
"name": "python313-testsuite-3.13.12-160000.1.1.s390x",
"product": {
"name": "python313-testsuite-3.13.12-160000.1.1.s390x",
"product_id": "python313-testsuite-3.13.12-160000.1.1.s390x"
}
},
{
"category": "product_version",
"name": "python313-tk-3.13.12-160000.1.1.s390x",
"product": {
"name": "python313-tk-3.13.12-160000.1.1.s390x",
"product_id": "python313-tk-3.13.12-160000.1.1.s390x"
}
},
{
"category": "product_version",
"name": "python313-tools-3.13.12-160000.1.1.s390x",
"product": {
"name": "python313-tools-3.13.12-160000.1.1.s390x",
"product_id": "python313-tools-3.13.12-160000.1.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_13-1_0-3.13.12-160000.1.1.x86_64",
"product": {
"name": "libpython3_13-1_0-3.13.12-160000.1.1.x86_64",
"product_id": "libpython3_13-1_0-3.13.12-160000.1.1.x86_64"
}
},
{
"category": "product_version",
"name": "libpython3_13-1_0-x86-64-v3-3.13.12-160000.1.1.x86_64",
"product": {
"name": "libpython3_13-1_0-x86-64-v3-3.13.12-160000.1.1.x86_64",
"product_id": "libpython3_13-1_0-x86-64-v3-3.13.12-160000.1.1.x86_64"
}
},
{
"category": "product_version",
"name": "libpython3_13t1_0-3.13.12-160000.1.1.x86_64",
"product": {
"name": "libpython3_13t1_0-3.13.12-160000.1.1.x86_64",
"product_id": "libpython3_13t1_0-3.13.12-160000.1.1.x86_64"
}
},
{
"category": "product_version",
"name": "python313-3.13.12-160000.1.1.x86_64",
"product": {
"name": "python313-3.13.12-160000.1.1.x86_64",
"product_id": "python313-3.13.12-160000.1.1.x86_64"
}
},
{
"category": "product_version",
"name": "python313-base-3.13.12-160000.1.1.x86_64",
"product": {
"name": "python313-base-3.13.12-160000.1.1.x86_64",
"product_id": "python313-base-3.13.12-160000.1.1.x86_64"
}
},
{
"category": "product_version",
"name": "python313-base-x86-64-v3-3.13.12-160000.1.1.x86_64",
"product": {
"name": "python313-base-x86-64-v3-3.13.12-160000.1.1.x86_64",
"product_id": "python313-base-x86-64-v3-3.13.12-160000.1.1.x86_64"
}
},
{
"category": "product_version",
"name": "python313-curses-3.13.12-160000.1.1.x86_64",
"product": {
"name": "python313-curses-3.13.12-160000.1.1.x86_64",
"product_id": "python313-curses-3.13.12-160000.1.1.x86_64"
}
},
{
"category": "product_version",
"name": "python313-dbm-3.13.12-160000.1.1.x86_64",
"product": {
"name": "python313-dbm-3.13.12-160000.1.1.x86_64",
"product_id": "python313-dbm-3.13.12-160000.1.1.x86_64"
}
},
{
"category": "product_version",
"name": "python313-devel-3.13.12-160000.1.1.x86_64",
"product": {
"name": "python313-devel-3.13.12-160000.1.1.x86_64",
"product_id": "python313-devel-3.13.12-160000.1.1.x86_64"
}
},
{
"category": "product_version",
"name": "python313-doc-3.13.12-160000.1.1.x86_64",
"product": {
"name": "python313-doc-3.13.12-160000.1.1.x86_64",
"product_id": "python313-doc-3.13.12-160000.1.1.x86_64"
}
},
{
"category": "product_version",
"name": "python313-doc-devhelp-3.13.12-160000.1.1.x86_64",
"product": {
"name": "python313-doc-devhelp-3.13.12-160000.1.1.x86_64",
"product_id": "python313-doc-devhelp-3.13.12-160000.1.1.x86_64"
}
},
{
"category": "product_version",
"name": "python313-idle-3.13.12-160000.1.1.x86_64",
"product": {
"name": "python313-idle-3.13.12-160000.1.1.x86_64",
"product_id": "python313-idle-3.13.12-160000.1.1.x86_64"
}
},
{
"category": "product_version",
"name": "python313-nogil-3.13.12-160000.1.1.x86_64",
"product": {
"name": "python313-nogil-3.13.12-160000.1.1.x86_64",
"product_id": "python313-nogil-3.13.12-160000.1.1.x86_64"
}
},
{
"category": "product_version",
"name": "python313-nogil-base-3.13.12-160000.1.1.x86_64",
"product": {
"name": "python313-nogil-base-3.13.12-160000.1.1.x86_64",
"product_id": "python313-nogil-base-3.13.12-160000.1.1.x86_64"
}
},
{
"category": "product_version",
"name": "python313-nogil-curses-3.13.12-160000.1.1.x86_64",
"product": {
"name": "python313-nogil-curses-3.13.12-160000.1.1.x86_64",
"product_id": "python313-nogil-curses-3.13.12-160000.1.1.x86_64"
}
},
{
"category": "product_version",
"name": "python313-nogil-dbm-3.13.12-160000.1.1.x86_64",
"product": {
"name": "python313-nogil-dbm-3.13.12-160000.1.1.x86_64",
"product_id": "python313-nogil-dbm-3.13.12-160000.1.1.x86_64"
}
},
{
"category": "product_version",
"name": "python313-nogil-devel-3.13.12-160000.1.1.x86_64",
"product": {
"name": "python313-nogil-devel-3.13.12-160000.1.1.x86_64",
"product_id": "python313-nogil-devel-3.13.12-160000.1.1.x86_64"
}
},
{
"category": "product_version",
"name": "python313-nogil-idle-3.13.12-160000.1.1.x86_64",
"product": {
"name": "python313-nogil-idle-3.13.12-160000.1.1.x86_64",
"product_id": "python313-nogil-idle-3.13.12-160000.1.1.x86_64"
}
},
{
"category": "product_version",
"name": "python313-nogil-testsuite-3.13.12-160000.1.1.x86_64",
"product": {
"name": "python313-nogil-testsuite-3.13.12-160000.1.1.x86_64",
"product_id": "python313-nogil-testsuite-3.13.12-160000.1.1.x86_64"
}
},
{
"category": "product_version",
"name": "python313-nogil-tk-3.13.12-160000.1.1.x86_64",
"product": {
"name": "python313-nogil-tk-3.13.12-160000.1.1.x86_64",
"product_id": "python313-nogil-tk-3.13.12-160000.1.1.x86_64"
}
},
{
"category": "product_version",
"name": "python313-nogil-tools-3.13.12-160000.1.1.x86_64",
"product": {
"name": "python313-nogil-tools-3.13.12-160000.1.1.x86_64",
"product_id": "python313-nogil-tools-3.13.12-160000.1.1.x86_64"
}
},
{
"category": "product_version",
"name": "python313-testsuite-3.13.12-160000.1.1.x86_64",
"product": {
"name": "python313-testsuite-3.13.12-160000.1.1.x86_64",
"product_id": "python313-testsuite-3.13.12-160000.1.1.x86_64"
}
},
{
"category": "product_version",
"name": "python313-tk-3.13.12-160000.1.1.x86_64",
"product": {
"name": "python313-tk-3.13.12-160000.1.1.x86_64",
"product_id": "python313-tk-3.13.12-160000.1.1.x86_64"
}
},
{
"category": "product_version",
"name": "python313-tools-3.13.12-160000.1.1.x86_64",
"product": {
"name": "python313-tools-3.13.12-160000.1.1.x86_64",
"product_id": "python313-tools-3.13.12-160000.1.1.x86_64"
}
},
{
"category": "product_version",
"name": "python313-x86-64-v3-3.13.12-160000.1.1.x86_64",
"product": {
"name": "python313-x86-64-v3-3.13.12-160000.1.1.x86_64",
"product_id": "python313-x86-64-v3-3.13.12-160000.1.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "openSUSE Leap 16.0",
"product": {
"name": "openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0"
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_13-1_0-3.13.12-160000.1.1.aarch64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:libpython3_13-1_0-3.13.12-160000.1.1.aarch64"
},
"product_reference": "libpython3_13-1_0-3.13.12-160000.1.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_13-1_0-3.13.12-160000.1.1.ppc64le as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:libpython3_13-1_0-3.13.12-160000.1.1.ppc64le"
},
"product_reference": "libpython3_13-1_0-3.13.12-160000.1.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_13-1_0-3.13.12-160000.1.1.s390x as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:libpython3_13-1_0-3.13.12-160000.1.1.s390x"
},
"product_reference": "libpython3_13-1_0-3.13.12-160000.1.1.s390x",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_13-1_0-3.13.12-160000.1.1.x86_64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:libpython3_13-1_0-3.13.12-160000.1.1.x86_64"
},
"product_reference": "libpython3_13-1_0-3.13.12-160000.1.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_13-1_0-x86-64-v3-3.13.12-160000.1.1.x86_64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:libpython3_13-1_0-x86-64-v3-3.13.12-160000.1.1.x86_64"
},
"product_reference": "libpython3_13-1_0-x86-64-v3-3.13.12-160000.1.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_13t1_0-3.13.12-160000.1.1.ppc64le as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:libpython3_13t1_0-3.13.12-160000.1.1.ppc64le"
},
"product_reference": "libpython3_13t1_0-3.13.12-160000.1.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_13t1_0-3.13.12-160000.1.1.s390x as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:libpython3_13t1_0-3.13.12-160000.1.1.s390x"
},
"product_reference": "libpython3_13t1_0-3.13.12-160000.1.1.s390x",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_13t1_0-3.13.12-160000.1.1.x86_64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:libpython3_13t1_0-3.13.12-160000.1.1.x86_64"
},
"product_reference": "libpython3_13t1_0-3.13.12-160000.1.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-3.13.12-160000.1.1.aarch64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:python313-3.13.12-160000.1.1.aarch64"
},
"product_reference": "python313-3.13.12-160000.1.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-3.13.12-160000.1.1.ppc64le as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:python313-3.13.12-160000.1.1.ppc64le"
},
"product_reference": "python313-3.13.12-160000.1.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-3.13.12-160000.1.1.s390x as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:python313-3.13.12-160000.1.1.s390x"
},
"product_reference": "python313-3.13.12-160000.1.1.s390x",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-3.13.12-160000.1.1.x86_64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:python313-3.13.12-160000.1.1.x86_64"
},
"product_reference": "python313-3.13.12-160000.1.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-base-3.13.12-160000.1.1.aarch64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:python313-base-3.13.12-160000.1.1.aarch64"
},
"product_reference": "python313-base-3.13.12-160000.1.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-base-3.13.12-160000.1.1.ppc64le as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:python313-base-3.13.12-160000.1.1.ppc64le"
},
"product_reference": "python313-base-3.13.12-160000.1.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-base-3.13.12-160000.1.1.s390x as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:python313-base-3.13.12-160000.1.1.s390x"
},
"product_reference": "python313-base-3.13.12-160000.1.1.s390x",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-base-3.13.12-160000.1.1.x86_64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:python313-base-3.13.12-160000.1.1.x86_64"
},
"product_reference": "python313-base-3.13.12-160000.1.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-base-x86-64-v3-3.13.12-160000.1.1.x86_64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:python313-base-x86-64-v3-3.13.12-160000.1.1.x86_64"
},
"product_reference": "python313-base-x86-64-v3-3.13.12-160000.1.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-curses-3.13.12-160000.1.1.aarch64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:python313-curses-3.13.12-160000.1.1.aarch64"
},
"product_reference": "python313-curses-3.13.12-160000.1.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-curses-3.13.12-160000.1.1.ppc64le as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:python313-curses-3.13.12-160000.1.1.ppc64le"
},
"product_reference": "python313-curses-3.13.12-160000.1.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-curses-3.13.12-160000.1.1.s390x as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:python313-curses-3.13.12-160000.1.1.s390x"
},
"product_reference": "python313-curses-3.13.12-160000.1.1.s390x",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-curses-3.13.12-160000.1.1.x86_64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:python313-curses-3.13.12-160000.1.1.x86_64"
},
"product_reference": "python313-curses-3.13.12-160000.1.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-dbm-3.13.12-160000.1.1.aarch64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:python313-dbm-3.13.12-160000.1.1.aarch64"
},
"product_reference": "python313-dbm-3.13.12-160000.1.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-dbm-3.13.12-160000.1.1.ppc64le as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:python313-dbm-3.13.12-160000.1.1.ppc64le"
},
"product_reference": "python313-dbm-3.13.12-160000.1.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-dbm-3.13.12-160000.1.1.s390x as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:python313-dbm-3.13.12-160000.1.1.s390x"
},
"product_reference": "python313-dbm-3.13.12-160000.1.1.s390x",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-dbm-3.13.12-160000.1.1.x86_64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:python313-dbm-3.13.12-160000.1.1.x86_64"
},
"product_reference": "python313-dbm-3.13.12-160000.1.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-devel-3.13.12-160000.1.1.aarch64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:python313-devel-3.13.12-160000.1.1.aarch64"
},
"product_reference": "python313-devel-3.13.12-160000.1.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-devel-3.13.12-160000.1.1.ppc64le as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:python313-devel-3.13.12-160000.1.1.ppc64le"
},
"product_reference": "python313-devel-3.13.12-160000.1.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-devel-3.13.12-160000.1.1.s390x as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:python313-devel-3.13.12-160000.1.1.s390x"
},
"product_reference": "python313-devel-3.13.12-160000.1.1.s390x",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-devel-3.13.12-160000.1.1.x86_64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:python313-devel-3.13.12-160000.1.1.x86_64"
},
"product_reference": "python313-devel-3.13.12-160000.1.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-doc-3.13.12-160000.1.1.aarch64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:python313-doc-3.13.12-160000.1.1.aarch64"
},
"product_reference": "python313-doc-3.13.12-160000.1.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-doc-3.13.12-160000.1.1.ppc64le as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:python313-doc-3.13.12-160000.1.1.ppc64le"
},
"product_reference": "python313-doc-3.13.12-160000.1.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-doc-3.13.12-160000.1.1.s390x as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:python313-doc-3.13.12-160000.1.1.s390x"
},
"product_reference": "python313-doc-3.13.12-160000.1.1.s390x",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-doc-3.13.12-160000.1.1.x86_64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:python313-doc-3.13.12-160000.1.1.x86_64"
},
"product_reference": "python313-doc-3.13.12-160000.1.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-doc-devhelp-3.13.12-160000.1.1.aarch64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:python313-doc-devhelp-3.13.12-160000.1.1.aarch64"
},
"product_reference": "python313-doc-devhelp-3.13.12-160000.1.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-doc-devhelp-3.13.12-160000.1.1.ppc64le as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:python313-doc-devhelp-3.13.12-160000.1.1.ppc64le"
},
"product_reference": "python313-doc-devhelp-3.13.12-160000.1.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-doc-devhelp-3.13.12-160000.1.1.s390x as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:python313-doc-devhelp-3.13.12-160000.1.1.s390x"
},
"product_reference": "python313-doc-devhelp-3.13.12-160000.1.1.s390x",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-doc-devhelp-3.13.12-160000.1.1.x86_64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:python313-doc-devhelp-3.13.12-160000.1.1.x86_64"
},
"product_reference": "python313-doc-devhelp-3.13.12-160000.1.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-idle-3.13.12-160000.1.1.aarch64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:python313-idle-3.13.12-160000.1.1.aarch64"
},
"product_reference": "python313-idle-3.13.12-160000.1.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-idle-3.13.12-160000.1.1.ppc64le as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:python313-idle-3.13.12-160000.1.1.ppc64le"
},
"product_reference": "python313-idle-3.13.12-160000.1.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-idle-3.13.12-160000.1.1.s390x as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:python313-idle-3.13.12-160000.1.1.s390x"
},
"product_reference": "python313-idle-3.13.12-160000.1.1.s390x",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-idle-3.13.12-160000.1.1.x86_64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:python313-idle-3.13.12-160000.1.1.x86_64"
},
"product_reference": "python313-idle-3.13.12-160000.1.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-nogil-3.13.12-160000.1.1.ppc64le as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:python313-nogil-3.13.12-160000.1.1.ppc64le"
},
"product_reference": "python313-nogil-3.13.12-160000.1.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-nogil-3.13.12-160000.1.1.s390x as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:python313-nogil-3.13.12-160000.1.1.s390x"
},
"product_reference": "python313-nogil-3.13.12-160000.1.1.s390x",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-nogil-3.13.12-160000.1.1.x86_64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:python313-nogil-3.13.12-160000.1.1.x86_64"
},
"product_reference": "python313-nogil-3.13.12-160000.1.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-nogil-base-3.13.12-160000.1.1.ppc64le as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:python313-nogil-base-3.13.12-160000.1.1.ppc64le"
},
"product_reference": "python313-nogil-base-3.13.12-160000.1.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-nogil-base-3.13.12-160000.1.1.s390x as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:python313-nogil-base-3.13.12-160000.1.1.s390x"
},
"product_reference": "python313-nogil-base-3.13.12-160000.1.1.s390x",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-nogil-base-3.13.12-160000.1.1.x86_64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:python313-nogil-base-3.13.12-160000.1.1.x86_64"
},
"product_reference": "python313-nogil-base-3.13.12-160000.1.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-nogil-curses-3.13.12-160000.1.1.ppc64le as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:python313-nogil-curses-3.13.12-160000.1.1.ppc64le"
},
"product_reference": "python313-nogil-curses-3.13.12-160000.1.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-nogil-curses-3.13.12-160000.1.1.s390x as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:python313-nogil-curses-3.13.12-160000.1.1.s390x"
},
"product_reference": "python313-nogil-curses-3.13.12-160000.1.1.s390x",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-nogil-curses-3.13.12-160000.1.1.x86_64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:python313-nogil-curses-3.13.12-160000.1.1.x86_64"
},
"product_reference": "python313-nogil-curses-3.13.12-160000.1.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-nogil-dbm-3.13.12-160000.1.1.ppc64le as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:python313-nogil-dbm-3.13.12-160000.1.1.ppc64le"
},
"product_reference": "python313-nogil-dbm-3.13.12-160000.1.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-nogil-dbm-3.13.12-160000.1.1.s390x as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:python313-nogil-dbm-3.13.12-160000.1.1.s390x"
},
"product_reference": "python313-nogil-dbm-3.13.12-160000.1.1.s390x",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-nogil-dbm-3.13.12-160000.1.1.x86_64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:python313-nogil-dbm-3.13.12-160000.1.1.x86_64"
},
"product_reference": "python313-nogil-dbm-3.13.12-160000.1.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-nogil-devel-3.13.12-160000.1.1.ppc64le as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:python313-nogil-devel-3.13.12-160000.1.1.ppc64le"
},
"product_reference": "python313-nogil-devel-3.13.12-160000.1.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-nogil-devel-3.13.12-160000.1.1.s390x as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:python313-nogil-devel-3.13.12-160000.1.1.s390x"
},
"product_reference": "python313-nogil-devel-3.13.12-160000.1.1.s390x",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-nogil-devel-3.13.12-160000.1.1.x86_64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:python313-nogil-devel-3.13.12-160000.1.1.x86_64"
},
"product_reference": "python313-nogil-devel-3.13.12-160000.1.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-nogil-idle-3.13.12-160000.1.1.ppc64le as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:python313-nogil-idle-3.13.12-160000.1.1.ppc64le"
},
"product_reference": "python313-nogil-idle-3.13.12-160000.1.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-nogil-idle-3.13.12-160000.1.1.s390x as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:python313-nogil-idle-3.13.12-160000.1.1.s390x"
},
"product_reference": "python313-nogil-idle-3.13.12-160000.1.1.s390x",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-nogil-idle-3.13.12-160000.1.1.x86_64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:python313-nogil-idle-3.13.12-160000.1.1.x86_64"
},
"product_reference": "python313-nogil-idle-3.13.12-160000.1.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-nogil-testsuite-3.13.12-160000.1.1.ppc64le as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:python313-nogil-testsuite-3.13.12-160000.1.1.ppc64le"
},
"product_reference": "python313-nogil-testsuite-3.13.12-160000.1.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-nogil-testsuite-3.13.12-160000.1.1.s390x as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:python313-nogil-testsuite-3.13.12-160000.1.1.s390x"
},
"product_reference": "python313-nogil-testsuite-3.13.12-160000.1.1.s390x",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-nogil-testsuite-3.13.12-160000.1.1.x86_64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:python313-nogil-testsuite-3.13.12-160000.1.1.x86_64"
},
"product_reference": "python313-nogil-testsuite-3.13.12-160000.1.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-nogil-tk-3.13.12-160000.1.1.ppc64le as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:python313-nogil-tk-3.13.12-160000.1.1.ppc64le"
},
"product_reference": "python313-nogil-tk-3.13.12-160000.1.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-nogil-tk-3.13.12-160000.1.1.s390x as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:python313-nogil-tk-3.13.12-160000.1.1.s390x"
},
"product_reference": "python313-nogil-tk-3.13.12-160000.1.1.s390x",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-nogil-tk-3.13.12-160000.1.1.x86_64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:python313-nogil-tk-3.13.12-160000.1.1.x86_64"
},
"product_reference": "python313-nogil-tk-3.13.12-160000.1.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-nogil-tools-3.13.12-160000.1.1.ppc64le as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:python313-nogil-tools-3.13.12-160000.1.1.ppc64le"
},
"product_reference": "python313-nogil-tools-3.13.12-160000.1.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-nogil-tools-3.13.12-160000.1.1.s390x as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:python313-nogil-tools-3.13.12-160000.1.1.s390x"
},
"product_reference": "python313-nogil-tools-3.13.12-160000.1.1.s390x",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-nogil-tools-3.13.12-160000.1.1.x86_64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:python313-nogil-tools-3.13.12-160000.1.1.x86_64"
},
"product_reference": "python313-nogil-tools-3.13.12-160000.1.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-testsuite-3.13.12-160000.1.1.aarch64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:python313-testsuite-3.13.12-160000.1.1.aarch64"
},
"product_reference": "python313-testsuite-3.13.12-160000.1.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-testsuite-3.13.12-160000.1.1.ppc64le as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:python313-testsuite-3.13.12-160000.1.1.ppc64le"
},
"product_reference": "python313-testsuite-3.13.12-160000.1.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-testsuite-3.13.12-160000.1.1.s390x as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:python313-testsuite-3.13.12-160000.1.1.s390x"
},
"product_reference": "python313-testsuite-3.13.12-160000.1.1.s390x",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-testsuite-3.13.12-160000.1.1.x86_64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:python313-testsuite-3.13.12-160000.1.1.x86_64"
},
"product_reference": "python313-testsuite-3.13.12-160000.1.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-tk-3.13.12-160000.1.1.aarch64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:python313-tk-3.13.12-160000.1.1.aarch64"
},
"product_reference": "python313-tk-3.13.12-160000.1.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-tk-3.13.12-160000.1.1.ppc64le as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:python313-tk-3.13.12-160000.1.1.ppc64le"
},
"product_reference": "python313-tk-3.13.12-160000.1.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-tk-3.13.12-160000.1.1.s390x as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:python313-tk-3.13.12-160000.1.1.s390x"
},
"product_reference": "python313-tk-3.13.12-160000.1.1.s390x",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-tk-3.13.12-160000.1.1.x86_64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:python313-tk-3.13.12-160000.1.1.x86_64"
},
"product_reference": "python313-tk-3.13.12-160000.1.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-tools-3.13.12-160000.1.1.aarch64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:python313-tools-3.13.12-160000.1.1.aarch64"
},
"product_reference": "python313-tools-3.13.12-160000.1.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-tools-3.13.12-160000.1.1.ppc64le as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:python313-tools-3.13.12-160000.1.1.ppc64le"
},
"product_reference": "python313-tools-3.13.12-160000.1.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-tools-3.13.12-160000.1.1.s390x as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:python313-tools-3.13.12-160000.1.1.s390x"
},
"product_reference": "python313-tools-3.13.12-160000.1.1.s390x",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-tools-3.13.12-160000.1.1.x86_64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:python313-tools-3.13.12-160000.1.1.x86_64"
},
"product_reference": "python313-tools-3.13.12-160000.1.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-x86-64-v3-3.13.12-160000.1.1.x86_64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:python313-x86-64-v3-3.13.12-160000.1.1.x86_64"
},
"product_reference": "python313-x86-64-v3-3.13.12-160000.1.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 16.0"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-11468",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-11468"
}
],
"notes": [
{
"category": "general",
"text": "When folding a long comment in an email header containing exclusively unfoldable characters, the parenthesis would not be preserved. This could be used for injecting headers into email messages where addresses are user-controlled and not sanitized.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 16.0:libpython3_13-1_0-3.13.12-160000.1.1.aarch64",
"openSUSE Leap 16.0:libpython3_13-1_0-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:libpython3_13-1_0-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:libpython3_13-1_0-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:libpython3_13-1_0-x86-64-v3-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:libpython3_13t1_0-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:libpython3_13t1_0-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:libpython3_13t1_0-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-3.13.12-160000.1.1.aarch64",
"openSUSE Leap 16.0:python313-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:python313-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:python313-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-base-3.13.12-160000.1.1.aarch64",
"openSUSE Leap 16.0:python313-base-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:python313-base-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:python313-base-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-base-x86-64-v3-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-curses-3.13.12-160000.1.1.aarch64",
"openSUSE Leap 16.0:python313-curses-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:python313-curses-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:python313-curses-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-dbm-3.13.12-160000.1.1.aarch64",
"openSUSE Leap 16.0:python313-dbm-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:python313-dbm-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:python313-dbm-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-devel-3.13.12-160000.1.1.aarch64",
"openSUSE Leap 16.0:python313-devel-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:python313-devel-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:python313-devel-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-doc-3.13.12-160000.1.1.aarch64",
"openSUSE Leap 16.0:python313-doc-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:python313-doc-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:python313-doc-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-doc-devhelp-3.13.12-160000.1.1.aarch64",
"openSUSE Leap 16.0:python313-doc-devhelp-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:python313-doc-devhelp-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:python313-doc-devhelp-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-idle-3.13.12-160000.1.1.aarch64",
"openSUSE Leap 16.0:python313-idle-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:python313-idle-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:python313-idle-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-nogil-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:python313-nogil-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:python313-nogil-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-nogil-base-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:python313-nogil-base-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:python313-nogil-base-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-nogil-curses-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:python313-nogil-curses-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:python313-nogil-curses-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-nogil-dbm-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:python313-nogil-dbm-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:python313-nogil-dbm-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-nogil-devel-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:python313-nogil-devel-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:python313-nogil-devel-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-nogil-idle-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:python313-nogil-idle-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:python313-nogil-idle-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-nogil-testsuite-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:python313-nogil-testsuite-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:python313-nogil-testsuite-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-nogil-tk-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:python313-nogil-tk-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:python313-nogil-tk-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-nogil-tools-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:python313-nogil-tools-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:python313-nogil-tools-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-testsuite-3.13.12-160000.1.1.aarch64",
"openSUSE Leap 16.0:python313-testsuite-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:python313-testsuite-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:python313-testsuite-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-tk-3.13.12-160000.1.1.aarch64",
"openSUSE Leap 16.0:python313-tk-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:python313-tk-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:python313-tk-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-tools-3.13.12-160000.1.1.aarch64",
"openSUSE Leap 16.0:python313-tools-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:python313-tools-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:python313-tools-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-x86-64-v3-3.13.12-160000.1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-11468",
"url": "https://www.suse.com/security/cve/CVE-2025-11468"
},
{
"category": "external",
"summary": "SUSE Bug 1257029 for CVE-2025-11468",
"url": "https://bugzilla.suse.com/1257029"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Leap 16.0:libpython3_13-1_0-3.13.12-160000.1.1.aarch64",
"openSUSE Leap 16.0:libpython3_13-1_0-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:libpython3_13-1_0-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:libpython3_13-1_0-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:libpython3_13-1_0-x86-64-v3-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:libpython3_13t1_0-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:libpython3_13t1_0-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:libpython3_13t1_0-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-3.13.12-160000.1.1.aarch64",
"openSUSE Leap 16.0:python313-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:python313-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:python313-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-base-3.13.12-160000.1.1.aarch64",
"openSUSE Leap 16.0:python313-base-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:python313-base-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:python313-base-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-base-x86-64-v3-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-curses-3.13.12-160000.1.1.aarch64",
"openSUSE Leap 16.0:python313-curses-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:python313-curses-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:python313-curses-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-dbm-3.13.12-160000.1.1.aarch64",
"openSUSE Leap 16.0:python313-dbm-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:python313-dbm-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:python313-dbm-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-devel-3.13.12-160000.1.1.aarch64",
"openSUSE Leap 16.0:python313-devel-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:python313-devel-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:python313-devel-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-doc-3.13.12-160000.1.1.aarch64",
"openSUSE Leap 16.0:python313-doc-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:python313-doc-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:python313-doc-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-doc-devhelp-3.13.12-160000.1.1.aarch64",
"openSUSE Leap 16.0:python313-doc-devhelp-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:python313-doc-devhelp-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:python313-doc-devhelp-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-idle-3.13.12-160000.1.1.aarch64",
"openSUSE Leap 16.0:python313-idle-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:python313-idle-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:python313-idle-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-nogil-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:python313-nogil-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:python313-nogil-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-nogil-base-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:python313-nogil-base-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:python313-nogil-base-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-nogil-curses-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:python313-nogil-curses-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:python313-nogil-curses-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-nogil-dbm-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:python313-nogil-dbm-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:python313-nogil-dbm-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-nogil-devel-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:python313-nogil-devel-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:python313-nogil-devel-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-nogil-idle-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:python313-nogil-idle-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:python313-nogil-idle-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-nogil-testsuite-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:python313-nogil-testsuite-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:python313-nogil-testsuite-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-nogil-tk-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:python313-nogil-tk-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:python313-nogil-tk-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-nogil-tools-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:python313-nogil-tools-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:python313-nogil-tools-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-testsuite-3.13.12-160000.1.1.aarch64",
"openSUSE Leap 16.0:python313-testsuite-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:python313-testsuite-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:python313-testsuite-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-tk-3.13.12-160000.1.1.aarch64",
"openSUSE Leap 16.0:python313-tk-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:python313-tk-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:python313-tk-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-tools-3.13.12-160000.1.1.aarch64",
"openSUSE Leap 16.0:python313-tools-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:python313-tools-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:python313-tools-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-x86-64-v3-3.13.12-160000.1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"openSUSE Leap 16.0:libpython3_13-1_0-3.13.12-160000.1.1.aarch64",
"openSUSE Leap 16.0:libpython3_13-1_0-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:libpython3_13-1_0-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:libpython3_13-1_0-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:libpython3_13-1_0-x86-64-v3-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:libpython3_13t1_0-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:libpython3_13t1_0-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:libpython3_13t1_0-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-3.13.12-160000.1.1.aarch64",
"openSUSE Leap 16.0:python313-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:python313-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:python313-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-base-3.13.12-160000.1.1.aarch64",
"openSUSE Leap 16.0:python313-base-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:python313-base-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:python313-base-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-base-x86-64-v3-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-curses-3.13.12-160000.1.1.aarch64",
"openSUSE Leap 16.0:python313-curses-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:python313-curses-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:python313-curses-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-dbm-3.13.12-160000.1.1.aarch64",
"openSUSE Leap 16.0:python313-dbm-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:python313-dbm-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:python313-dbm-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-devel-3.13.12-160000.1.1.aarch64",
"openSUSE Leap 16.0:python313-devel-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:python313-devel-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:python313-devel-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-doc-3.13.12-160000.1.1.aarch64",
"openSUSE Leap 16.0:python313-doc-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:python313-doc-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:python313-doc-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-doc-devhelp-3.13.12-160000.1.1.aarch64",
"openSUSE Leap 16.0:python313-doc-devhelp-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:python313-doc-devhelp-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:python313-doc-devhelp-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-idle-3.13.12-160000.1.1.aarch64",
"openSUSE Leap 16.0:python313-idle-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:python313-idle-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:python313-idle-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-nogil-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:python313-nogil-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:python313-nogil-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-nogil-base-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:python313-nogil-base-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:python313-nogil-base-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-nogil-curses-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:python313-nogil-curses-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:python313-nogil-curses-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-nogil-dbm-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:python313-nogil-dbm-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:python313-nogil-dbm-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-nogil-devel-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:python313-nogil-devel-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:python313-nogil-devel-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-nogil-idle-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:python313-nogil-idle-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:python313-nogil-idle-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-nogil-testsuite-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:python313-nogil-testsuite-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:python313-nogil-testsuite-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-nogil-tk-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:python313-nogil-tk-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:python313-nogil-tk-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-nogil-tools-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:python313-nogil-tools-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:python313-nogil-tools-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-testsuite-3.13.12-160000.1.1.aarch64",
"openSUSE Leap 16.0:python313-testsuite-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:python313-testsuite-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:python313-testsuite-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-tk-3.13.12-160000.1.1.aarch64",
"openSUSE Leap 16.0:python313-tk-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:python313-tk-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:python313-tk-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-tools-3.13.12-160000.1.1.aarch64",
"openSUSE Leap 16.0:python313-tools-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:python313-tools-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:python313-tools-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-x86-64-v3-3.13.12-160000.1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-02-19T10:31:04Z",
"details": "important"
}
],
"title": "CVE-2025-11468"
},
{
"cve": "CVE-2025-15282",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-15282"
}
],
"notes": [
{
"category": "general",
"text": "User-controlled data URLs parsed by urllib.request.DataHandler allow injecting headers through newlines in the data URL mediatype.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 16.0:libpython3_13-1_0-3.13.12-160000.1.1.aarch64",
"openSUSE Leap 16.0:libpython3_13-1_0-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:libpython3_13-1_0-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:libpython3_13-1_0-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:libpython3_13-1_0-x86-64-v3-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:libpython3_13t1_0-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:libpython3_13t1_0-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:libpython3_13t1_0-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-3.13.12-160000.1.1.aarch64",
"openSUSE Leap 16.0:python313-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:python313-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:python313-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-base-3.13.12-160000.1.1.aarch64",
"openSUSE Leap 16.0:python313-base-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:python313-base-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:python313-base-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-base-x86-64-v3-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-curses-3.13.12-160000.1.1.aarch64",
"openSUSE Leap 16.0:python313-curses-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:python313-curses-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:python313-curses-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-dbm-3.13.12-160000.1.1.aarch64",
"openSUSE Leap 16.0:python313-dbm-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:python313-dbm-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:python313-dbm-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-devel-3.13.12-160000.1.1.aarch64",
"openSUSE Leap 16.0:python313-devel-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:python313-devel-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:python313-devel-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-doc-3.13.12-160000.1.1.aarch64",
"openSUSE Leap 16.0:python313-doc-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:python313-doc-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:python313-doc-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-doc-devhelp-3.13.12-160000.1.1.aarch64",
"openSUSE Leap 16.0:python313-doc-devhelp-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:python313-doc-devhelp-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:python313-doc-devhelp-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-idle-3.13.12-160000.1.1.aarch64",
"openSUSE Leap 16.0:python313-idle-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:python313-idle-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:python313-idle-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-nogil-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:python313-nogil-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:python313-nogil-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-nogil-base-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:python313-nogil-base-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:python313-nogil-base-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-nogil-curses-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:python313-nogil-curses-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:python313-nogil-curses-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-nogil-dbm-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:python313-nogil-dbm-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:python313-nogil-dbm-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-nogil-devel-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:python313-nogil-devel-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:python313-nogil-devel-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-nogil-idle-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:python313-nogil-idle-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:python313-nogil-idle-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-nogil-testsuite-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:python313-nogil-testsuite-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:python313-nogil-testsuite-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-nogil-tk-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:python313-nogil-tk-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:python313-nogil-tk-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-nogil-tools-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:python313-nogil-tools-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:python313-nogil-tools-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-testsuite-3.13.12-160000.1.1.aarch64",
"openSUSE Leap 16.0:python313-testsuite-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:python313-testsuite-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:python313-testsuite-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-tk-3.13.12-160000.1.1.aarch64",
"openSUSE Leap 16.0:python313-tk-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:python313-tk-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:python313-tk-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-tools-3.13.12-160000.1.1.aarch64",
"openSUSE Leap 16.0:python313-tools-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:python313-tools-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:python313-tools-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-x86-64-v3-3.13.12-160000.1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-15282",
"url": "https://www.suse.com/security/cve/CVE-2025-15282"
},
{
"category": "external",
"summary": "SUSE Bug 1257046 for CVE-2025-15282",
"url": "https://bugzilla.suse.com/1257046"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Leap 16.0:libpython3_13-1_0-3.13.12-160000.1.1.aarch64",
"openSUSE Leap 16.0:libpython3_13-1_0-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:libpython3_13-1_0-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:libpython3_13-1_0-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:libpython3_13-1_0-x86-64-v3-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:libpython3_13t1_0-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:libpython3_13t1_0-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:libpython3_13t1_0-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-3.13.12-160000.1.1.aarch64",
"openSUSE Leap 16.0:python313-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:python313-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:python313-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-base-3.13.12-160000.1.1.aarch64",
"openSUSE Leap 16.0:python313-base-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:python313-base-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:python313-base-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-base-x86-64-v3-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-curses-3.13.12-160000.1.1.aarch64",
"openSUSE Leap 16.0:python313-curses-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:python313-curses-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:python313-curses-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-dbm-3.13.12-160000.1.1.aarch64",
"openSUSE Leap 16.0:python313-dbm-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:python313-dbm-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:python313-dbm-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-devel-3.13.12-160000.1.1.aarch64",
"openSUSE Leap 16.0:python313-devel-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:python313-devel-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:python313-devel-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-doc-3.13.12-160000.1.1.aarch64",
"openSUSE Leap 16.0:python313-doc-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:python313-doc-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:python313-doc-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-doc-devhelp-3.13.12-160000.1.1.aarch64",
"openSUSE Leap 16.0:python313-doc-devhelp-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:python313-doc-devhelp-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:python313-doc-devhelp-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-idle-3.13.12-160000.1.1.aarch64",
"openSUSE Leap 16.0:python313-idle-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:python313-idle-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:python313-idle-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-nogil-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:python313-nogil-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:python313-nogil-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-nogil-base-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:python313-nogil-base-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:python313-nogil-base-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-nogil-curses-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:python313-nogil-curses-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:python313-nogil-curses-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-nogil-dbm-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:python313-nogil-dbm-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:python313-nogil-dbm-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-nogil-devel-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:python313-nogil-devel-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:python313-nogil-devel-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-nogil-idle-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:python313-nogil-idle-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:python313-nogil-idle-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-nogil-testsuite-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:python313-nogil-testsuite-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:python313-nogil-testsuite-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-nogil-tk-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:python313-nogil-tk-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:python313-nogil-tk-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-nogil-tools-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:python313-nogil-tools-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:python313-nogil-tools-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-testsuite-3.13.12-160000.1.1.aarch64",
"openSUSE Leap 16.0:python313-testsuite-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:python313-testsuite-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:python313-testsuite-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-tk-3.13.12-160000.1.1.aarch64",
"openSUSE Leap 16.0:python313-tk-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:python313-tk-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:python313-tk-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-tools-3.13.12-160000.1.1.aarch64",
"openSUSE Leap 16.0:python313-tools-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:python313-tools-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:python313-tools-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-x86-64-v3-3.13.12-160000.1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:H/A:H",
"version": "3.1"
},
"products": [
"openSUSE Leap 16.0:libpython3_13-1_0-3.13.12-160000.1.1.aarch64",
"openSUSE Leap 16.0:libpython3_13-1_0-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:libpython3_13-1_0-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:libpython3_13-1_0-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:libpython3_13-1_0-x86-64-v3-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:libpython3_13t1_0-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:libpython3_13t1_0-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:libpython3_13t1_0-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-3.13.12-160000.1.1.aarch64",
"openSUSE Leap 16.0:python313-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:python313-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:python313-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-base-3.13.12-160000.1.1.aarch64",
"openSUSE Leap 16.0:python313-base-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:python313-base-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:python313-base-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-base-x86-64-v3-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-curses-3.13.12-160000.1.1.aarch64",
"openSUSE Leap 16.0:python313-curses-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:python313-curses-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:python313-curses-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-dbm-3.13.12-160000.1.1.aarch64",
"openSUSE Leap 16.0:python313-dbm-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:python313-dbm-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:python313-dbm-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-devel-3.13.12-160000.1.1.aarch64",
"openSUSE Leap 16.0:python313-devel-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:python313-devel-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:python313-devel-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-doc-3.13.12-160000.1.1.aarch64",
"openSUSE Leap 16.0:python313-doc-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:python313-doc-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:python313-doc-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-doc-devhelp-3.13.12-160000.1.1.aarch64",
"openSUSE Leap 16.0:python313-doc-devhelp-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:python313-doc-devhelp-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:python313-doc-devhelp-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-idle-3.13.12-160000.1.1.aarch64",
"openSUSE Leap 16.0:python313-idle-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:python313-idle-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:python313-idle-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-nogil-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:python313-nogil-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:python313-nogil-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-nogil-base-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:python313-nogil-base-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:python313-nogil-base-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-nogil-curses-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:python313-nogil-curses-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:python313-nogil-curses-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-nogil-dbm-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:python313-nogil-dbm-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:python313-nogil-dbm-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-nogil-devel-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:python313-nogil-devel-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:python313-nogil-devel-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-nogil-idle-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:python313-nogil-idle-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:python313-nogil-idle-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-nogil-testsuite-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:python313-nogil-testsuite-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:python313-nogil-testsuite-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-nogil-tk-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:python313-nogil-tk-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:python313-nogil-tk-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-nogil-tools-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:python313-nogil-tools-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:python313-nogil-tools-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-testsuite-3.13.12-160000.1.1.aarch64",
"openSUSE Leap 16.0:python313-testsuite-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:python313-testsuite-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:python313-testsuite-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-tk-3.13.12-160000.1.1.aarch64",
"openSUSE Leap 16.0:python313-tk-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:python313-tk-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:python313-tk-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-tools-3.13.12-160000.1.1.aarch64",
"openSUSE Leap 16.0:python313-tools-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:python313-tools-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:python313-tools-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-x86-64-v3-3.13.12-160000.1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-02-19T10:31:04Z",
"details": "moderate"
}
],
"title": "CVE-2025-15282"
},
{
"cve": "CVE-2026-0672",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-0672"
}
],
"notes": [
{
"category": "general",
"text": "When using http.cookies.Morsel, user-controlled cookie values and parameters can allow injecting HTTP headers into messages. Patch rejects all control characters within cookie names, values, and parameters.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 16.0:libpython3_13-1_0-3.13.12-160000.1.1.aarch64",
"openSUSE Leap 16.0:libpython3_13-1_0-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:libpython3_13-1_0-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:libpython3_13-1_0-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:libpython3_13-1_0-x86-64-v3-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:libpython3_13t1_0-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:libpython3_13t1_0-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:libpython3_13t1_0-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-3.13.12-160000.1.1.aarch64",
"openSUSE Leap 16.0:python313-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:python313-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:python313-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-base-3.13.12-160000.1.1.aarch64",
"openSUSE Leap 16.0:python313-base-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:python313-base-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:python313-base-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-base-x86-64-v3-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-curses-3.13.12-160000.1.1.aarch64",
"openSUSE Leap 16.0:python313-curses-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:python313-curses-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:python313-curses-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-dbm-3.13.12-160000.1.1.aarch64",
"openSUSE Leap 16.0:python313-dbm-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:python313-dbm-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:python313-dbm-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-devel-3.13.12-160000.1.1.aarch64",
"openSUSE Leap 16.0:python313-devel-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:python313-devel-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:python313-devel-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-doc-3.13.12-160000.1.1.aarch64",
"openSUSE Leap 16.0:python313-doc-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:python313-doc-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:python313-doc-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-doc-devhelp-3.13.12-160000.1.1.aarch64",
"openSUSE Leap 16.0:python313-doc-devhelp-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:python313-doc-devhelp-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:python313-doc-devhelp-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-idle-3.13.12-160000.1.1.aarch64",
"openSUSE Leap 16.0:python313-idle-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:python313-idle-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:python313-idle-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-nogil-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:python313-nogil-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:python313-nogil-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-nogil-base-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:python313-nogil-base-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:python313-nogil-base-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-nogil-curses-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:python313-nogil-curses-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:python313-nogil-curses-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-nogil-dbm-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:python313-nogil-dbm-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:python313-nogil-dbm-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-nogil-devel-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:python313-nogil-devel-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:python313-nogil-devel-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-nogil-idle-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:python313-nogil-idle-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:python313-nogil-idle-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-nogil-testsuite-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:python313-nogil-testsuite-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:python313-nogil-testsuite-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-nogil-tk-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:python313-nogil-tk-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:python313-nogil-tk-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-nogil-tools-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:python313-nogil-tools-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:python313-nogil-tools-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-testsuite-3.13.12-160000.1.1.aarch64",
"openSUSE Leap 16.0:python313-testsuite-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:python313-testsuite-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:python313-testsuite-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-tk-3.13.12-160000.1.1.aarch64",
"openSUSE Leap 16.0:python313-tk-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:python313-tk-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:python313-tk-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-tools-3.13.12-160000.1.1.aarch64",
"openSUSE Leap 16.0:python313-tools-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:python313-tools-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:python313-tools-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-x86-64-v3-3.13.12-160000.1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-0672",
"url": "https://www.suse.com/security/cve/CVE-2026-0672"
},
{
"category": "external",
"summary": "SUSE Bug 1257031 for CVE-2026-0672",
"url": "https://bugzilla.suse.com/1257031"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Leap 16.0:libpython3_13-1_0-3.13.12-160000.1.1.aarch64",
"openSUSE Leap 16.0:libpython3_13-1_0-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:libpython3_13-1_0-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:libpython3_13-1_0-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:libpython3_13-1_0-x86-64-v3-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:libpython3_13t1_0-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:libpython3_13t1_0-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:libpython3_13t1_0-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-3.13.12-160000.1.1.aarch64",
"openSUSE Leap 16.0:python313-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:python313-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:python313-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-base-3.13.12-160000.1.1.aarch64",
"openSUSE Leap 16.0:python313-base-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:python313-base-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:python313-base-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-base-x86-64-v3-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-curses-3.13.12-160000.1.1.aarch64",
"openSUSE Leap 16.0:python313-curses-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:python313-curses-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:python313-curses-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-dbm-3.13.12-160000.1.1.aarch64",
"openSUSE Leap 16.0:python313-dbm-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:python313-dbm-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:python313-dbm-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-devel-3.13.12-160000.1.1.aarch64",
"openSUSE Leap 16.0:python313-devel-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:python313-devel-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:python313-devel-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-doc-3.13.12-160000.1.1.aarch64",
"openSUSE Leap 16.0:python313-doc-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:python313-doc-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:python313-doc-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-doc-devhelp-3.13.12-160000.1.1.aarch64",
"openSUSE Leap 16.0:python313-doc-devhelp-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:python313-doc-devhelp-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:python313-doc-devhelp-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-idle-3.13.12-160000.1.1.aarch64",
"openSUSE Leap 16.0:python313-idle-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:python313-idle-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:python313-idle-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-nogil-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:python313-nogil-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:python313-nogil-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-nogil-base-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:python313-nogil-base-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:python313-nogil-base-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-nogil-curses-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:python313-nogil-curses-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:python313-nogil-curses-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-nogil-dbm-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:python313-nogil-dbm-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:python313-nogil-dbm-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-nogil-devel-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:python313-nogil-devel-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:python313-nogil-devel-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-nogil-idle-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:python313-nogil-idle-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:python313-nogil-idle-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-nogil-testsuite-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:python313-nogil-testsuite-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:python313-nogil-testsuite-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-nogil-tk-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:python313-nogil-tk-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:python313-nogil-tk-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-nogil-tools-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:python313-nogil-tools-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:python313-nogil-tools-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-testsuite-3.13.12-160000.1.1.aarch64",
"openSUSE Leap 16.0:python313-testsuite-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:python313-testsuite-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:python313-testsuite-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-tk-3.13.12-160000.1.1.aarch64",
"openSUSE Leap 16.0:python313-tk-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:python313-tk-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:python313-tk-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-tools-3.13.12-160000.1.1.aarch64",
"openSUSE Leap 16.0:python313-tools-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:python313-tools-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:python313-tools-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-x86-64-v3-3.13.12-160000.1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"openSUSE Leap 16.0:libpython3_13-1_0-3.13.12-160000.1.1.aarch64",
"openSUSE Leap 16.0:libpython3_13-1_0-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:libpython3_13-1_0-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:libpython3_13-1_0-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:libpython3_13-1_0-x86-64-v3-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:libpython3_13t1_0-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:libpython3_13t1_0-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:libpython3_13t1_0-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-3.13.12-160000.1.1.aarch64",
"openSUSE Leap 16.0:python313-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:python313-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:python313-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-base-3.13.12-160000.1.1.aarch64",
"openSUSE Leap 16.0:python313-base-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:python313-base-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:python313-base-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-base-x86-64-v3-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-curses-3.13.12-160000.1.1.aarch64",
"openSUSE Leap 16.0:python313-curses-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:python313-curses-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:python313-curses-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-dbm-3.13.12-160000.1.1.aarch64",
"openSUSE Leap 16.0:python313-dbm-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:python313-dbm-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:python313-dbm-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-devel-3.13.12-160000.1.1.aarch64",
"openSUSE Leap 16.0:python313-devel-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:python313-devel-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:python313-devel-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-doc-3.13.12-160000.1.1.aarch64",
"openSUSE Leap 16.0:python313-doc-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:python313-doc-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:python313-doc-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-doc-devhelp-3.13.12-160000.1.1.aarch64",
"openSUSE Leap 16.0:python313-doc-devhelp-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:python313-doc-devhelp-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:python313-doc-devhelp-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-idle-3.13.12-160000.1.1.aarch64",
"openSUSE Leap 16.0:python313-idle-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:python313-idle-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:python313-idle-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-nogil-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:python313-nogil-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:python313-nogil-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-nogil-base-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:python313-nogil-base-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:python313-nogil-base-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-nogil-curses-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:python313-nogil-curses-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:python313-nogil-curses-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-nogil-dbm-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:python313-nogil-dbm-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:python313-nogil-dbm-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-nogil-devel-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:python313-nogil-devel-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:python313-nogil-devel-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-nogil-idle-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:python313-nogil-idle-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:python313-nogil-idle-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-nogil-testsuite-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:python313-nogil-testsuite-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:python313-nogil-testsuite-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-nogil-tk-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:python313-nogil-tk-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:python313-nogil-tk-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-nogil-tools-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:python313-nogil-tools-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:python313-nogil-tools-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-testsuite-3.13.12-160000.1.1.aarch64",
"openSUSE Leap 16.0:python313-testsuite-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:python313-testsuite-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:python313-testsuite-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-tk-3.13.12-160000.1.1.aarch64",
"openSUSE Leap 16.0:python313-tk-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:python313-tk-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:python313-tk-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-tools-3.13.12-160000.1.1.aarch64",
"openSUSE Leap 16.0:python313-tools-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:python313-tools-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:python313-tools-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-x86-64-v3-3.13.12-160000.1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-02-19T10:31:04Z",
"details": "important"
}
],
"title": "CVE-2026-0672"
},
{
"cve": "CVE-2026-0865",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-0865"
}
],
"notes": [
{
"category": "general",
"text": "User-controlled header names and values containing newlines can allow injecting HTTP headers.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 16.0:libpython3_13-1_0-3.13.12-160000.1.1.aarch64",
"openSUSE Leap 16.0:libpython3_13-1_0-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:libpython3_13-1_0-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:libpython3_13-1_0-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:libpython3_13-1_0-x86-64-v3-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:libpython3_13t1_0-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:libpython3_13t1_0-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:libpython3_13t1_0-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-3.13.12-160000.1.1.aarch64",
"openSUSE Leap 16.0:python313-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:python313-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:python313-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-base-3.13.12-160000.1.1.aarch64",
"openSUSE Leap 16.0:python313-base-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:python313-base-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:python313-base-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-base-x86-64-v3-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-curses-3.13.12-160000.1.1.aarch64",
"openSUSE Leap 16.0:python313-curses-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:python313-curses-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:python313-curses-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-dbm-3.13.12-160000.1.1.aarch64",
"openSUSE Leap 16.0:python313-dbm-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:python313-dbm-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:python313-dbm-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-devel-3.13.12-160000.1.1.aarch64",
"openSUSE Leap 16.0:python313-devel-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:python313-devel-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:python313-devel-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-doc-3.13.12-160000.1.1.aarch64",
"openSUSE Leap 16.0:python313-doc-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:python313-doc-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:python313-doc-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-doc-devhelp-3.13.12-160000.1.1.aarch64",
"openSUSE Leap 16.0:python313-doc-devhelp-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:python313-doc-devhelp-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:python313-doc-devhelp-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-idle-3.13.12-160000.1.1.aarch64",
"openSUSE Leap 16.0:python313-idle-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:python313-idle-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:python313-idle-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-nogil-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:python313-nogil-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:python313-nogil-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-nogil-base-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:python313-nogil-base-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:python313-nogil-base-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-nogil-curses-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:python313-nogil-curses-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:python313-nogil-curses-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-nogil-dbm-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:python313-nogil-dbm-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:python313-nogil-dbm-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-nogil-devel-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:python313-nogil-devel-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:python313-nogil-devel-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-nogil-idle-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:python313-nogil-idle-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:python313-nogil-idle-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-nogil-testsuite-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:python313-nogil-testsuite-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:python313-nogil-testsuite-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-nogil-tk-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:python313-nogil-tk-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:python313-nogil-tk-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-nogil-tools-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:python313-nogil-tools-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:python313-nogil-tools-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-testsuite-3.13.12-160000.1.1.aarch64",
"openSUSE Leap 16.0:python313-testsuite-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:python313-testsuite-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:python313-testsuite-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-tk-3.13.12-160000.1.1.aarch64",
"openSUSE Leap 16.0:python313-tk-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:python313-tk-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:python313-tk-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-tools-3.13.12-160000.1.1.aarch64",
"openSUSE Leap 16.0:python313-tools-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:python313-tools-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:python313-tools-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-x86-64-v3-3.13.12-160000.1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-0865",
"url": "https://www.suse.com/security/cve/CVE-2026-0865"
},
{
"category": "external",
"summary": "SUSE Bug 1257042 for CVE-2026-0865",
"url": "https://bugzilla.suse.com/1257042"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Leap 16.0:libpython3_13-1_0-3.13.12-160000.1.1.aarch64",
"openSUSE Leap 16.0:libpython3_13-1_0-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:libpython3_13-1_0-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:libpython3_13-1_0-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:libpython3_13-1_0-x86-64-v3-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:libpython3_13t1_0-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:libpython3_13t1_0-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:libpython3_13t1_0-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-3.13.12-160000.1.1.aarch64",
"openSUSE Leap 16.0:python313-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:python313-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:python313-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-base-3.13.12-160000.1.1.aarch64",
"openSUSE Leap 16.0:python313-base-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:python313-base-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:python313-base-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-base-x86-64-v3-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-curses-3.13.12-160000.1.1.aarch64",
"openSUSE Leap 16.0:python313-curses-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:python313-curses-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:python313-curses-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-dbm-3.13.12-160000.1.1.aarch64",
"openSUSE Leap 16.0:python313-dbm-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:python313-dbm-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:python313-dbm-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-devel-3.13.12-160000.1.1.aarch64",
"openSUSE Leap 16.0:python313-devel-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:python313-devel-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:python313-devel-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-doc-3.13.12-160000.1.1.aarch64",
"openSUSE Leap 16.0:python313-doc-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:python313-doc-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:python313-doc-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-doc-devhelp-3.13.12-160000.1.1.aarch64",
"openSUSE Leap 16.0:python313-doc-devhelp-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:python313-doc-devhelp-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:python313-doc-devhelp-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-idle-3.13.12-160000.1.1.aarch64",
"openSUSE Leap 16.0:python313-idle-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:python313-idle-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:python313-idle-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-nogil-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:python313-nogil-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:python313-nogil-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-nogil-base-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:python313-nogil-base-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:python313-nogil-base-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-nogil-curses-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:python313-nogil-curses-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:python313-nogil-curses-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-nogil-dbm-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:python313-nogil-dbm-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:python313-nogil-dbm-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-nogil-devel-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:python313-nogil-devel-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:python313-nogil-devel-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-nogil-idle-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:python313-nogil-idle-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:python313-nogil-idle-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-nogil-testsuite-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:python313-nogil-testsuite-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:python313-nogil-testsuite-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-nogil-tk-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:python313-nogil-tk-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:python313-nogil-tk-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-nogil-tools-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:python313-nogil-tools-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:python313-nogil-tools-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-testsuite-3.13.12-160000.1.1.aarch64",
"openSUSE Leap 16.0:python313-testsuite-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:python313-testsuite-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:python313-testsuite-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-tk-3.13.12-160000.1.1.aarch64",
"openSUSE Leap 16.0:python313-tk-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:python313-tk-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:python313-tk-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-tools-3.13.12-160000.1.1.aarch64",
"openSUSE Leap 16.0:python313-tools-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:python313-tools-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:python313-tools-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-x86-64-v3-3.13.12-160000.1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:H/A:H",
"version": "3.1"
},
"products": [
"openSUSE Leap 16.0:libpython3_13-1_0-3.13.12-160000.1.1.aarch64",
"openSUSE Leap 16.0:libpython3_13-1_0-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:libpython3_13-1_0-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:libpython3_13-1_0-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:libpython3_13-1_0-x86-64-v3-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:libpython3_13t1_0-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:libpython3_13t1_0-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:libpython3_13t1_0-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-3.13.12-160000.1.1.aarch64",
"openSUSE Leap 16.0:python313-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:python313-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:python313-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-base-3.13.12-160000.1.1.aarch64",
"openSUSE Leap 16.0:python313-base-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:python313-base-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:python313-base-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-base-x86-64-v3-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-curses-3.13.12-160000.1.1.aarch64",
"openSUSE Leap 16.0:python313-curses-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:python313-curses-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:python313-curses-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-dbm-3.13.12-160000.1.1.aarch64",
"openSUSE Leap 16.0:python313-dbm-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:python313-dbm-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:python313-dbm-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-devel-3.13.12-160000.1.1.aarch64",
"openSUSE Leap 16.0:python313-devel-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:python313-devel-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:python313-devel-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-doc-3.13.12-160000.1.1.aarch64",
"openSUSE Leap 16.0:python313-doc-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:python313-doc-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:python313-doc-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-doc-devhelp-3.13.12-160000.1.1.aarch64",
"openSUSE Leap 16.0:python313-doc-devhelp-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:python313-doc-devhelp-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:python313-doc-devhelp-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-idle-3.13.12-160000.1.1.aarch64",
"openSUSE Leap 16.0:python313-idle-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:python313-idle-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:python313-idle-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-nogil-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:python313-nogil-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:python313-nogil-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-nogil-base-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:python313-nogil-base-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:python313-nogil-base-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-nogil-curses-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:python313-nogil-curses-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:python313-nogil-curses-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-nogil-dbm-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:python313-nogil-dbm-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:python313-nogil-dbm-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-nogil-devel-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:python313-nogil-devel-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:python313-nogil-devel-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-nogil-idle-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:python313-nogil-idle-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:python313-nogil-idle-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-nogil-testsuite-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:python313-nogil-testsuite-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:python313-nogil-testsuite-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-nogil-tk-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:python313-nogil-tk-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:python313-nogil-tk-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-nogil-tools-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:python313-nogil-tools-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:python313-nogil-tools-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-testsuite-3.13.12-160000.1.1.aarch64",
"openSUSE Leap 16.0:python313-testsuite-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:python313-testsuite-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:python313-testsuite-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-tk-3.13.12-160000.1.1.aarch64",
"openSUSE Leap 16.0:python313-tk-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:python313-tk-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:python313-tk-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-tools-3.13.12-160000.1.1.aarch64",
"openSUSE Leap 16.0:python313-tools-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:python313-tools-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:python313-tools-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-x86-64-v3-3.13.12-160000.1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-02-19T10:31:04Z",
"details": "moderate"
}
],
"title": "CVE-2026-0865"
},
{
"cve": "CVE-2026-1299",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-1299"
}
],
"notes": [
{
"category": "general",
"text": "The \nemail module, specifically the \"BytesGenerator\" class, didn\u0027t properly quote newlines for email headers when \nserializing an email message allowing for header injection when an email\n is serialized. This is only applicable if using \"LiteralHeader\" writing headers that don\u0027t respect email folding rules, the new behavior will reject the incorrectly folded headers in \"BytesGenerator\".",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 16.0:libpython3_13-1_0-3.13.12-160000.1.1.aarch64",
"openSUSE Leap 16.0:libpython3_13-1_0-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:libpython3_13-1_0-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:libpython3_13-1_0-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:libpython3_13-1_0-x86-64-v3-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:libpython3_13t1_0-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:libpython3_13t1_0-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:libpython3_13t1_0-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-3.13.12-160000.1.1.aarch64",
"openSUSE Leap 16.0:python313-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:python313-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:python313-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-base-3.13.12-160000.1.1.aarch64",
"openSUSE Leap 16.0:python313-base-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:python313-base-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:python313-base-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-base-x86-64-v3-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-curses-3.13.12-160000.1.1.aarch64",
"openSUSE Leap 16.0:python313-curses-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:python313-curses-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:python313-curses-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-dbm-3.13.12-160000.1.1.aarch64",
"openSUSE Leap 16.0:python313-dbm-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:python313-dbm-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:python313-dbm-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-devel-3.13.12-160000.1.1.aarch64",
"openSUSE Leap 16.0:python313-devel-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:python313-devel-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:python313-devel-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-doc-3.13.12-160000.1.1.aarch64",
"openSUSE Leap 16.0:python313-doc-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:python313-doc-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:python313-doc-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-doc-devhelp-3.13.12-160000.1.1.aarch64",
"openSUSE Leap 16.0:python313-doc-devhelp-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:python313-doc-devhelp-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:python313-doc-devhelp-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-idle-3.13.12-160000.1.1.aarch64",
"openSUSE Leap 16.0:python313-idle-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:python313-idle-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:python313-idle-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-nogil-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:python313-nogil-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:python313-nogil-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-nogil-base-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:python313-nogil-base-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:python313-nogil-base-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-nogil-curses-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:python313-nogil-curses-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:python313-nogil-curses-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-nogil-dbm-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:python313-nogil-dbm-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:python313-nogil-dbm-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-nogil-devel-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:python313-nogil-devel-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:python313-nogil-devel-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-nogil-idle-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:python313-nogil-idle-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:python313-nogil-idle-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-nogil-testsuite-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:python313-nogil-testsuite-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:python313-nogil-testsuite-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-nogil-tk-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:python313-nogil-tk-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:python313-nogil-tk-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-nogil-tools-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:python313-nogil-tools-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:python313-nogil-tools-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-testsuite-3.13.12-160000.1.1.aarch64",
"openSUSE Leap 16.0:python313-testsuite-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:python313-testsuite-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:python313-testsuite-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-tk-3.13.12-160000.1.1.aarch64",
"openSUSE Leap 16.0:python313-tk-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:python313-tk-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:python313-tk-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-tools-3.13.12-160000.1.1.aarch64",
"openSUSE Leap 16.0:python313-tools-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:python313-tools-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:python313-tools-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-x86-64-v3-3.13.12-160000.1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-1299",
"url": "https://www.suse.com/security/cve/CVE-2026-1299"
},
{
"category": "external",
"summary": "SUSE Bug 1257181 for CVE-2026-1299",
"url": "https://bugzilla.suse.com/1257181"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Leap 16.0:libpython3_13-1_0-3.13.12-160000.1.1.aarch64",
"openSUSE Leap 16.0:libpython3_13-1_0-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:libpython3_13-1_0-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:libpython3_13-1_0-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:libpython3_13-1_0-x86-64-v3-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:libpython3_13t1_0-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:libpython3_13t1_0-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:libpython3_13t1_0-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-3.13.12-160000.1.1.aarch64",
"openSUSE Leap 16.0:python313-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:python313-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:python313-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-base-3.13.12-160000.1.1.aarch64",
"openSUSE Leap 16.0:python313-base-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:python313-base-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:python313-base-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-base-x86-64-v3-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-curses-3.13.12-160000.1.1.aarch64",
"openSUSE Leap 16.0:python313-curses-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:python313-curses-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:python313-curses-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-dbm-3.13.12-160000.1.1.aarch64",
"openSUSE Leap 16.0:python313-dbm-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:python313-dbm-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:python313-dbm-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-devel-3.13.12-160000.1.1.aarch64",
"openSUSE Leap 16.0:python313-devel-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:python313-devel-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:python313-devel-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-doc-3.13.12-160000.1.1.aarch64",
"openSUSE Leap 16.0:python313-doc-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:python313-doc-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:python313-doc-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-doc-devhelp-3.13.12-160000.1.1.aarch64",
"openSUSE Leap 16.0:python313-doc-devhelp-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:python313-doc-devhelp-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:python313-doc-devhelp-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-idle-3.13.12-160000.1.1.aarch64",
"openSUSE Leap 16.0:python313-idle-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:python313-idle-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:python313-idle-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-nogil-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:python313-nogil-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:python313-nogil-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-nogil-base-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:python313-nogil-base-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:python313-nogil-base-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-nogil-curses-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:python313-nogil-curses-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:python313-nogil-curses-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-nogil-dbm-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:python313-nogil-dbm-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:python313-nogil-dbm-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-nogil-devel-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:python313-nogil-devel-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:python313-nogil-devel-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-nogil-idle-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:python313-nogil-idle-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:python313-nogil-idle-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-nogil-testsuite-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:python313-nogil-testsuite-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:python313-nogil-testsuite-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-nogil-tk-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:python313-nogil-tk-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:python313-nogil-tk-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-nogil-tools-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:python313-nogil-tools-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:python313-nogil-tools-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-testsuite-3.13.12-160000.1.1.aarch64",
"openSUSE Leap 16.0:python313-testsuite-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:python313-testsuite-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:python313-testsuite-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-tk-3.13.12-160000.1.1.aarch64",
"openSUSE Leap 16.0:python313-tk-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:python313-tk-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:python313-tk-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-tools-3.13.12-160000.1.1.aarch64",
"openSUSE Leap 16.0:python313-tools-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:python313-tools-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:python313-tools-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-x86-64-v3-3.13.12-160000.1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.2,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:H/A:N",
"version": "3.1"
},
"products": [
"openSUSE Leap 16.0:libpython3_13-1_0-3.13.12-160000.1.1.aarch64",
"openSUSE Leap 16.0:libpython3_13-1_0-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:libpython3_13-1_0-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:libpython3_13-1_0-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:libpython3_13-1_0-x86-64-v3-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:libpython3_13t1_0-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:libpython3_13t1_0-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:libpython3_13t1_0-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-3.13.12-160000.1.1.aarch64",
"openSUSE Leap 16.0:python313-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:python313-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:python313-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-base-3.13.12-160000.1.1.aarch64",
"openSUSE Leap 16.0:python313-base-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:python313-base-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:python313-base-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-base-x86-64-v3-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-curses-3.13.12-160000.1.1.aarch64",
"openSUSE Leap 16.0:python313-curses-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:python313-curses-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:python313-curses-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-dbm-3.13.12-160000.1.1.aarch64",
"openSUSE Leap 16.0:python313-dbm-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:python313-dbm-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:python313-dbm-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-devel-3.13.12-160000.1.1.aarch64",
"openSUSE Leap 16.0:python313-devel-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:python313-devel-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:python313-devel-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-doc-3.13.12-160000.1.1.aarch64",
"openSUSE Leap 16.0:python313-doc-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:python313-doc-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:python313-doc-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-doc-devhelp-3.13.12-160000.1.1.aarch64",
"openSUSE Leap 16.0:python313-doc-devhelp-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:python313-doc-devhelp-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:python313-doc-devhelp-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-idle-3.13.12-160000.1.1.aarch64",
"openSUSE Leap 16.0:python313-idle-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:python313-idle-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:python313-idle-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-nogil-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:python313-nogil-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:python313-nogil-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-nogil-base-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:python313-nogil-base-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:python313-nogil-base-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-nogil-curses-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:python313-nogil-curses-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:python313-nogil-curses-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-nogil-dbm-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:python313-nogil-dbm-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:python313-nogil-dbm-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-nogil-devel-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:python313-nogil-devel-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:python313-nogil-devel-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-nogil-idle-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:python313-nogil-idle-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:python313-nogil-idle-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-nogil-testsuite-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:python313-nogil-testsuite-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:python313-nogil-testsuite-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-nogil-tk-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:python313-nogil-tk-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:python313-nogil-tk-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-nogil-tools-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:python313-nogil-tools-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:python313-nogil-tools-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-testsuite-3.13.12-160000.1.1.aarch64",
"openSUSE Leap 16.0:python313-testsuite-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:python313-testsuite-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:python313-testsuite-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-tk-3.13.12-160000.1.1.aarch64",
"openSUSE Leap 16.0:python313-tk-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:python313-tk-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:python313-tk-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-tools-3.13.12-160000.1.1.aarch64",
"openSUSE Leap 16.0:python313-tools-3.13.12-160000.1.1.ppc64le",
"openSUSE Leap 16.0:python313-tools-3.13.12-160000.1.1.s390x",
"openSUSE Leap 16.0:python313-tools-3.13.12-160000.1.1.x86_64",
"openSUSE Leap 16.0:python313-x86-64-v3-3.13.12-160000.1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-02-19T10:31:04Z",
"details": "important"
}
],
"title": "CVE-2026-1299"
}
]
}
RHSA-2026:10950
Vulnerability from csaf_redhat - Published: 2026-04-27 15:06 - Updated: 2026-06-04 19:44A vulnerability in Python’s os.path.expandvars() function that can cause performance degradation. When processing specially crafted, user-controlled input with nested environment variable patterns, the function exhibits quadratic time complexity, potentially leading to excessive CPU usage and denial of service (DoS) conditions. No code execution or data exposure occurs, so the impact is limited to performance slowdown.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.13-2.el8_10.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.13-2.el8_10.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in the plistlib module in the Python standard library. The amount of data to read from a Plist file is specified in the file itself. This issue allows a specially crafted Plist file to cause an application to allocate a large amount of memory, potentially resulting in allocations errors, swapping, out-of-memory conditions or even system freezes.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.13-2.el8_10.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.13-2.el8_10.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
Missing newline filtering has been discovered in Python. User-controlled data URLs parsed by urllib.request.DataHandler allow injecting headers through newlines in the data URL mediatype.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.13-2.el8_10.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.13-2.el8_10.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
A memory amplification vulnerability in libexpat allows attackers to trigger excessive dynamic memory allocations by submitting specially crafted XML input. A small input (~250 KiB) can cause the parser to allocate hundreds of megabytes, leading to denial-of-service (DoS) through memory exhaustion.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.13-2.el8_10.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.13-2.el8_10.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
An injection flaw has been discovered in Python. When using http.cookies.Morsel, user-controlled cookie values and parameters can allow injecting HTTP headers into messages. Patch rejects all control characters within cookie names, values, and parameters.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.13-2.el8_10.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.13-2.el8_10.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in Python. This vulnerability allows for the injection of extra information into HTTP communication. Specifically, the system does not properly prevent special characters (carriage return and line feed) from being included in HTTP client proxy tunnel headers or host fields.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.13-2.el8_10.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.13-2.el8_10.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in CPython. This vulnerability allows a local user with low privileges to bypass security auditing mechanisms. The issue occurs because the SourcelessFileLoader component, responsible for handling older Python compiled files (.pyc), does not properly trigger system audit events. This oversight could enable malicious activities to go undetected, compromising the integrity of the system.
CWE-778 - Insufficient Logging| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.13-2.el8_10.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.13-2.el8_10.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
A control character validation flaw has been discovered in the Python http.cookie module. The Morsel.update(), |= operator, and unpickling paths were not patched to resolve CVE-2026-0672, allowing control characters to bypass input validation. Additionally, BaseCookie.js_output() lacked the output validation applied to BaseCookie.output().
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.13-2.el8_10.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.13-2.el8_10.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
A stack overflow flaw has been discovered in the python pyexpat module. When an Expat parser with a registered ElementDeclHandler parses an inline document type definition containing a deeply nested content model a C stack overflow occurs. This will result in a program crash.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.13-2.el8_10.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.13-2.el8_10.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in the Python webbrowser.open() API. If a specially crafted URL containing "%action" is processed, an attacker could bypass a previous mitigation for CVE-2026-4519. This bypass allows for command injection into the underlying shell, potentially leading to arbitrary code execution.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.13-2.el8_10.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.13-2.el8_10.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in Python's decompression modules, including `lzma.LZMADecompressor`, `bz2.BZ2Decompressor`, and `gzip.GzipFile`. This vulnerability, a use-after-free, can occur if a program attempts to re-use a decompression object after a memory allocation error, especially when the system is experiencing high memory usage. Exploitation of this flaw could potentially allow an attacker to execute arbitrary code or access sensitive data. The vulnerability is only present if the program re-uses decompressor instances across multiple decompression calls even after a `MemoryError` is raised during decompression. Using the helper functions to one-shot decompress data such as `lzma.decompress()`, `bz2.decompress()`, `gzip.decompress()`, and `zlib.decompress()` are not affected as a new decompressor instance is used per call. If the decompressor instance is not re-used after an error condition, this usage is similarly not vulnerable.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.13-2.el8_10.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.13-2.el8_10.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for python3.12 is now available for Red Hat Enterprise Linux 8.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "Python is an interpreted, interactive, object-oriented programming language, which includes modules, classes, exceptions, very high level dynamic data types and dynamic typing. Python supports interfaces to many system calls and libraries, as well as to various windowing systems.\n\nSecurity Fix(es):\n\n* expat: libexpat in Expat allows attackers to trigger large dynamic memory allocations via a small document that is submitted for parsing (CVE-2025-59375)\n\n* python: Quadratic complexity in os.path.expandvars() with user-controlled template (CVE-2025-6075)\n\n* cpython: Out-of-memory when loading Plist (CVE-2025-13837)\n\n* cpython: Header injection via newlines in data URL mediatype in Python (CVE-2025-15282)\n\n* cpython: Header injection in http.cookies.Morsel in Python (CVE-2026-0672)\n\n* cpython: CPython: Logging Bypass in Legacy .pyc File Handling (CVE-2026-2297)\n\n* cpython: Incomplete control character validation in http.cookies (CVE-2026-3644)\n\n* cpython: Stack overflow parsing XML with deeply nested DTD content models (CVE-2026-4224)\n\n* python: Python: HTTP header injection via CR/LF in proxy tunnel headers (CVE-2026-1502)\n\n* python: Python: Arbitrary code execution or information disclosure via use-after-free in decompression modules (CVE-2026-6100)\n\n* python: cpython: Python: Arbitrary code execution via command injection in webbrowser.open() API (CVE-2026-4786)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2026:10950",
"url": "https://access.redhat.com/errata/RHSA-2026:10950"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2395108",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2395108"
},
{
"category": "external",
"summary": "2408891",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2408891"
},
{
"category": "external",
"summary": "2418084",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2418084"
},
{
"category": "external",
"summary": "2431366",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2431366"
},
{
"category": "external",
"summary": "2431374",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2431374"
},
{
"category": "external",
"summary": "2444691",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2444691"
},
{
"category": "external",
"summary": "2448168",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2448168"
},
{
"category": "external",
"summary": "2448181",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2448181"
},
{
"category": "external",
"summary": "2457409",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2457409"
},
{
"category": "external",
"summary": "2457932",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2457932"
},
{
"category": "external",
"summary": "2458049",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2458049"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_10950.json"
}
],
"title": "Red Hat Security Advisory: python3.12 security update",
"tracking": {
"current_release_date": "2026-06-04T19:44:51+00:00",
"generator": {
"date": "2026-06-04T19:44:51+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.8.1"
}
},
"id": "RHSA-2026:10950",
"initial_release_date": "2026-04-27T15:06:18+00:00",
"revision_history": [
{
"date": "2026-04-27T15:06:18+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-04-27T15:06:18+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-06-04T19:44:51+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream (v. 8)",
"product": {
"name": "Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:enterprise_linux:8::appstream"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux CRB (v. 8)",
"product": {
"name": "Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:enterprise_linux:8::crb"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "python3.12-0:3.12.13-2.el8_10.x86_64",
"product": {
"name": "python3.12-0:3.12.13-2.el8_10.x86_64",
"product_id": "python3.12-0:3.12.13-2.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12@3.12.13-2.el8_10?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.12-devel-0:3.12.13-2.el8_10.x86_64",
"product": {
"name": "python3.12-devel-0:3.12.13-2.el8_10.x86_64",
"product_id": "python3.12-devel-0:3.12.13-2.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-devel@3.12.13-2.el8_10?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.12-libs-0:3.12.13-2.el8_10.x86_64",
"product": {
"name": "python3.12-libs-0:3.12.13-2.el8_10.x86_64",
"product_id": "python3.12-libs-0:3.12.13-2.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-libs@3.12.13-2.el8_10?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.12-tkinter-0:3.12.13-2.el8_10.x86_64",
"product": {
"name": "python3.12-tkinter-0:3.12.13-2.el8_10.x86_64",
"product_id": "python3.12-tkinter-0:3.12.13-2.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-tkinter@3.12.13-2.el8_10?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.12-debugsource-0:3.12.13-2.el8_10.x86_64",
"product": {
"name": "python3.12-debugsource-0:3.12.13-2.el8_10.x86_64",
"product_id": "python3.12-debugsource-0:3.12.13-2.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-debugsource@3.12.13-2.el8_10?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.12-debuginfo-0:3.12.13-2.el8_10.x86_64",
"product": {
"name": "python3.12-debuginfo-0:3.12.13-2.el8_10.x86_64",
"product_id": "python3.12-debuginfo-0:3.12.13-2.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-debuginfo@3.12.13-2.el8_10?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.12-debug-0:3.12.13-2.el8_10.x86_64",
"product": {
"name": "python3.12-debug-0:3.12.13-2.el8_10.x86_64",
"product_id": "python3.12-debug-0:3.12.13-2.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-debug@3.12.13-2.el8_10?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.12-idle-0:3.12.13-2.el8_10.x86_64",
"product": {
"name": "python3.12-idle-0:3.12.13-2.el8_10.x86_64",
"product_id": "python3.12-idle-0:3.12.13-2.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-idle@3.12.13-2.el8_10?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.12-test-0:3.12.13-2.el8_10.x86_64",
"product": {
"name": "python3.12-test-0:3.12.13-2.el8_10.x86_64",
"product_id": "python3.12-test-0:3.12.13-2.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-test@3.12.13-2.el8_10?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "python3.12-devel-0:3.12.13-2.el8_10.i686",
"product": {
"name": "python3.12-devel-0:3.12.13-2.el8_10.i686",
"product_id": "python3.12-devel-0:3.12.13-2.el8_10.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-devel@3.12.13-2.el8_10?arch=i686"
}
}
},
{
"category": "product_version",
"name": "python3.12-libs-0:3.12.13-2.el8_10.i686",
"product": {
"name": "python3.12-libs-0:3.12.13-2.el8_10.i686",
"product_id": "python3.12-libs-0:3.12.13-2.el8_10.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-libs@3.12.13-2.el8_10?arch=i686"
}
}
},
{
"category": "product_version",
"name": "python3.12-debugsource-0:3.12.13-2.el8_10.i686",
"product": {
"name": "python3.12-debugsource-0:3.12.13-2.el8_10.i686",
"product_id": "python3.12-debugsource-0:3.12.13-2.el8_10.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-debugsource@3.12.13-2.el8_10?arch=i686"
}
}
},
{
"category": "product_version",
"name": "python3.12-debuginfo-0:3.12.13-2.el8_10.i686",
"product": {
"name": "python3.12-debuginfo-0:3.12.13-2.el8_10.i686",
"product_id": "python3.12-debuginfo-0:3.12.13-2.el8_10.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-debuginfo@3.12.13-2.el8_10?arch=i686"
}
}
},
{
"category": "product_version",
"name": "python3.12-0:3.12.13-2.el8_10.i686",
"product": {
"name": "python3.12-0:3.12.13-2.el8_10.i686",
"product_id": "python3.12-0:3.12.13-2.el8_10.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12@3.12.13-2.el8_10?arch=i686"
}
}
},
{
"category": "product_version",
"name": "python3.12-debug-0:3.12.13-2.el8_10.i686",
"product": {
"name": "python3.12-debug-0:3.12.13-2.el8_10.i686",
"product_id": "python3.12-debug-0:3.12.13-2.el8_10.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-debug@3.12.13-2.el8_10?arch=i686"
}
}
},
{
"category": "product_version",
"name": "python3.12-idle-0:3.12.13-2.el8_10.i686",
"product": {
"name": "python3.12-idle-0:3.12.13-2.el8_10.i686",
"product_id": "python3.12-idle-0:3.12.13-2.el8_10.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-idle@3.12.13-2.el8_10?arch=i686"
}
}
},
{
"category": "product_version",
"name": "python3.12-test-0:3.12.13-2.el8_10.i686",
"product": {
"name": "python3.12-test-0:3.12.13-2.el8_10.i686",
"product_id": "python3.12-test-0:3.12.13-2.el8_10.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-test@3.12.13-2.el8_10?arch=i686"
}
}
},
{
"category": "product_version",
"name": "python3.12-tkinter-0:3.12.13-2.el8_10.i686",
"product": {
"name": "python3.12-tkinter-0:3.12.13-2.el8_10.i686",
"product_id": "python3.12-tkinter-0:3.12.13-2.el8_10.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-tkinter@3.12.13-2.el8_10?arch=i686"
}
}
}
],
"category": "architecture",
"name": "i686"
},
{
"branches": [
{
"category": "product_version",
"name": "python3.12-0:3.12.13-2.el8_10.s390x",
"product": {
"name": "python3.12-0:3.12.13-2.el8_10.s390x",
"product_id": "python3.12-0:3.12.13-2.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12@3.12.13-2.el8_10?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3.12-devel-0:3.12.13-2.el8_10.s390x",
"product": {
"name": "python3.12-devel-0:3.12.13-2.el8_10.s390x",
"product_id": "python3.12-devel-0:3.12.13-2.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-devel@3.12.13-2.el8_10?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3.12-libs-0:3.12.13-2.el8_10.s390x",
"product": {
"name": "python3.12-libs-0:3.12.13-2.el8_10.s390x",
"product_id": "python3.12-libs-0:3.12.13-2.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-libs@3.12.13-2.el8_10?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3.12-tkinter-0:3.12.13-2.el8_10.s390x",
"product": {
"name": "python3.12-tkinter-0:3.12.13-2.el8_10.s390x",
"product_id": "python3.12-tkinter-0:3.12.13-2.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-tkinter@3.12.13-2.el8_10?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3.12-debugsource-0:3.12.13-2.el8_10.s390x",
"product": {
"name": "python3.12-debugsource-0:3.12.13-2.el8_10.s390x",
"product_id": "python3.12-debugsource-0:3.12.13-2.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-debugsource@3.12.13-2.el8_10?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3.12-debuginfo-0:3.12.13-2.el8_10.s390x",
"product": {
"name": "python3.12-debuginfo-0:3.12.13-2.el8_10.s390x",
"product_id": "python3.12-debuginfo-0:3.12.13-2.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-debuginfo@3.12.13-2.el8_10?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3.12-debug-0:3.12.13-2.el8_10.s390x",
"product": {
"name": "python3.12-debug-0:3.12.13-2.el8_10.s390x",
"product_id": "python3.12-debug-0:3.12.13-2.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-debug@3.12.13-2.el8_10?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3.12-idle-0:3.12.13-2.el8_10.s390x",
"product": {
"name": "python3.12-idle-0:3.12.13-2.el8_10.s390x",
"product_id": "python3.12-idle-0:3.12.13-2.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-idle@3.12.13-2.el8_10?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3.12-test-0:3.12.13-2.el8_10.s390x",
"product": {
"name": "python3.12-test-0:3.12.13-2.el8_10.s390x",
"product_id": "python3.12-test-0:3.12.13-2.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-test@3.12.13-2.el8_10?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "python3.12-0:3.12.13-2.el8_10.src",
"product": {
"name": "python3.12-0:3.12.13-2.el8_10.src",
"product_id": "python3.12-0:3.12.13-2.el8_10.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12@3.12.13-2.el8_10?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "python3.12-0:3.12.13-2.el8_10.aarch64",
"product": {
"name": "python3.12-0:3.12.13-2.el8_10.aarch64",
"product_id": "python3.12-0:3.12.13-2.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12@3.12.13-2.el8_10?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3.12-devel-0:3.12.13-2.el8_10.aarch64",
"product": {
"name": "python3.12-devel-0:3.12.13-2.el8_10.aarch64",
"product_id": "python3.12-devel-0:3.12.13-2.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-devel@3.12.13-2.el8_10?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3.12-libs-0:3.12.13-2.el8_10.aarch64",
"product": {
"name": "python3.12-libs-0:3.12.13-2.el8_10.aarch64",
"product_id": "python3.12-libs-0:3.12.13-2.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-libs@3.12.13-2.el8_10?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3.12-tkinter-0:3.12.13-2.el8_10.aarch64",
"product": {
"name": "python3.12-tkinter-0:3.12.13-2.el8_10.aarch64",
"product_id": "python3.12-tkinter-0:3.12.13-2.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-tkinter@3.12.13-2.el8_10?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3.12-debugsource-0:3.12.13-2.el8_10.aarch64",
"product": {
"name": "python3.12-debugsource-0:3.12.13-2.el8_10.aarch64",
"product_id": "python3.12-debugsource-0:3.12.13-2.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-debugsource@3.12.13-2.el8_10?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3.12-debuginfo-0:3.12.13-2.el8_10.aarch64",
"product": {
"name": "python3.12-debuginfo-0:3.12.13-2.el8_10.aarch64",
"product_id": "python3.12-debuginfo-0:3.12.13-2.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-debuginfo@3.12.13-2.el8_10?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3.12-debug-0:3.12.13-2.el8_10.aarch64",
"product": {
"name": "python3.12-debug-0:3.12.13-2.el8_10.aarch64",
"product_id": "python3.12-debug-0:3.12.13-2.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-debug@3.12.13-2.el8_10?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3.12-idle-0:3.12.13-2.el8_10.aarch64",
"product": {
"name": "python3.12-idle-0:3.12.13-2.el8_10.aarch64",
"product_id": "python3.12-idle-0:3.12.13-2.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-idle@3.12.13-2.el8_10?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3.12-test-0:3.12.13-2.el8_10.aarch64",
"product": {
"name": "python3.12-test-0:3.12.13-2.el8_10.aarch64",
"product_id": "python3.12-test-0:3.12.13-2.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-test@3.12.13-2.el8_10?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "python3.12-0:3.12.13-2.el8_10.ppc64le",
"product": {
"name": "python3.12-0:3.12.13-2.el8_10.ppc64le",
"product_id": "python3.12-0:3.12.13-2.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12@3.12.13-2.el8_10?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3.12-devel-0:3.12.13-2.el8_10.ppc64le",
"product": {
"name": "python3.12-devel-0:3.12.13-2.el8_10.ppc64le",
"product_id": "python3.12-devel-0:3.12.13-2.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-devel@3.12.13-2.el8_10?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3.12-libs-0:3.12.13-2.el8_10.ppc64le",
"product": {
"name": "python3.12-libs-0:3.12.13-2.el8_10.ppc64le",
"product_id": "python3.12-libs-0:3.12.13-2.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-libs@3.12.13-2.el8_10?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3.12-tkinter-0:3.12.13-2.el8_10.ppc64le",
"product": {
"name": "python3.12-tkinter-0:3.12.13-2.el8_10.ppc64le",
"product_id": "python3.12-tkinter-0:3.12.13-2.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-tkinter@3.12.13-2.el8_10?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3.12-debugsource-0:3.12.13-2.el8_10.ppc64le",
"product": {
"name": "python3.12-debugsource-0:3.12.13-2.el8_10.ppc64le",
"product_id": "python3.12-debugsource-0:3.12.13-2.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-debugsource@3.12.13-2.el8_10?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3.12-debuginfo-0:3.12.13-2.el8_10.ppc64le",
"product": {
"name": "python3.12-debuginfo-0:3.12.13-2.el8_10.ppc64le",
"product_id": "python3.12-debuginfo-0:3.12.13-2.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-debuginfo@3.12.13-2.el8_10?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3.12-debug-0:3.12.13-2.el8_10.ppc64le",
"product": {
"name": "python3.12-debug-0:3.12.13-2.el8_10.ppc64le",
"product_id": "python3.12-debug-0:3.12.13-2.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-debug@3.12.13-2.el8_10?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3.12-idle-0:3.12.13-2.el8_10.ppc64le",
"product": {
"name": "python3.12-idle-0:3.12.13-2.el8_10.ppc64le",
"product_id": "python3.12-idle-0:3.12.13-2.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-idle@3.12.13-2.el8_10?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3.12-test-0:3.12.13-2.el8_10.ppc64le",
"product": {
"name": "python3.12-test-0:3.12.13-2.el8_10.ppc64le",
"product_id": "python3.12-test-0:3.12.13-2.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-test@3.12.13-2.el8_10?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "python3.12-rpm-macros-0:3.12.13-2.el8_10.noarch",
"product": {
"name": "python3.12-rpm-macros-0:3.12.13-2.el8_10.noarch",
"product_id": "python3.12-rpm-macros-0:3.12.13-2.el8_10.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-rpm-macros@3.12.13-2.el8_10?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-0:3.12.13-2.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.aarch64"
},
"product_reference": "python3.12-0:3.12.13-2.el8_10.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-0:3.12.13-2.el8_10.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.i686"
},
"product_reference": "python3.12-0:3.12.13-2.el8_10.i686",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-0:3.12.13-2.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.ppc64le"
},
"product_reference": "python3.12-0:3.12.13-2.el8_10.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-0:3.12.13-2.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.s390x"
},
"product_reference": "python3.12-0:3.12.13-2.el8_10.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-0:3.12.13-2.el8_10.src as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.src"
},
"product_reference": "python3.12-0:3.12.13-2.el8_10.src",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-0:3.12.13-2.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.x86_64"
},
"product_reference": "python3.12-0:3.12.13-2.el8_10.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debug-0:3.12.13-2.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.aarch64"
},
"product_reference": "python3.12-debug-0:3.12.13-2.el8_10.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debug-0:3.12.13-2.el8_10.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.i686"
},
"product_reference": "python3.12-debug-0:3.12.13-2.el8_10.i686",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debug-0:3.12.13-2.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.ppc64le"
},
"product_reference": "python3.12-debug-0:3.12.13-2.el8_10.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debug-0:3.12.13-2.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.s390x"
},
"product_reference": "python3.12-debug-0:3.12.13-2.el8_10.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debug-0:3.12.13-2.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.x86_64"
},
"product_reference": "python3.12-debug-0:3.12.13-2.el8_10.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debuginfo-0:3.12.13-2.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.aarch64"
},
"product_reference": "python3.12-debuginfo-0:3.12.13-2.el8_10.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debuginfo-0:3.12.13-2.el8_10.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.i686"
},
"product_reference": "python3.12-debuginfo-0:3.12.13-2.el8_10.i686",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debuginfo-0:3.12.13-2.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.ppc64le"
},
"product_reference": "python3.12-debuginfo-0:3.12.13-2.el8_10.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debuginfo-0:3.12.13-2.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.s390x"
},
"product_reference": "python3.12-debuginfo-0:3.12.13-2.el8_10.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debuginfo-0:3.12.13-2.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.x86_64"
},
"product_reference": "python3.12-debuginfo-0:3.12.13-2.el8_10.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debugsource-0:3.12.13-2.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.aarch64"
},
"product_reference": "python3.12-debugsource-0:3.12.13-2.el8_10.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debugsource-0:3.12.13-2.el8_10.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.i686"
},
"product_reference": "python3.12-debugsource-0:3.12.13-2.el8_10.i686",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debugsource-0:3.12.13-2.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.ppc64le"
},
"product_reference": "python3.12-debugsource-0:3.12.13-2.el8_10.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debugsource-0:3.12.13-2.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.s390x"
},
"product_reference": "python3.12-debugsource-0:3.12.13-2.el8_10.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debugsource-0:3.12.13-2.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.x86_64"
},
"product_reference": "python3.12-debugsource-0:3.12.13-2.el8_10.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-devel-0:3.12.13-2.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.aarch64"
},
"product_reference": "python3.12-devel-0:3.12.13-2.el8_10.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-devel-0:3.12.13-2.el8_10.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.i686"
},
"product_reference": "python3.12-devel-0:3.12.13-2.el8_10.i686",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-devel-0:3.12.13-2.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.ppc64le"
},
"product_reference": "python3.12-devel-0:3.12.13-2.el8_10.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-devel-0:3.12.13-2.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.s390x"
},
"product_reference": "python3.12-devel-0:3.12.13-2.el8_10.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-devel-0:3.12.13-2.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.x86_64"
},
"product_reference": "python3.12-devel-0:3.12.13-2.el8_10.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-idle-0:3.12.13-2.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.aarch64"
},
"product_reference": "python3.12-idle-0:3.12.13-2.el8_10.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-idle-0:3.12.13-2.el8_10.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.i686"
},
"product_reference": "python3.12-idle-0:3.12.13-2.el8_10.i686",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-idle-0:3.12.13-2.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.ppc64le"
},
"product_reference": "python3.12-idle-0:3.12.13-2.el8_10.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-idle-0:3.12.13-2.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.s390x"
},
"product_reference": "python3.12-idle-0:3.12.13-2.el8_10.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-idle-0:3.12.13-2.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.x86_64"
},
"product_reference": "python3.12-idle-0:3.12.13-2.el8_10.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-libs-0:3.12.13-2.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.aarch64"
},
"product_reference": "python3.12-libs-0:3.12.13-2.el8_10.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-libs-0:3.12.13-2.el8_10.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.i686"
},
"product_reference": "python3.12-libs-0:3.12.13-2.el8_10.i686",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-libs-0:3.12.13-2.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.ppc64le"
},
"product_reference": "python3.12-libs-0:3.12.13-2.el8_10.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-libs-0:3.12.13-2.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.s390x"
},
"product_reference": "python3.12-libs-0:3.12.13-2.el8_10.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-libs-0:3.12.13-2.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.x86_64"
},
"product_reference": "python3.12-libs-0:3.12.13-2.el8_10.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-rpm-macros-0:3.12.13-2.el8_10.noarch as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.13-2.el8_10.noarch"
},
"product_reference": "python3.12-rpm-macros-0:3.12.13-2.el8_10.noarch",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-test-0:3.12.13-2.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.aarch64"
},
"product_reference": "python3.12-test-0:3.12.13-2.el8_10.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-test-0:3.12.13-2.el8_10.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.i686"
},
"product_reference": "python3.12-test-0:3.12.13-2.el8_10.i686",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-test-0:3.12.13-2.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.ppc64le"
},
"product_reference": "python3.12-test-0:3.12.13-2.el8_10.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-test-0:3.12.13-2.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.s390x"
},
"product_reference": "python3.12-test-0:3.12.13-2.el8_10.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-test-0:3.12.13-2.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.x86_64"
},
"product_reference": "python3.12-test-0:3.12.13-2.el8_10.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-tkinter-0:3.12.13-2.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.aarch64"
},
"product_reference": "python3.12-tkinter-0:3.12.13-2.el8_10.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-tkinter-0:3.12.13-2.el8_10.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.i686"
},
"product_reference": "python3.12-tkinter-0:3.12.13-2.el8_10.i686",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-tkinter-0:3.12.13-2.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.ppc64le"
},
"product_reference": "python3.12-tkinter-0:3.12.13-2.el8_10.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-tkinter-0:3.12.13-2.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.s390x"
},
"product_reference": "python3.12-tkinter-0:3.12.13-2.el8_10.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-tkinter-0:3.12.13-2.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.x86_64"
},
"product_reference": "python3.12-tkinter-0:3.12.13-2.el8_10.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-0:3.12.13-2.el8_10.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.aarch64"
},
"product_reference": "python3.12-0:3.12.13-2.el8_10.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-0:3.12.13-2.el8_10.i686 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.i686"
},
"product_reference": "python3.12-0:3.12.13-2.el8_10.i686",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-0:3.12.13-2.el8_10.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.ppc64le"
},
"product_reference": "python3.12-0:3.12.13-2.el8_10.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-0:3.12.13-2.el8_10.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.s390x"
},
"product_reference": "python3.12-0:3.12.13-2.el8_10.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-0:3.12.13-2.el8_10.src as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.src"
},
"product_reference": "python3.12-0:3.12.13-2.el8_10.src",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-0:3.12.13-2.el8_10.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.x86_64"
},
"product_reference": "python3.12-0:3.12.13-2.el8_10.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debug-0:3.12.13-2.el8_10.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.aarch64"
},
"product_reference": "python3.12-debug-0:3.12.13-2.el8_10.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debug-0:3.12.13-2.el8_10.i686 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.i686"
},
"product_reference": "python3.12-debug-0:3.12.13-2.el8_10.i686",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debug-0:3.12.13-2.el8_10.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.ppc64le"
},
"product_reference": "python3.12-debug-0:3.12.13-2.el8_10.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debug-0:3.12.13-2.el8_10.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.s390x"
},
"product_reference": "python3.12-debug-0:3.12.13-2.el8_10.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debug-0:3.12.13-2.el8_10.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.x86_64"
},
"product_reference": "python3.12-debug-0:3.12.13-2.el8_10.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debuginfo-0:3.12.13-2.el8_10.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.aarch64"
},
"product_reference": "python3.12-debuginfo-0:3.12.13-2.el8_10.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debuginfo-0:3.12.13-2.el8_10.i686 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.i686"
},
"product_reference": "python3.12-debuginfo-0:3.12.13-2.el8_10.i686",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debuginfo-0:3.12.13-2.el8_10.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.ppc64le"
},
"product_reference": "python3.12-debuginfo-0:3.12.13-2.el8_10.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debuginfo-0:3.12.13-2.el8_10.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.s390x"
},
"product_reference": "python3.12-debuginfo-0:3.12.13-2.el8_10.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debuginfo-0:3.12.13-2.el8_10.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.x86_64"
},
"product_reference": "python3.12-debuginfo-0:3.12.13-2.el8_10.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debugsource-0:3.12.13-2.el8_10.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.aarch64"
},
"product_reference": "python3.12-debugsource-0:3.12.13-2.el8_10.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debugsource-0:3.12.13-2.el8_10.i686 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.i686"
},
"product_reference": "python3.12-debugsource-0:3.12.13-2.el8_10.i686",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debugsource-0:3.12.13-2.el8_10.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.ppc64le"
},
"product_reference": "python3.12-debugsource-0:3.12.13-2.el8_10.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debugsource-0:3.12.13-2.el8_10.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.s390x"
},
"product_reference": "python3.12-debugsource-0:3.12.13-2.el8_10.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debugsource-0:3.12.13-2.el8_10.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.x86_64"
},
"product_reference": "python3.12-debugsource-0:3.12.13-2.el8_10.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-devel-0:3.12.13-2.el8_10.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.aarch64"
},
"product_reference": "python3.12-devel-0:3.12.13-2.el8_10.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-devel-0:3.12.13-2.el8_10.i686 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.i686"
},
"product_reference": "python3.12-devel-0:3.12.13-2.el8_10.i686",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-devel-0:3.12.13-2.el8_10.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.ppc64le"
},
"product_reference": "python3.12-devel-0:3.12.13-2.el8_10.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-devel-0:3.12.13-2.el8_10.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.s390x"
},
"product_reference": "python3.12-devel-0:3.12.13-2.el8_10.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-devel-0:3.12.13-2.el8_10.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.x86_64"
},
"product_reference": "python3.12-devel-0:3.12.13-2.el8_10.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-idle-0:3.12.13-2.el8_10.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.aarch64"
},
"product_reference": "python3.12-idle-0:3.12.13-2.el8_10.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-idle-0:3.12.13-2.el8_10.i686 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.i686"
},
"product_reference": "python3.12-idle-0:3.12.13-2.el8_10.i686",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-idle-0:3.12.13-2.el8_10.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.ppc64le"
},
"product_reference": "python3.12-idle-0:3.12.13-2.el8_10.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-idle-0:3.12.13-2.el8_10.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.s390x"
},
"product_reference": "python3.12-idle-0:3.12.13-2.el8_10.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-idle-0:3.12.13-2.el8_10.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.x86_64"
},
"product_reference": "python3.12-idle-0:3.12.13-2.el8_10.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-libs-0:3.12.13-2.el8_10.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.aarch64"
},
"product_reference": "python3.12-libs-0:3.12.13-2.el8_10.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-libs-0:3.12.13-2.el8_10.i686 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.i686"
},
"product_reference": "python3.12-libs-0:3.12.13-2.el8_10.i686",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-libs-0:3.12.13-2.el8_10.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.ppc64le"
},
"product_reference": "python3.12-libs-0:3.12.13-2.el8_10.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-libs-0:3.12.13-2.el8_10.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.s390x"
},
"product_reference": "python3.12-libs-0:3.12.13-2.el8_10.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-libs-0:3.12.13-2.el8_10.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.x86_64"
},
"product_reference": "python3.12-libs-0:3.12.13-2.el8_10.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-rpm-macros-0:3.12.13-2.el8_10.noarch as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.13-2.el8_10.noarch"
},
"product_reference": "python3.12-rpm-macros-0:3.12.13-2.el8_10.noarch",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-test-0:3.12.13-2.el8_10.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.aarch64"
},
"product_reference": "python3.12-test-0:3.12.13-2.el8_10.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-test-0:3.12.13-2.el8_10.i686 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.i686"
},
"product_reference": "python3.12-test-0:3.12.13-2.el8_10.i686",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-test-0:3.12.13-2.el8_10.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.ppc64le"
},
"product_reference": "python3.12-test-0:3.12.13-2.el8_10.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-test-0:3.12.13-2.el8_10.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.s390x"
},
"product_reference": "python3.12-test-0:3.12.13-2.el8_10.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-test-0:3.12.13-2.el8_10.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.x86_64"
},
"product_reference": "python3.12-test-0:3.12.13-2.el8_10.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-tkinter-0:3.12.13-2.el8_10.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.aarch64"
},
"product_reference": "python3.12-tkinter-0:3.12.13-2.el8_10.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-tkinter-0:3.12.13-2.el8_10.i686 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.i686"
},
"product_reference": "python3.12-tkinter-0:3.12.13-2.el8_10.i686",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-tkinter-0:3.12.13-2.el8_10.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.ppc64le"
},
"product_reference": "python3.12-tkinter-0:3.12.13-2.el8_10.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-tkinter-0:3.12.13-2.el8_10.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.s390x"
},
"product_reference": "python3.12-tkinter-0:3.12.13-2.el8_10.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-tkinter-0:3.12.13-2.el8_10.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.x86_64"
},
"product_reference": "python3.12-tkinter-0:3.12.13-2.el8_10.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-6075",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-10-31T17:01:47.052517+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2408891"
}
],
"notes": [
{
"category": "description",
"text": "A vulnerability in Python\u2019s os.path.expandvars() function that can cause performance degradation. When processing specially crafted, user-controlled input with nested environment variable patterns, the function exhibits quadratic time complexity, potentially leading to excessive CPU usage and denial of service (DoS) conditions. No code execution or data exposure occurs, so the impact is limited to performance slowdown.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python: Quadratic complexity in os.path.expandvars() with user-controlled template",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Low rather than Moderate because it only causes a performance inefficiency without affecting code execution, data integrity, or confidentiality. The flaw lies in the algorithmic complexity of os.path.expandvars(), which can become quadratic when processing crafted input containing repetitive or nested environment variable references. Exploitation requires the attacker to control the input string passed to this function, which is uncommon in secure applications. Moreover, the impact is limited to increased CPU utilization and potential slowdown, not system compromise or data manipulation. Since the issue does not introduce memory corruption, privilege escalation, or information disclosure risks, its overall impact scope and exploitability are minimal, justifying a Low severity rating.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.13-2.el8_10.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.src",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.13-2.el8_10.noarch",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-6075"
},
{
"category": "external",
"summary": "RHBZ#2408891",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2408891"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-6075",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6075"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-6075",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-6075"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/issues/136065",
"url": "https://github.com/python/cpython/issues/136065"
},
{
"category": "external",
"summary": "https://mail.python.org/archives/list/security-announce@python.org/thread/IUP5QJ6D4KK6ULHOMPC7DPNKRYQTQNLA/",
"url": "https://mail.python.org/archives/list/security-announce@python.org/thread/IUP5QJ6D4KK6ULHOMPC7DPNKRYQTQNLA/"
}
],
"release_date": "2025-10-31T16:41:34.983000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-27T15:06:18+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.13-2.el8_10.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.src",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.13-2.el8_10.noarch",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:10950"
},
{
"category": "workaround",
"details": "No mitigation is currently available that meets Red Hat Product Security\u2019s standards for usability, deployment, applicability, or stability.",
"product_ids": [
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.13-2.el8_10.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.src",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.13-2.el8_10.noarch",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "LOW",
"baseScore": 4.0,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.13-2.el8_10.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.src",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.13-2.el8_10.noarch",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "python: Quadratic complexity in os.path.expandvars() with user-controlled template"
},
{
"cve": "CVE-2025-13837",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-12-01T19:01:32.492656+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2418084"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the plistlib module in the Python standard library. The amount of data to read from a Plist file is specified in the file itself. This issue allows a specially crafted Plist file to cause an application to allocate a large amount of memory, potentially resulting in allocations errors, swapping, out-of-memory conditions or even system freezes.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "cpython: Out-of-memory when loading Plist",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This issue can only be exploited by Python applications processing malicious or untrusted Plist files, which are not typically done in Linux systems or applications. Furthermore, this flaw can cause only a denial of service with no other security impact. Due to these reasons, this vulnerability has been rated with a moderate severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.13-2.el8_10.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.src",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.13-2.el8_10.noarch",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-13837"
},
{
"category": "external",
"summary": "RHBZ#2418084",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2418084"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-13837",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-13837"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-13837",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-13837"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/issues/119342",
"url": "https://github.com/python/cpython/issues/119342"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/pull/119343",
"url": "https://github.com/python/cpython/pull/119343"
}
],
"release_date": "2025-12-01T18:13:32.739000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-27T15:06:18+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.13-2.el8_10.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.src",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.13-2.el8_10.noarch",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:10950"
},
{
"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": [
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.13-2.el8_10.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.src",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.13-2.el8_10.noarch",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:C/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.13-2.el8_10.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.src",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.13-2.el8_10.noarch",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "cpython: Out-of-memory when loading Plist"
},
{
"cve": "CVE-2025-15282",
"cwe": {
"id": "CWE-93",
"name": "Improper Neutralization of CRLF Sequences (\u0027CRLF Injection\u0027)"
},
"discovery_date": "2026-01-20T22:01:20.971828+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2431366"
}
],
"notes": [
{
"category": "description",
"text": "Missing newline filtering has been discovered in Python. User-controlled data URLs parsed by urllib.request.DataHandler allow injecting headers through newlines in the data URL mediatype.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "cpython: Header injection via newlines in data URL mediatype in Python",
"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": [
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.13-2.el8_10.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.src",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.13-2.el8_10.noarch",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-15282"
},
{
"category": "external",
"summary": "RHBZ#2431366",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2431366"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-15282",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-15282"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-15282",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-15282"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/issues/143925",
"url": "https://github.com/python/cpython/issues/143925"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/pull/143926",
"url": "https://github.com/python/cpython/pull/143926"
},
{
"category": "external",
"summary": "https://mail.python.org/archives/list/security-announce@python.org/thread/X66HL7SISGJT33J53OHXMZT4DFLMHVKF/",
"url": "https://mail.python.org/archives/list/security-announce@python.org/thread/X66HL7SISGJT33J53OHXMZT4DFLMHVKF/"
}
],
"release_date": "2026-01-20T21:35:13.865000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-27T15:06:18+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.13-2.el8_10.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.src",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.13-2.el8_10.noarch",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:10950"
},
{
"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": [
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.13-2.el8_10.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.src",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.13-2.el8_10.noarch",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 4.8,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:R/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.13-2.el8_10.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.src",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.13-2.el8_10.noarch",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "cpython: Header injection via newlines in data URL mediatype in Python"
},
{
"cve": "CVE-2025-59375",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-09-15T03:00:59.775098+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2395108"
}
],
"notes": [
{
"category": "description",
"text": "A memory amplification vulnerability in libexpat allows attackers to trigger excessive dynamic memory allocations by submitting specially crafted XML input. A small input (~250 KiB) can cause the parser to allocate hundreds of megabytes, leading to denial-of-service (DoS) through memory exhaustion.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "firefox: thunderbird: expat: libexpat in Expat allows attackers to trigger large dynamic memory allocations via a small document that is submitted for parsing",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This issue is Important rather than Critical because, while it allows for significant resource exhaustion leading to denial-of-service (DoS), it does not enable arbitrary code execution, data leakage, or privilege escalation. The vulnerability stems from an uncontrolled memory amplification behavior in libexpat\u2019s parser, where a relatively small XML payload can cause disproportionately large heap allocations. However, the flaw is limited in scope to service disruption and requires the attacker to submit a crafted XML document\u2014something that can be mitigated with proper input validation and memory usage limits. Therefore, while the exploitability is high, the impact is confined to availability, not confidentiality or integrity, making it a high-severity but not critical flaw.\n\nIn Firefox and Thunderbird, where libexpat is a transitive userspace dependency, exploitation usually just crashes the application (app-level DoS), so it is classified as Moderate instead of Important.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.13-2.el8_10.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.src",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.13-2.el8_10.noarch",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-59375"
},
{
"category": "external",
"summary": "RHBZ#2395108",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2395108"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-59375",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-59375"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-59375",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-59375"
},
{
"category": "external",
"summary": "https://www.mozilla.org/security/advisories/mfsa2026-22/#CVE-2025-59375",
"url": "https://www.mozilla.org/security/advisories/mfsa2026-22/#CVE-2025-59375"
},
{
"category": "external",
"summary": "https://www.mozilla.org/security/advisories/mfsa2026-24/#CVE-2025-59375",
"url": "https://www.mozilla.org/security/advisories/mfsa2026-24/#CVE-2025-59375"
}
],
"release_date": "2025-09-15T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-27T15:06:18+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.13-2.el8_10.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.src",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.13-2.el8_10.noarch",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:10950"
},
{
"category": "workaround",
"details": "To mitigate the issue, limit XML input size and complexity before parsing, and avoid accepting compressed or deeply nested XML. Use OS-level resource controls (like ulimit or setrlimit()) to cap memory usage, or run the parser in a sandboxed or isolated process with strict memory and CPU limits. This helps prevent denial-of-service by containing excessive resource consumption.",
"product_ids": [
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.13-2.el8_10.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.src",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.13-2.el8_10.noarch",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.13-2.el8_10.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.src",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.13-2.el8_10.noarch",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "firefox: thunderbird: expat: libexpat in Expat allows attackers to trigger large dynamic memory allocations via a small document that is submitted for parsing"
},
{
"cve": "CVE-2026-0672",
"cwe": {
"id": "CWE-93",
"name": "Improper Neutralization of CRLF Sequences (\u0027CRLF Injection\u0027)"
},
"discovery_date": "2026-01-20T22:02:15.663936+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2431374"
}
],
"notes": [
{
"category": "description",
"text": "An injection flaw has been discovered in Python. When using http.cookies.Morsel, user-controlled cookie values and parameters can allow injecting HTTP headers into messages. Patch rejects all control characters within cookie names, values, and parameters.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "cpython: Header injection in http.cookies.Morsel in Python",
"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": [
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.13-2.el8_10.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.src",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.13-2.el8_10.noarch",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-0672"
},
{
"category": "external",
"summary": "RHBZ#2431374",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2431374"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-0672",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-0672"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-0672",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-0672"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/issues/143919",
"url": "https://github.com/python/cpython/issues/143919"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/pull/143920",
"url": "https://github.com/python/cpython/pull/143920"
}
],
"release_date": "2026-01-20T21:52:33.925000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-27T15:06:18+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.13-2.el8_10.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.src",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.13-2.el8_10.noarch",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:10950"
},
{
"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": [
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.13-2.el8_10.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.src",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.13-2.el8_10.noarch",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 4.8,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:R/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.13-2.el8_10.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.src",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.13-2.el8_10.noarch",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "cpython: Header injection in http.cookies.Morsel in Python"
},
{
"cve": "CVE-2026-1502",
"cwe": {
"id": "CWE-93",
"name": "Improper Neutralization of CRLF Sequences (\u0027CRLF Injection\u0027)"
},
"discovery_date": "2026-04-10T19:01:07.715197+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2457409"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Python. This vulnerability allows for the injection of extra information into HTTP communication. Specifically, the system does not properly prevent special characters (carriage return and line feed) from being included in HTTP client proxy tunnel headers or host fields.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python: Python: HTTP header injection via CR/LF in proxy tunnel headers",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.13-2.el8_10.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.src",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.13-2.el8_10.noarch",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-1502"
},
{
"category": "external",
"summary": "RHBZ#2457409",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2457409"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-1502",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-1502"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-1502",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-1502"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/commit/05ed7ce7ae9e17c23a04085b2539fe6d6d3cef69",
"url": "https://github.com/python/cpython/commit/05ed7ce7ae9e17c23a04085b2539fe6d6d3cef69"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/issues/146211",
"url": "https://github.com/python/cpython/issues/146211"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/pull/146212",
"url": "https://github.com/python/cpython/pull/146212"
},
{
"category": "external",
"summary": "https://mail.python.org/archives/list/security-announce@python.org/thread/2IVPAEQWUJBCTQZEJEVTYCIKSMQPGRZ3/",
"url": "https://mail.python.org/archives/list/security-announce@python.org/thread/2IVPAEQWUJBCTQZEJEVTYCIKSMQPGRZ3/"
}
],
"release_date": "2026-04-10T17:54:44.121000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-27T15:06:18+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.13-2.el8_10.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.src",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.13-2.el8_10.noarch",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:10950"
},
{
"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": [
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.13-2.el8_10.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.src",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.13-2.el8_10.noarch",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 4.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "HIGH",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:R/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.13-2.el8_10.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.src",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.13-2.el8_10.noarch",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "python: Python: HTTP header injection via CR/LF in proxy tunnel headers"
},
{
"cve": "CVE-2026-2297",
"cwe": {
"id": "CWE-778",
"name": "Insufficient Logging"
},
"discovery_date": "2026-03-04T23:01:09.396553+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2444691"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in CPython. This vulnerability allows a local user with low privileges to bypass security auditing mechanisms. The issue occurs because the SourcelessFileLoader component, responsible for handling older Python compiled files (.pyc), does not properly trigger system audit events. This oversight could enable malicious activities to go undetected, compromising the integrity of the system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "cpython: CPython: Logging Bypass in Legacy .pyc File Handling",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.13-2.el8_10.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.src",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.13-2.el8_10.noarch",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-2297"
},
{
"category": "external",
"summary": "RHBZ#2444691",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2444691"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-2297",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-2297"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-2297",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-2297"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/commit/482d6f8bdba9da3725d272e8bb4a2d25fb6a603e",
"url": "https://github.com/python/cpython/commit/482d6f8bdba9da3725d272e8bb4a2d25fb6a603e"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/commit/a51b1b512de1d56b3714b65628a2eae2b07e535e",
"url": "https://github.com/python/cpython/commit/a51b1b512de1d56b3714b65628a2eae2b07e535e"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/commit/e58e9802b9bec5cdbf48fc9bf1da5f4fda482e86",
"url": "https://github.com/python/cpython/commit/e58e9802b9bec5cdbf48fc9bf1da5f4fda482e86"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/issues/145506",
"url": "https://github.com/python/cpython/issues/145506"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/pull/145507",
"url": "https://github.com/python/cpython/pull/145507"
}
],
"release_date": "2026-03-04T22:10:43.297000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-27T15:06:18+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.13-2.el8_10.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.src",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.13-2.el8_10.noarch",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:10950"
},
{
"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": [
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.13-2.el8_10.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.src",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.13-2.el8_10.noarch",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "NONE",
"baseScore": 3.3,
"baseSeverity": "LOW",
"confidentialityImpact": "NONE",
"integrityImpact": "LOW",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:N",
"version": "3.1"
},
"products": [
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.13-2.el8_10.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.src",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.13-2.el8_10.noarch",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "cpython: CPython: Logging Bypass in Legacy .pyc File Handling"
},
{
"cve": "CVE-2026-3644",
"cwe": {
"id": "CWE-791",
"name": "Incomplete Filtering of Special Elements"
},
"discovery_date": "2026-03-16T18:02:25.997880+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2448168"
}
],
"notes": [
{
"category": "description",
"text": "A control character validation flaw has been discovered in the Python http.cookie module. The Morsel.update(), |= operator, and unpickling paths were not patched to resolve CVE-2026-0672, allowing control characters to bypass input validation. Additionally, BaseCookie.js_output() lacked the output validation applied to BaseCookie.output().",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "cpython: Incomplete control character validation in http.cookies",
"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": [
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.13-2.el8_10.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.src",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.13-2.el8_10.noarch",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-3644"
},
{
"category": "external",
"summary": "RHBZ#2448168",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2448168"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-3644",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-3644"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-3644",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-3644"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/commit/57e88c1cf95e1481b94ae57abe1010469d47a6b4",
"url": "https://github.com/python/cpython/commit/57e88c1cf95e1481b94ae57abe1010469d47a6b4"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/issues/145599",
"url": "https://github.com/python/cpython/issues/145599"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/pull/145600",
"url": "https://github.com/python/cpython/pull/145600"
},
{
"category": "external",
"summary": "https://mail.python.org/archives/list/security-announce@python.org/thread/H6CADMBCDRFGWCMOXWUIHFJNV43GABJ7/",
"url": "https://mail.python.org/archives/list/security-announce@python.org/thread/H6CADMBCDRFGWCMOXWUIHFJNV43GABJ7/"
}
],
"release_date": "2026-03-16T17:37:31.344000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-27T15:06:18+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.13-2.el8_10.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.src",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.13-2.el8_10.noarch",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:10950"
},
{
"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": [
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.13-2.el8_10.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.src",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.13-2.el8_10.noarch",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.4,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.13-2.el8_10.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.src",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.13-2.el8_10.noarch",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "cpython: Incomplete control character validation in http.cookies"
},
{
"cve": "CVE-2026-4224",
"cwe": {
"id": "CWE-805",
"name": "Buffer Access with Incorrect Length Value"
},
"discovery_date": "2026-03-16T19:01:54.161187+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2448181"
}
],
"notes": [
{
"category": "description",
"text": "A stack overflow flaw has been discovered in the python pyexpat module. When an Expat parser with a registered ElementDeclHandler parses an inline document type definition containing a deeply nested content model a C stack overflow occurs. This will result in a program crash.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "cpython: Stack overflow parsing XML with deeply nested DTD content models",
"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": [
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.13-2.el8_10.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.src",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.13-2.el8_10.noarch",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-4224"
},
{
"category": "external",
"summary": "RHBZ#2448181",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2448181"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-4224",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-4224"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-4224",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-4224"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/commit/196edfb06a7458377d4d0f4b3cd41724c1f3bd4a",
"url": "https://github.com/python/cpython/commit/196edfb06a7458377d4d0f4b3cd41724c1f3bd4a"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/commit/e0a8a6da90597a924b300debe045cdb4628ee1f3",
"url": "https://github.com/python/cpython/commit/e0a8a6da90597a924b300debe045cdb4628ee1f3"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/commit/eb0e8be3a7e11b87d198a2c3af1ed0eccf532768",
"url": "https://github.com/python/cpython/commit/eb0e8be3a7e11b87d198a2c3af1ed0eccf532768"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/issues/145986",
"url": "https://github.com/python/cpython/issues/145986"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/pull/145987",
"url": "https://github.com/python/cpython/pull/145987"
},
{
"category": "external",
"summary": "https://mail.python.org/archives/list/security-announce@python.org/thread/5M7CGUW3XBRY7II4DK43KF7NQQ3TPZ6R/",
"url": "https://mail.python.org/archives/list/security-announce@python.org/thread/5M7CGUW3XBRY7II4DK43KF7NQQ3TPZ6R/"
}
],
"release_date": "2026-03-16T17:52:26.639000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-27T15:06:18+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.13-2.el8_10.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.src",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.13-2.el8_10.noarch",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:10950"
},
{
"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": [
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.13-2.el8_10.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.src",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.13-2.el8_10.noarch",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.13-2.el8_10.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.src",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.13-2.el8_10.noarch",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "cpython: Stack overflow parsing XML with deeply nested DTD content models"
},
{
"cve": "CVE-2026-4786",
"cwe": {
"id": "CWE-88",
"name": "Improper Neutralization of Argument Delimiters in a Command (\u0027Argument Injection\u0027)"
},
"discovery_date": "2026-04-13T22:01:38.006388+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2458049"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Python webbrowser.open() API. If a specially crafted URL containing \"%action\" is processed, an attacker could bypass a previous mitigation for CVE-2026-4519. This bypass allows for command injection into the underlying shell, potentially leading to arbitrary code execution.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python: cpython: Python: Arbitrary code execution via command injection in webbrowser.open() API",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This flaw in the Python `webbrowser.open()` API allows for command injection and arbitrary code execution when processing specially crafted URLs containing \"%action\". This bypasses a previous mitigation for CVE-2026-4519.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.13-2.el8_10.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.src",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.13-2.el8_10.noarch",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-4786"
},
{
"category": "external",
"summary": "RHBZ#2458049",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2458049"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-4786",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-4786"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-4786",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-4786"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/issues/148169",
"url": "https://github.com/python/cpython/issues/148169"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/pull/148170",
"url": "https://github.com/python/cpython/pull/148170"
},
{
"category": "external",
"summary": "https://mail.python.org/archives/list/security-announce@python.org/thread/JQDUNJVB4AQNTJECSUKOBDU3XCJIPSE5/",
"url": "https://mail.python.org/archives/list/security-announce@python.org/thread/JQDUNJVB4AQNTJECSUKOBDU3XCJIPSE5/"
}
],
"release_date": "2026-04-13T21:52:19.036000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-27T15:06:18+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.13-2.el8_10.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.src",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.13-2.el8_10.noarch",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:10950"
},
{
"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": [
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.13-2.el8_10.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.src",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.13-2.el8_10.noarch",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 7.1,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:L",
"version": "3.1"
},
"products": [
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.13-2.el8_10.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.src",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.13-2.el8_10.noarch",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "python: cpython: Python: Arbitrary code execution via command injection in webbrowser.open() API"
},
{
"cve": "CVE-2026-6100",
"cwe": {
"id": "CWE-825",
"name": "Expired Pointer Dereference"
},
"discovery_date": "2026-04-13T18:01:31.970255+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2457932"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Python\u0027s decompression modules, including `lzma.LZMADecompressor`, `bz2.BZ2Decompressor`, and `gzip.GzipFile`. This vulnerability, a use-after-free, can occur if a program attempts to re-use a decompression object after a memory allocation error, especially when the system is experiencing high memory usage. Exploitation of this flaw could potentially allow an attacker to execute arbitrary code or access sensitive data. The vulnerability is only present if the program re-uses decompressor instances across multiple decompression calls even after a `MemoryError` is raised during decompression. Using the helper functions to one-shot decompress data such as `lzma.decompress()`, `bz2.decompress()`, `gzip.decompress()`, and `zlib.decompress()` are not affected as a new decompressor instance is used per call. If the decompressor instance is not re-used after an error condition, this usage is similarly not vulnerable.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python: Python: Arbitrary code execution or information disclosure via use-after-free in decompression modules",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The severity of this flaw is somewhat mitigated on Red Hat platforms. By default processes are not executed with root user privilege and are limited in their scope which in turn limits the impact of this flaw.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.13-2.el8_10.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.src",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.13-2.el8_10.noarch",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-6100"
},
{
"category": "external",
"summary": "RHBZ#2457932",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2457932"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-6100",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-6100"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-6100",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-6100"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/commit/6a5f79c8d7bbf22b083b240910c7a8781a59437d",
"url": "https://github.com/python/cpython/commit/6a5f79c8d7bbf22b083b240910c7a8781a59437d"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/commit/8fc66aef6d7b3ae58f43f5c66f9366cc8cbbfcd2",
"url": "https://github.com/python/cpython/commit/8fc66aef6d7b3ae58f43f5c66f9366cc8cbbfcd2"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/commit/c3cf71c3366fe49acb776a639405c0eea6169c20",
"url": "https://github.com/python/cpython/commit/c3cf71c3366fe49acb776a639405c0eea6169c20"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/issues/148395",
"url": "https://github.com/python/cpython/issues/148395"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/pull/148396",
"url": "https://github.com/python/cpython/pull/148396"
},
{
"category": "external",
"summary": "https://mail.python.org/archives/list/security-announce@python.org/thread/HTWB2Z6KT5QQX4RYEZAFININDHNOSIF3/",
"url": "https://mail.python.org/archives/list/security-announce@python.org/thread/HTWB2Z6KT5QQX4RYEZAFININDHNOSIF3/"
}
],
"release_date": "2026-04-13T17:15:47.606000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-27T15:06:18+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.13-2.el8_10.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.src",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.13-2.el8_10.noarch",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:10950"
},
{
"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": [
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.13-2.el8_10.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.src",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.13-2.el8_10.noarch",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.1,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.13-2.el8_10.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.src",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.13-2.el8_10.noarch",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el8_10.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "python: Python: Arbitrary code execution or information disclosure via use-after-free in decompression modules"
}
]
}
RHSA-2026:19064
Vulnerability from csaf_redhat - Published: 2026-05-19 13:35 - Updated: 2026-06-04 19:45A vulnerability in Python’s os.path.expandvars() function that can cause performance degradation. When processing specially crafted, user-controlled input with nested environment variable patterns, the function exhibits quadratic time complexity, potentially leading to excessive CPU usage and denial of service (DoS) conditions. No code execution or data exposure occurs, so the impact is limited to performance slowdown.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.2.Z:python-unversioned-command-0:3.12.13-2.el10_2.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-debug-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-debug-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-debug-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-debug-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-devel-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-devel-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-devel-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-devel-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-idle-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-idle-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-idle-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-idle-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-libs-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-libs-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-libs-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-libs-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-test-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-test-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-test-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-test-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3.12-0:3.12.13-2.el10_2.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python-unversioned-command-0:3.12.13-2.el10_2.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-debug-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-debug-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-debug-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-debug-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-devel-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-devel-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-devel-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-devel-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-idle-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-idle-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-idle-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-idle-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-libs-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-libs-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-libs-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-libs-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-test-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-test-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-test-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-test-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3.12-0:3.12.13-2.el10_2.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python-unversioned-command-0:3.12.13-2.el10_2.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-debug-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-debug-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-debug-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-debug-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-devel-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-devel-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-devel-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-devel-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-idle-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-idle-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-idle-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-idle-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-libs-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-libs-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-libs-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-libs-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-test-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-test-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-test-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-test-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3.12-0:3.12.13-2.el10_2.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in the plistlib module in the Python standard library. The amount of data to read from a Plist file is specified in the file itself. This issue allows a specially crafted Plist file to cause an application to allocate a large amount of memory, potentially resulting in allocations errors, swapping, out-of-memory conditions or even system freezes.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.2.Z:python-unversioned-command-0:3.12.13-2.el10_2.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-debug-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-debug-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-debug-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-debug-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-devel-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-devel-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-devel-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-devel-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-idle-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-idle-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-idle-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-idle-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-libs-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-libs-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-libs-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-libs-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-test-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-test-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-test-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-test-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3.12-0:3.12.13-2.el10_2.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python-unversioned-command-0:3.12.13-2.el10_2.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-debug-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-debug-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-debug-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-debug-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-devel-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-devel-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-devel-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-devel-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-idle-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-idle-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-idle-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-idle-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-libs-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-libs-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-libs-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-libs-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-test-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-test-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-test-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-test-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3.12-0:3.12.13-2.el10_2.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python-unversioned-command-0:3.12.13-2.el10_2.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-debug-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-debug-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-debug-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-debug-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-devel-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-devel-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-devel-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-devel-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-idle-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-idle-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-idle-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-idle-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-libs-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-libs-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-libs-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-libs-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-test-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-test-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-test-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-test-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3.12-0:3.12.13-2.el10_2.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
Missing newline filtering has been discovered in Python. User-controlled data URLs parsed by urllib.request.DataHandler allow injecting headers through newlines in the data URL mediatype.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.2.Z:python-unversioned-command-0:3.12.13-2.el10_2.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-debug-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-debug-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-debug-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-debug-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-devel-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-devel-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-devel-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-devel-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-idle-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-idle-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-idle-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-idle-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-libs-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-libs-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-libs-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-libs-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-test-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-test-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-test-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-test-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3.12-0:3.12.13-2.el10_2.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python-unversioned-command-0:3.12.13-2.el10_2.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-debug-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-debug-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-debug-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-debug-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-devel-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-devel-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-devel-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-devel-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-idle-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-idle-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-idle-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-idle-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-libs-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-libs-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-libs-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-libs-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-test-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-test-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-test-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-test-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3.12-0:3.12.13-2.el10_2.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python-unversioned-command-0:3.12.13-2.el10_2.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-debug-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-debug-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-debug-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-debug-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-devel-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-devel-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-devel-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-devel-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-idle-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-idle-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-idle-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-idle-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-libs-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-libs-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-libs-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-libs-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-test-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-test-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-test-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-test-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3.12-0:3.12.13-2.el10_2.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
A memory amplification vulnerability in libexpat allows attackers to trigger excessive dynamic memory allocations by submitting specially crafted XML input. A small input (~250 KiB) can cause the parser to allocate hundreds of megabytes, leading to denial-of-service (DoS) through memory exhaustion.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.2.Z:python-unversioned-command-0:3.12.13-2.el10_2.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-debug-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-debug-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-debug-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-debug-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-devel-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-devel-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-devel-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-devel-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-idle-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-idle-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-idle-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-idle-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-libs-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-libs-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-libs-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-libs-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-test-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-test-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-test-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-test-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3.12-0:3.12.13-2.el10_2.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python-unversioned-command-0:3.12.13-2.el10_2.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-debug-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-debug-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-debug-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-debug-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-devel-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-devel-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-devel-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-devel-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-idle-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-idle-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-idle-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-idle-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-libs-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-libs-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-libs-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-libs-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-test-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-test-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-test-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-test-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3.12-0:3.12.13-2.el10_2.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python-unversioned-command-0:3.12.13-2.el10_2.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-debug-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-debug-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-debug-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-debug-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-devel-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-devel-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-devel-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-devel-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-idle-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-idle-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-idle-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-idle-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-libs-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-libs-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-libs-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-libs-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-test-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-test-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-test-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-test-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3.12-0:3.12.13-2.el10_2.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
An injection flaw has been discovered in Python. When using http.cookies.Morsel, user-controlled cookie values and parameters can allow injecting HTTP headers into messages. Patch rejects all control characters within cookie names, values, and parameters.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.2.Z:python-unversioned-command-0:3.12.13-2.el10_2.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-debug-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-debug-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-debug-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-debug-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-devel-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-devel-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-devel-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-devel-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-idle-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-idle-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-idle-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-idle-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-libs-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-libs-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-libs-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-libs-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-test-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-test-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-test-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-test-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3.12-0:3.12.13-2.el10_2.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python-unversioned-command-0:3.12.13-2.el10_2.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-debug-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-debug-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-debug-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-debug-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-devel-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-devel-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-devel-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-devel-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-idle-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-idle-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-idle-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-idle-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-libs-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-libs-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-libs-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-libs-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-test-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-test-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-test-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-test-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3.12-0:3.12.13-2.el10_2.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python-unversioned-command-0:3.12.13-2.el10_2.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-debug-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-debug-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-debug-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-debug-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-devel-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-devel-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-devel-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-devel-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-idle-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-idle-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-idle-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-idle-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-libs-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-libs-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-libs-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-libs-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-test-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-test-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-test-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-test-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3.12-0:3.12.13-2.el10_2.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in Python. This vulnerability allows for the injection of extra information into HTTP communication. Specifically, the system does not properly prevent special characters (carriage return and line feed) from being included in HTTP client proxy tunnel headers or host fields.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.2.Z:python-unversioned-command-0:3.12.13-2.el10_2.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-debug-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-debug-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-debug-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-debug-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-devel-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-devel-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-devel-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-devel-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-idle-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-idle-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-idle-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-idle-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-libs-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-libs-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-libs-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-libs-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-test-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-test-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-test-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-test-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3.12-0:3.12.13-2.el10_2.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python-unversioned-command-0:3.12.13-2.el10_2.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-debug-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-debug-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-debug-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-debug-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-devel-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-devel-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-devel-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-devel-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-idle-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-idle-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-idle-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-idle-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-libs-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-libs-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-libs-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-libs-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-test-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-test-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-test-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-test-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3.12-0:3.12.13-2.el10_2.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python-unversioned-command-0:3.12.13-2.el10_2.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-debug-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-debug-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-debug-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-debug-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-devel-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-devel-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-devel-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-devel-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-idle-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-idle-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-idle-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-idle-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-libs-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-libs-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-libs-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-libs-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-test-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-test-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-test-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-test-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3.12-0:3.12.13-2.el10_2.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in CPython. This vulnerability allows a local user with low privileges to bypass security auditing mechanisms. The issue occurs because the SourcelessFileLoader component, responsible for handling older Python compiled files (.pyc), does not properly trigger system audit events. This oversight could enable malicious activities to go undetected, compromising the integrity of the system.
CWE-778 - Insufficient Logging| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.2.Z:python-unversioned-command-0:3.12.13-2.el10_2.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-debug-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-debug-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-debug-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-debug-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-devel-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-devel-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-devel-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-devel-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-idle-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-idle-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-idle-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-idle-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-libs-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-libs-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-libs-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-libs-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-test-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-test-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-test-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-test-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3.12-0:3.12.13-2.el10_2.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python-unversioned-command-0:3.12.13-2.el10_2.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-debug-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-debug-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-debug-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-debug-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-devel-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-devel-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-devel-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-devel-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-idle-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-idle-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-idle-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-idle-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-libs-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-libs-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-libs-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-libs-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-test-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-test-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-test-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-test-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3.12-0:3.12.13-2.el10_2.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python-unversioned-command-0:3.12.13-2.el10_2.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-debug-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-debug-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-debug-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-debug-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-devel-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-devel-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-devel-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-devel-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-idle-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-idle-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-idle-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-idle-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-libs-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-libs-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-libs-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-libs-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-test-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-test-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-test-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-test-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3.12-0:3.12.13-2.el10_2.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
A control character validation flaw has been discovered in the Python http.cookie module. The Morsel.update(), |= operator, and unpickling paths were not patched to resolve CVE-2026-0672, allowing control characters to bypass input validation. Additionally, BaseCookie.js_output() lacked the output validation applied to BaseCookie.output().
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.2.Z:python-unversioned-command-0:3.12.13-2.el10_2.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-debug-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-debug-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-debug-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-debug-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-devel-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-devel-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-devel-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-devel-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-idle-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-idle-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-idle-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-idle-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-libs-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-libs-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-libs-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-libs-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-test-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-test-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-test-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-test-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3.12-0:3.12.13-2.el10_2.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python-unversioned-command-0:3.12.13-2.el10_2.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-debug-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-debug-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-debug-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-debug-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-devel-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-devel-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-devel-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-devel-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-idle-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-idle-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-idle-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-idle-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-libs-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-libs-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-libs-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-libs-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-test-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-test-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-test-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-test-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3.12-0:3.12.13-2.el10_2.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python-unversioned-command-0:3.12.13-2.el10_2.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-debug-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-debug-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-debug-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-debug-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-devel-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-devel-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-devel-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-devel-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-idle-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-idle-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-idle-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-idle-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-libs-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-libs-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-libs-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-libs-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-test-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-test-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-test-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-test-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3.12-0:3.12.13-2.el10_2.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
A stack overflow flaw has been discovered in the python pyexpat module. When an Expat parser with a registered ElementDeclHandler parses an inline document type definition containing a deeply nested content model a C stack overflow occurs. This will result in a program crash.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.2.Z:python-unversioned-command-0:3.12.13-2.el10_2.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-debug-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-debug-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-debug-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-debug-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-devel-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-devel-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-devel-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-devel-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-idle-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-idle-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-idle-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-idle-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-libs-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-libs-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-libs-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-libs-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-test-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-test-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-test-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-test-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3.12-0:3.12.13-2.el10_2.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python-unversioned-command-0:3.12.13-2.el10_2.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-debug-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-debug-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-debug-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-debug-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-devel-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-devel-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-devel-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-devel-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-idle-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-idle-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-idle-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-idle-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-libs-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-libs-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-libs-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-libs-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-test-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-test-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-test-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-test-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3.12-0:3.12.13-2.el10_2.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python-unversioned-command-0:3.12.13-2.el10_2.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-debug-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-debug-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-debug-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-debug-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-devel-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-devel-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-devel-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-devel-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-idle-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-idle-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-idle-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-idle-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-libs-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-libs-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-libs-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-libs-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-test-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-test-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-test-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-test-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3.12-0:3.12.13-2.el10_2.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in Python. The `webbrowser.open()` API, used to launch web browsers, does not properly sanitize input. This allows a remote attacker to craft a malicious URL containing leading dashes. When such a URL is opened, certain web browsers may interpret these dashes as command-line options, which could lead to unexpected behavior, information disclosure, or potentially arbitrary code execution, impacting the integrity of the system.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.2.Z:python-unversioned-command-0:3.12.13-2.el10_2.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-debug-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-debug-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-debug-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-debug-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-devel-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-devel-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-devel-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-devel-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-idle-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-idle-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-idle-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-idle-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-libs-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-libs-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-libs-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-libs-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-test-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-test-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-test-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-test-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3.12-0:3.12.13-2.el10_2.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python-unversioned-command-0:3.12.13-2.el10_2.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-debug-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-debug-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-debug-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-debug-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-devel-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-devel-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-devel-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-devel-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-idle-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-idle-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-idle-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-idle-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-libs-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-libs-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-libs-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-libs-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-test-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-test-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-test-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-test-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3.12-0:3.12.13-2.el10_2.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python-unversioned-command-0:3.12.13-2.el10_2.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-debug-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-debug-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-debug-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-debug-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-devel-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-devel-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-devel-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-devel-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-idle-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-idle-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-idle-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-idle-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-libs-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-libs-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-libs-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-libs-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-test-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-test-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-test-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-test-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3.12-0:3.12.13-2.el10_2.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in the Python webbrowser.open() API. If a specially crafted URL containing "%action" is processed, an attacker could bypass a previous mitigation for CVE-2026-4519. This bypass allows for command injection into the underlying shell, potentially leading to arbitrary code execution.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.2.Z:python-unversioned-command-0:3.12.13-2.el10_2.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-debug-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-debug-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-debug-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-debug-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-devel-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-devel-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-devel-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-devel-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-idle-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-idle-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-idle-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-idle-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-libs-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-libs-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-libs-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-libs-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-test-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-test-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-test-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-test-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3.12-0:3.12.13-2.el10_2.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python-unversioned-command-0:3.12.13-2.el10_2.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-debug-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-debug-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-debug-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-debug-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-devel-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-devel-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-devel-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-devel-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-idle-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-idle-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-idle-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-idle-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-libs-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-libs-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-libs-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-libs-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-test-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-test-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-test-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-test-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3.12-0:3.12.13-2.el10_2.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python-unversioned-command-0:3.12.13-2.el10_2.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-debug-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-debug-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-debug-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-debug-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-devel-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-devel-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-devel-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-devel-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-idle-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-idle-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-idle-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-idle-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-libs-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-libs-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-libs-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-libs-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-test-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-test-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-test-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-test-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3.12-0:3.12.13-2.el10_2.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in Python's decompression modules, including `lzma.LZMADecompressor`, `bz2.BZ2Decompressor`, and `gzip.GzipFile`. This vulnerability, a use-after-free, can occur if a program attempts to re-use a decompression object after a memory allocation error, especially when the system is experiencing high memory usage. Exploitation of this flaw could potentially allow an attacker to execute arbitrary code or access sensitive data. The vulnerability is only present if the program re-uses decompressor instances across multiple decompression calls even after a `MemoryError` is raised during decompression. Using the helper functions to one-shot decompress data such as `lzma.decompress()`, `bz2.decompress()`, `gzip.decompress()`, and `zlib.decompress()` are not affected as a new decompressor instance is used per call. If the decompressor instance is not re-used after an error condition, this usage is similarly not vulnerable.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.2.Z:python-unversioned-command-0:3.12.13-2.el10_2.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-debug-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-debug-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-debug-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-debug-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-devel-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-devel-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-devel-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-devel-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-idle-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-idle-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-idle-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-idle-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-libs-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-libs-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-libs-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-libs-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-test-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-test-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-test-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-test-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3.12-0:3.12.13-2.el10_2.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python-unversioned-command-0:3.12.13-2.el10_2.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-debug-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-debug-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-debug-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-debug-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-devel-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-devel-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-devel-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-devel-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-idle-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-idle-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-idle-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-idle-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-libs-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-libs-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-libs-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-libs-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-test-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-test-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-test-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-test-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3.12-0:3.12.13-2.el10_2.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python-unversioned-command-0:3.12.13-2.el10_2.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-debug-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-debug-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-debug-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-debug-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-devel-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-devel-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-devel-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-devel-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-idle-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-idle-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-idle-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-idle-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-libs-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-libs-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-libs-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-libs-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-test-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-test-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-test-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-test-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3.12-0:3.12.13-2.el10_2.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for python3.12 is now available for Red Hat Enterprise Linux 10.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "Python is an interpreted, interactive, object-oriented programming language, which includes modules, classes, exceptions, very high level dynamic data types and dynamic typing. Python supports interfaces to many system calls and libraries, as well as to various windowing systems.\n\nSecurity Fix(es):\n\n* expat: libexpat in Expat allows attackers to trigger large dynamic memory allocations via a small document that is submitted for parsing (CVE-2025-59375)\n\n* python: Quadratic complexity in os.path.expandvars() with user-controlled template (CVE-2025-6075)\n\n* cpython: Out-of-memory when loading Plist (CVE-2025-13837)\n\n* cpython: Header injection via newlines in data URL mediatype in Python (CVE-2025-15282)\n\n* cpython: Header injection in http.cookies.Morsel in Python (CVE-2026-0672)\n\n* cpython: CPython: Logging Bypass in Legacy .pyc File Handling (CVE-2026-2297)\n\n* cpython: Incomplete control character validation in http.cookies (CVE-2026-3644)\n\n* cpython: Stack overflow parsing XML with deeply nested DTD content models (CVE-2026-4224)\n\n* python: Python: Command-line option injection in webbrowser.open() via crafted URLs (CVE-2026-4519)\n\n* python: Python: HTTP header injection via CR/LF in proxy tunnel headers (CVE-2026-1502)\n\n* python: Python: Arbitrary code execution or information disclosure via use-after-free in decompression modules (CVE-2026-6100)\n\n* python: cpython: Python: Arbitrary code execution via command injection in webbrowser.open() API (CVE-2026-4786)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2026:19064",
"url": "https://access.redhat.com/errata/RHSA-2026:19064"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2395108",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2395108"
},
{
"category": "external",
"summary": "2408891",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2408891"
},
{
"category": "external",
"summary": "2418084",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2418084"
},
{
"category": "external",
"summary": "2431366",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2431366"
},
{
"category": "external",
"summary": "2431374",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2431374"
},
{
"category": "external",
"summary": "2444691",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2444691"
},
{
"category": "external",
"summary": "2448168",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2448168"
},
{
"category": "external",
"summary": "2448181",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2448181"
},
{
"category": "external",
"summary": "2449649",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2449649"
},
{
"category": "external",
"summary": "2457409",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2457409"
},
{
"category": "external",
"summary": "2457932",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2457932"
},
{
"category": "external",
"summary": "2458049",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2458049"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_19064.json"
}
],
"title": "Red Hat Security Advisory: python3.12 security update",
"tracking": {
"current_release_date": "2026-06-04T19:45:02+00:00",
"generator": {
"date": "2026-06-04T19:45:02+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.8.1"
}
},
"id": "RHSA-2026:19064",
"initial_release_date": "2026-05-19T13:35:50+00:00",
"revision_history": [
{
"date": "2026-05-19T13:35:50+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-05-19T13:35:50+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-06-04T19:45:02+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream (v. 10)",
"product": {
"name": "Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:10.2"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux BaseOS (v. 10)",
"product": {
"name": "Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:10.2"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product": {
"name": "Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.2.Z",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:10.2"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "python-unversioned-command-0:3.12.13-2.el10_2.noarch",
"product": {
"name": "python-unversioned-command-0:3.12.13-2.el10_2.noarch",
"product_id": "python-unversioned-command-0:3.12.13-2.el10_2.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-unversioned-command@3.12.13-2.el10_2?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "python3-devel-0:3.12.13-2.el10_2.aarch64",
"product": {
"name": "python3-devel-0:3.12.13-2.el10_2.aarch64",
"product_id": "python3-devel-0:3.12.13-2.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-devel@3.12.13-2.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3-tkinter-0:3.12.13-2.el10_2.aarch64",
"product": {
"name": "python3-tkinter-0:3.12.13-2.el10_2.aarch64",
"product_id": "python3-tkinter-0:3.12.13-2.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-tkinter@3.12.13-2.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3.12-debugsource-0:3.12.13-2.el10_2.aarch64",
"product": {
"name": "python3.12-debugsource-0:3.12.13-2.el10_2.aarch64",
"product_id": "python3.12-debugsource-0:3.12.13-2.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-debugsource@3.12.13-2.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3.12-debuginfo-0:3.12.13-2.el10_2.aarch64",
"product": {
"name": "python3.12-debuginfo-0:3.12.13-2.el10_2.aarch64",
"product_id": "python3.12-debuginfo-0:3.12.13-2.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-debuginfo@3.12.13-2.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3-0:3.12.13-2.el10_2.aarch64",
"product": {
"name": "python3-0:3.12.13-2.el10_2.aarch64",
"product_id": "python3-0:3.12.13-2.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3@3.12.13-2.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3-libs-0:3.12.13-2.el10_2.aarch64",
"product": {
"name": "python3-libs-0:3.12.13-2.el10_2.aarch64",
"product_id": "python3-libs-0:3.12.13-2.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-libs@3.12.13-2.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3-debug-0:3.12.13-2.el10_2.aarch64",
"product": {
"name": "python3-debug-0:3.12.13-2.el10_2.aarch64",
"product_id": "python3-debug-0:3.12.13-2.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-debug@3.12.13-2.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3-idle-0:3.12.13-2.el10_2.aarch64",
"product": {
"name": "python3-idle-0:3.12.13-2.el10_2.aarch64",
"product_id": "python3-idle-0:3.12.13-2.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-idle@3.12.13-2.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3-test-0:3.12.13-2.el10_2.aarch64",
"product": {
"name": "python3-test-0:3.12.13-2.el10_2.aarch64",
"product_id": "python3-test-0:3.12.13-2.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-test@3.12.13-2.el10_2?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "python3-devel-0:3.12.13-2.el10_2.ppc64le",
"product": {
"name": "python3-devel-0:3.12.13-2.el10_2.ppc64le",
"product_id": "python3-devel-0:3.12.13-2.el10_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-devel@3.12.13-2.el10_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-tkinter-0:3.12.13-2.el10_2.ppc64le",
"product": {
"name": "python3-tkinter-0:3.12.13-2.el10_2.ppc64le",
"product_id": "python3-tkinter-0:3.12.13-2.el10_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-tkinter@3.12.13-2.el10_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3.12-debugsource-0:3.12.13-2.el10_2.ppc64le",
"product": {
"name": "python3.12-debugsource-0:3.12.13-2.el10_2.ppc64le",
"product_id": "python3.12-debugsource-0:3.12.13-2.el10_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-debugsource@3.12.13-2.el10_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3.12-debuginfo-0:3.12.13-2.el10_2.ppc64le",
"product": {
"name": "python3.12-debuginfo-0:3.12.13-2.el10_2.ppc64le",
"product_id": "python3.12-debuginfo-0:3.12.13-2.el10_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-debuginfo@3.12.13-2.el10_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-0:3.12.13-2.el10_2.ppc64le",
"product": {
"name": "python3-0:3.12.13-2.el10_2.ppc64le",
"product_id": "python3-0:3.12.13-2.el10_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3@3.12.13-2.el10_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-libs-0:3.12.13-2.el10_2.ppc64le",
"product": {
"name": "python3-libs-0:3.12.13-2.el10_2.ppc64le",
"product_id": "python3-libs-0:3.12.13-2.el10_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-libs@3.12.13-2.el10_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-debug-0:3.12.13-2.el10_2.ppc64le",
"product": {
"name": "python3-debug-0:3.12.13-2.el10_2.ppc64le",
"product_id": "python3-debug-0:3.12.13-2.el10_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-debug@3.12.13-2.el10_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-idle-0:3.12.13-2.el10_2.ppc64le",
"product": {
"name": "python3-idle-0:3.12.13-2.el10_2.ppc64le",
"product_id": "python3-idle-0:3.12.13-2.el10_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-idle@3.12.13-2.el10_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-test-0:3.12.13-2.el10_2.ppc64le",
"product": {
"name": "python3-test-0:3.12.13-2.el10_2.ppc64le",
"product_id": "python3-test-0:3.12.13-2.el10_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-test@3.12.13-2.el10_2?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "python3-devel-0:3.12.13-2.el10_2.s390x",
"product": {
"name": "python3-devel-0:3.12.13-2.el10_2.s390x",
"product_id": "python3-devel-0:3.12.13-2.el10_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-devel@3.12.13-2.el10_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3-tkinter-0:3.12.13-2.el10_2.s390x",
"product": {
"name": "python3-tkinter-0:3.12.13-2.el10_2.s390x",
"product_id": "python3-tkinter-0:3.12.13-2.el10_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-tkinter@3.12.13-2.el10_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3.12-debugsource-0:3.12.13-2.el10_2.s390x",
"product": {
"name": "python3.12-debugsource-0:3.12.13-2.el10_2.s390x",
"product_id": "python3.12-debugsource-0:3.12.13-2.el10_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-debugsource@3.12.13-2.el10_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3.12-debuginfo-0:3.12.13-2.el10_2.s390x",
"product": {
"name": "python3.12-debuginfo-0:3.12.13-2.el10_2.s390x",
"product_id": "python3.12-debuginfo-0:3.12.13-2.el10_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-debuginfo@3.12.13-2.el10_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3-0:3.12.13-2.el10_2.s390x",
"product": {
"name": "python3-0:3.12.13-2.el10_2.s390x",
"product_id": "python3-0:3.12.13-2.el10_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3@3.12.13-2.el10_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3-libs-0:3.12.13-2.el10_2.s390x",
"product": {
"name": "python3-libs-0:3.12.13-2.el10_2.s390x",
"product_id": "python3-libs-0:3.12.13-2.el10_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-libs@3.12.13-2.el10_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3-debug-0:3.12.13-2.el10_2.s390x",
"product": {
"name": "python3-debug-0:3.12.13-2.el10_2.s390x",
"product_id": "python3-debug-0:3.12.13-2.el10_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-debug@3.12.13-2.el10_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3-idle-0:3.12.13-2.el10_2.s390x",
"product": {
"name": "python3-idle-0:3.12.13-2.el10_2.s390x",
"product_id": "python3-idle-0:3.12.13-2.el10_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-idle@3.12.13-2.el10_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3-test-0:3.12.13-2.el10_2.s390x",
"product": {
"name": "python3-test-0:3.12.13-2.el10_2.s390x",
"product_id": "python3-test-0:3.12.13-2.el10_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-test@3.12.13-2.el10_2?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "python3-devel-0:3.12.13-2.el10_2.x86_64",
"product": {
"name": "python3-devel-0:3.12.13-2.el10_2.x86_64",
"product_id": "python3-devel-0:3.12.13-2.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-devel@3.12.13-2.el10_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-tkinter-0:3.12.13-2.el10_2.x86_64",
"product": {
"name": "python3-tkinter-0:3.12.13-2.el10_2.x86_64",
"product_id": "python3-tkinter-0:3.12.13-2.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-tkinter@3.12.13-2.el10_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.12-debugsource-0:3.12.13-2.el10_2.x86_64",
"product": {
"name": "python3.12-debugsource-0:3.12.13-2.el10_2.x86_64",
"product_id": "python3.12-debugsource-0:3.12.13-2.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-debugsource@3.12.13-2.el10_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.12-debuginfo-0:3.12.13-2.el10_2.x86_64",
"product": {
"name": "python3.12-debuginfo-0:3.12.13-2.el10_2.x86_64",
"product_id": "python3.12-debuginfo-0:3.12.13-2.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-debuginfo@3.12.13-2.el10_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-0:3.12.13-2.el10_2.x86_64",
"product": {
"name": "python3-0:3.12.13-2.el10_2.x86_64",
"product_id": "python3-0:3.12.13-2.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3@3.12.13-2.el10_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-libs-0:3.12.13-2.el10_2.x86_64",
"product": {
"name": "python3-libs-0:3.12.13-2.el10_2.x86_64",
"product_id": "python3-libs-0:3.12.13-2.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-libs@3.12.13-2.el10_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-debug-0:3.12.13-2.el10_2.x86_64",
"product": {
"name": "python3-debug-0:3.12.13-2.el10_2.x86_64",
"product_id": "python3-debug-0:3.12.13-2.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-debug@3.12.13-2.el10_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-idle-0:3.12.13-2.el10_2.x86_64",
"product": {
"name": "python3-idle-0:3.12.13-2.el10_2.x86_64",
"product_id": "python3-idle-0:3.12.13-2.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-idle@3.12.13-2.el10_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-test-0:3.12.13-2.el10_2.x86_64",
"product": {
"name": "python3-test-0:3.12.13-2.el10_2.x86_64",
"product_id": "python3-test-0:3.12.13-2.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-test@3.12.13-2.el10_2?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "python3.12-0:3.12.13-2.el10_2.src",
"product": {
"name": "python3.12-0:3.12.13-2.el10_2.src",
"product_id": "python3.12-0:3.12.13-2.el10_2.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12@3.12.13-2.el10_2?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "python-unversioned-command-0:3.12.13-2.el10_2.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:python-unversioned-command-0:3.12.13-2.el10_2.noarch"
},
"product_reference": "python-unversioned-command-0:3.12.13-2.el10_2.noarch",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-0:3.12.13-2.el10_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:python3-0:3.12.13-2.el10_2.aarch64"
},
"product_reference": "python3-0:3.12.13-2.el10_2.aarch64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-0:3.12.13-2.el10_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:python3-0:3.12.13-2.el10_2.ppc64le"
},
"product_reference": "python3-0:3.12.13-2.el10_2.ppc64le",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-0:3.12.13-2.el10_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:python3-0:3.12.13-2.el10_2.s390x"
},
"product_reference": "python3-0:3.12.13-2.el10_2.s390x",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-0:3.12.13-2.el10_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:python3-0:3.12.13-2.el10_2.x86_64"
},
"product_reference": "python3-0:3.12.13-2.el10_2.x86_64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debug-0:3.12.13-2.el10_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:python3-debug-0:3.12.13-2.el10_2.aarch64"
},
"product_reference": "python3-debug-0:3.12.13-2.el10_2.aarch64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debug-0:3.12.13-2.el10_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:python3-debug-0:3.12.13-2.el10_2.ppc64le"
},
"product_reference": "python3-debug-0:3.12.13-2.el10_2.ppc64le",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debug-0:3.12.13-2.el10_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:python3-debug-0:3.12.13-2.el10_2.s390x"
},
"product_reference": "python3-debug-0:3.12.13-2.el10_2.s390x",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debug-0:3.12.13-2.el10_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:python3-debug-0:3.12.13-2.el10_2.x86_64"
},
"product_reference": "python3-debug-0:3.12.13-2.el10_2.x86_64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-devel-0:3.12.13-2.el10_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:python3-devel-0:3.12.13-2.el10_2.aarch64"
},
"product_reference": "python3-devel-0:3.12.13-2.el10_2.aarch64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-devel-0:3.12.13-2.el10_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:python3-devel-0:3.12.13-2.el10_2.ppc64le"
},
"product_reference": "python3-devel-0:3.12.13-2.el10_2.ppc64le",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-devel-0:3.12.13-2.el10_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:python3-devel-0:3.12.13-2.el10_2.s390x"
},
"product_reference": "python3-devel-0:3.12.13-2.el10_2.s390x",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-devel-0:3.12.13-2.el10_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:python3-devel-0:3.12.13-2.el10_2.x86_64"
},
"product_reference": "python3-devel-0:3.12.13-2.el10_2.x86_64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idle-0:3.12.13-2.el10_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:python3-idle-0:3.12.13-2.el10_2.aarch64"
},
"product_reference": "python3-idle-0:3.12.13-2.el10_2.aarch64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idle-0:3.12.13-2.el10_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:python3-idle-0:3.12.13-2.el10_2.ppc64le"
},
"product_reference": "python3-idle-0:3.12.13-2.el10_2.ppc64le",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idle-0:3.12.13-2.el10_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:python3-idle-0:3.12.13-2.el10_2.s390x"
},
"product_reference": "python3-idle-0:3.12.13-2.el10_2.s390x",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idle-0:3.12.13-2.el10_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:python3-idle-0:3.12.13-2.el10_2.x86_64"
},
"product_reference": "python3-idle-0:3.12.13-2.el10_2.x86_64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-libs-0:3.12.13-2.el10_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:python3-libs-0:3.12.13-2.el10_2.aarch64"
},
"product_reference": "python3-libs-0:3.12.13-2.el10_2.aarch64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-libs-0:3.12.13-2.el10_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:python3-libs-0:3.12.13-2.el10_2.ppc64le"
},
"product_reference": "python3-libs-0:3.12.13-2.el10_2.ppc64le",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-libs-0:3.12.13-2.el10_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:python3-libs-0:3.12.13-2.el10_2.s390x"
},
"product_reference": "python3-libs-0:3.12.13-2.el10_2.s390x",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-libs-0:3.12.13-2.el10_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:python3-libs-0:3.12.13-2.el10_2.x86_64"
},
"product_reference": "python3-libs-0:3.12.13-2.el10_2.x86_64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-test-0:3.12.13-2.el10_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:python3-test-0:3.12.13-2.el10_2.aarch64"
},
"product_reference": "python3-test-0:3.12.13-2.el10_2.aarch64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-test-0:3.12.13-2.el10_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:python3-test-0:3.12.13-2.el10_2.ppc64le"
},
"product_reference": "python3-test-0:3.12.13-2.el10_2.ppc64le",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-test-0:3.12.13-2.el10_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:python3-test-0:3.12.13-2.el10_2.s390x"
},
"product_reference": "python3-test-0:3.12.13-2.el10_2.s390x",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-test-0:3.12.13-2.el10_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:python3-test-0:3.12.13-2.el10_2.x86_64"
},
"product_reference": "python3-test-0:3.12.13-2.el10_2.x86_64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tkinter-0:3.12.13-2.el10_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.aarch64"
},
"product_reference": "python3-tkinter-0:3.12.13-2.el10_2.aarch64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tkinter-0:3.12.13-2.el10_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.ppc64le"
},
"product_reference": "python3-tkinter-0:3.12.13-2.el10_2.ppc64le",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tkinter-0:3.12.13-2.el10_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.s390x"
},
"product_reference": "python3-tkinter-0:3.12.13-2.el10_2.s390x",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tkinter-0:3.12.13-2.el10_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.x86_64"
},
"product_reference": "python3-tkinter-0:3.12.13-2.el10_2.x86_64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-0:3.12.13-2.el10_2.src as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:python3.12-0:3.12.13-2.el10_2.src"
},
"product_reference": "python3.12-0:3.12.13-2.el10_2.src",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debuginfo-0:3.12.13-2.el10_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.aarch64"
},
"product_reference": "python3.12-debuginfo-0:3.12.13-2.el10_2.aarch64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debuginfo-0:3.12.13-2.el10_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.ppc64le"
},
"product_reference": "python3.12-debuginfo-0:3.12.13-2.el10_2.ppc64le",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debuginfo-0:3.12.13-2.el10_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.s390x"
},
"product_reference": "python3.12-debuginfo-0:3.12.13-2.el10_2.s390x",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debuginfo-0:3.12.13-2.el10_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.x86_64"
},
"product_reference": "python3.12-debuginfo-0:3.12.13-2.el10_2.x86_64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debugsource-0:3.12.13-2.el10_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.aarch64"
},
"product_reference": "python3.12-debugsource-0:3.12.13-2.el10_2.aarch64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debugsource-0:3.12.13-2.el10_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.ppc64le"
},
"product_reference": "python3.12-debugsource-0:3.12.13-2.el10_2.ppc64le",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debugsource-0:3.12.13-2.el10_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.s390x"
},
"product_reference": "python3.12-debugsource-0:3.12.13-2.el10_2.s390x",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debugsource-0:3.12.13-2.el10_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.x86_64"
},
"product_reference": "python3.12-debugsource-0:3.12.13-2.el10_2.x86_64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-unversioned-command-0:3.12.13-2.el10_2.noarch as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:python-unversioned-command-0:3.12.13-2.el10_2.noarch"
},
"product_reference": "python-unversioned-command-0:3.12.13-2.el10_2.noarch",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-0:3.12.13-2.el10_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:python3-0:3.12.13-2.el10_2.aarch64"
},
"product_reference": "python3-0:3.12.13-2.el10_2.aarch64",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-0:3.12.13-2.el10_2.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:python3-0:3.12.13-2.el10_2.ppc64le"
},
"product_reference": "python3-0:3.12.13-2.el10_2.ppc64le",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-0:3.12.13-2.el10_2.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:python3-0:3.12.13-2.el10_2.s390x"
},
"product_reference": "python3-0:3.12.13-2.el10_2.s390x",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-0:3.12.13-2.el10_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:python3-0:3.12.13-2.el10_2.x86_64"
},
"product_reference": "python3-0:3.12.13-2.el10_2.x86_64",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debug-0:3.12.13-2.el10_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:python3-debug-0:3.12.13-2.el10_2.aarch64"
},
"product_reference": "python3-debug-0:3.12.13-2.el10_2.aarch64",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debug-0:3.12.13-2.el10_2.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:python3-debug-0:3.12.13-2.el10_2.ppc64le"
},
"product_reference": "python3-debug-0:3.12.13-2.el10_2.ppc64le",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debug-0:3.12.13-2.el10_2.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:python3-debug-0:3.12.13-2.el10_2.s390x"
},
"product_reference": "python3-debug-0:3.12.13-2.el10_2.s390x",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debug-0:3.12.13-2.el10_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:python3-debug-0:3.12.13-2.el10_2.x86_64"
},
"product_reference": "python3-debug-0:3.12.13-2.el10_2.x86_64",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-devel-0:3.12.13-2.el10_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:python3-devel-0:3.12.13-2.el10_2.aarch64"
},
"product_reference": "python3-devel-0:3.12.13-2.el10_2.aarch64",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-devel-0:3.12.13-2.el10_2.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:python3-devel-0:3.12.13-2.el10_2.ppc64le"
},
"product_reference": "python3-devel-0:3.12.13-2.el10_2.ppc64le",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-devel-0:3.12.13-2.el10_2.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:python3-devel-0:3.12.13-2.el10_2.s390x"
},
"product_reference": "python3-devel-0:3.12.13-2.el10_2.s390x",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-devel-0:3.12.13-2.el10_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:python3-devel-0:3.12.13-2.el10_2.x86_64"
},
"product_reference": "python3-devel-0:3.12.13-2.el10_2.x86_64",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idle-0:3.12.13-2.el10_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:python3-idle-0:3.12.13-2.el10_2.aarch64"
},
"product_reference": "python3-idle-0:3.12.13-2.el10_2.aarch64",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idle-0:3.12.13-2.el10_2.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:python3-idle-0:3.12.13-2.el10_2.ppc64le"
},
"product_reference": "python3-idle-0:3.12.13-2.el10_2.ppc64le",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idle-0:3.12.13-2.el10_2.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:python3-idle-0:3.12.13-2.el10_2.s390x"
},
"product_reference": "python3-idle-0:3.12.13-2.el10_2.s390x",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idle-0:3.12.13-2.el10_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:python3-idle-0:3.12.13-2.el10_2.x86_64"
},
"product_reference": "python3-idle-0:3.12.13-2.el10_2.x86_64",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-libs-0:3.12.13-2.el10_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:python3-libs-0:3.12.13-2.el10_2.aarch64"
},
"product_reference": "python3-libs-0:3.12.13-2.el10_2.aarch64",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-libs-0:3.12.13-2.el10_2.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:python3-libs-0:3.12.13-2.el10_2.ppc64le"
},
"product_reference": "python3-libs-0:3.12.13-2.el10_2.ppc64le",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-libs-0:3.12.13-2.el10_2.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:python3-libs-0:3.12.13-2.el10_2.s390x"
},
"product_reference": "python3-libs-0:3.12.13-2.el10_2.s390x",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-libs-0:3.12.13-2.el10_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:python3-libs-0:3.12.13-2.el10_2.x86_64"
},
"product_reference": "python3-libs-0:3.12.13-2.el10_2.x86_64",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-test-0:3.12.13-2.el10_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:python3-test-0:3.12.13-2.el10_2.aarch64"
},
"product_reference": "python3-test-0:3.12.13-2.el10_2.aarch64",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-test-0:3.12.13-2.el10_2.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:python3-test-0:3.12.13-2.el10_2.ppc64le"
},
"product_reference": "python3-test-0:3.12.13-2.el10_2.ppc64le",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-test-0:3.12.13-2.el10_2.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:python3-test-0:3.12.13-2.el10_2.s390x"
},
"product_reference": "python3-test-0:3.12.13-2.el10_2.s390x",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-test-0:3.12.13-2.el10_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:python3-test-0:3.12.13-2.el10_2.x86_64"
},
"product_reference": "python3-test-0:3.12.13-2.el10_2.x86_64",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tkinter-0:3.12.13-2.el10_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.aarch64"
},
"product_reference": "python3-tkinter-0:3.12.13-2.el10_2.aarch64",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tkinter-0:3.12.13-2.el10_2.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.ppc64le"
},
"product_reference": "python3-tkinter-0:3.12.13-2.el10_2.ppc64le",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tkinter-0:3.12.13-2.el10_2.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.s390x"
},
"product_reference": "python3-tkinter-0:3.12.13-2.el10_2.s390x",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tkinter-0:3.12.13-2.el10_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.x86_64"
},
"product_reference": "python3-tkinter-0:3.12.13-2.el10_2.x86_64",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-0:3.12.13-2.el10_2.src as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:python3.12-0:3.12.13-2.el10_2.src"
},
"product_reference": "python3.12-0:3.12.13-2.el10_2.src",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debuginfo-0:3.12.13-2.el10_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.aarch64"
},
"product_reference": "python3.12-debuginfo-0:3.12.13-2.el10_2.aarch64",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debuginfo-0:3.12.13-2.el10_2.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.ppc64le"
},
"product_reference": "python3.12-debuginfo-0:3.12.13-2.el10_2.ppc64le",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debuginfo-0:3.12.13-2.el10_2.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.s390x"
},
"product_reference": "python3.12-debuginfo-0:3.12.13-2.el10_2.s390x",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debuginfo-0:3.12.13-2.el10_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.x86_64"
},
"product_reference": "python3.12-debuginfo-0:3.12.13-2.el10_2.x86_64",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debugsource-0:3.12.13-2.el10_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.aarch64"
},
"product_reference": "python3.12-debugsource-0:3.12.13-2.el10_2.aarch64",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debugsource-0:3.12.13-2.el10_2.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.ppc64le"
},
"product_reference": "python3.12-debugsource-0:3.12.13-2.el10_2.ppc64le",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debugsource-0:3.12.13-2.el10_2.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.s390x"
},
"product_reference": "python3.12-debugsource-0:3.12.13-2.el10_2.s390x",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debugsource-0:3.12.13-2.el10_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.x86_64"
},
"product_reference": "python3.12-debugsource-0:3.12.13-2.el10_2.x86_64",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-unversioned-command-0:3.12.13-2.el10_2.noarch as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.2.Z:python-unversioned-command-0:3.12.13-2.el10_2.noarch"
},
"product_reference": "python-unversioned-command-0:3.12.13-2.el10_2.noarch",
"relates_to_product_reference": "CRB-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-0:3.12.13-2.el10_2.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.2.Z:python3-0:3.12.13-2.el10_2.aarch64"
},
"product_reference": "python3-0:3.12.13-2.el10_2.aarch64",
"relates_to_product_reference": "CRB-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-0:3.12.13-2.el10_2.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.2.Z:python3-0:3.12.13-2.el10_2.ppc64le"
},
"product_reference": "python3-0:3.12.13-2.el10_2.ppc64le",
"relates_to_product_reference": "CRB-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-0:3.12.13-2.el10_2.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.2.Z:python3-0:3.12.13-2.el10_2.s390x"
},
"product_reference": "python3-0:3.12.13-2.el10_2.s390x",
"relates_to_product_reference": "CRB-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-0:3.12.13-2.el10_2.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.2.Z:python3-0:3.12.13-2.el10_2.x86_64"
},
"product_reference": "python3-0:3.12.13-2.el10_2.x86_64",
"relates_to_product_reference": "CRB-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debug-0:3.12.13-2.el10_2.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.2.Z:python3-debug-0:3.12.13-2.el10_2.aarch64"
},
"product_reference": "python3-debug-0:3.12.13-2.el10_2.aarch64",
"relates_to_product_reference": "CRB-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debug-0:3.12.13-2.el10_2.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.2.Z:python3-debug-0:3.12.13-2.el10_2.ppc64le"
},
"product_reference": "python3-debug-0:3.12.13-2.el10_2.ppc64le",
"relates_to_product_reference": "CRB-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debug-0:3.12.13-2.el10_2.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.2.Z:python3-debug-0:3.12.13-2.el10_2.s390x"
},
"product_reference": "python3-debug-0:3.12.13-2.el10_2.s390x",
"relates_to_product_reference": "CRB-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debug-0:3.12.13-2.el10_2.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.2.Z:python3-debug-0:3.12.13-2.el10_2.x86_64"
},
"product_reference": "python3-debug-0:3.12.13-2.el10_2.x86_64",
"relates_to_product_reference": "CRB-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-devel-0:3.12.13-2.el10_2.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.2.Z:python3-devel-0:3.12.13-2.el10_2.aarch64"
},
"product_reference": "python3-devel-0:3.12.13-2.el10_2.aarch64",
"relates_to_product_reference": "CRB-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-devel-0:3.12.13-2.el10_2.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.2.Z:python3-devel-0:3.12.13-2.el10_2.ppc64le"
},
"product_reference": "python3-devel-0:3.12.13-2.el10_2.ppc64le",
"relates_to_product_reference": "CRB-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-devel-0:3.12.13-2.el10_2.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.2.Z:python3-devel-0:3.12.13-2.el10_2.s390x"
},
"product_reference": "python3-devel-0:3.12.13-2.el10_2.s390x",
"relates_to_product_reference": "CRB-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-devel-0:3.12.13-2.el10_2.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.2.Z:python3-devel-0:3.12.13-2.el10_2.x86_64"
},
"product_reference": "python3-devel-0:3.12.13-2.el10_2.x86_64",
"relates_to_product_reference": "CRB-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idle-0:3.12.13-2.el10_2.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.2.Z:python3-idle-0:3.12.13-2.el10_2.aarch64"
},
"product_reference": "python3-idle-0:3.12.13-2.el10_2.aarch64",
"relates_to_product_reference": "CRB-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idle-0:3.12.13-2.el10_2.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.2.Z:python3-idle-0:3.12.13-2.el10_2.ppc64le"
},
"product_reference": "python3-idle-0:3.12.13-2.el10_2.ppc64le",
"relates_to_product_reference": "CRB-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idle-0:3.12.13-2.el10_2.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.2.Z:python3-idle-0:3.12.13-2.el10_2.s390x"
},
"product_reference": "python3-idle-0:3.12.13-2.el10_2.s390x",
"relates_to_product_reference": "CRB-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idle-0:3.12.13-2.el10_2.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.2.Z:python3-idle-0:3.12.13-2.el10_2.x86_64"
},
"product_reference": "python3-idle-0:3.12.13-2.el10_2.x86_64",
"relates_to_product_reference": "CRB-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-libs-0:3.12.13-2.el10_2.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.2.Z:python3-libs-0:3.12.13-2.el10_2.aarch64"
},
"product_reference": "python3-libs-0:3.12.13-2.el10_2.aarch64",
"relates_to_product_reference": "CRB-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-libs-0:3.12.13-2.el10_2.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.2.Z:python3-libs-0:3.12.13-2.el10_2.ppc64le"
},
"product_reference": "python3-libs-0:3.12.13-2.el10_2.ppc64le",
"relates_to_product_reference": "CRB-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-libs-0:3.12.13-2.el10_2.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.2.Z:python3-libs-0:3.12.13-2.el10_2.s390x"
},
"product_reference": "python3-libs-0:3.12.13-2.el10_2.s390x",
"relates_to_product_reference": "CRB-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-libs-0:3.12.13-2.el10_2.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.2.Z:python3-libs-0:3.12.13-2.el10_2.x86_64"
},
"product_reference": "python3-libs-0:3.12.13-2.el10_2.x86_64",
"relates_to_product_reference": "CRB-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-test-0:3.12.13-2.el10_2.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.2.Z:python3-test-0:3.12.13-2.el10_2.aarch64"
},
"product_reference": "python3-test-0:3.12.13-2.el10_2.aarch64",
"relates_to_product_reference": "CRB-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-test-0:3.12.13-2.el10_2.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.2.Z:python3-test-0:3.12.13-2.el10_2.ppc64le"
},
"product_reference": "python3-test-0:3.12.13-2.el10_2.ppc64le",
"relates_to_product_reference": "CRB-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-test-0:3.12.13-2.el10_2.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.2.Z:python3-test-0:3.12.13-2.el10_2.s390x"
},
"product_reference": "python3-test-0:3.12.13-2.el10_2.s390x",
"relates_to_product_reference": "CRB-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-test-0:3.12.13-2.el10_2.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.2.Z:python3-test-0:3.12.13-2.el10_2.x86_64"
},
"product_reference": "python3-test-0:3.12.13-2.el10_2.x86_64",
"relates_to_product_reference": "CRB-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tkinter-0:3.12.13-2.el10_2.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.aarch64"
},
"product_reference": "python3-tkinter-0:3.12.13-2.el10_2.aarch64",
"relates_to_product_reference": "CRB-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tkinter-0:3.12.13-2.el10_2.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.ppc64le"
},
"product_reference": "python3-tkinter-0:3.12.13-2.el10_2.ppc64le",
"relates_to_product_reference": "CRB-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tkinter-0:3.12.13-2.el10_2.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.s390x"
},
"product_reference": "python3-tkinter-0:3.12.13-2.el10_2.s390x",
"relates_to_product_reference": "CRB-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tkinter-0:3.12.13-2.el10_2.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.x86_64"
},
"product_reference": "python3-tkinter-0:3.12.13-2.el10_2.x86_64",
"relates_to_product_reference": "CRB-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-0:3.12.13-2.el10_2.src as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.2.Z:python3.12-0:3.12.13-2.el10_2.src"
},
"product_reference": "python3.12-0:3.12.13-2.el10_2.src",
"relates_to_product_reference": "CRB-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debuginfo-0:3.12.13-2.el10_2.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.aarch64"
},
"product_reference": "python3.12-debuginfo-0:3.12.13-2.el10_2.aarch64",
"relates_to_product_reference": "CRB-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debuginfo-0:3.12.13-2.el10_2.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.ppc64le"
},
"product_reference": "python3.12-debuginfo-0:3.12.13-2.el10_2.ppc64le",
"relates_to_product_reference": "CRB-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debuginfo-0:3.12.13-2.el10_2.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.s390x"
},
"product_reference": "python3.12-debuginfo-0:3.12.13-2.el10_2.s390x",
"relates_to_product_reference": "CRB-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debuginfo-0:3.12.13-2.el10_2.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.x86_64"
},
"product_reference": "python3.12-debuginfo-0:3.12.13-2.el10_2.x86_64",
"relates_to_product_reference": "CRB-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debugsource-0:3.12.13-2.el10_2.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.aarch64"
},
"product_reference": "python3.12-debugsource-0:3.12.13-2.el10_2.aarch64",
"relates_to_product_reference": "CRB-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debugsource-0:3.12.13-2.el10_2.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.ppc64le"
},
"product_reference": "python3.12-debugsource-0:3.12.13-2.el10_2.ppc64le",
"relates_to_product_reference": "CRB-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debugsource-0:3.12.13-2.el10_2.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.s390x"
},
"product_reference": "python3.12-debugsource-0:3.12.13-2.el10_2.s390x",
"relates_to_product_reference": "CRB-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debugsource-0:3.12.13-2.el10_2.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.x86_64"
},
"product_reference": "python3.12-debugsource-0:3.12.13-2.el10_2.x86_64",
"relates_to_product_reference": "CRB-10.2.Z"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-6075",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-10-31T17:01:47.052517+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2408891"
}
],
"notes": [
{
"category": "description",
"text": "A vulnerability in Python\u2019s os.path.expandvars() function that can cause performance degradation. When processing specially crafted, user-controlled input with nested environment variable patterns, the function exhibits quadratic time complexity, potentially leading to excessive CPU usage and denial of service (DoS) conditions. No code execution or data exposure occurs, so the impact is limited to performance slowdown.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python: Quadratic complexity in os.path.expandvars() with user-controlled template",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Low rather than Moderate because it only causes a performance inefficiency without affecting code execution, data integrity, or confidentiality. The flaw lies in the algorithmic complexity of os.path.expandvars(), which can become quadratic when processing crafted input containing repetitive or nested environment variable references. Exploitation requires the attacker to control the input string passed to this function, which is uncommon in secure applications. Moreover, the impact is limited to increased CPU utilization and potential slowdown, not system compromise or data manipulation. Since the issue does not introduce memory corruption, privilege escalation, or information disclosure risks, its overall impact scope and exploitability are minimal, justifying a Low severity rating.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-10.2.Z:python-unversioned-command-0:3.12.13-2.el10_2.noarch",
"AppStream-10.2.Z:python3-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3-debug-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-debug-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-debug-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-debug-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3-devel-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-devel-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-devel-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-devel-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3-idle-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-idle-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-idle-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-idle-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3-libs-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-libs-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-libs-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-libs-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3-test-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-test-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-test-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-test-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3.12-0:3.12.13-2.el10_2.src",
"AppStream-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python-unversioned-command-0:3.12.13-2.el10_2.noarch",
"BaseOS-10.2.Z:python3-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3-debug-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-debug-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-debug-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-debug-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3-devel-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-devel-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-devel-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-devel-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3-idle-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-idle-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-idle-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-idle-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3-libs-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-libs-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-libs-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-libs-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3-test-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-test-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-test-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-test-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3.12-0:3.12.13-2.el10_2.src",
"BaseOS-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python-unversioned-command-0:3.12.13-2.el10_2.noarch",
"CRB-10.2.Z:python3-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3-debug-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-debug-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-debug-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-debug-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3-devel-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-devel-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-devel-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-devel-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3-idle-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-idle-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-idle-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-idle-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3-libs-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-libs-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-libs-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-libs-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3-test-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-test-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-test-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-test-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3.12-0:3.12.13-2.el10_2.src",
"CRB-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-6075"
},
{
"category": "external",
"summary": "RHBZ#2408891",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2408891"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-6075",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6075"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-6075",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-6075"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/issues/136065",
"url": "https://github.com/python/cpython/issues/136065"
},
{
"category": "external",
"summary": "https://mail.python.org/archives/list/security-announce@python.org/thread/IUP5QJ6D4KK6ULHOMPC7DPNKRYQTQNLA/",
"url": "https://mail.python.org/archives/list/security-announce@python.org/thread/IUP5QJ6D4KK6ULHOMPC7DPNKRYQTQNLA/"
}
],
"release_date": "2025-10-31T16:41:34.983000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-19T13:35:50+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-10.2.Z:python-unversioned-command-0:3.12.13-2.el10_2.noarch",
"AppStream-10.2.Z:python3-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3-debug-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-debug-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-debug-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-debug-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3-devel-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-devel-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-devel-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-devel-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3-idle-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-idle-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-idle-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-idle-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3-libs-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-libs-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-libs-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-libs-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3-test-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-test-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-test-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-test-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3.12-0:3.12.13-2.el10_2.src",
"AppStream-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python-unversioned-command-0:3.12.13-2.el10_2.noarch",
"BaseOS-10.2.Z:python3-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3-debug-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-debug-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-debug-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-debug-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3-devel-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-devel-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-devel-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-devel-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3-idle-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-idle-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-idle-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-idle-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3-libs-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-libs-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-libs-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-libs-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3-test-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-test-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-test-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-test-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3.12-0:3.12.13-2.el10_2.src",
"BaseOS-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python-unversioned-command-0:3.12.13-2.el10_2.noarch",
"CRB-10.2.Z:python3-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3-debug-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-debug-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-debug-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-debug-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3-devel-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-devel-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-devel-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-devel-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3-idle-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-idle-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-idle-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-idle-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3-libs-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-libs-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-libs-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-libs-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3-test-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-test-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-test-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-test-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3.12-0:3.12.13-2.el10_2.src",
"CRB-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:19064"
},
{
"category": "workaround",
"details": "No mitigation is currently available that meets Red Hat Product Security\u2019s standards for usability, deployment, applicability, or stability.",
"product_ids": [
"AppStream-10.2.Z:python-unversioned-command-0:3.12.13-2.el10_2.noarch",
"AppStream-10.2.Z:python3-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3-debug-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-debug-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-debug-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-debug-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3-devel-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-devel-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-devel-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-devel-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3-idle-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-idle-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-idle-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-idle-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3-libs-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-libs-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-libs-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-libs-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3-test-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-test-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-test-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-test-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3.12-0:3.12.13-2.el10_2.src",
"AppStream-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python-unversioned-command-0:3.12.13-2.el10_2.noarch",
"BaseOS-10.2.Z:python3-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3-debug-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-debug-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-debug-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-debug-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3-devel-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-devel-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-devel-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-devel-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3-idle-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-idle-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-idle-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-idle-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3-libs-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-libs-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-libs-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-libs-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3-test-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-test-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-test-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-test-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3.12-0:3.12.13-2.el10_2.src",
"BaseOS-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python-unversioned-command-0:3.12.13-2.el10_2.noarch",
"CRB-10.2.Z:python3-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3-debug-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-debug-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-debug-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-debug-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3-devel-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-devel-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-devel-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-devel-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3-idle-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-idle-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-idle-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-idle-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3-libs-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-libs-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-libs-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-libs-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3-test-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-test-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-test-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-test-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3.12-0:3.12.13-2.el10_2.src",
"CRB-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "LOW",
"baseScore": 4.0,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"AppStream-10.2.Z:python-unversioned-command-0:3.12.13-2.el10_2.noarch",
"AppStream-10.2.Z:python3-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3-debug-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-debug-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-debug-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-debug-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3-devel-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-devel-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-devel-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-devel-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3-idle-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-idle-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-idle-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-idle-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3-libs-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-libs-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-libs-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-libs-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3-test-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-test-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-test-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-test-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3.12-0:3.12.13-2.el10_2.src",
"AppStream-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python-unversioned-command-0:3.12.13-2.el10_2.noarch",
"BaseOS-10.2.Z:python3-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3-debug-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-debug-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-debug-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-debug-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3-devel-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-devel-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-devel-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-devel-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3-idle-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-idle-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-idle-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-idle-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3-libs-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-libs-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-libs-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-libs-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3-test-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-test-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-test-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-test-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3.12-0:3.12.13-2.el10_2.src",
"BaseOS-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python-unversioned-command-0:3.12.13-2.el10_2.noarch",
"CRB-10.2.Z:python3-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3-debug-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-debug-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-debug-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-debug-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3-devel-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-devel-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-devel-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-devel-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3-idle-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-idle-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-idle-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-idle-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3-libs-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-libs-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-libs-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-libs-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3-test-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-test-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-test-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-test-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3.12-0:3.12.13-2.el10_2.src",
"CRB-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "python: Quadratic complexity in os.path.expandvars() with user-controlled template"
},
{
"cve": "CVE-2025-13837",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-12-01T19:01:32.492656+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2418084"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the plistlib module in the Python standard library. The amount of data to read from a Plist file is specified in the file itself. This issue allows a specially crafted Plist file to cause an application to allocate a large amount of memory, potentially resulting in allocations errors, swapping, out-of-memory conditions or even system freezes.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "cpython: Out-of-memory when loading Plist",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This issue can only be exploited by Python applications processing malicious or untrusted Plist files, which are not typically done in Linux systems or applications. Furthermore, this flaw can cause only a denial of service with no other security impact. Due to these reasons, this vulnerability has been rated with a moderate severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-10.2.Z:python-unversioned-command-0:3.12.13-2.el10_2.noarch",
"AppStream-10.2.Z:python3-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3-debug-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-debug-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-debug-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-debug-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3-devel-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-devel-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-devel-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-devel-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3-idle-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-idle-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-idle-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-idle-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3-libs-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-libs-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-libs-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-libs-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3-test-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-test-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-test-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-test-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3.12-0:3.12.13-2.el10_2.src",
"AppStream-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python-unversioned-command-0:3.12.13-2.el10_2.noarch",
"BaseOS-10.2.Z:python3-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3-debug-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-debug-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-debug-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-debug-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3-devel-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-devel-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-devel-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-devel-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3-idle-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-idle-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-idle-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-idle-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3-libs-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-libs-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-libs-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-libs-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3-test-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-test-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-test-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-test-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3.12-0:3.12.13-2.el10_2.src",
"BaseOS-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python-unversioned-command-0:3.12.13-2.el10_2.noarch",
"CRB-10.2.Z:python3-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3-debug-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-debug-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-debug-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-debug-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3-devel-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-devel-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-devel-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-devel-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3-idle-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-idle-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-idle-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-idle-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3-libs-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-libs-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-libs-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-libs-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3-test-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-test-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-test-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-test-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3.12-0:3.12.13-2.el10_2.src",
"CRB-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-13837"
},
{
"category": "external",
"summary": "RHBZ#2418084",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2418084"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-13837",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-13837"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-13837",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-13837"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/issues/119342",
"url": "https://github.com/python/cpython/issues/119342"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/pull/119343",
"url": "https://github.com/python/cpython/pull/119343"
}
],
"release_date": "2025-12-01T18:13:32.739000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-19T13:35:50+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-10.2.Z:python-unversioned-command-0:3.12.13-2.el10_2.noarch",
"AppStream-10.2.Z:python3-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3-debug-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-debug-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-debug-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-debug-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3-devel-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-devel-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-devel-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-devel-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3-idle-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-idle-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-idle-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-idle-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3-libs-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-libs-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-libs-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-libs-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3-test-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-test-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-test-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-test-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3.12-0:3.12.13-2.el10_2.src",
"AppStream-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python-unversioned-command-0:3.12.13-2.el10_2.noarch",
"BaseOS-10.2.Z:python3-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3-debug-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-debug-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-debug-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-debug-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3-devel-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-devel-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-devel-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-devel-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3-idle-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-idle-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-idle-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-idle-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3-libs-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-libs-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-libs-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-libs-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3-test-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-test-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-test-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-test-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3.12-0:3.12.13-2.el10_2.src",
"BaseOS-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python-unversioned-command-0:3.12.13-2.el10_2.noarch",
"CRB-10.2.Z:python3-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3-debug-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-debug-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-debug-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-debug-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3-devel-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-devel-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-devel-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-devel-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3-idle-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-idle-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-idle-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-idle-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3-libs-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-libs-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-libs-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-libs-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3-test-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-test-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-test-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-test-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3.12-0:3.12.13-2.el10_2.src",
"CRB-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:19064"
},
{
"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": [
"AppStream-10.2.Z:python-unversioned-command-0:3.12.13-2.el10_2.noarch",
"AppStream-10.2.Z:python3-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3-debug-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-debug-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-debug-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-debug-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3-devel-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-devel-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-devel-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-devel-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3-idle-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-idle-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-idle-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-idle-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3-libs-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-libs-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-libs-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-libs-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3-test-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-test-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-test-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-test-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3.12-0:3.12.13-2.el10_2.src",
"AppStream-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python-unversioned-command-0:3.12.13-2.el10_2.noarch",
"BaseOS-10.2.Z:python3-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3-debug-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-debug-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-debug-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-debug-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3-devel-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-devel-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-devel-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-devel-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3-idle-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-idle-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-idle-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-idle-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3-libs-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-libs-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-libs-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-libs-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3-test-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-test-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-test-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-test-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3.12-0:3.12.13-2.el10_2.src",
"BaseOS-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python-unversioned-command-0:3.12.13-2.el10_2.noarch",
"CRB-10.2.Z:python3-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3-debug-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-debug-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-debug-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-debug-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3-devel-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-devel-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-devel-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-devel-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3-idle-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-idle-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-idle-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-idle-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3-libs-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-libs-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-libs-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-libs-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3-test-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-test-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-test-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-test-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3.12-0:3.12.13-2.el10_2.src",
"CRB-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:C/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-10.2.Z:python-unversioned-command-0:3.12.13-2.el10_2.noarch",
"AppStream-10.2.Z:python3-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3-debug-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-debug-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-debug-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-debug-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3-devel-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-devel-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-devel-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-devel-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3-idle-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-idle-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-idle-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-idle-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3-libs-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-libs-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-libs-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-libs-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3-test-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-test-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-test-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-test-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3.12-0:3.12.13-2.el10_2.src",
"AppStream-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python-unversioned-command-0:3.12.13-2.el10_2.noarch",
"BaseOS-10.2.Z:python3-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3-debug-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-debug-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-debug-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-debug-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3-devel-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-devel-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-devel-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-devel-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3-idle-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-idle-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-idle-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-idle-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3-libs-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-libs-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-libs-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-libs-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3-test-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-test-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-test-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-test-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3.12-0:3.12.13-2.el10_2.src",
"BaseOS-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python-unversioned-command-0:3.12.13-2.el10_2.noarch",
"CRB-10.2.Z:python3-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3-debug-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-debug-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-debug-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-debug-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3-devel-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-devel-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-devel-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-devel-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3-idle-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-idle-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-idle-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-idle-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3-libs-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-libs-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-libs-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-libs-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3-test-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-test-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-test-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-test-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3.12-0:3.12.13-2.el10_2.src",
"CRB-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "cpython: Out-of-memory when loading Plist"
},
{
"cve": "CVE-2025-15282",
"cwe": {
"id": "CWE-93",
"name": "Improper Neutralization of CRLF Sequences (\u0027CRLF Injection\u0027)"
},
"discovery_date": "2026-01-20T22:01:20.971828+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2431366"
}
],
"notes": [
{
"category": "description",
"text": "Missing newline filtering has been discovered in Python. User-controlled data URLs parsed by urllib.request.DataHandler allow injecting headers through newlines in the data URL mediatype.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "cpython: Header injection via newlines in data URL mediatype in Python",
"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": [
"AppStream-10.2.Z:python-unversioned-command-0:3.12.13-2.el10_2.noarch",
"AppStream-10.2.Z:python3-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3-debug-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-debug-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-debug-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-debug-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3-devel-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-devel-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-devel-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-devel-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3-idle-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-idle-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-idle-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-idle-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3-libs-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-libs-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-libs-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-libs-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3-test-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-test-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-test-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-test-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3.12-0:3.12.13-2.el10_2.src",
"AppStream-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python-unversioned-command-0:3.12.13-2.el10_2.noarch",
"BaseOS-10.2.Z:python3-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3-debug-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-debug-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-debug-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-debug-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3-devel-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-devel-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-devel-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-devel-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3-idle-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-idle-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-idle-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-idle-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3-libs-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-libs-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-libs-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-libs-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3-test-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-test-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-test-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-test-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3.12-0:3.12.13-2.el10_2.src",
"BaseOS-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python-unversioned-command-0:3.12.13-2.el10_2.noarch",
"CRB-10.2.Z:python3-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3-debug-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-debug-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-debug-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-debug-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3-devel-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-devel-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-devel-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-devel-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3-idle-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-idle-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-idle-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-idle-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3-libs-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-libs-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-libs-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-libs-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3-test-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-test-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-test-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-test-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3.12-0:3.12.13-2.el10_2.src",
"CRB-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-15282"
},
{
"category": "external",
"summary": "RHBZ#2431366",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2431366"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-15282",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-15282"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-15282",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-15282"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/issues/143925",
"url": "https://github.com/python/cpython/issues/143925"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/pull/143926",
"url": "https://github.com/python/cpython/pull/143926"
},
{
"category": "external",
"summary": "https://mail.python.org/archives/list/security-announce@python.org/thread/X66HL7SISGJT33J53OHXMZT4DFLMHVKF/",
"url": "https://mail.python.org/archives/list/security-announce@python.org/thread/X66HL7SISGJT33J53OHXMZT4DFLMHVKF/"
}
],
"release_date": "2026-01-20T21:35:13.865000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-19T13:35:50+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-10.2.Z:python-unversioned-command-0:3.12.13-2.el10_2.noarch",
"AppStream-10.2.Z:python3-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3-debug-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-debug-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-debug-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-debug-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3-devel-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-devel-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-devel-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-devel-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3-idle-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-idle-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-idle-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-idle-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3-libs-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-libs-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-libs-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-libs-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3-test-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-test-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-test-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-test-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3.12-0:3.12.13-2.el10_2.src",
"AppStream-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python-unversioned-command-0:3.12.13-2.el10_2.noarch",
"BaseOS-10.2.Z:python3-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3-debug-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-debug-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-debug-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-debug-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3-devel-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-devel-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-devel-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-devel-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3-idle-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-idle-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-idle-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-idle-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3-libs-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-libs-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-libs-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-libs-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3-test-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-test-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-test-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-test-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3.12-0:3.12.13-2.el10_2.src",
"BaseOS-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python-unversioned-command-0:3.12.13-2.el10_2.noarch",
"CRB-10.2.Z:python3-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3-debug-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-debug-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-debug-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-debug-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3-devel-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-devel-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-devel-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-devel-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3-idle-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-idle-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-idle-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-idle-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3-libs-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-libs-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-libs-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-libs-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3-test-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-test-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-test-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-test-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3.12-0:3.12.13-2.el10_2.src",
"CRB-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:19064"
},
{
"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": [
"AppStream-10.2.Z:python-unversioned-command-0:3.12.13-2.el10_2.noarch",
"AppStream-10.2.Z:python3-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3-debug-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-debug-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-debug-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-debug-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3-devel-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-devel-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-devel-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-devel-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3-idle-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-idle-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-idle-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-idle-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3-libs-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-libs-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-libs-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-libs-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3-test-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-test-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-test-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-test-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3.12-0:3.12.13-2.el10_2.src",
"AppStream-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python-unversioned-command-0:3.12.13-2.el10_2.noarch",
"BaseOS-10.2.Z:python3-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3-debug-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-debug-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-debug-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-debug-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3-devel-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-devel-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-devel-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-devel-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3-idle-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-idle-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-idle-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-idle-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3-libs-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-libs-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-libs-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-libs-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3-test-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-test-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-test-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-test-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3.12-0:3.12.13-2.el10_2.src",
"BaseOS-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python-unversioned-command-0:3.12.13-2.el10_2.noarch",
"CRB-10.2.Z:python3-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3-debug-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-debug-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-debug-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-debug-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3-devel-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-devel-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-devel-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-devel-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3-idle-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-idle-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-idle-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-idle-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3-libs-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-libs-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-libs-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-libs-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3-test-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-test-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-test-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-test-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3.12-0:3.12.13-2.el10_2.src",
"CRB-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 4.8,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:R/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"AppStream-10.2.Z:python-unversioned-command-0:3.12.13-2.el10_2.noarch",
"AppStream-10.2.Z:python3-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3-debug-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-debug-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-debug-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-debug-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3-devel-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-devel-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-devel-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-devel-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3-idle-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-idle-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-idle-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-idle-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3-libs-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-libs-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-libs-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-libs-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3-test-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-test-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-test-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-test-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3.12-0:3.12.13-2.el10_2.src",
"AppStream-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python-unversioned-command-0:3.12.13-2.el10_2.noarch",
"BaseOS-10.2.Z:python3-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3-debug-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-debug-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-debug-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-debug-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3-devel-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-devel-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-devel-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-devel-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3-idle-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-idle-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-idle-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-idle-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3-libs-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-libs-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-libs-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-libs-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3-test-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-test-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-test-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-test-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3.12-0:3.12.13-2.el10_2.src",
"BaseOS-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python-unversioned-command-0:3.12.13-2.el10_2.noarch",
"CRB-10.2.Z:python3-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3-debug-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-debug-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-debug-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-debug-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3-devel-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-devel-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-devel-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-devel-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3-idle-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-idle-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-idle-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-idle-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3-libs-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-libs-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-libs-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-libs-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3-test-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-test-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-test-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-test-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3.12-0:3.12.13-2.el10_2.src",
"CRB-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "cpython: Header injection via newlines in data URL mediatype in Python"
},
{
"cve": "CVE-2025-59375",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-09-15T03:00:59.775098+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2395108"
}
],
"notes": [
{
"category": "description",
"text": "A memory amplification vulnerability in libexpat allows attackers to trigger excessive dynamic memory allocations by submitting specially crafted XML input. A small input (~250 KiB) can cause the parser to allocate hundreds of megabytes, leading to denial-of-service (DoS) through memory exhaustion.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "firefox: thunderbird: expat: libexpat in Expat allows attackers to trigger large dynamic memory allocations via a small document that is submitted for parsing",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This issue is Important rather than Critical because, while it allows for significant resource exhaustion leading to denial-of-service (DoS), it does not enable arbitrary code execution, data leakage, or privilege escalation. The vulnerability stems from an uncontrolled memory amplification behavior in libexpat\u2019s parser, where a relatively small XML payload can cause disproportionately large heap allocations. However, the flaw is limited in scope to service disruption and requires the attacker to submit a crafted XML document\u2014something that can be mitigated with proper input validation and memory usage limits. Therefore, while the exploitability is high, the impact is confined to availability, not confidentiality or integrity, making it a high-severity but not critical flaw.\n\nIn Firefox and Thunderbird, where libexpat is a transitive userspace dependency, exploitation usually just crashes the application (app-level DoS), so it is classified as Moderate instead of Important.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-10.2.Z:python-unversioned-command-0:3.12.13-2.el10_2.noarch",
"AppStream-10.2.Z:python3-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3-debug-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-debug-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-debug-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-debug-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3-devel-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-devel-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-devel-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-devel-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3-idle-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-idle-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-idle-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-idle-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3-libs-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-libs-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-libs-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-libs-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3-test-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-test-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-test-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-test-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3.12-0:3.12.13-2.el10_2.src",
"AppStream-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python-unversioned-command-0:3.12.13-2.el10_2.noarch",
"BaseOS-10.2.Z:python3-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3-debug-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-debug-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-debug-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-debug-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3-devel-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-devel-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-devel-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-devel-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3-idle-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-idle-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-idle-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-idle-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3-libs-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-libs-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-libs-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-libs-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3-test-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-test-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-test-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-test-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3.12-0:3.12.13-2.el10_2.src",
"BaseOS-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python-unversioned-command-0:3.12.13-2.el10_2.noarch",
"CRB-10.2.Z:python3-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3-debug-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-debug-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-debug-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-debug-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3-devel-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-devel-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-devel-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-devel-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3-idle-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-idle-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-idle-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-idle-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3-libs-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-libs-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-libs-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-libs-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3-test-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-test-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-test-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-test-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3.12-0:3.12.13-2.el10_2.src",
"CRB-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-59375"
},
{
"category": "external",
"summary": "RHBZ#2395108",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2395108"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-59375",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-59375"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-59375",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-59375"
},
{
"category": "external",
"summary": "https://www.mozilla.org/security/advisories/mfsa2026-22/#CVE-2025-59375",
"url": "https://www.mozilla.org/security/advisories/mfsa2026-22/#CVE-2025-59375"
},
{
"category": "external",
"summary": "https://www.mozilla.org/security/advisories/mfsa2026-24/#CVE-2025-59375",
"url": "https://www.mozilla.org/security/advisories/mfsa2026-24/#CVE-2025-59375"
}
],
"release_date": "2025-09-15T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-19T13:35:50+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-10.2.Z:python-unversioned-command-0:3.12.13-2.el10_2.noarch",
"AppStream-10.2.Z:python3-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3-debug-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-debug-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-debug-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-debug-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3-devel-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-devel-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-devel-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-devel-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3-idle-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-idle-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-idle-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-idle-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3-libs-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-libs-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-libs-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-libs-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3-test-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-test-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-test-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-test-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3.12-0:3.12.13-2.el10_2.src",
"AppStream-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python-unversioned-command-0:3.12.13-2.el10_2.noarch",
"BaseOS-10.2.Z:python3-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3-debug-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-debug-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-debug-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-debug-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3-devel-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-devel-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-devel-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-devel-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3-idle-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-idle-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-idle-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-idle-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3-libs-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-libs-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-libs-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-libs-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3-test-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-test-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-test-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-test-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3.12-0:3.12.13-2.el10_2.src",
"BaseOS-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python-unversioned-command-0:3.12.13-2.el10_2.noarch",
"CRB-10.2.Z:python3-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3-debug-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-debug-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-debug-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-debug-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3-devel-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-devel-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-devel-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-devel-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3-idle-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-idle-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-idle-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-idle-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3-libs-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-libs-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-libs-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-libs-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3-test-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-test-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-test-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-test-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3.12-0:3.12.13-2.el10_2.src",
"CRB-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:19064"
},
{
"category": "workaround",
"details": "To mitigate the issue, limit XML input size and complexity before parsing, and avoid accepting compressed or deeply nested XML. Use OS-level resource controls (like ulimit or setrlimit()) to cap memory usage, or run the parser in a sandboxed or isolated process with strict memory and CPU limits. This helps prevent denial-of-service by containing excessive resource consumption.",
"product_ids": [
"AppStream-10.2.Z:python-unversioned-command-0:3.12.13-2.el10_2.noarch",
"AppStream-10.2.Z:python3-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3-debug-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-debug-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-debug-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-debug-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3-devel-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-devel-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-devel-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-devel-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3-idle-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-idle-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-idle-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-idle-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3-libs-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-libs-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-libs-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-libs-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3-test-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-test-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-test-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-test-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3.12-0:3.12.13-2.el10_2.src",
"AppStream-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python-unversioned-command-0:3.12.13-2.el10_2.noarch",
"BaseOS-10.2.Z:python3-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3-debug-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-debug-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-debug-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-debug-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3-devel-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-devel-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-devel-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-devel-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3-idle-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-idle-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-idle-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-idle-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3-libs-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-libs-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-libs-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-libs-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3-test-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-test-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-test-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-test-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3.12-0:3.12.13-2.el10_2.src",
"BaseOS-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python-unversioned-command-0:3.12.13-2.el10_2.noarch",
"CRB-10.2.Z:python3-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3-debug-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-debug-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-debug-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-debug-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3-devel-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-devel-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-devel-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-devel-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3-idle-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-idle-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-idle-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-idle-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3-libs-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-libs-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-libs-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-libs-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3-test-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-test-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-test-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-test-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3.12-0:3.12.13-2.el10_2.src",
"CRB-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"AppStream-10.2.Z:python-unversioned-command-0:3.12.13-2.el10_2.noarch",
"AppStream-10.2.Z:python3-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3-debug-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-debug-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-debug-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-debug-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3-devel-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-devel-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-devel-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-devel-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3-idle-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-idle-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-idle-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-idle-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3-libs-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-libs-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-libs-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-libs-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3-test-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-test-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-test-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-test-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3.12-0:3.12.13-2.el10_2.src",
"AppStream-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python-unversioned-command-0:3.12.13-2.el10_2.noarch",
"BaseOS-10.2.Z:python3-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3-debug-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-debug-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-debug-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-debug-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3-devel-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-devel-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-devel-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-devel-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3-idle-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-idle-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-idle-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-idle-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3-libs-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-libs-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-libs-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-libs-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3-test-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-test-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-test-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-test-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3.12-0:3.12.13-2.el10_2.src",
"BaseOS-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python-unversioned-command-0:3.12.13-2.el10_2.noarch",
"CRB-10.2.Z:python3-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3-debug-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-debug-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-debug-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-debug-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3-devel-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-devel-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-devel-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-devel-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3-idle-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-idle-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-idle-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-idle-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3-libs-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-libs-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-libs-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-libs-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3-test-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-test-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-test-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-test-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3.12-0:3.12.13-2.el10_2.src",
"CRB-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "firefox: thunderbird: expat: libexpat in Expat allows attackers to trigger large dynamic memory allocations via a small document that is submitted for parsing"
},
{
"cve": "CVE-2026-0672",
"cwe": {
"id": "CWE-93",
"name": "Improper Neutralization of CRLF Sequences (\u0027CRLF Injection\u0027)"
},
"discovery_date": "2026-01-20T22:02:15.663936+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2431374"
}
],
"notes": [
{
"category": "description",
"text": "An injection flaw has been discovered in Python. When using http.cookies.Morsel, user-controlled cookie values and parameters can allow injecting HTTP headers into messages. Patch rejects all control characters within cookie names, values, and parameters.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "cpython: Header injection in http.cookies.Morsel in Python",
"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": [
"AppStream-10.2.Z:python-unversioned-command-0:3.12.13-2.el10_2.noarch",
"AppStream-10.2.Z:python3-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3-debug-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-debug-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-debug-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-debug-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3-devel-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-devel-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-devel-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-devel-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3-idle-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-idle-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-idle-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-idle-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3-libs-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-libs-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-libs-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-libs-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3-test-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-test-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-test-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-test-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3.12-0:3.12.13-2.el10_2.src",
"AppStream-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python-unversioned-command-0:3.12.13-2.el10_2.noarch",
"BaseOS-10.2.Z:python3-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3-debug-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-debug-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-debug-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-debug-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3-devel-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-devel-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-devel-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-devel-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3-idle-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-idle-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-idle-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-idle-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3-libs-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-libs-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-libs-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-libs-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3-test-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-test-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-test-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-test-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3.12-0:3.12.13-2.el10_2.src",
"BaseOS-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python-unversioned-command-0:3.12.13-2.el10_2.noarch",
"CRB-10.2.Z:python3-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3-debug-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-debug-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-debug-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-debug-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3-devel-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-devel-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-devel-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-devel-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3-idle-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-idle-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-idle-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-idle-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3-libs-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-libs-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-libs-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-libs-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3-test-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-test-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-test-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-test-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3.12-0:3.12.13-2.el10_2.src",
"CRB-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-0672"
},
{
"category": "external",
"summary": "RHBZ#2431374",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2431374"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-0672",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-0672"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-0672",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-0672"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/issues/143919",
"url": "https://github.com/python/cpython/issues/143919"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/pull/143920",
"url": "https://github.com/python/cpython/pull/143920"
}
],
"release_date": "2026-01-20T21:52:33.925000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-19T13:35:50+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-10.2.Z:python-unversioned-command-0:3.12.13-2.el10_2.noarch",
"AppStream-10.2.Z:python3-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3-debug-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-debug-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-debug-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-debug-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3-devel-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-devel-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-devel-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-devel-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3-idle-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-idle-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-idle-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-idle-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3-libs-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-libs-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-libs-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-libs-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3-test-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-test-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-test-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-test-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3.12-0:3.12.13-2.el10_2.src",
"AppStream-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python-unversioned-command-0:3.12.13-2.el10_2.noarch",
"BaseOS-10.2.Z:python3-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3-debug-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-debug-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-debug-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-debug-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3-devel-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-devel-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-devel-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-devel-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3-idle-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-idle-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-idle-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-idle-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3-libs-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-libs-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-libs-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-libs-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3-test-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-test-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-test-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-test-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3.12-0:3.12.13-2.el10_2.src",
"BaseOS-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python-unversioned-command-0:3.12.13-2.el10_2.noarch",
"CRB-10.2.Z:python3-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3-debug-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-debug-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-debug-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-debug-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3-devel-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-devel-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-devel-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-devel-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3-idle-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-idle-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-idle-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-idle-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3-libs-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-libs-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-libs-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-libs-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3-test-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-test-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-test-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-test-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3.12-0:3.12.13-2.el10_2.src",
"CRB-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:19064"
},
{
"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": [
"AppStream-10.2.Z:python-unversioned-command-0:3.12.13-2.el10_2.noarch",
"AppStream-10.2.Z:python3-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3-debug-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-debug-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-debug-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-debug-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3-devel-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-devel-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-devel-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-devel-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3-idle-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-idle-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-idle-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-idle-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3-libs-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-libs-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-libs-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-libs-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3-test-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-test-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-test-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-test-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3.12-0:3.12.13-2.el10_2.src",
"AppStream-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python-unversioned-command-0:3.12.13-2.el10_2.noarch",
"BaseOS-10.2.Z:python3-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3-debug-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-debug-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-debug-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-debug-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3-devel-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-devel-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-devel-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-devel-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3-idle-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-idle-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-idle-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-idle-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3-libs-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-libs-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-libs-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-libs-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3-test-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-test-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-test-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-test-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3.12-0:3.12.13-2.el10_2.src",
"BaseOS-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python-unversioned-command-0:3.12.13-2.el10_2.noarch",
"CRB-10.2.Z:python3-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3-debug-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-debug-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-debug-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-debug-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3-devel-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-devel-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-devel-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-devel-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3-idle-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-idle-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-idle-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-idle-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3-libs-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-libs-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-libs-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-libs-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3-test-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-test-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-test-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-test-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3.12-0:3.12.13-2.el10_2.src",
"CRB-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 4.8,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:R/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"AppStream-10.2.Z:python-unversioned-command-0:3.12.13-2.el10_2.noarch",
"AppStream-10.2.Z:python3-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3-debug-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-debug-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-debug-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-debug-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3-devel-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-devel-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-devel-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-devel-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3-idle-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-idle-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-idle-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-idle-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3-libs-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-libs-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-libs-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-libs-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3-test-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-test-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-test-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-test-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3.12-0:3.12.13-2.el10_2.src",
"AppStream-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python-unversioned-command-0:3.12.13-2.el10_2.noarch",
"BaseOS-10.2.Z:python3-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3-debug-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-debug-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-debug-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-debug-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3-devel-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-devel-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-devel-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-devel-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3-idle-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-idle-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-idle-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-idle-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3-libs-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-libs-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-libs-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-libs-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3-test-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-test-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-test-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-test-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3.12-0:3.12.13-2.el10_2.src",
"BaseOS-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python-unversioned-command-0:3.12.13-2.el10_2.noarch",
"CRB-10.2.Z:python3-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3-debug-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-debug-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-debug-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-debug-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3-devel-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-devel-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-devel-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-devel-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3-idle-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-idle-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-idle-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-idle-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3-libs-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-libs-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-libs-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-libs-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3-test-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-test-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-test-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-test-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3.12-0:3.12.13-2.el10_2.src",
"CRB-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "cpython: Header injection in http.cookies.Morsel in Python"
},
{
"cve": "CVE-2026-1502",
"cwe": {
"id": "CWE-93",
"name": "Improper Neutralization of CRLF Sequences (\u0027CRLF Injection\u0027)"
},
"discovery_date": "2026-04-10T19:01:07.715197+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2457409"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Python. This vulnerability allows for the injection of extra information into HTTP communication. Specifically, the system does not properly prevent special characters (carriage return and line feed) from being included in HTTP client proxy tunnel headers or host fields.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python: Python: HTTP header injection via CR/LF in proxy tunnel headers",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-10.2.Z:python-unversioned-command-0:3.12.13-2.el10_2.noarch",
"AppStream-10.2.Z:python3-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3-debug-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-debug-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-debug-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-debug-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3-devel-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-devel-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-devel-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-devel-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3-idle-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-idle-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-idle-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-idle-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3-libs-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-libs-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-libs-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-libs-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3-test-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-test-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-test-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-test-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3.12-0:3.12.13-2.el10_2.src",
"AppStream-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python-unversioned-command-0:3.12.13-2.el10_2.noarch",
"BaseOS-10.2.Z:python3-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3-debug-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-debug-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-debug-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-debug-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3-devel-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-devel-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-devel-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-devel-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3-idle-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-idle-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-idle-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-idle-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3-libs-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-libs-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-libs-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-libs-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3-test-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-test-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-test-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-test-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3.12-0:3.12.13-2.el10_2.src",
"BaseOS-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python-unversioned-command-0:3.12.13-2.el10_2.noarch",
"CRB-10.2.Z:python3-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3-debug-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-debug-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-debug-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-debug-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3-devel-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-devel-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-devel-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-devel-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3-idle-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-idle-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-idle-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-idle-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3-libs-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-libs-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-libs-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-libs-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3-test-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-test-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-test-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-test-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3.12-0:3.12.13-2.el10_2.src",
"CRB-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-1502"
},
{
"category": "external",
"summary": "RHBZ#2457409",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2457409"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-1502",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-1502"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-1502",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-1502"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/commit/05ed7ce7ae9e17c23a04085b2539fe6d6d3cef69",
"url": "https://github.com/python/cpython/commit/05ed7ce7ae9e17c23a04085b2539fe6d6d3cef69"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/issues/146211",
"url": "https://github.com/python/cpython/issues/146211"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/pull/146212",
"url": "https://github.com/python/cpython/pull/146212"
},
{
"category": "external",
"summary": "https://mail.python.org/archives/list/security-announce@python.org/thread/2IVPAEQWUJBCTQZEJEVTYCIKSMQPGRZ3/",
"url": "https://mail.python.org/archives/list/security-announce@python.org/thread/2IVPAEQWUJBCTQZEJEVTYCIKSMQPGRZ3/"
}
],
"release_date": "2026-04-10T17:54:44.121000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-19T13:35:50+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-10.2.Z:python-unversioned-command-0:3.12.13-2.el10_2.noarch",
"AppStream-10.2.Z:python3-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3-debug-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-debug-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-debug-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-debug-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3-devel-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-devel-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-devel-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-devel-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3-idle-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-idle-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-idle-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-idle-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3-libs-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-libs-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-libs-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-libs-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3-test-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-test-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-test-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-test-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3.12-0:3.12.13-2.el10_2.src",
"AppStream-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python-unversioned-command-0:3.12.13-2.el10_2.noarch",
"BaseOS-10.2.Z:python3-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3-debug-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-debug-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-debug-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-debug-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3-devel-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-devel-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-devel-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-devel-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3-idle-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-idle-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-idle-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-idle-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3-libs-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-libs-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-libs-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-libs-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3-test-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-test-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-test-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-test-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3.12-0:3.12.13-2.el10_2.src",
"BaseOS-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python-unversioned-command-0:3.12.13-2.el10_2.noarch",
"CRB-10.2.Z:python3-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3-debug-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-debug-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-debug-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-debug-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3-devel-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-devel-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-devel-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-devel-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3-idle-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-idle-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-idle-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-idle-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3-libs-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-libs-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-libs-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-libs-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3-test-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-test-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-test-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-test-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3.12-0:3.12.13-2.el10_2.src",
"CRB-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:19064"
},
{
"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": [
"AppStream-10.2.Z:python-unversioned-command-0:3.12.13-2.el10_2.noarch",
"AppStream-10.2.Z:python3-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3-debug-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-debug-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-debug-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-debug-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3-devel-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-devel-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-devel-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-devel-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3-idle-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-idle-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-idle-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-idle-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3-libs-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-libs-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-libs-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-libs-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3-test-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-test-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-test-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-test-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3.12-0:3.12.13-2.el10_2.src",
"AppStream-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python-unversioned-command-0:3.12.13-2.el10_2.noarch",
"BaseOS-10.2.Z:python3-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3-debug-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-debug-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-debug-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-debug-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3-devel-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-devel-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-devel-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-devel-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3-idle-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-idle-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-idle-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-idle-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3-libs-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-libs-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-libs-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-libs-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3-test-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-test-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-test-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-test-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3.12-0:3.12.13-2.el10_2.src",
"BaseOS-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python-unversioned-command-0:3.12.13-2.el10_2.noarch",
"CRB-10.2.Z:python3-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3-debug-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-debug-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-debug-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-debug-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3-devel-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-devel-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-devel-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-devel-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3-idle-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-idle-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-idle-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-idle-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3-libs-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-libs-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-libs-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-libs-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3-test-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-test-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-test-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-test-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3.12-0:3.12.13-2.el10_2.src",
"CRB-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 4.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "HIGH",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:R/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"AppStream-10.2.Z:python-unversioned-command-0:3.12.13-2.el10_2.noarch",
"AppStream-10.2.Z:python3-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3-debug-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-debug-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-debug-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-debug-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3-devel-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-devel-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-devel-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-devel-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3-idle-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-idle-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-idle-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-idle-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3-libs-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-libs-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-libs-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-libs-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3-test-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-test-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-test-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-test-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3.12-0:3.12.13-2.el10_2.src",
"AppStream-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python-unversioned-command-0:3.12.13-2.el10_2.noarch",
"BaseOS-10.2.Z:python3-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3-debug-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-debug-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-debug-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-debug-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3-devel-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-devel-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-devel-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-devel-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3-idle-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-idle-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-idle-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-idle-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3-libs-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-libs-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-libs-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-libs-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3-test-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-test-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-test-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-test-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3.12-0:3.12.13-2.el10_2.src",
"BaseOS-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python-unversioned-command-0:3.12.13-2.el10_2.noarch",
"CRB-10.2.Z:python3-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3-debug-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-debug-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-debug-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-debug-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3-devel-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-devel-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-devel-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-devel-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3-idle-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-idle-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-idle-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-idle-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3-libs-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-libs-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-libs-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-libs-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3-test-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-test-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-test-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-test-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3.12-0:3.12.13-2.el10_2.src",
"CRB-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "python: Python: HTTP header injection via CR/LF in proxy tunnel headers"
},
{
"cve": "CVE-2026-2297",
"cwe": {
"id": "CWE-778",
"name": "Insufficient Logging"
},
"discovery_date": "2026-03-04T23:01:09.396553+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2444691"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in CPython. This vulnerability allows a local user with low privileges to bypass security auditing mechanisms. The issue occurs because the SourcelessFileLoader component, responsible for handling older Python compiled files (.pyc), does not properly trigger system audit events. This oversight could enable malicious activities to go undetected, compromising the integrity of the system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "cpython: CPython: Logging Bypass in Legacy .pyc File Handling",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-10.2.Z:python-unversioned-command-0:3.12.13-2.el10_2.noarch",
"AppStream-10.2.Z:python3-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3-debug-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-debug-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-debug-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-debug-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3-devel-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-devel-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-devel-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-devel-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3-idle-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-idle-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-idle-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-idle-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3-libs-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-libs-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-libs-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-libs-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3-test-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-test-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-test-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-test-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3.12-0:3.12.13-2.el10_2.src",
"AppStream-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python-unversioned-command-0:3.12.13-2.el10_2.noarch",
"BaseOS-10.2.Z:python3-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3-debug-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-debug-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-debug-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-debug-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3-devel-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-devel-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-devel-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-devel-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3-idle-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-idle-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-idle-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-idle-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3-libs-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-libs-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-libs-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-libs-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3-test-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-test-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-test-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-test-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3.12-0:3.12.13-2.el10_2.src",
"BaseOS-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python-unversioned-command-0:3.12.13-2.el10_2.noarch",
"CRB-10.2.Z:python3-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3-debug-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-debug-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-debug-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-debug-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3-devel-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-devel-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-devel-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-devel-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3-idle-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-idle-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-idle-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-idle-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3-libs-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-libs-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-libs-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-libs-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3-test-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-test-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-test-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-test-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3.12-0:3.12.13-2.el10_2.src",
"CRB-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-2297"
},
{
"category": "external",
"summary": "RHBZ#2444691",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2444691"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-2297",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-2297"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-2297",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-2297"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/commit/482d6f8bdba9da3725d272e8bb4a2d25fb6a603e",
"url": "https://github.com/python/cpython/commit/482d6f8bdba9da3725d272e8bb4a2d25fb6a603e"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/commit/a51b1b512de1d56b3714b65628a2eae2b07e535e",
"url": "https://github.com/python/cpython/commit/a51b1b512de1d56b3714b65628a2eae2b07e535e"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/commit/e58e9802b9bec5cdbf48fc9bf1da5f4fda482e86",
"url": "https://github.com/python/cpython/commit/e58e9802b9bec5cdbf48fc9bf1da5f4fda482e86"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/issues/145506",
"url": "https://github.com/python/cpython/issues/145506"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/pull/145507",
"url": "https://github.com/python/cpython/pull/145507"
}
],
"release_date": "2026-03-04T22:10:43.297000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-19T13:35:50+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-10.2.Z:python-unversioned-command-0:3.12.13-2.el10_2.noarch",
"AppStream-10.2.Z:python3-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3-debug-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-debug-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-debug-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-debug-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3-devel-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-devel-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-devel-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-devel-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3-idle-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-idle-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-idle-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-idle-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3-libs-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-libs-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-libs-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-libs-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3-test-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-test-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-test-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-test-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3.12-0:3.12.13-2.el10_2.src",
"AppStream-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python-unversioned-command-0:3.12.13-2.el10_2.noarch",
"BaseOS-10.2.Z:python3-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3-debug-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-debug-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-debug-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-debug-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3-devel-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-devel-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-devel-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-devel-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3-idle-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-idle-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-idle-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-idle-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3-libs-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-libs-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-libs-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-libs-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3-test-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-test-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-test-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-test-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3.12-0:3.12.13-2.el10_2.src",
"BaseOS-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python-unversioned-command-0:3.12.13-2.el10_2.noarch",
"CRB-10.2.Z:python3-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3-debug-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-debug-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-debug-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-debug-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3-devel-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-devel-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-devel-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-devel-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3-idle-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-idle-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-idle-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-idle-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3-libs-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-libs-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-libs-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-libs-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3-test-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-test-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-test-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-test-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3.12-0:3.12.13-2.el10_2.src",
"CRB-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:19064"
},
{
"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": [
"AppStream-10.2.Z:python-unversioned-command-0:3.12.13-2.el10_2.noarch",
"AppStream-10.2.Z:python3-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3-debug-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-debug-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-debug-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-debug-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3-devel-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-devel-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-devel-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-devel-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3-idle-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-idle-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-idle-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-idle-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3-libs-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-libs-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-libs-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-libs-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3-test-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-test-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-test-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-test-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3.12-0:3.12.13-2.el10_2.src",
"AppStream-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python-unversioned-command-0:3.12.13-2.el10_2.noarch",
"BaseOS-10.2.Z:python3-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3-debug-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-debug-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-debug-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-debug-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3-devel-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-devel-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-devel-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-devel-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3-idle-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-idle-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-idle-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-idle-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3-libs-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-libs-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-libs-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-libs-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3-test-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-test-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-test-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-test-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3.12-0:3.12.13-2.el10_2.src",
"BaseOS-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python-unversioned-command-0:3.12.13-2.el10_2.noarch",
"CRB-10.2.Z:python3-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3-debug-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-debug-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-debug-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-debug-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3-devel-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-devel-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-devel-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-devel-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3-idle-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-idle-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-idle-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-idle-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3-libs-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-libs-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-libs-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-libs-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3-test-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-test-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-test-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-test-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3.12-0:3.12.13-2.el10_2.src",
"CRB-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "NONE",
"baseScore": 3.3,
"baseSeverity": "LOW",
"confidentialityImpact": "NONE",
"integrityImpact": "LOW",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:N",
"version": "3.1"
},
"products": [
"AppStream-10.2.Z:python-unversioned-command-0:3.12.13-2.el10_2.noarch",
"AppStream-10.2.Z:python3-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3-debug-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-debug-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-debug-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-debug-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3-devel-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-devel-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-devel-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-devel-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3-idle-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-idle-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-idle-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-idle-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3-libs-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-libs-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-libs-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-libs-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3-test-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-test-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-test-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-test-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3.12-0:3.12.13-2.el10_2.src",
"AppStream-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python-unversioned-command-0:3.12.13-2.el10_2.noarch",
"BaseOS-10.2.Z:python3-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3-debug-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-debug-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-debug-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-debug-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3-devel-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-devel-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-devel-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-devel-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3-idle-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-idle-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-idle-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-idle-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3-libs-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-libs-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-libs-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-libs-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3-test-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-test-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-test-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-test-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3.12-0:3.12.13-2.el10_2.src",
"BaseOS-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python-unversioned-command-0:3.12.13-2.el10_2.noarch",
"CRB-10.2.Z:python3-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3-debug-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-debug-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-debug-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-debug-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3-devel-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-devel-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-devel-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-devel-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3-idle-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-idle-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-idle-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-idle-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3-libs-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-libs-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-libs-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-libs-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3-test-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-test-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-test-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-test-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3.12-0:3.12.13-2.el10_2.src",
"CRB-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "cpython: CPython: Logging Bypass in Legacy .pyc File Handling"
},
{
"cve": "CVE-2026-3644",
"cwe": {
"id": "CWE-791",
"name": "Incomplete Filtering of Special Elements"
},
"discovery_date": "2026-03-16T18:02:25.997880+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2448168"
}
],
"notes": [
{
"category": "description",
"text": "A control character validation flaw has been discovered in the Python http.cookie module. The Morsel.update(), |= operator, and unpickling paths were not patched to resolve CVE-2026-0672, allowing control characters to bypass input validation. Additionally, BaseCookie.js_output() lacked the output validation applied to BaseCookie.output().",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "cpython: Incomplete control character validation in http.cookies",
"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": [
"AppStream-10.2.Z:python-unversioned-command-0:3.12.13-2.el10_2.noarch",
"AppStream-10.2.Z:python3-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3-debug-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-debug-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-debug-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-debug-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3-devel-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-devel-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-devel-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-devel-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3-idle-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-idle-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-idle-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-idle-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3-libs-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-libs-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-libs-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-libs-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3-test-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-test-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-test-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-test-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3.12-0:3.12.13-2.el10_2.src",
"AppStream-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python-unversioned-command-0:3.12.13-2.el10_2.noarch",
"BaseOS-10.2.Z:python3-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3-debug-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-debug-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-debug-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-debug-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3-devel-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-devel-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-devel-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-devel-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3-idle-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-idle-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-idle-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-idle-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3-libs-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-libs-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-libs-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-libs-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3-test-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-test-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-test-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-test-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3.12-0:3.12.13-2.el10_2.src",
"BaseOS-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python-unversioned-command-0:3.12.13-2.el10_2.noarch",
"CRB-10.2.Z:python3-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3-debug-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-debug-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-debug-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-debug-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3-devel-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-devel-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-devel-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-devel-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3-idle-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-idle-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-idle-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-idle-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3-libs-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-libs-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-libs-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-libs-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3-test-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-test-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-test-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-test-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3.12-0:3.12.13-2.el10_2.src",
"CRB-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-3644"
},
{
"category": "external",
"summary": "RHBZ#2448168",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2448168"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-3644",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-3644"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-3644",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-3644"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/commit/57e88c1cf95e1481b94ae57abe1010469d47a6b4",
"url": "https://github.com/python/cpython/commit/57e88c1cf95e1481b94ae57abe1010469d47a6b4"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/issues/145599",
"url": "https://github.com/python/cpython/issues/145599"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/pull/145600",
"url": "https://github.com/python/cpython/pull/145600"
},
{
"category": "external",
"summary": "https://mail.python.org/archives/list/security-announce@python.org/thread/H6CADMBCDRFGWCMOXWUIHFJNV43GABJ7/",
"url": "https://mail.python.org/archives/list/security-announce@python.org/thread/H6CADMBCDRFGWCMOXWUIHFJNV43GABJ7/"
}
],
"release_date": "2026-03-16T17:37:31.344000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-19T13:35:50+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-10.2.Z:python-unversioned-command-0:3.12.13-2.el10_2.noarch",
"AppStream-10.2.Z:python3-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3-debug-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-debug-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-debug-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-debug-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3-devel-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-devel-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-devel-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-devel-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3-idle-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-idle-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-idle-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-idle-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3-libs-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-libs-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-libs-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-libs-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3-test-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-test-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-test-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-test-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3.12-0:3.12.13-2.el10_2.src",
"AppStream-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python-unversioned-command-0:3.12.13-2.el10_2.noarch",
"BaseOS-10.2.Z:python3-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3-debug-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-debug-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-debug-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-debug-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3-devel-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-devel-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-devel-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-devel-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3-idle-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-idle-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-idle-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-idle-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3-libs-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-libs-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-libs-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-libs-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3-test-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-test-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-test-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-test-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3.12-0:3.12.13-2.el10_2.src",
"BaseOS-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python-unversioned-command-0:3.12.13-2.el10_2.noarch",
"CRB-10.2.Z:python3-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3-debug-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-debug-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-debug-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-debug-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3-devel-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-devel-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-devel-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-devel-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3-idle-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-idle-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-idle-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-idle-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3-libs-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-libs-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-libs-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-libs-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3-test-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-test-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-test-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-test-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3.12-0:3.12.13-2.el10_2.src",
"CRB-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:19064"
},
{
"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": [
"AppStream-10.2.Z:python-unversioned-command-0:3.12.13-2.el10_2.noarch",
"AppStream-10.2.Z:python3-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3-debug-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-debug-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-debug-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-debug-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3-devel-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-devel-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-devel-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-devel-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3-idle-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-idle-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-idle-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-idle-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3-libs-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-libs-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-libs-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-libs-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3-test-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-test-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-test-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-test-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3.12-0:3.12.13-2.el10_2.src",
"AppStream-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python-unversioned-command-0:3.12.13-2.el10_2.noarch",
"BaseOS-10.2.Z:python3-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3-debug-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-debug-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-debug-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-debug-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3-devel-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-devel-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-devel-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-devel-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3-idle-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-idle-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-idle-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-idle-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3-libs-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-libs-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-libs-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-libs-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3-test-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-test-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-test-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-test-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3.12-0:3.12.13-2.el10_2.src",
"BaseOS-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python-unversioned-command-0:3.12.13-2.el10_2.noarch",
"CRB-10.2.Z:python3-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3-debug-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-debug-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-debug-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-debug-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3-devel-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-devel-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-devel-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-devel-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3-idle-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-idle-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-idle-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-idle-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3-libs-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-libs-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-libs-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-libs-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3-test-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-test-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-test-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-test-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3.12-0:3.12.13-2.el10_2.src",
"CRB-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.4,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"AppStream-10.2.Z:python-unversioned-command-0:3.12.13-2.el10_2.noarch",
"AppStream-10.2.Z:python3-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3-debug-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-debug-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-debug-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-debug-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3-devel-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-devel-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-devel-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-devel-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3-idle-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-idle-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-idle-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-idle-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3-libs-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-libs-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-libs-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-libs-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3-test-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-test-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-test-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-test-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3.12-0:3.12.13-2.el10_2.src",
"AppStream-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python-unversioned-command-0:3.12.13-2.el10_2.noarch",
"BaseOS-10.2.Z:python3-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3-debug-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-debug-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-debug-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-debug-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3-devel-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-devel-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-devel-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-devel-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3-idle-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-idle-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-idle-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-idle-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3-libs-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-libs-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-libs-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-libs-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3-test-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-test-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-test-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-test-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3.12-0:3.12.13-2.el10_2.src",
"BaseOS-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python-unversioned-command-0:3.12.13-2.el10_2.noarch",
"CRB-10.2.Z:python3-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3-debug-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-debug-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-debug-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-debug-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3-devel-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-devel-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-devel-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-devel-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3-idle-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-idle-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-idle-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-idle-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3-libs-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-libs-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-libs-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-libs-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3-test-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-test-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-test-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-test-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3.12-0:3.12.13-2.el10_2.src",
"CRB-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "cpython: Incomplete control character validation in http.cookies"
},
{
"cve": "CVE-2026-4224",
"cwe": {
"id": "CWE-805",
"name": "Buffer Access with Incorrect Length Value"
},
"discovery_date": "2026-03-16T19:01:54.161187+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2448181"
}
],
"notes": [
{
"category": "description",
"text": "A stack overflow flaw has been discovered in the python pyexpat module. When an Expat parser with a registered ElementDeclHandler parses an inline document type definition containing a deeply nested content model a C stack overflow occurs. This will result in a program crash.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "cpython: Stack overflow parsing XML with deeply nested DTD content models",
"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": [
"AppStream-10.2.Z:python-unversioned-command-0:3.12.13-2.el10_2.noarch",
"AppStream-10.2.Z:python3-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3-debug-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-debug-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-debug-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-debug-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3-devel-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-devel-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-devel-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-devel-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3-idle-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-idle-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-idle-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-idle-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3-libs-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-libs-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-libs-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-libs-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3-test-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-test-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-test-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-test-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3.12-0:3.12.13-2.el10_2.src",
"AppStream-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python-unversioned-command-0:3.12.13-2.el10_2.noarch",
"BaseOS-10.2.Z:python3-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3-debug-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-debug-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-debug-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-debug-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3-devel-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-devel-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-devel-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-devel-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3-idle-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-idle-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-idle-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-idle-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3-libs-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-libs-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-libs-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-libs-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3-test-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-test-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-test-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-test-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3.12-0:3.12.13-2.el10_2.src",
"BaseOS-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python-unversioned-command-0:3.12.13-2.el10_2.noarch",
"CRB-10.2.Z:python3-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3-debug-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-debug-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-debug-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-debug-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3-devel-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-devel-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-devel-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-devel-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3-idle-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-idle-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-idle-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-idle-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3-libs-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-libs-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-libs-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-libs-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3-test-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-test-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-test-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-test-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3.12-0:3.12.13-2.el10_2.src",
"CRB-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-4224"
},
{
"category": "external",
"summary": "RHBZ#2448181",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2448181"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-4224",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-4224"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-4224",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-4224"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/commit/196edfb06a7458377d4d0f4b3cd41724c1f3bd4a",
"url": "https://github.com/python/cpython/commit/196edfb06a7458377d4d0f4b3cd41724c1f3bd4a"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/commit/e0a8a6da90597a924b300debe045cdb4628ee1f3",
"url": "https://github.com/python/cpython/commit/e0a8a6da90597a924b300debe045cdb4628ee1f3"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/commit/eb0e8be3a7e11b87d198a2c3af1ed0eccf532768",
"url": "https://github.com/python/cpython/commit/eb0e8be3a7e11b87d198a2c3af1ed0eccf532768"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/issues/145986",
"url": "https://github.com/python/cpython/issues/145986"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/pull/145987",
"url": "https://github.com/python/cpython/pull/145987"
},
{
"category": "external",
"summary": "https://mail.python.org/archives/list/security-announce@python.org/thread/5M7CGUW3XBRY7II4DK43KF7NQQ3TPZ6R/",
"url": "https://mail.python.org/archives/list/security-announce@python.org/thread/5M7CGUW3XBRY7II4DK43KF7NQQ3TPZ6R/"
}
],
"release_date": "2026-03-16T17:52:26.639000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-19T13:35:50+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-10.2.Z:python-unversioned-command-0:3.12.13-2.el10_2.noarch",
"AppStream-10.2.Z:python3-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3-debug-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-debug-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-debug-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-debug-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3-devel-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-devel-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-devel-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-devel-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3-idle-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-idle-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-idle-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-idle-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3-libs-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-libs-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-libs-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-libs-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3-test-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-test-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-test-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-test-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3.12-0:3.12.13-2.el10_2.src",
"AppStream-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python-unversioned-command-0:3.12.13-2.el10_2.noarch",
"BaseOS-10.2.Z:python3-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3-debug-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-debug-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-debug-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-debug-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3-devel-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-devel-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-devel-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-devel-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3-idle-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-idle-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-idle-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-idle-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3-libs-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-libs-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-libs-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-libs-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3-test-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-test-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-test-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-test-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3.12-0:3.12.13-2.el10_2.src",
"BaseOS-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python-unversioned-command-0:3.12.13-2.el10_2.noarch",
"CRB-10.2.Z:python3-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3-debug-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-debug-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-debug-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-debug-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3-devel-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-devel-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-devel-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-devel-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3-idle-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-idle-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-idle-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-idle-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3-libs-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-libs-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-libs-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-libs-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3-test-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-test-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-test-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-test-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3.12-0:3.12.13-2.el10_2.src",
"CRB-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:19064"
},
{
"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": [
"AppStream-10.2.Z:python-unversioned-command-0:3.12.13-2.el10_2.noarch",
"AppStream-10.2.Z:python3-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3-debug-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-debug-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-debug-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-debug-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3-devel-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-devel-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-devel-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-devel-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3-idle-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-idle-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-idle-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-idle-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3-libs-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-libs-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-libs-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-libs-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3-test-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-test-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-test-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-test-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3.12-0:3.12.13-2.el10_2.src",
"AppStream-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python-unversioned-command-0:3.12.13-2.el10_2.noarch",
"BaseOS-10.2.Z:python3-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3-debug-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-debug-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-debug-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-debug-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3-devel-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-devel-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-devel-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-devel-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3-idle-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-idle-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-idle-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-idle-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3-libs-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-libs-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-libs-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-libs-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3-test-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-test-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-test-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-test-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3.12-0:3.12.13-2.el10_2.src",
"BaseOS-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python-unversioned-command-0:3.12.13-2.el10_2.noarch",
"CRB-10.2.Z:python3-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3-debug-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-debug-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-debug-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-debug-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3-devel-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-devel-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-devel-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-devel-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3-idle-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-idle-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-idle-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-idle-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3-libs-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-libs-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-libs-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-libs-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3-test-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-test-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-test-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-test-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3.12-0:3.12.13-2.el10_2.src",
"CRB-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-10.2.Z:python-unversioned-command-0:3.12.13-2.el10_2.noarch",
"AppStream-10.2.Z:python3-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3-debug-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-debug-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-debug-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-debug-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3-devel-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-devel-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-devel-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-devel-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3-idle-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-idle-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-idle-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-idle-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3-libs-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-libs-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-libs-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-libs-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3-test-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-test-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-test-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-test-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3.12-0:3.12.13-2.el10_2.src",
"AppStream-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python-unversioned-command-0:3.12.13-2.el10_2.noarch",
"BaseOS-10.2.Z:python3-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3-debug-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-debug-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-debug-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-debug-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3-devel-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-devel-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-devel-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-devel-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3-idle-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-idle-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-idle-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-idle-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3-libs-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-libs-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-libs-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-libs-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3-test-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-test-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-test-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-test-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3.12-0:3.12.13-2.el10_2.src",
"BaseOS-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python-unversioned-command-0:3.12.13-2.el10_2.noarch",
"CRB-10.2.Z:python3-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3-debug-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-debug-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-debug-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-debug-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3-devel-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-devel-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-devel-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-devel-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3-idle-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-idle-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-idle-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-idle-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3-libs-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-libs-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-libs-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-libs-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3-test-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-test-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-test-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-test-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3.12-0:3.12.13-2.el10_2.src",
"CRB-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "cpython: Stack overflow parsing XML with deeply nested DTD content models"
},
{
"cve": "CVE-2026-4519",
"cwe": {
"id": "CWE-88",
"name": "Improper Neutralization of Argument Delimiters in a Command (\u0027Argument Injection\u0027)"
},
"discovery_date": "2026-03-20T16:02:13.494105+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2449649"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Python. The `webbrowser.open()` API, used to launch web browsers, does not properly sanitize input. This allows a remote attacker to craft a malicious URL containing leading dashes. When such a URL is opened, certain web browsers may interpret these dashes as command-line options, which could lead to unexpected behavior, information disclosure, or potentially arbitrary code execution, impacting the integrity of the system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python: Python: Command-line option injection in webbrowser.open() via crafted URLs",
"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": [
"AppStream-10.2.Z:python-unversioned-command-0:3.12.13-2.el10_2.noarch",
"AppStream-10.2.Z:python3-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3-debug-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-debug-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-debug-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-debug-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3-devel-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-devel-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-devel-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-devel-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3-idle-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-idle-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-idle-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-idle-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3-libs-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-libs-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-libs-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-libs-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3-test-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-test-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-test-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-test-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3.12-0:3.12.13-2.el10_2.src",
"AppStream-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python-unversioned-command-0:3.12.13-2.el10_2.noarch",
"BaseOS-10.2.Z:python3-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3-debug-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-debug-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-debug-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-debug-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3-devel-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-devel-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-devel-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-devel-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3-idle-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-idle-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-idle-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-idle-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3-libs-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-libs-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-libs-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-libs-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3-test-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-test-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-test-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-test-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3.12-0:3.12.13-2.el10_2.src",
"BaseOS-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python-unversioned-command-0:3.12.13-2.el10_2.noarch",
"CRB-10.2.Z:python3-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3-debug-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-debug-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-debug-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-debug-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3-devel-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-devel-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-devel-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-devel-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3-idle-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-idle-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-idle-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-idle-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3-libs-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-libs-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-libs-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-libs-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3-test-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-test-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-test-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-test-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3.12-0:3.12.13-2.el10_2.src",
"CRB-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-4519"
},
{
"category": "external",
"summary": "RHBZ#2449649",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2449649"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-4519",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-4519"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-4519",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-4519"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/issues/143930",
"url": "https://github.com/python/cpython/issues/143930"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/pull/143931",
"url": "https://github.com/python/cpython/pull/143931"
},
{
"category": "external",
"summary": "https://mail.python.org/archives/list/security-announce@python.org/thread/AY5NDSS433JK56Q7Q5IS7B37QFZVVOUS/",
"url": "https://mail.python.org/archives/list/security-announce@python.org/thread/AY5NDSS433JK56Q7Q5IS7B37QFZVVOUS/"
}
],
"release_date": "2026-03-20T15:08:32.576000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-19T13:35:50+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-10.2.Z:python-unversioned-command-0:3.12.13-2.el10_2.noarch",
"AppStream-10.2.Z:python3-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3-debug-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-debug-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-debug-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-debug-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3-devel-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-devel-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-devel-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-devel-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3-idle-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-idle-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-idle-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-idle-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3-libs-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-libs-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-libs-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-libs-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3-test-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-test-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-test-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-test-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3.12-0:3.12.13-2.el10_2.src",
"AppStream-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python-unversioned-command-0:3.12.13-2.el10_2.noarch",
"BaseOS-10.2.Z:python3-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3-debug-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-debug-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-debug-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-debug-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3-devel-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-devel-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-devel-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-devel-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3-idle-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-idle-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-idle-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-idle-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3-libs-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-libs-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-libs-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-libs-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3-test-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-test-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-test-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-test-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3.12-0:3.12.13-2.el10_2.src",
"BaseOS-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python-unversioned-command-0:3.12.13-2.el10_2.noarch",
"CRB-10.2.Z:python3-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3-debug-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-debug-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-debug-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-debug-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3-devel-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-devel-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-devel-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-devel-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3-idle-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-idle-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-idle-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-idle-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3-libs-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-libs-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-libs-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-libs-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3-test-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-test-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-test-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-test-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3.12-0:3.12.13-2.el10_2.src",
"CRB-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:19064"
},
{
"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": [
"AppStream-10.2.Z:python-unversioned-command-0:3.12.13-2.el10_2.noarch",
"AppStream-10.2.Z:python3-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3-debug-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-debug-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-debug-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-debug-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3-devel-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-devel-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-devel-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-devel-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3-idle-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-idle-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-idle-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-idle-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3-libs-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-libs-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-libs-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-libs-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3-test-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-test-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-test-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-test-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3.12-0:3.12.13-2.el10_2.src",
"AppStream-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python-unversioned-command-0:3.12.13-2.el10_2.noarch",
"BaseOS-10.2.Z:python3-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3-debug-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-debug-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-debug-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-debug-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3-devel-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-devel-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-devel-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-devel-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3-idle-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-idle-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-idle-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-idle-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3-libs-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-libs-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-libs-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-libs-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3-test-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-test-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-test-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-test-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3.12-0:3.12.13-2.el10_2.src",
"BaseOS-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python-unversioned-command-0:3.12.13-2.el10_2.noarch",
"CRB-10.2.Z:python3-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3-debug-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-debug-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-debug-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-debug-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3-devel-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-devel-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-devel-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-devel-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3-idle-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-idle-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-idle-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-idle-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3-libs-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-libs-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-libs-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-libs-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3-test-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-test-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-test-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-test-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3.12-0:3.12.13-2.el10_2.src",
"CRB-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 7.1,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:L",
"version": "3.1"
},
"products": [
"AppStream-10.2.Z:python-unversioned-command-0:3.12.13-2.el10_2.noarch",
"AppStream-10.2.Z:python3-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3-debug-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-debug-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-debug-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-debug-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3-devel-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-devel-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-devel-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-devel-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3-idle-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-idle-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-idle-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-idle-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3-libs-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-libs-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-libs-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-libs-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3-test-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-test-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-test-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-test-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3.12-0:3.12.13-2.el10_2.src",
"AppStream-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python-unversioned-command-0:3.12.13-2.el10_2.noarch",
"BaseOS-10.2.Z:python3-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3-debug-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-debug-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-debug-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-debug-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3-devel-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-devel-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-devel-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-devel-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3-idle-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-idle-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-idle-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-idle-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3-libs-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-libs-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-libs-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-libs-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3-test-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-test-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-test-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-test-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3.12-0:3.12.13-2.el10_2.src",
"BaseOS-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python-unversioned-command-0:3.12.13-2.el10_2.noarch",
"CRB-10.2.Z:python3-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3-debug-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-debug-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-debug-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-debug-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3-devel-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-devel-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-devel-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-devel-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3-idle-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-idle-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-idle-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-idle-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3-libs-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-libs-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-libs-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-libs-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3-test-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-test-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-test-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-test-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3.12-0:3.12.13-2.el10_2.src",
"CRB-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "python: Python: Command-line option injection in webbrowser.open() via crafted URLs"
},
{
"cve": "CVE-2026-4786",
"cwe": {
"id": "CWE-88",
"name": "Improper Neutralization of Argument Delimiters in a Command (\u0027Argument Injection\u0027)"
},
"discovery_date": "2026-04-13T22:01:38.006388+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2458049"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Python webbrowser.open() API. If a specially crafted URL containing \"%action\" is processed, an attacker could bypass a previous mitigation for CVE-2026-4519. This bypass allows for command injection into the underlying shell, potentially leading to arbitrary code execution.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python: cpython: Python: Arbitrary code execution via command injection in webbrowser.open() API",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This flaw in the Python `webbrowser.open()` API allows for command injection and arbitrary code execution when processing specially crafted URLs containing \"%action\". This bypasses a previous mitigation for CVE-2026-4519.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-10.2.Z:python-unversioned-command-0:3.12.13-2.el10_2.noarch",
"AppStream-10.2.Z:python3-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3-debug-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-debug-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-debug-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-debug-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3-devel-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-devel-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-devel-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-devel-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3-idle-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-idle-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-idle-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-idle-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3-libs-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-libs-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-libs-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-libs-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3-test-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-test-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-test-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-test-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3.12-0:3.12.13-2.el10_2.src",
"AppStream-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python-unversioned-command-0:3.12.13-2.el10_2.noarch",
"BaseOS-10.2.Z:python3-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3-debug-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-debug-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-debug-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-debug-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3-devel-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-devel-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-devel-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-devel-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3-idle-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-idle-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-idle-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-idle-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3-libs-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-libs-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-libs-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-libs-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3-test-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-test-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-test-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-test-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3.12-0:3.12.13-2.el10_2.src",
"BaseOS-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python-unversioned-command-0:3.12.13-2.el10_2.noarch",
"CRB-10.2.Z:python3-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3-debug-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-debug-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-debug-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-debug-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3-devel-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-devel-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-devel-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-devel-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3-idle-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-idle-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-idle-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-idle-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3-libs-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-libs-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-libs-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-libs-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3-test-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-test-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-test-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-test-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3.12-0:3.12.13-2.el10_2.src",
"CRB-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-4786"
},
{
"category": "external",
"summary": "RHBZ#2458049",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2458049"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-4786",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-4786"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-4786",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-4786"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/issues/148169",
"url": "https://github.com/python/cpython/issues/148169"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/pull/148170",
"url": "https://github.com/python/cpython/pull/148170"
},
{
"category": "external",
"summary": "https://mail.python.org/archives/list/security-announce@python.org/thread/JQDUNJVB4AQNTJECSUKOBDU3XCJIPSE5/",
"url": "https://mail.python.org/archives/list/security-announce@python.org/thread/JQDUNJVB4AQNTJECSUKOBDU3XCJIPSE5/"
}
],
"release_date": "2026-04-13T21:52:19.036000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-19T13:35:50+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-10.2.Z:python-unversioned-command-0:3.12.13-2.el10_2.noarch",
"AppStream-10.2.Z:python3-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3-debug-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-debug-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-debug-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-debug-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3-devel-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-devel-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-devel-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-devel-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3-idle-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-idle-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-idle-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-idle-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3-libs-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-libs-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-libs-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-libs-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3-test-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-test-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-test-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-test-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3.12-0:3.12.13-2.el10_2.src",
"AppStream-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python-unversioned-command-0:3.12.13-2.el10_2.noarch",
"BaseOS-10.2.Z:python3-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3-debug-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-debug-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-debug-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-debug-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3-devel-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-devel-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-devel-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-devel-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3-idle-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-idle-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-idle-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-idle-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3-libs-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-libs-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-libs-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-libs-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3-test-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-test-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-test-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-test-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3.12-0:3.12.13-2.el10_2.src",
"BaseOS-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python-unversioned-command-0:3.12.13-2.el10_2.noarch",
"CRB-10.2.Z:python3-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3-debug-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-debug-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-debug-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-debug-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3-devel-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-devel-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-devel-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-devel-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3-idle-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-idle-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-idle-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-idle-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3-libs-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-libs-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-libs-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-libs-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3-test-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-test-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-test-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-test-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3.12-0:3.12.13-2.el10_2.src",
"CRB-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:19064"
},
{
"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": [
"AppStream-10.2.Z:python-unversioned-command-0:3.12.13-2.el10_2.noarch",
"AppStream-10.2.Z:python3-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3-debug-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-debug-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-debug-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-debug-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3-devel-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-devel-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-devel-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-devel-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3-idle-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-idle-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-idle-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-idle-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3-libs-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-libs-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-libs-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-libs-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3-test-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-test-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-test-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-test-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3.12-0:3.12.13-2.el10_2.src",
"AppStream-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python-unversioned-command-0:3.12.13-2.el10_2.noarch",
"BaseOS-10.2.Z:python3-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3-debug-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-debug-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-debug-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-debug-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3-devel-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-devel-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-devel-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-devel-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3-idle-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-idle-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-idle-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-idle-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3-libs-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-libs-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-libs-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-libs-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3-test-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-test-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-test-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-test-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3.12-0:3.12.13-2.el10_2.src",
"BaseOS-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python-unversioned-command-0:3.12.13-2.el10_2.noarch",
"CRB-10.2.Z:python3-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3-debug-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-debug-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-debug-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-debug-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3-devel-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-devel-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-devel-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-devel-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3-idle-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-idle-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-idle-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-idle-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3-libs-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-libs-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-libs-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-libs-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3-test-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-test-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-test-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-test-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3.12-0:3.12.13-2.el10_2.src",
"CRB-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 7.1,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:L",
"version": "3.1"
},
"products": [
"AppStream-10.2.Z:python-unversioned-command-0:3.12.13-2.el10_2.noarch",
"AppStream-10.2.Z:python3-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3-debug-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-debug-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-debug-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-debug-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3-devel-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-devel-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-devel-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-devel-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3-idle-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-idle-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-idle-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-idle-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3-libs-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-libs-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-libs-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-libs-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3-test-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-test-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-test-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-test-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3.12-0:3.12.13-2.el10_2.src",
"AppStream-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python-unversioned-command-0:3.12.13-2.el10_2.noarch",
"BaseOS-10.2.Z:python3-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3-debug-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-debug-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-debug-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-debug-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3-devel-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-devel-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-devel-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-devel-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3-idle-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-idle-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-idle-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-idle-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3-libs-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-libs-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-libs-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-libs-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3-test-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-test-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-test-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-test-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3.12-0:3.12.13-2.el10_2.src",
"BaseOS-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python-unversioned-command-0:3.12.13-2.el10_2.noarch",
"CRB-10.2.Z:python3-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3-debug-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-debug-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-debug-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-debug-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3-devel-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-devel-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-devel-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-devel-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3-idle-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-idle-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-idle-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-idle-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3-libs-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-libs-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-libs-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-libs-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3-test-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-test-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-test-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-test-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3.12-0:3.12.13-2.el10_2.src",
"CRB-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "python: cpython: Python: Arbitrary code execution via command injection in webbrowser.open() API"
},
{
"cve": "CVE-2026-6100",
"cwe": {
"id": "CWE-825",
"name": "Expired Pointer Dereference"
},
"discovery_date": "2026-04-13T18:01:31.970255+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2457932"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Python\u0027s decompression modules, including `lzma.LZMADecompressor`, `bz2.BZ2Decompressor`, and `gzip.GzipFile`. This vulnerability, a use-after-free, can occur if a program attempts to re-use a decompression object after a memory allocation error, especially when the system is experiencing high memory usage. Exploitation of this flaw could potentially allow an attacker to execute arbitrary code or access sensitive data. The vulnerability is only present if the program re-uses decompressor instances across multiple decompression calls even after a `MemoryError` is raised during decompression. Using the helper functions to one-shot decompress data such as `lzma.decompress()`, `bz2.decompress()`, `gzip.decompress()`, and `zlib.decompress()` are not affected as a new decompressor instance is used per call. If the decompressor instance is not re-used after an error condition, this usage is similarly not vulnerable.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python: Python: Arbitrary code execution or information disclosure via use-after-free in decompression modules",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The severity of this flaw is somewhat mitigated on Red Hat platforms. By default processes are not executed with root user privilege and are limited in their scope which in turn limits the impact of this flaw.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-10.2.Z:python-unversioned-command-0:3.12.13-2.el10_2.noarch",
"AppStream-10.2.Z:python3-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3-debug-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-debug-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-debug-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-debug-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3-devel-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-devel-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-devel-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-devel-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3-idle-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-idle-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-idle-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-idle-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3-libs-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-libs-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-libs-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-libs-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3-test-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-test-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-test-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-test-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3.12-0:3.12.13-2.el10_2.src",
"AppStream-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python-unversioned-command-0:3.12.13-2.el10_2.noarch",
"BaseOS-10.2.Z:python3-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3-debug-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-debug-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-debug-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-debug-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3-devel-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-devel-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-devel-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-devel-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3-idle-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-idle-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-idle-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-idle-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3-libs-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-libs-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-libs-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-libs-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3-test-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-test-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-test-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-test-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3.12-0:3.12.13-2.el10_2.src",
"BaseOS-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python-unversioned-command-0:3.12.13-2.el10_2.noarch",
"CRB-10.2.Z:python3-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3-debug-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-debug-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-debug-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-debug-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3-devel-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-devel-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-devel-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-devel-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3-idle-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-idle-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-idle-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-idle-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3-libs-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-libs-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-libs-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-libs-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3-test-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-test-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-test-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-test-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3.12-0:3.12.13-2.el10_2.src",
"CRB-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-6100"
},
{
"category": "external",
"summary": "RHBZ#2457932",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2457932"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-6100",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-6100"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-6100",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-6100"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/commit/6a5f79c8d7bbf22b083b240910c7a8781a59437d",
"url": "https://github.com/python/cpython/commit/6a5f79c8d7bbf22b083b240910c7a8781a59437d"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/commit/8fc66aef6d7b3ae58f43f5c66f9366cc8cbbfcd2",
"url": "https://github.com/python/cpython/commit/8fc66aef6d7b3ae58f43f5c66f9366cc8cbbfcd2"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/commit/c3cf71c3366fe49acb776a639405c0eea6169c20",
"url": "https://github.com/python/cpython/commit/c3cf71c3366fe49acb776a639405c0eea6169c20"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/issues/148395",
"url": "https://github.com/python/cpython/issues/148395"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/pull/148396",
"url": "https://github.com/python/cpython/pull/148396"
},
{
"category": "external",
"summary": "https://mail.python.org/archives/list/security-announce@python.org/thread/HTWB2Z6KT5QQX4RYEZAFININDHNOSIF3/",
"url": "https://mail.python.org/archives/list/security-announce@python.org/thread/HTWB2Z6KT5QQX4RYEZAFININDHNOSIF3/"
}
],
"release_date": "2026-04-13T17:15:47.606000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-19T13:35:50+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-10.2.Z:python-unversioned-command-0:3.12.13-2.el10_2.noarch",
"AppStream-10.2.Z:python3-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3-debug-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-debug-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-debug-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-debug-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3-devel-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-devel-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-devel-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-devel-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3-idle-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-idle-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-idle-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-idle-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3-libs-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-libs-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-libs-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-libs-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3-test-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-test-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-test-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-test-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3.12-0:3.12.13-2.el10_2.src",
"AppStream-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python-unversioned-command-0:3.12.13-2.el10_2.noarch",
"BaseOS-10.2.Z:python3-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3-debug-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-debug-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-debug-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-debug-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3-devel-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-devel-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-devel-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-devel-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3-idle-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-idle-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-idle-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-idle-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3-libs-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-libs-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-libs-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-libs-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3-test-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-test-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-test-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-test-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3.12-0:3.12.13-2.el10_2.src",
"BaseOS-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python-unversioned-command-0:3.12.13-2.el10_2.noarch",
"CRB-10.2.Z:python3-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3-debug-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-debug-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-debug-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-debug-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3-devel-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-devel-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-devel-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-devel-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3-idle-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-idle-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-idle-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-idle-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3-libs-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-libs-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-libs-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-libs-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3-test-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-test-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-test-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-test-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3.12-0:3.12.13-2.el10_2.src",
"CRB-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:19064"
},
{
"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": [
"AppStream-10.2.Z:python-unversioned-command-0:3.12.13-2.el10_2.noarch",
"AppStream-10.2.Z:python3-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3-debug-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-debug-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-debug-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-debug-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3-devel-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-devel-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-devel-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-devel-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3-idle-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-idle-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-idle-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-idle-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3-libs-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-libs-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-libs-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-libs-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3-test-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-test-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-test-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-test-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3.12-0:3.12.13-2.el10_2.src",
"AppStream-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python-unversioned-command-0:3.12.13-2.el10_2.noarch",
"BaseOS-10.2.Z:python3-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3-debug-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-debug-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-debug-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-debug-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3-devel-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-devel-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-devel-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-devel-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3-idle-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-idle-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-idle-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-idle-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3-libs-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-libs-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-libs-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-libs-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3-test-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-test-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-test-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-test-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3.12-0:3.12.13-2.el10_2.src",
"BaseOS-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python-unversioned-command-0:3.12.13-2.el10_2.noarch",
"CRB-10.2.Z:python3-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3-debug-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-debug-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-debug-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-debug-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3-devel-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-devel-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-devel-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-devel-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3-idle-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-idle-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-idle-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-idle-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3-libs-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-libs-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-libs-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-libs-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3-test-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-test-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-test-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-test-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3.12-0:3.12.13-2.el10_2.src",
"CRB-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.1,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-10.2.Z:python-unversioned-command-0:3.12.13-2.el10_2.noarch",
"AppStream-10.2.Z:python3-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3-debug-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-debug-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-debug-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-debug-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3-devel-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-devel-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-devel-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-devel-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3-idle-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-idle-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-idle-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-idle-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3-libs-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-libs-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-libs-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-libs-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3-test-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-test-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-test-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-test-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3.12-0:3.12.13-2.el10_2.src",
"AppStream-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.x86_64",
"AppStream-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.aarch64",
"AppStream-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.ppc64le",
"AppStream-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.s390x",
"AppStream-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python-unversioned-command-0:3.12.13-2.el10_2.noarch",
"BaseOS-10.2.Z:python3-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3-debug-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-debug-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-debug-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-debug-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3-devel-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-devel-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-devel-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-devel-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3-idle-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-idle-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-idle-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-idle-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3-libs-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-libs-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-libs-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-libs-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3-test-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-test-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-test-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-test-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3.12-0:3.12.13-2.el10_2.src",
"BaseOS-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.x86_64",
"BaseOS-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.aarch64",
"BaseOS-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.ppc64le",
"BaseOS-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.s390x",
"BaseOS-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python-unversioned-command-0:3.12.13-2.el10_2.noarch",
"CRB-10.2.Z:python3-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3-debug-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-debug-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-debug-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-debug-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3-devel-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-devel-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-devel-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-devel-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3-idle-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-idle-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-idle-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-idle-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3-libs-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-libs-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-libs-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-libs-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3-test-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-test-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-test-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-test-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3-tkinter-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3.12-0:3.12.13-2.el10_2.src",
"CRB-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3.12-debuginfo-0:3.12.13-2.el10_2.x86_64",
"CRB-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.aarch64",
"CRB-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.ppc64le",
"CRB-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.s390x",
"CRB-10.2.Z:python3.12-debugsource-0:3.12.13-2.el10_2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "python: Python: Arbitrary code execution or information disclosure via use-after-free in decompression modules"
}
]
}
RHSA-2026:19177
Vulnerability from csaf_redhat - Published: 2026-05-19 18:28 - Updated: 2026-06-04 19:45A vulnerability in Python’s os.path.expandvars() function that can cause performance degradation. When processing specially crafted, user-controlled input with nested environment variable patterns, the function exhibits quadratic time complexity, potentially leading to excessive CPU usage and denial of service (DoS) conditions. No code execution or data exposure occurs, so the impact is limited to performance slowdown.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in the plistlib module in the Python standard library. The amount of data to read from a Plist file is specified in the file itself. This issue allows a specially crafted Plist file to cause an application to allocate a large amount of memory, potentially resulting in allocations errors, swapping, out-of-memory conditions or even system freezes.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.x86_64 | — |
Vendor Fix
fix
Workaround
|
Missing newline filtering has been discovered in Python. User-controlled data URLs parsed by urllib.request.DataHandler allow injecting headers through newlines in the data URL mediatype.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.x86_64 | — |
Vendor Fix
fix
Workaround
|
A memory amplification vulnerability in libexpat allows attackers to trigger excessive dynamic memory allocations by submitting specially crafted XML input. A small input (~250 KiB) can cause the parser to allocate hundreds of megabytes, leading to denial-of-service (DoS) through memory exhaustion.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.x86_64 | — |
Vendor Fix
fix
Workaround
|
An injection flaw has been discovered in Python. When using http.cookies.Morsel, user-controlled cookie values and parameters can allow injecting HTTP headers into messages. Patch rejects all control characters within cookie names, values, and parameters.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in Python. This vulnerability allows for the injection of extra information into HTTP communication. Specifically, the system does not properly prevent special characters (carriage return and line feed) from being included in HTTP client proxy tunnel headers or host fields.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in CPython. This vulnerability allows a local user with low privileges to bypass security auditing mechanisms. The issue occurs because the SourcelessFileLoader component, responsible for handling older Python compiled files (.pyc), does not properly trigger system audit events. This oversight could enable malicious activities to go undetected, compromising the integrity of the system.
CWE-778 - Insufficient Logging| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.x86_64 | — |
Vendor Fix
fix
Workaround
|
A control character validation flaw has been discovered in the Python http.cookie module. The Morsel.update(), |= operator, and unpickling paths were not patched to resolve CVE-2026-0672, allowing control characters to bypass input validation. Additionally, BaseCookie.js_output() lacked the output validation applied to BaseCookie.output().
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.x86_64 | — |
Vendor Fix
fix
Workaround
|
A stack overflow flaw has been discovered in the python pyexpat module. When an Expat parser with a registered ElementDeclHandler parses an inline document type definition containing a deeply nested content model a C stack overflow occurs. This will result in a program crash.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in Python. The `webbrowser.open()` API, used to launch web browsers, does not properly sanitize input. This allows a remote attacker to craft a malicious URL containing leading dashes. When such a URL is opened, certain web browsers may interpret these dashes as command-line options, which could lead to unexpected behavior, information disclosure, or potentially arbitrary code execution, impacting the integrity of the system.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in the Python webbrowser.open() API. If a specially crafted URL containing "%action" is processed, an attacker could bypass a previous mitigation for CVE-2026-4519. This bypass allows for command injection into the underlying shell, potentially leading to arbitrary code execution.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in Python's decompression modules, including `lzma.LZMADecompressor`, `bz2.BZ2Decompressor`, and `gzip.GzipFile`. This vulnerability, a use-after-free, can occur if a program attempts to re-use a decompression object after a memory allocation error, especially when the system is experiencing high memory usage. Exploitation of this flaw could potentially allow an attacker to execute arbitrary code or access sensitive data. The vulnerability is only present if the program re-uses decompressor instances across multiple decompression calls even after a `MemoryError` is raised during decompression. Using the helper functions to one-shot decompress data such as `lzma.decompress()`, `bz2.decompress()`, `gzip.decompress()`, and `zlib.decompress()` are not affected as a new decompressor instance is used per call. If the decompressor instance is not re-used after an error condition, this usage is similarly not vulnerable.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.x86_64 | — |
Vendor Fix
fix
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for python3.12 is now available for Red Hat Enterprise Linux 9.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "Python is an interpreted, interactive, object-oriented programming language, which includes modules, classes, exceptions, very high level dynamic data types and dynamic typing. Python supports interfaces to many system calls and libraries, as well as to various windowing systems.\n\nSecurity Fix(es):\n\n* expat: libexpat in Expat allows attackers to trigger large dynamic memory allocations via a small document that is submitted for parsing (CVE-2025-59375)\n\n* python: Quadratic complexity in os.path.expandvars() with user-controlled template (CVE-2025-6075)\n\n* cpython: Out-of-memory when loading Plist (CVE-2025-13837)\n\n* cpython: Header injection via newlines in data URL mediatype in Python (CVE-2025-15282)\n\n* cpython: Header injection in http.cookies.Morsel in Python (CVE-2026-0672)\n\n* cpython: CPython: Logging Bypass in Legacy .pyc File Handling (CVE-2026-2297)\n\n* cpython: Incomplete control character validation in http.cookies (CVE-2026-3644)\n\n* cpython: Stack overflow parsing XML with deeply nested DTD content models (CVE-2026-4224)\n\n* python: Python: Command-line option injection in webbrowser.open() via crafted URLs (CVE-2026-4519)\n\n* python: Python: HTTP header injection via CR/LF in proxy tunnel headers (CVE-2026-1502)\n\n* python: Python: Arbitrary code execution or information disclosure via use-after-free in decompression modules (CVE-2026-6100)\n\n* python: cpython: Python: Arbitrary code execution via command injection in webbrowser.open() API (CVE-2026-4786)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2026:19177",
"url": "https://access.redhat.com/errata/RHSA-2026:19177"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2395108",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2395108"
},
{
"category": "external",
"summary": "2408891",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2408891"
},
{
"category": "external",
"summary": "2418084",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2418084"
},
{
"category": "external",
"summary": "2431366",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2431366"
},
{
"category": "external",
"summary": "2431374",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2431374"
},
{
"category": "external",
"summary": "2444691",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2444691"
},
{
"category": "external",
"summary": "2448168",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2448168"
},
{
"category": "external",
"summary": "2448181",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2448181"
},
{
"category": "external",
"summary": "2449649",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2449649"
},
{
"category": "external",
"summary": "2457409",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2457409"
},
{
"category": "external",
"summary": "2457932",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2457932"
},
{
"category": "external",
"summary": "2458049",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2458049"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_19177.json"
}
],
"title": "Red Hat Security Advisory: python3.12 security update",
"tracking": {
"current_release_date": "2026-06-04T19:45:04+00:00",
"generator": {
"date": "2026-06-04T19:45:04+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.8.1"
}
},
"id": "RHSA-2026:19177",
"initial_release_date": "2026-05-19T18:28:12+00:00",
"revision_history": [
{
"date": "2026-05-19T18:28:12+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-05-19T18:28:12+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-06-04T19:45:04+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream (v. 9)",
"product": {
"name": "Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:enterprise_linux:9::appstream"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product": {
"name": "Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.8.0.Z.MAIN.EUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:enterprise_linux:9::crb"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "python3.12-0:3.12.13-2.el9_8.i686",
"product": {
"name": "python3.12-0:3.12.13-2.el9_8.i686",
"product_id": "python3.12-0:3.12.13-2.el9_8.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12@3.12.13-2.el9_8?arch=i686"
}
}
},
{
"category": "product_version",
"name": "python3.12-debug-0:3.12.13-2.el9_8.i686",
"product": {
"name": "python3.12-debug-0:3.12.13-2.el9_8.i686",
"product_id": "python3.12-debug-0:3.12.13-2.el9_8.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-debug@3.12.13-2.el9_8?arch=i686"
}
}
},
{
"category": "product_version",
"name": "python3.12-idle-0:3.12.13-2.el9_8.i686",
"product": {
"name": "python3.12-idle-0:3.12.13-2.el9_8.i686",
"product_id": "python3.12-idle-0:3.12.13-2.el9_8.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-idle@3.12.13-2.el9_8?arch=i686"
}
}
},
{
"category": "product_version",
"name": "python3.12-test-0:3.12.13-2.el9_8.i686",
"product": {
"name": "python3.12-test-0:3.12.13-2.el9_8.i686",
"product_id": "python3.12-test-0:3.12.13-2.el9_8.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-test@3.12.13-2.el9_8?arch=i686"
}
}
},
{
"category": "product_version",
"name": "python3.12-tkinter-0:3.12.13-2.el9_8.i686",
"product": {
"name": "python3.12-tkinter-0:3.12.13-2.el9_8.i686",
"product_id": "python3.12-tkinter-0:3.12.13-2.el9_8.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-tkinter@3.12.13-2.el9_8?arch=i686"
}
}
},
{
"category": "product_version",
"name": "python3.12-debugsource-0:3.12.13-2.el9_8.i686",
"product": {
"name": "python3.12-debugsource-0:3.12.13-2.el9_8.i686",
"product_id": "python3.12-debugsource-0:3.12.13-2.el9_8.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-debugsource@3.12.13-2.el9_8?arch=i686"
}
}
},
{
"category": "product_version",
"name": "python3.12-debuginfo-0:3.12.13-2.el9_8.i686",
"product": {
"name": "python3.12-debuginfo-0:3.12.13-2.el9_8.i686",
"product_id": "python3.12-debuginfo-0:3.12.13-2.el9_8.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-debuginfo@3.12.13-2.el9_8?arch=i686"
}
}
},
{
"category": "product_version",
"name": "python3.12-devel-0:3.12.13-2.el9_8.i686",
"product": {
"name": "python3.12-devel-0:3.12.13-2.el9_8.i686",
"product_id": "python3.12-devel-0:3.12.13-2.el9_8.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-devel@3.12.13-2.el9_8?arch=i686"
}
}
},
{
"category": "product_version",
"name": "python3.12-libs-0:3.12.13-2.el9_8.i686",
"product": {
"name": "python3.12-libs-0:3.12.13-2.el9_8.i686",
"product_id": "python3.12-libs-0:3.12.13-2.el9_8.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-libs@3.12.13-2.el9_8?arch=i686"
}
}
}
],
"category": "architecture",
"name": "i686"
},
{
"branches": [
{
"category": "product_version",
"name": "python3.12-debug-0:3.12.13-2.el9_8.x86_64",
"product": {
"name": "python3.12-debug-0:3.12.13-2.el9_8.x86_64",
"product_id": "python3.12-debug-0:3.12.13-2.el9_8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-debug@3.12.13-2.el9_8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.12-idle-0:3.12.13-2.el9_8.x86_64",
"product": {
"name": "python3.12-idle-0:3.12.13-2.el9_8.x86_64",
"product_id": "python3.12-idle-0:3.12.13-2.el9_8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-idle@3.12.13-2.el9_8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.12-test-0:3.12.13-2.el9_8.x86_64",
"product": {
"name": "python3.12-test-0:3.12.13-2.el9_8.x86_64",
"product_id": "python3.12-test-0:3.12.13-2.el9_8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-test@3.12.13-2.el9_8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.12-debugsource-0:3.12.13-2.el9_8.x86_64",
"product": {
"name": "python3.12-debugsource-0:3.12.13-2.el9_8.x86_64",
"product_id": "python3.12-debugsource-0:3.12.13-2.el9_8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-debugsource@3.12.13-2.el9_8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.12-debuginfo-0:3.12.13-2.el9_8.x86_64",
"product": {
"name": "python3.12-debuginfo-0:3.12.13-2.el9_8.x86_64",
"product_id": "python3.12-debuginfo-0:3.12.13-2.el9_8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-debuginfo@3.12.13-2.el9_8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.12-0:3.12.13-2.el9_8.x86_64",
"product": {
"name": "python3.12-0:3.12.13-2.el9_8.x86_64",
"product_id": "python3.12-0:3.12.13-2.el9_8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12@3.12.13-2.el9_8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.12-devel-0:3.12.13-2.el9_8.x86_64",
"product": {
"name": "python3.12-devel-0:3.12.13-2.el9_8.x86_64",
"product_id": "python3.12-devel-0:3.12.13-2.el9_8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-devel@3.12.13-2.el9_8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.12-libs-0:3.12.13-2.el9_8.x86_64",
"product": {
"name": "python3.12-libs-0:3.12.13-2.el9_8.x86_64",
"product_id": "python3.12-libs-0:3.12.13-2.el9_8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-libs@3.12.13-2.el9_8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.12-tkinter-0:3.12.13-2.el9_8.x86_64",
"product": {
"name": "python3.12-tkinter-0:3.12.13-2.el9_8.x86_64",
"product_id": "python3.12-tkinter-0:3.12.13-2.el9_8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-tkinter@3.12.13-2.el9_8?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "python3.12-debug-0:3.12.13-2.el9_8.s390x",
"product": {
"name": "python3.12-debug-0:3.12.13-2.el9_8.s390x",
"product_id": "python3.12-debug-0:3.12.13-2.el9_8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-debug@3.12.13-2.el9_8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3.12-idle-0:3.12.13-2.el9_8.s390x",
"product": {
"name": "python3.12-idle-0:3.12.13-2.el9_8.s390x",
"product_id": "python3.12-idle-0:3.12.13-2.el9_8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-idle@3.12.13-2.el9_8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3.12-test-0:3.12.13-2.el9_8.s390x",
"product": {
"name": "python3.12-test-0:3.12.13-2.el9_8.s390x",
"product_id": "python3.12-test-0:3.12.13-2.el9_8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-test@3.12.13-2.el9_8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3.12-debugsource-0:3.12.13-2.el9_8.s390x",
"product": {
"name": "python3.12-debugsource-0:3.12.13-2.el9_8.s390x",
"product_id": "python3.12-debugsource-0:3.12.13-2.el9_8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-debugsource@3.12.13-2.el9_8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3.12-debuginfo-0:3.12.13-2.el9_8.s390x",
"product": {
"name": "python3.12-debuginfo-0:3.12.13-2.el9_8.s390x",
"product_id": "python3.12-debuginfo-0:3.12.13-2.el9_8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-debuginfo@3.12.13-2.el9_8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3.12-0:3.12.13-2.el9_8.s390x",
"product": {
"name": "python3.12-0:3.12.13-2.el9_8.s390x",
"product_id": "python3.12-0:3.12.13-2.el9_8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12@3.12.13-2.el9_8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3.12-devel-0:3.12.13-2.el9_8.s390x",
"product": {
"name": "python3.12-devel-0:3.12.13-2.el9_8.s390x",
"product_id": "python3.12-devel-0:3.12.13-2.el9_8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-devel@3.12.13-2.el9_8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3.12-libs-0:3.12.13-2.el9_8.s390x",
"product": {
"name": "python3.12-libs-0:3.12.13-2.el9_8.s390x",
"product_id": "python3.12-libs-0:3.12.13-2.el9_8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-libs@3.12.13-2.el9_8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3.12-tkinter-0:3.12.13-2.el9_8.s390x",
"product": {
"name": "python3.12-tkinter-0:3.12.13-2.el9_8.s390x",
"product_id": "python3.12-tkinter-0:3.12.13-2.el9_8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-tkinter@3.12.13-2.el9_8?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "python3.12-debug-0:3.12.13-2.el9_8.aarch64",
"product": {
"name": "python3.12-debug-0:3.12.13-2.el9_8.aarch64",
"product_id": "python3.12-debug-0:3.12.13-2.el9_8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-debug@3.12.13-2.el9_8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3.12-idle-0:3.12.13-2.el9_8.aarch64",
"product": {
"name": "python3.12-idle-0:3.12.13-2.el9_8.aarch64",
"product_id": "python3.12-idle-0:3.12.13-2.el9_8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-idle@3.12.13-2.el9_8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3.12-test-0:3.12.13-2.el9_8.aarch64",
"product": {
"name": "python3.12-test-0:3.12.13-2.el9_8.aarch64",
"product_id": "python3.12-test-0:3.12.13-2.el9_8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-test@3.12.13-2.el9_8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3.12-debugsource-0:3.12.13-2.el9_8.aarch64",
"product": {
"name": "python3.12-debugsource-0:3.12.13-2.el9_8.aarch64",
"product_id": "python3.12-debugsource-0:3.12.13-2.el9_8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-debugsource@3.12.13-2.el9_8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3.12-debuginfo-0:3.12.13-2.el9_8.aarch64",
"product": {
"name": "python3.12-debuginfo-0:3.12.13-2.el9_8.aarch64",
"product_id": "python3.12-debuginfo-0:3.12.13-2.el9_8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-debuginfo@3.12.13-2.el9_8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3.12-0:3.12.13-2.el9_8.aarch64",
"product": {
"name": "python3.12-0:3.12.13-2.el9_8.aarch64",
"product_id": "python3.12-0:3.12.13-2.el9_8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12@3.12.13-2.el9_8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3.12-devel-0:3.12.13-2.el9_8.aarch64",
"product": {
"name": "python3.12-devel-0:3.12.13-2.el9_8.aarch64",
"product_id": "python3.12-devel-0:3.12.13-2.el9_8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-devel@3.12.13-2.el9_8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3.12-libs-0:3.12.13-2.el9_8.aarch64",
"product": {
"name": "python3.12-libs-0:3.12.13-2.el9_8.aarch64",
"product_id": "python3.12-libs-0:3.12.13-2.el9_8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-libs@3.12.13-2.el9_8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3.12-tkinter-0:3.12.13-2.el9_8.aarch64",
"product": {
"name": "python3.12-tkinter-0:3.12.13-2.el9_8.aarch64",
"product_id": "python3.12-tkinter-0:3.12.13-2.el9_8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-tkinter@3.12.13-2.el9_8?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "python3.12-debug-0:3.12.13-2.el9_8.ppc64le",
"product": {
"name": "python3.12-debug-0:3.12.13-2.el9_8.ppc64le",
"product_id": "python3.12-debug-0:3.12.13-2.el9_8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-debug@3.12.13-2.el9_8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3.12-idle-0:3.12.13-2.el9_8.ppc64le",
"product": {
"name": "python3.12-idle-0:3.12.13-2.el9_8.ppc64le",
"product_id": "python3.12-idle-0:3.12.13-2.el9_8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-idle@3.12.13-2.el9_8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3.12-test-0:3.12.13-2.el9_8.ppc64le",
"product": {
"name": "python3.12-test-0:3.12.13-2.el9_8.ppc64le",
"product_id": "python3.12-test-0:3.12.13-2.el9_8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-test@3.12.13-2.el9_8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3.12-debugsource-0:3.12.13-2.el9_8.ppc64le",
"product": {
"name": "python3.12-debugsource-0:3.12.13-2.el9_8.ppc64le",
"product_id": "python3.12-debugsource-0:3.12.13-2.el9_8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-debugsource@3.12.13-2.el9_8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3.12-debuginfo-0:3.12.13-2.el9_8.ppc64le",
"product": {
"name": "python3.12-debuginfo-0:3.12.13-2.el9_8.ppc64le",
"product_id": "python3.12-debuginfo-0:3.12.13-2.el9_8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-debuginfo@3.12.13-2.el9_8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3.12-0:3.12.13-2.el9_8.ppc64le",
"product": {
"name": "python3.12-0:3.12.13-2.el9_8.ppc64le",
"product_id": "python3.12-0:3.12.13-2.el9_8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12@3.12.13-2.el9_8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3.12-devel-0:3.12.13-2.el9_8.ppc64le",
"product": {
"name": "python3.12-devel-0:3.12.13-2.el9_8.ppc64le",
"product_id": "python3.12-devel-0:3.12.13-2.el9_8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-devel@3.12.13-2.el9_8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3.12-libs-0:3.12.13-2.el9_8.ppc64le",
"product": {
"name": "python3.12-libs-0:3.12.13-2.el9_8.ppc64le",
"product_id": "python3.12-libs-0:3.12.13-2.el9_8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-libs@3.12.13-2.el9_8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3.12-tkinter-0:3.12.13-2.el9_8.ppc64le",
"product": {
"name": "python3.12-tkinter-0:3.12.13-2.el9_8.ppc64le",
"product_id": "python3.12-tkinter-0:3.12.13-2.el9_8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-tkinter@3.12.13-2.el9_8?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "python3.12-0:3.12.13-2.el9_8.src",
"product": {
"name": "python3.12-0:3.12.13-2.el9_8.src",
"product_id": "python3.12-0:3.12.13-2.el9_8.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12@3.12.13-2.el9_8?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-0:3.12.13-2.el9_8.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.aarch64"
},
"product_reference": "python3.12-0:3.12.13-2.el9_8.aarch64",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-0:3.12.13-2.el9_8.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.i686"
},
"product_reference": "python3.12-0:3.12.13-2.el9_8.i686",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-0:3.12.13-2.el9_8.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.ppc64le"
},
"product_reference": "python3.12-0:3.12.13-2.el9_8.ppc64le",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-0:3.12.13-2.el9_8.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.s390x"
},
"product_reference": "python3.12-0:3.12.13-2.el9_8.s390x",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-0:3.12.13-2.el9_8.src as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.src"
},
"product_reference": "python3.12-0:3.12.13-2.el9_8.src",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-0:3.12.13-2.el9_8.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.x86_64"
},
"product_reference": "python3.12-0:3.12.13-2.el9_8.x86_64",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debug-0:3.12.13-2.el9_8.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.aarch64"
},
"product_reference": "python3.12-debug-0:3.12.13-2.el9_8.aarch64",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debug-0:3.12.13-2.el9_8.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.i686"
},
"product_reference": "python3.12-debug-0:3.12.13-2.el9_8.i686",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debug-0:3.12.13-2.el9_8.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.ppc64le"
},
"product_reference": "python3.12-debug-0:3.12.13-2.el9_8.ppc64le",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debug-0:3.12.13-2.el9_8.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.s390x"
},
"product_reference": "python3.12-debug-0:3.12.13-2.el9_8.s390x",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debug-0:3.12.13-2.el9_8.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.x86_64"
},
"product_reference": "python3.12-debug-0:3.12.13-2.el9_8.x86_64",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debuginfo-0:3.12.13-2.el9_8.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.aarch64"
},
"product_reference": "python3.12-debuginfo-0:3.12.13-2.el9_8.aarch64",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debuginfo-0:3.12.13-2.el9_8.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.i686"
},
"product_reference": "python3.12-debuginfo-0:3.12.13-2.el9_8.i686",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debuginfo-0:3.12.13-2.el9_8.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.ppc64le"
},
"product_reference": "python3.12-debuginfo-0:3.12.13-2.el9_8.ppc64le",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debuginfo-0:3.12.13-2.el9_8.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.s390x"
},
"product_reference": "python3.12-debuginfo-0:3.12.13-2.el9_8.s390x",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debuginfo-0:3.12.13-2.el9_8.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.x86_64"
},
"product_reference": "python3.12-debuginfo-0:3.12.13-2.el9_8.x86_64",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debugsource-0:3.12.13-2.el9_8.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.aarch64"
},
"product_reference": "python3.12-debugsource-0:3.12.13-2.el9_8.aarch64",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debugsource-0:3.12.13-2.el9_8.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.i686"
},
"product_reference": "python3.12-debugsource-0:3.12.13-2.el9_8.i686",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debugsource-0:3.12.13-2.el9_8.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.ppc64le"
},
"product_reference": "python3.12-debugsource-0:3.12.13-2.el9_8.ppc64le",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debugsource-0:3.12.13-2.el9_8.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.s390x"
},
"product_reference": "python3.12-debugsource-0:3.12.13-2.el9_8.s390x",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debugsource-0:3.12.13-2.el9_8.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.x86_64"
},
"product_reference": "python3.12-debugsource-0:3.12.13-2.el9_8.x86_64",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-devel-0:3.12.13-2.el9_8.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.aarch64"
},
"product_reference": "python3.12-devel-0:3.12.13-2.el9_8.aarch64",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-devel-0:3.12.13-2.el9_8.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.i686"
},
"product_reference": "python3.12-devel-0:3.12.13-2.el9_8.i686",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-devel-0:3.12.13-2.el9_8.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.ppc64le"
},
"product_reference": "python3.12-devel-0:3.12.13-2.el9_8.ppc64le",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-devel-0:3.12.13-2.el9_8.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.s390x"
},
"product_reference": "python3.12-devel-0:3.12.13-2.el9_8.s390x",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-devel-0:3.12.13-2.el9_8.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.x86_64"
},
"product_reference": "python3.12-devel-0:3.12.13-2.el9_8.x86_64",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-idle-0:3.12.13-2.el9_8.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.aarch64"
},
"product_reference": "python3.12-idle-0:3.12.13-2.el9_8.aarch64",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-idle-0:3.12.13-2.el9_8.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.i686"
},
"product_reference": "python3.12-idle-0:3.12.13-2.el9_8.i686",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-idle-0:3.12.13-2.el9_8.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.ppc64le"
},
"product_reference": "python3.12-idle-0:3.12.13-2.el9_8.ppc64le",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-idle-0:3.12.13-2.el9_8.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.s390x"
},
"product_reference": "python3.12-idle-0:3.12.13-2.el9_8.s390x",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-idle-0:3.12.13-2.el9_8.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.x86_64"
},
"product_reference": "python3.12-idle-0:3.12.13-2.el9_8.x86_64",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-libs-0:3.12.13-2.el9_8.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.aarch64"
},
"product_reference": "python3.12-libs-0:3.12.13-2.el9_8.aarch64",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-libs-0:3.12.13-2.el9_8.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.i686"
},
"product_reference": "python3.12-libs-0:3.12.13-2.el9_8.i686",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-libs-0:3.12.13-2.el9_8.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.ppc64le"
},
"product_reference": "python3.12-libs-0:3.12.13-2.el9_8.ppc64le",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-libs-0:3.12.13-2.el9_8.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.s390x"
},
"product_reference": "python3.12-libs-0:3.12.13-2.el9_8.s390x",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-libs-0:3.12.13-2.el9_8.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.x86_64"
},
"product_reference": "python3.12-libs-0:3.12.13-2.el9_8.x86_64",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-test-0:3.12.13-2.el9_8.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.aarch64"
},
"product_reference": "python3.12-test-0:3.12.13-2.el9_8.aarch64",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-test-0:3.12.13-2.el9_8.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.i686"
},
"product_reference": "python3.12-test-0:3.12.13-2.el9_8.i686",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-test-0:3.12.13-2.el9_8.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.ppc64le"
},
"product_reference": "python3.12-test-0:3.12.13-2.el9_8.ppc64le",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-test-0:3.12.13-2.el9_8.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.s390x"
},
"product_reference": "python3.12-test-0:3.12.13-2.el9_8.s390x",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-test-0:3.12.13-2.el9_8.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.x86_64"
},
"product_reference": "python3.12-test-0:3.12.13-2.el9_8.x86_64",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-tkinter-0:3.12.13-2.el9_8.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.aarch64"
},
"product_reference": "python3.12-tkinter-0:3.12.13-2.el9_8.aarch64",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-tkinter-0:3.12.13-2.el9_8.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.i686"
},
"product_reference": "python3.12-tkinter-0:3.12.13-2.el9_8.i686",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-tkinter-0:3.12.13-2.el9_8.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.ppc64le"
},
"product_reference": "python3.12-tkinter-0:3.12.13-2.el9_8.ppc64le",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-tkinter-0:3.12.13-2.el9_8.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.s390x"
},
"product_reference": "python3.12-tkinter-0:3.12.13-2.el9_8.s390x",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-tkinter-0:3.12.13-2.el9_8.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.x86_64"
},
"product_reference": "python3.12-tkinter-0:3.12.13-2.el9_8.x86_64",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-0:3.12.13-2.el9_8.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.aarch64"
},
"product_reference": "python3.12-0:3.12.13-2.el9_8.aarch64",
"relates_to_product_reference": "CRB-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-0:3.12.13-2.el9_8.i686 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.i686"
},
"product_reference": "python3.12-0:3.12.13-2.el9_8.i686",
"relates_to_product_reference": "CRB-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-0:3.12.13-2.el9_8.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.ppc64le"
},
"product_reference": "python3.12-0:3.12.13-2.el9_8.ppc64le",
"relates_to_product_reference": "CRB-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-0:3.12.13-2.el9_8.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.s390x"
},
"product_reference": "python3.12-0:3.12.13-2.el9_8.s390x",
"relates_to_product_reference": "CRB-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-0:3.12.13-2.el9_8.src as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.src"
},
"product_reference": "python3.12-0:3.12.13-2.el9_8.src",
"relates_to_product_reference": "CRB-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-0:3.12.13-2.el9_8.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.x86_64"
},
"product_reference": "python3.12-0:3.12.13-2.el9_8.x86_64",
"relates_to_product_reference": "CRB-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debug-0:3.12.13-2.el9_8.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.aarch64"
},
"product_reference": "python3.12-debug-0:3.12.13-2.el9_8.aarch64",
"relates_to_product_reference": "CRB-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debug-0:3.12.13-2.el9_8.i686 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.i686"
},
"product_reference": "python3.12-debug-0:3.12.13-2.el9_8.i686",
"relates_to_product_reference": "CRB-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debug-0:3.12.13-2.el9_8.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.ppc64le"
},
"product_reference": "python3.12-debug-0:3.12.13-2.el9_8.ppc64le",
"relates_to_product_reference": "CRB-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debug-0:3.12.13-2.el9_8.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.s390x"
},
"product_reference": "python3.12-debug-0:3.12.13-2.el9_8.s390x",
"relates_to_product_reference": "CRB-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debug-0:3.12.13-2.el9_8.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.x86_64"
},
"product_reference": "python3.12-debug-0:3.12.13-2.el9_8.x86_64",
"relates_to_product_reference": "CRB-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debuginfo-0:3.12.13-2.el9_8.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.aarch64"
},
"product_reference": "python3.12-debuginfo-0:3.12.13-2.el9_8.aarch64",
"relates_to_product_reference": "CRB-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debuginfo-0:3.12.13-2.el9_8.i686 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.i686"
},
"product_reference": "python3.12-debuginfo-0:3.12.13-2.el9_8.i686",
"relates_to_product_reference": "CRB-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debuginfo-0:3.12.13-2.el9_8.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.ppc64le"
},
"product_reference": "python3.12-debuginfo-0:3.12.13-2.el9_8.ppc64le",
"relates_to_product_reference": "CRB-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debuginfo-0:3.12.13-2.el9_8.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.s390x"
},
"product_reference": "python3.12-debuginfo-0:3.12.13-2.el9_8.s390x",
"relates_to_product_reference": "CRB-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debuginfo-0:3.12.13-2.el9_8.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.x86_64"
},
"product_reference": "python3.12-debuginfo-0:3.12.13-2.el9_8.x86_64",
"relates_to_product_reference": "CRB-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debugsource-0:3.12.13-2.el9_8.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.aarch64"
},
"product_reference": "python3.12-debugsource-0:3.12.13-2.el9_8.aarch64",
"relates_to_product_reference": "CRB-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debugsource-0:3.12.13-2.el9_8.i686 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.i686"
},
"product_reference": "python3.12-debugsource-0:3.12.13-2.el9_8.i686",
"relates_to_product_reference": "CRB-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debugsource-0:3.12.13-2.el9_8.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.ppc64le"
},
"product_reference": "python3.12-debugsource-0:3.12.13-2.el9_8.ppc64le",
"relates_to_product_reference": "CRB-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debugsource-0:3.12.13-2.el9_8.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.s390x"
},
"product_reference": "python3.12-debugsource-0:3.12.13-2.el9_8.s390x",
"relates_to_product_reference": "CRB-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debugsource-0:3.12.13-2.el9_8.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.x86_64"
},
"product_reference": "python3.12-debugsource-0:3.12.13-2.el9_8.x86_64",
"relates_to_product_reference": "CRB-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-devel-0:3.12.13-2.el9_8.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.aarch64"
},
"product_reference": "python3.12-devel-0:3.12.13-2.el9_8.aarch64",
"relates_to_product_reference": "CRB-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-devel-0:3.12.13-2.el9_8.i686 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.i686"
},
"product_reference": "python3.12-devel-0:3.12.13-2.el9_8.i686",
"relates_to_product_reference": "CRB-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-devel-0:3.12.13-2.el9_8.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.ppc64le"
},
"product_reference": "python3.12-devel-0:3.12.13-2.el9_8.ppc64le",
"relates_to_product_reference": "CRB-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-devel-0:3.12.13-2.el9_8.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.s390x"
},
"product_reference": "python3.12-devel-0:3.12.13-2.el9_8.s390x",
"relates_to_product_reference": "CRB-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-devel-0:3.12.13-2.el9_8.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.x86_64"
},
"product_reference": "python3.12-devel-0:3.12.13-2.el9_8.x86_64",
"relates_to_product_reference": "CRB-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-idle-0:3.12.13-2.el9_8.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.aarch64"
},
"product_reference": "python3.12-idle-0:3.12.13-2.el9_8.aarch64",
"relates_to_product_reference": "CRB-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-idle-0:3.12.13-2.el9_8.i686 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.i686"
},
"product_reference": "python3.12-idle-0:3.12.13-2.el9_8.i686",
"relates_to_product_reference": "CRB-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-idle-0:3.12.13-2.el9_8.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.ppc64le"
},
"product_reference": "python3.12-idle-0:3.12.13-2.el9_8.ppc64le",
"relates_to_product_reference": "CRB-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-idle-0:3.12.13-2.el9_8.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.s390x"
},
"product_reference": "python3.12-idle-0:3.12.13-2.el9_8.s390x",
"relates_to_product_reference": "CRB-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-idle-0:3.12.13-2.el9_8.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.x86_64"
},
"product_reference": "python3.12-idle-0:3.12.13-2.el9_8.x86_64",
"relates_to_product_reference": "CRB-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-libs-0:3.12.13-2.el9_8.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.aarch64"
},
"product_reference": "python3.12-libs-0:3.12.13-2.el9_8.aarch64",
"relates_to_product_reference": "CRB-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-libs-0:3.12.13-2.el9_8.i686 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.i686"
},
"product_reference": "python3.12-libs-0:3.12.13-2.el9_8.i686",
"relates_to_product_reference": "CRB-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-libs-0:3.12.13-2.el9_8.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.ppc64le"
},
"product_reference": "python3.12-libs-0:3.12.13-2.el9_8.ppc64le",
"relates_to_product_reference": "CRB-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-libs-0:3.12.13-2.el9_8.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.s390x"
},
"product_reference": "python3.12-libs-0:3.12.13-2.el9_8.s390x",
"relates_to_product_reference": "CRB-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-libs-0:3.12.13-2.el9_8.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.x86_64"
},
"product_reference": "python3.12-libs-0:3.12.13-2.el9_8.x86_64",
"relates_to_product_reference": "CRB-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-test-0:3.12.13-2.el9_8.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.aarch64"
},
"product_reference": "python3.12-test-0:3.12.13-2.el9_8.aarch64",
"relates_to_product_reference": "CRB-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-test-0:3.12.13-2.el9_8.i686 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.i686"
},
"product_reference": "python3.12-test-0:3.12.13-2.el9_8.i686",
"relates_to_product_reference": "CRB-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-test-0:3.12.13-2.el9_8.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.ppc64le"
},
"product_reference": "python3.12-test-0:3.12.13-2.el9_8.ppc64le",
"relates_to_product_reference": "CRB-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-test-0:3.12.13-2.el9_8.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.s390x"
},
"product_reference": "python3.12-test-0:3.12.13-2.el9_8.s390x",
"relates_to_product_reference": "CRB-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-test-0:3.12.13-2.el9_8.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.x86_64"
},
"product_reference": "python3.12-test-0:3.12.13-2.el9_8.x86_64",
"relates_to_product_reference": "CRB-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-tkinter-0:3.12.13-2.el9_8.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.aarch64"
},
"product_reference": "python3.12-tkinter-0:3.12.13-2.el9_8.aarch64",
"relates_to_product_reference": "CRB-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-tkinter-0:3.12.13-2.el9_8.i686 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.i686"
},
"product_reference": "python3.12-tkinter-0:3.12.13-2.el9_8.i686",
"relates_to_product_reference": "CRB-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-tkinter-0:3.12.13-2.el9_8.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.ppc64le"
},
"product_reference": "python3.12-tkinter-0:3.12.13-2.el9_8.ppc64le",
"relates_to_product_reference": "CRB-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-tkinter-0:3.12.13-2.el9_8.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.s390x"
},
"product_reference": "python3.12-tkinter-0:3.12.13-2.el9_8.s390x",
"relates_to_product_reference": "CRB-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-tkinter-0:3.12.13-2.el9_8.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.x86_64"
},
"product_reference": "python3.12-tkinter-0:3.12.13-2.el9_8.x86_64",
"relates_to_product_reference": "CRB-9.8.0.Z.MAIN.EUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-6075",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-10-31T17:01:47.052517+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2408891"
}
],
"notes": [
{
"category": "description",
"text": "A vulnerability in Python\u2019s os.path.expandvars() function that can cause performance degradation. When processing specially crafted, user-controlled input with nested environment variable patterns, the function exhibits quadratic time complexity, potentially leading to excessive CPU usage and denial of service (DoS) conditions. No code execution or data exposure occurs, so the impact is limited to performance slowdown.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python: Quadratic complexity in os.path.expandvars() with user-controlled template",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Low rather than Moderate because it only causes a performance inefficiency without affecting code execution, data integrity, or confidentiality. The flaw lies in the algorithmic complexity of os.path.expandvars(), which can become quadratic when processing crafted input containing repetitive or nested environment variable references. Exploitation requires the attacker to control the input string passed to this function, which is uncommon in secure applications. Moreover, the impact is limited to increased CPU utilization and potential slowdown, not system compromise or data manipulation. Since the issue does not introduce memory corruption, privilege escalation, or information disclosure risks, its overall impact scope and exploitability are minimal, justifying a Low severity rating.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.src",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.src",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-6075"
},
{
"category": "external",
"summary": "RHBZ#2408891",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2408891"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-6075",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6075"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-6075",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-6075"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/issues/136065",
"url": "https://github.com/python/cpython/issues/136065"
},
{
"category": "external",
"summary": "https://mail.python.org/archives/list/security-announce@python.org/thread/IUP5QJ6D4KK6ULHOMPC7DPNKRYQTQNLA/",
"url": "https://mail.python.org/archives/list/security-announce@python.org/thread/IUP5QJ6D4KK6ULHOMPC7DPNKRYQTQNLA/"
}
],
"release_date": "2025-10-31T16:41:34.983000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-19T18:28:12+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.src",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.src",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:19177"
},
{
"category": "workaround",
"details": "No mitigation is currently available that meets Red Hat Product Security\u2019s standards for usability, deployment, applicability, or stability.",
"product_ids": [
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.src",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.src",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "LOW",
"baseScore": 4.0,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.src",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.src",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "python: Quadratic complexity in os.path.expandvars() with user-controlled template"
},
{
"cve": "CVE-2025-13837",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-12-01T19:01:32.492656+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2418084"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the plistlib module in the Python standard library. The amount of data to read from a Plist file is specified in the file itself. This issue allows a specially crafted Plist file to cause an application to allocate a large amount of memory, potentially resulting in allocations errors, swapping, out-of-memory conditions or even system freezes.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "cpython: Out-of-memory when loading Plist",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This issue can only be exploited by Python applications processing malicious or untrusted Plist files, which are not typically done in Linux systems or applications. Furthermore, this flaw can cause only a denial of service with no other security impact. Due to these reasons, this vulnerability has been rated with a moderate severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.src",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.src",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-13837"
},
{
"category": "external",
"summary": "RHBZ#2418084",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2418084"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-13837",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-13837"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-13837",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-13837"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/issues/119342",
"url": "https://github.com/python/cpython/issues/119342"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/pull/119343",
"url": "https://github.com/python/cpython/pull/119343"
}
],
"release_date": "2025-12-01T18:13:32.739000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-19T18:28:12+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.src",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.src",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:19177"
},
{
"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": [
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.src",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.src",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:C/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.src",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.src",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "cpython: Out-of-memory when loading Plist"
},
{
"cve": "CVE-2025-15282",
"cwe": {
"id": "CWE-93",
"name": "Improper Neutralization of CRLF Sequences (\u0027CRLF Injection\u0027)"
},
"discovery_date": "2026-01-20T22:01:20.971828+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2431366"
}
],
"notes": [
{
"category": "description",
"text": "Missing newline filtering has been discovered in Python. User-controlled data URLs parsed by urllib.request.DataHandler allow injecting headers through newlines in the data URL mediatype.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "cpython: Header injection via newlines in data URL mediatype in Python",
"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": [
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.src",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.src",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-15282"
},
{
"category": "external",
"summary": "RHBZ#2431366",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2431366"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-15282",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-15282"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-15282",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-15282"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/issues/143925",
"url": "https://github.com/python/cpython/issues/143925"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/pull/143926",
"url": "https://github.com/python/cpython/pull/143926"
},
{
"category": "external",
"summary": "https://mail.python.org/archives/list/security-announce@python.org/thread/X66HL7SISGJT33J53OHXMZT4DFLMHVKF/",
"url": "https://mail.python.org/archives/list/security-announce@python.org/thread/X66HL7SISGJT33J53OHXMZT4DFLMHVKF/"
}
],
"release_date": "2026-01-20T21:35:13.865000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-19T18:28:12+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.src",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.src",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:19177"
},
{
"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": [
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.src",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.src",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 4.8,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:R/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.src",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.src",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "cpython: Header injection via newlines in data URL mediatype in Python"
},
{
"cve": "CVE-2025-59375",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-09-15T03:00:59.775098+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2395108"
}
],
"notes": [
{
"category": "description",
"text": "A memory amplification vulnerability in libexpat allows attackers to trigger excessive dynamic memory allocations by submitting specially crafted XML input. A small input (~250 KiB) can cause the parser to allocate hundreds of megabytes, leading to denial-of-service (DoS) through memory exhaustion.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "firefox: thunderbird: expat: libexpat in Expat allows attackers to trigger large dynamic memory allocations via a small document that is submitted for parsing",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This issue is Important rather than Critical because, while it allows for significant resource exhaustion leading to denial-of-service (DoS), it does not enable arbitrary code execution, data leakage, or privilege escalation. The vulnerability stems from an uncontrolled memory amplification behavior in libexpat\u2019s parser, where a relatively small XML payload can cause disproportionately large heap allocations. However, the flaw is limited in scope to service disruption and requires the attacker to submit a crafted XML document\u2014something that can be mitigated with proper input validation and memory usage limits. Therefore, while the exploitability is high, the impact is confined to availability, not confidentiality or integrity, making it a high-severity but not critical flaw.\n\nIn Firefox and Thunderbird, where libexpat is a transitive userspace dependency, exploitation usually just crashes the application (app-level DoS), so it is classified as Moderate instead of Important.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.src",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.src",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-59375"
},
{
"category": "external",
"summary": "RHBZ#2395108",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2395108"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-59375",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-59375"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-59375",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-59375"
},
{
"category": "external",
"summary": "https://www.mozilla.org/security/advisories/mfsa2026-22/#CVE-2025-59375",
"url": "https://www.mozilla.org/security/advisories/mfsa2026-22/#CVE-2025-59375"
},
{
"category": "external",
"summary": "https://www.mozilla.org/security/advisories/mfsa2026-24/#CVE-2025-59375",
"url": "https://www.mozilla.org/security/advisories/mfsa2026-24/#CVE-2025-59375"
}
],
"release_date": "2025-09-15T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-19T18:28:12+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.src",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.src",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:19177"
},
{
"category": "workaround",
"details": "To mitigate the issue, limit XML input size and complexity before parsing, and avoid accepting compressed or deeply nested XML. Use OS-level resource controls (like ulimit or setrlimit()) to cap memory usage, or run the parser in a sandboxed or isolated process with strict memory and CPU limits. This helps prevent denial-of-service by containing excessive resource consumption.",
"product_ids": [
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.src",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.src",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.src",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.src",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "firefox: thunderbird: expat: libexpat in Expat allows attackers to trigger large dynamic memory allocations via a small document that is submitted for parsing"
},
{
"cve": "CVE-2026-0672",
"cwe": {
"id": "CWE-93",
"name": "Improper Neutralization of CRLF Sequences (\u0027CRLF Injection\u0027)"
},
"discovery_date": "2026-01-20T22:02:15.663936+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2431374"
}
],
"notes": [
{
"category": "description",
"text": "An injection flaw has been discovered in Python. When using http.cookies.Morsel, user-controlled cookie values and parameters can allow injecting HTTP headers into messages. Patch rejects all control characters within cookie names, values, and parameters.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "cpython: Header injection in http.cookies.Morsel in Python",
"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": [
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.src",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.src",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-0672"
},
{
"category": "external",
"summary": "RHBZ#2431374",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2431374"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-0672",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-0672"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-0672",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-0672"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/issues/143919",
"url": "https://github.com/python/cpython/issues/143919"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/pull/143920",
"url": "https://github.com/python/cpython/pull/143920"
}
],
"release_date": "2026-01-20T21:52:33.925000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-19T18:28:12+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.src",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.src",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:19177"
},
{
"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": [
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.src",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.src",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 4.8,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:R/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.src",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.src",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "cpython: Header injection in http.cookies.Morsel in Python"
},
{
"cve": "CVE-2026-1502",
"cwe": {
"id": "CWE-93",
"name": "Improper Neutralization of CRLF Sequences (\u0027CRLF Injection\u0027)"
},
"discovery_date": "2026-04-10T19:01:07.715197+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2457409"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Python. This vulnerability allows for the injection of extra information into HTTP communication. Specifically, the system does not properly prevent special characters (carriage return and line feed) from being included in HTTP client proxy tunnel headers or host fields.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python: Python: HTTP header injection via CR/LF in proxy tunnel headers",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.src",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.src",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-1502"
},
{
"category": "external",
"summary": "RHBZ#2457409",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2457409"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-1502",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-1502"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-1502",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-1502"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/commit/05ed7ce7ae9e17c23a04085b2539fe6d6d3cef69",
"url": "https://github.com/python/cpython/commit/05ed7ce7ae9e17c23a04085b2539fe6d6d3cef69"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/issues/146211",
"url": "https://github.com/python/cpython/issues/146211"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/pull/146212",
"url": "https://github.com/python/cpython/pull/146212"
},
{
"category": "external",
"summary": "https://mail.python.org/archives/list/security-announce@python.org/thread/2IVPAEQWUJBCTQZEJEVTYCIKSMQPGRZ3/",
"url": "https://mail.python.org/archives/list/security-announce@python.org/thread/2IVPAEQWUJBCTQZEJEVTYCIKSMQPGRZ3/"
}
],
"release_date": "2026-04-10T17:54:44.121000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-19T18:28:12+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.src",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.src",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:19177"
},
{
"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": [
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.src",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.src",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 4.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "HIGH",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:R/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.src",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.src",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "python: Python: HTTP header injection via CR/LF in proxy tunnel headers"
},
{
"cve": "CVE-2026-2297",
"cwe": {
"id": "CWE-778",
"name": "Insufficient Logging"
},
"discovery_date": "2026-03-04T23:01:09.396553+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2444691"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in CPython. This vulnerability allows a local user with low privileges to bypass security auditing mechanisms. The issue occurs because the SourcelessFileLoader component, responsible for handling older Python compiled files (.pyc), does not properly trigger system audit events. This oversight could enable malicious activities to go undetected, compromising the integrity of the system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "cpython: CPython: Logging Bypass in Legacy .pyc File Handling",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.src",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.src",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-2297"
},
{
"category": "external",
"summary": "RHBZ#2444691",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2444691"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-2297",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-2297"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-2297",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-2297"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/commit/482d6f8bdba9da3725d272e8bb4a2d25fb6a603e",
"url": "https://github.com/python/cpython/commit/482d6f8bdba9da3725d272e8bb4a2d25fb6a603e"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/commit/a51b1b512de1d56b3714b65628a2eae2b07e535e",
"url": "https://github.com/python/cpython/commit/a51b1b512de1d56b3714b65628a2eae2b07e535e"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/commit/e58e9802b9bec5cdbf48fc9bf1da5f4fda482e86",
"url": "https://github.com/python/cpython/commit/e58e9802b9bec5cdbf48fc9bf1da5f4fda482e86"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/issues/145506",
"url": "https://github.com/python/cpython/issues/145506"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/pull/145507",
"url": "https://github.com/python/cpython/pull/145507"
}
],
"release_date": "2026-03-04T22:10:43.297000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-19T18:28:12+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.src",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.src",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:19177"
},
{
"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": [
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.src",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.src",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "NONE",
"baseScore": 3.3,
"baseSeverity": "LOW",
"confidentialityImpact": "NONE",
"integrityImpact": "LOW",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:N",
"version": "3.1"
},
"products": [
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.src",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.src",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "cpython: CPython: Logging Bypass in Legacy .pyc File Handling"
},
{
"cve": "CVE-2026-3644",
"cwe": {
"id": "CWE-791",
"name": "Incomplete Filtering of Special Elements"
},
"discovery_date": "2026-03-16T18:02:25.997880+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2448168"
}
],
"notes": [
{
"category": "description",
"text": "A control character validation flaw has been discovered in the Python http.cookie module. The Morsel.update(), |= operator, and unpickling paths were not patched to resolve CVE-2026-0672, allowing control characters to bypass input validation. Additionally, BaseCookie.js_output() lacked the output validation applied to BaseCookie.output().",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "cpython: Incomplete control character validation in http.cookies",
"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": [
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.src",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.src",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-3644"
},
{
"category": "external",
"summary": "RHBZ#2448168",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2448168"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-3644",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-3644"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-3644",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-3644"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/commit/57e88c1cf95e1481b94ae57abe1010469d47a6b4",
"url": "https://github.com/python/cpython/commit/57e88c1cf95e1481b94ae57abe1010469d47a6b4"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/issues/145599",
"url": "https://github.com/python/cpython/issues/145599"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/pull/145600",
"url": "https://github.com/python/cpython/pull/145600"
},
{
"category": "external",
"summary": "https://mail.python.org/archives/list/security-announce@python.org/thread/H6CADMBCDRFGWCMOXWUIHFJNV43GABJ7/",
"url": "https://mail.python.org/archives/list/security-announce@python.org/thread/H6CADMBCDRFGWCMOXWUIHFJNV43GABJ7/"
}
],
"release_date": "2026-03-16T17:37:31.344000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-19T18:28:12+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.src",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.src",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:19177"
},
{
"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": [
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.src",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.src",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.4,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.src",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.src",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "cpython: Incomplete control character validation in http.cookies"
},
{
"cve": "CVE-2026-4224",
"cwe": {
"id": "CWE-805",
"name": "Buffer Access with Incorrect Length Value"
},
"discovery_date": "2026-03-16T19:01:54.161187+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2448181"
}
],
"notes": [
{
"category": "description",
"text": "A stack overflow flaw has been discovered in the python pyexpat module. When an Expat parser with a registered ElementDeclHandler parses an inline document type definition containing a deeply nested content model a C stack overflow occurs. This will result in a program crash.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "cpython: Stack overflow parsing XML with deeply nested DTD content models",
"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": [
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.src",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.src",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-4224"
},
{
"category": "external",
"summary": "RHBZ#2448181",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2448181"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-4224",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-4224"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-4224",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-4224"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/commit/196edfb06a7458377d4d0f4b3cd41724c1f3bd4a",
"url": "https://github.com/python/cpython/commit/196edfb06a7458377d4d0f4b3cd41724c1f3bd4a"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/commit/e0a8a6da90597a924b300debe045cdb4628ee1f3",
"url": "https://github.com/python/cpython/commit/e0a8a6da90597a924b300debe045cdb4628ee1f3"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/commit/eb0e8be3a7e11b87d198a2c3af1ed0eccf532768",
"url": "https://github.com/python/cpython/commit/eb0e8be3a7e11b87d198a2c3af1ed0eccf532768"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/issues/145986",
"url": "https://github.com/python/cpython/issues/145986"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/pull/145987",
"url": "https://github.com/python/cpython/pull/145987"
},
{
"category": "external",
"summary": "https://mail.python.org/archives/list/security-announce@python.org/thread/5M7CGUW3XBRY7II4DK43KF7NQQ3TPZ6R/",
"url": "https://mail.python.org/archives/list/security-announce@python.org/thread/5M7CGUW3XBRY7II4DK43KF7NQQ3TPZ6R/"
}
],
"release_date": "2026-03-16T17:52:26.639000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-19T18:28:12+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.src",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.src",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:19177"
},
{
"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": [
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.src",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.src",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.src",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.src",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "cpython: Stack overflow parsing XML with deeply nested DTD content models"
},
{
"cve": "CVE-2026-4519",
"cwe": {
"id": "CWE-88",
"name": "Improper Neutralization of Argument Delimiters in a Command (\u0027Argument Injection\u0027)"
},
"discovery_date": "2026-03-20T16:02:13.494105+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2449649"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Python. The `webbrowser.open()` API, used to launch web browsers, does not properly sanitize input. This allows a remote attacker to craft a malicious URL containing leading dashes. When such a URL is opened, certain web browsers may interpret these dashes as command-line options, which could lead to unexpected behavior, information disclosure, or potentially arbitrary code execution, impacting the integrity of the system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python: Python: Command-line option injection in webbrowser.open() via crafted URLs",
"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": [
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.src",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.src",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-4519"
},
{
"category": "external",
"summary": "RHBZ#2449649",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2449649"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-4519",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-4519"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-4519",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-4519"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/issues/143930",
"url": "https://github.com/python/cpython/issues/143930"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/pull/143931",
"url": "https://github.com/python/cpython/pull/143931"
},
{
"category": "external",
"summary": "https://mail.python.org/archives/list/security-announce@python.org/thread/AY5NDSS433JK56Q7Q5IS7B37QFZVVOUS/",
"url": "https://mail.python.org/archives/list/security-announce@python.org/thread/AY5NDSS433JK56Q7Q5IS7B37QFZVVOUS/"
}
],
"release_date": "2026-03-20T15:08:32.576000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-19T18:28:12+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.src",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.src",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:19177"
},
{
"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": [
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.src",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.src",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 7.1,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:L",
"version": "3.1"
},
"products": [
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.src",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.src",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "python: Python: Command-line option injection in webbrowser.open() via crafted URLs"
},
{
"cve": "CVE-2026-4786",
"cwe": {
"id": "CWE-88",
"name": "Improper Neutralization of Argument Delimiters in a Command (\u0027Argument Injection\u0027)"
},
"discovery_date": "2026-04-13T22:01:38.006388+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2458049"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Python webbrowser.open() API. If a specially crafted URL containing \"%action\" is processed, an attacker could bypass a previous mitigation for CVE-2026-4519. This bypass allows for command injection into the underlying shell, potentially leading to arbitrary code execution.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python: cpython: Python: Arbitrary code execution via command injection in webbrowser.open() API",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This flaw in the Python `webbrowser.open()` API allows for command injection and arbitrary code execution when processing specially crafted URLs containing \"%action\". This bypasses a previous mitigation for CVE-2026-4519.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.src",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.src",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-4786"
},
{
"category": "external",
"summary": "RHBZ#2458049",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2458049"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-4786",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-4786"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-4786",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-4786"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/issues/148169",
"url": "https://github.com/python/cpython/issues/148169"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/pull/148170",
"url": "https://github.com/python/cpython/pull/148170"
},
{
"category": "external",
"summary": "https://mail.python.org/archives/list/security-announce@python.org/thread/JQDUNJVB4AQNTJECSUKOBDU3XCJIPSE5/",
"url": "https://mail.python.org/archives/list/security-announce@python.org/thread/JQDUNJVB4AQNTJECSUKOBDU3XCJIPSE5/"
}
],
"release_date": "2026-04-13T21:52:19.036000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-19T18:28:12+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.src",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.src",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:19177"
},
{
"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": [
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.src",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.src",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 7.1,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:L",
"version": "3.1"
},
"products": [
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.src",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.src",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "python: cpython: Python: Arbitrary code execution via command injection in webbrowser.open() API"
},
{
"cve": "CVE-2026-6100",
"cwe": {
"id": "CWE-825",
"name": "Expired Pointer Dereference"
},
"discovery_date": "2026-04-13T18:01:31.970255+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2457932"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Python\u0027s decompression modules, including `lzma.LZMADecompressor`, `bz2.BZ2Decompressor`, and `gzip.GzipFile`. This vulnerability, a use-after-free, can occur if a program attempts to re-use a decompression object after a memory allocation error, especially when the system is experiencing high memory usage. Exploitation of this flaw could potentially allow an attacker to execute arbitrary code or access sensitive data. The vulnerability is only present if the program re-uses decompressor instances across multiple decompression calls even after a `MemoryError` is raised during decompression. Using the helper functions to one-shot decompress data such as `lzma.decompress()`, `bz2.decompress()`, `gzip.decompress()`, and `zlib.decompress()` are not affected as a new decompressor instance is used per call. If the decompressor instance is not re-used after an error condition, this usage is similarly not vulnerable.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python: Python: Arbitrary code execution or information disclosure via use-after-free in decompression modules",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The severity of this flaw is somewhat mitigated on Red Hat platforms. By default processes are not executed with root user privilege and are limited in their scope which in turn limits the impact of this flaw.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.src",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.src",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-6100"
},
{
"category": "external",
"summary": "RHBZ#2457932",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2457932"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-6100",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-6100"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-6100",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-6100"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/commit/6a5f79c8d7bbf22b083b240910c7a8781a59437d",
"url": "https://github.com/python/cpython/commit/6a5f79c8d7bbf22b083b240910c7a8781a59437d"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/commit/8fc66aef6d7b3ae58f43f5c66f9366cc8cbbfcd2",
"url": "https://github.com/python/cpython/commit/8fc66aef6d7b3ae58f43f5c66f9366cc8cbbfcd2"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/commit/c3cf71c3366fe49acb776a639405c0eea6169c20",
"url": "https://github.com/python/cpython/commit/c3cf71c3366fe49acb776a639405c0eea6169c20"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/issues/148395",
"url": "https://github.com/python/cpython/issues/148395"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/pull/148396",
"url": "https://github.com/python/cpython/pull/148396"
},
{
"category": "external",
"summary": "https://mail.python.org/archives/list/security-announce@python.org/thread/HTWB2Z6KT5QQX4RYEZAFININDHNOSIF3/",
"url": "https://mail.python.org/archives/list/security-announce@python.org/thread/HTWB2Z6KT5QQX4RYEZAFININDHNOSIF3/"
}
],
"release_date": "2026-04-13T17:15:47.606000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-19T18:28:12+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.src",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.src",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:19177"
},
{
"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": [
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.src",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.src",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.1,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.src",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.i686",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.src",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debug-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-devel-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-idle-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-libs-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-test-0:3.12.13-2.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.i686",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.13-2.el9_8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "python: Python: Arbitrary code execution or information disclosure via use-after-free in decompression modules"
}
]
}
RHSA-2026:21275
Vulnerability from csaf_redhat - Published: 2026-05-27 07:45 - Updated: 2026-06-04 19:45A vulnerability in Python’s os.path.expandvars() function that can cause performance degradation. When processing specially crafted, user-controlled input with nested environment variable patterns, the function exhibits quadratic time complexity, potentially leading to excessive CPU usage and denial of service (DoS) conditions. No code execution or data exposure occurs, so the impact is limited to performance slowdown.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:fb8d5c681efa515095f164334fde48bb2c4160069ba7512ddbf16a865c65ae17_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:ae3724c290b6e0c536cadae4dbe38fc1241fb88520db381e04bfbd1e489989e8_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:29229a9b1908d9586aa60ae96ea4cab29316c058665ea4e10bd7d88e3434f38a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:eeceb83a297bdb2778a63fa0e55d441ba316b77be786280746348fdcdeae866d_amd64 | — |
Workaround
|
A flaw was found in the plistlib module in the Python standard library. The amount of data to read from a Plist file is specified in the file itself. This issue allows a specially crafted Plist file to cause an application to allocate a large amount of memory, potentially resulting in allocations errors, swapping, out-of-memory conditions or even system freezes.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:fb8d5c681efa515095f164334fde48bb2c4160069ba7512ddbf16a865c65ae17_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:ae3724c290b6e0c536cadae4dbe38fc1241fb88520db381e04bfbd1e489989e8_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:29229a9b1908d9586aa60ae96ea4cab29316c058665ea4e10bd7d88e3434f38a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:eeceb83a297bdb2778a63fa0e55d441ba316b77be786280746348fdcdeae866d_amd64 | — |
Workaround
|
A flaw was found in GLib (Gnome Lib). This vulnerability allows a remote attacker to cause heap corruption, leading to a denial of service or potential code execution via a buffer-underflow in the GVariant parser when processing maliciously crafted input strings.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:29229a9b1908d9586aa60ae96ea4cab29316c058665ea4e10bd7d88e3434f38a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:eeceb83a297bdb2778a63fa0e55d441ba316b77be786280746348fdcdeae866d_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:fb8d5c681efa515095f164334fde48bb2c4160069ba7512ddbf16a865c65ae17_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:ae3724c290b6e0c536cadae4dbe38fc1241fb88520db381e04bfbd1e489989e8_amd64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in glib. This vulnerability allows a heap buffer overflow and denial-of-service (DoS) via an integer overflow in GLib's GIO (GLib Input/Output) escape_byte_string() function when processing malicious file or remote filesystem attribute values.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:29229a9b1908d9586aa60ae96ea4cab29316c058665ea4e10bd7d88e3434f38a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:eeceb83a297bdb2778a63fa0e55d441ba316b77be786280746348fdcdeae866d_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:fb8d5c681efa515095f164334fde48bb2c4160069ba7512ddbf16a865c65ae17_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:ae3724c290b6e0c536cadae4dbe38fc1241fb88520db381e04bfbd1e489989e8_amd64 | — |
Vendor Fix
fix
Workaround
|
Missing newline filtering has been discovered in Python. User-controlled data URLs parsed by urllib.request.DataHandler allow injecting headers through newlines in the data URL mediatype.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:fb8d5c681efa515095f164334fde48bb2c4160069ba7512ddbf16a865c65ae17_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:ae3724c290b6e0c536cadae4dbe38fc1241fb88520db381e04bfbd1e489989e8_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:29229a9b1908d9586aa60ae96ea4cab29316c058665ea4e10bd7d88e3434f38a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:eeceb83a297bdb2778a63fa0e55d441ba316b77be786280746348fdcdeae866d_amd64 | — |
Workaround
|
A memory amplification vulnerability in libexpat allows attackers to trigger excessive dynamic memory allocations by submitting specially crafted XML input. A small input (~250 KiB) can cause the parser to allocate hundreds of megabytes, leading to denial-of-service (DoS) through memory exhaustion.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:fb8d5c681efa515095f164334fde48bb2c4160069ba7512ddbf16a865c65ae17_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:ae3724c290b6e0c536cadae4dbe38fc1241fb88520db381e04bfbd1e489989e8_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:29229a9b1908d9586aa60ae96ea4cab29316c058665ea4e10bd7d88e3434f38a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:eeceb83a297bdb2778a63fa0e55d441ba316b77be786280746348fdcdeae866d_amd64 | — |
Workaround
|
An injection flaw has been discovered in Python. When using http.cookies.Morsel, user-controlled cookie values and parameters can allow injecting HTTP headers into messages. Patch rejects all control characters within cookie names, values, and parameters.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:fb8d5c681efa515095f164334fde48bb2c4160069ba7512ddbf16a865c65ae17_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:ae3724c290b6e0c536cadae4dbe38fc1241fb88520db381e04bfbd1e489989e8_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:29229a9b1908d9586aa60ae96ea4cab29316c058665ea4e10bd7d88e3434f38a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:eeceb83a297bdb2778a63fa0e55d441ba316b77be786280746348fdcdeae866d_amd64 | — |
Workaround
|
Missing newline filtering has been discovered in Python. User-controlled header names and values containing newlines can allow injecting HTTP headers.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:29229a9b1908d9586aa60ae96ea4cab29316c058665ea4e10bd7d88e3434f38a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:eeceb83a297bdb2778a63fa0e55d441ba316b77be786280746348fdcdeae866d_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:fb8d5c681efa515095f164334fde48bb2c4160069ba7512ddbf16a865c65ae17_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:ae3724c290b6e0c536cadae4dbe38fc1241fb88520db381e04bfbd1e489989e8_amd64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in Python. This vulnerability allows for the injection of extra information into HTTP communication. Specifically, the system does not properly prevent special characters (carriage return and line feed) from being included in HTTP client proxy tunnel headers or host fields.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:fb8d5c681efa515095f164334fde48bb2c4160069ba7512ddbf16a865c65ae17_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:ae3724c290b6e0c536cadae4dbe38fc1241fb88520db381e04bfbd1e489989e8_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:29229a9b1908d9586aa60ae96ea4cab29316c058665ea4e10bd7d88e3434f38a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:eeceb83a297bdb2778a63fa0e55d441ba316b77be786280746348fdcdeae866d_amd64 | — |
Workaround
|
A flaw was found in p11-kit. A remote attacker could exploit this vulnerability by calling the C_DeriveKey function on a remote token with specific IBM kyber or IBM btc derive mechanism parameters set to NULL. This could lead to the RPC-client attempting to return an uninitialized value, potentially resulting in a NULL dereference or undefined behavior. This issue may cause an application level denial of service or other unpredictable system states.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:29229a9b1908d9586aa60ae96ea4cab29316c058665ea4e10bd7d88e3434f38a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:eeceb83a297bdb2778a63fa0e55d441ba316b77be786280746348fdcdeae866d_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:fb8d5c681efa515095f164334fde48bb2c4160069ba7512ddbf16a865c65ae17_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:ae3724c290b6e0c536cadae4dbe38fc1241fb88520db381e04bfbd1e489989e8_amd64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in CPython. This vulnerability allows a local user with low privileges to bypass security auditing mechanisms. The issue occurs because the SourcelessFileLoader component, responsible for handling older Python compiled files (.pyc), does not properly trigger system audit events. This oversight could enable malicious activities to go undetected, compromising the integrity of the system.
CWE-778 - Insufficient Logging| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:fb8d5c681efa515095f164334fde48bb2c4160069ba7512ddbf16a865c65ae17_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:ae3724c290b6e0c536cadae4dbe38fc1241fb88520db381e04bfbd1e489989e8_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:29229a9b1908d9586aa60ae96ea4cab29316c058665ea4e10bd7d88e3434f38a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:eeceb83a297bdb2778a63fa0e55d441ba316b77be786280746348fdcdeae866d_amd64 | — |
Workaround
|
A control character validation flaw has been discovered in the Python http.cookie module. The Morsel.update(), |= operator, and unpickling paths were not patched to resolve CVE-2026-0672, allowing control characters to bypass input validation. Additionally, BaseCookie.js_output() lacked the output validation applied to BaseCookie.output().
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:fb8d5c681efa515095f164334fde48bb2c4160069ba7512ddbf16a865c65ae17_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:ae3724c290b6e0c536cadae4dbe38fc1241fb88520db381e04bfbd1e489989e8_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:29229a9b1908d9586aa60ae96ea4cab29316c058665ea4e10bd7d88e3434f38a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:eeceb83a297bdb2778a63fa0e55d441ba316b77be786280746348fdcdeae866d_amd64 | — |
Workaround
|
A stack overflow flaw has been discovered in the python pyexpat module. When an Expat parser with a registered ElementDeclHandler parses an inline document type definition containing a deeply nested content model a C stack overflow occurs. This will result in a program crash.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:fb8d5c681efa515095f164334fde48bb2c4160069ba7512ddbf16a865c65ae17_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:ae3724c290b6e0c536cadae4dbe38fc1241fb88520db381e04bfbd1e489989e8_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:29229a9b1908d9586aa60ae96ea4cab29316c058665ea4e10bd7d88e3434f38a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:eeceb83a297bdb2778a63fa0e55d441ba316b77be786280746348fdcdeae866d_amd64 | — |
Workaround
|
A flaw was found in Python. The `webbrowser.open()` API, used to launch web browsers, does not properly sanitize input. This allows a remote attacker to craft a malicious URL containing leading dashes. When such a URL is opened, certain web browsers may interpret these dashes as command-line options, which could lead to unexpected behavior, information disclosure, or potentially arbitrary code execution, impacting the integrity of the system.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:29229a9b1908d9586aa60ae96ea4cab29316c058665ea4e10bd7d88e3434f38a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:eeceb83a297bdb2778a63fa0e55d441ba316b77be786280746348fdcdeae866d_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:fb8d5c681efa515095f164334fde48bb2c4160069ba7512ddbf16a865c65ae17_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:ae3724c290b6e0c536cadae4dbe38fc1241fb88520db381e04bfbd1e489989e8_amd64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in the Python webbrowser.open() API. If a specially crafted URL containing "%action" is processed, an attacker could bypass a previous mitigation for CVE-2026-4519. This bypass allows for command injection into the underlying shell, potentially leading to arbitrary code execution.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:29229a9b1908d9586aa60ae96ea4cab29316c058665ea4e10bd7d88e3434f38a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:eeceb83a297bdb2778a63fa0e55d441ba316b77be786280746348fdcdeae866d_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:fb8d5c681efa515095f164334fde48bb2c4160069ba7512ddbf16a865c65ae17_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:ae3724c290b6e0c536cadae4dbe38fc1241fb88520db381e04bfbd1e489989e8_amd64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in libcap. A local unprivileged user can exploit a Time-of-check-to-time-of-use (TOCTOU) race condition in the `cap_set_file()` function. This allows an attacker with write access to a parent directory to redirect file capability updates to an attacker-controlled file. By doing so, capabilities can be injected into or stripped from unintended executables, leading to privilege escalation.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:29229a9b1908d9586aa60ae96ea4cab29316c058665ea4e10bd7d88e3434f38a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:eeceb83a297bdb2778a63fa0e55d441ba316b77be786280746348fdcdeae866d_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:fb8d5c681efa515095f164334fde48bb2c4160069ba7512ddbf16a865c65ae17_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:ae3724c290b6e0c536cadae4dbe38fc1241fb88520db381e04bfbd1e489989e8_amd64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in Python's decompression modules, including `lzma.LZMADecompressor`, `bz2.BZ2Decompressor`, and `gzip.GzipFile`. This vulnerability, a use-after-free, can occur if a program attempts to re-use a decompression object after a memory allocation error, especially when the system is experiencing high memory usage. Exploitation of this flaw could potentially allow an attacker to execute arbitrary code or access sensitive data. The vulnerability is only present if the program re-uses decompressor instances across multiple decompression calls even after a `MemoryError` is raised during decompression. Using the helper functions to one-shot decompress data such as `lzma.decompress()`, `bz2.decompress()`, `gzip.decompress()`, and `zlib.decompress()` are not affected as a new decompressor instance is used per call. If the decompressor instance is not re-used after an error condition, this usage is similarly not vulnerable.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:29229a9b1908d9586aa60ae96ea4cab29316c058665ea4e10bd7d88e3434f38a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:eeceb83a297bdb2778a63fa0e55d441ba316b77be786280746348fdcdeae866d_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:fb8d5c681efa515095f164334fde48bb2c4160069ba7512ddbf16a865c65ae17_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:ae3724c290b6e0c536cadae4dbe38fc1241fb88520db381e04bfbd1e489989e8_amd64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in systemd, a system and service manager. An unprivileged user can exploit this vulnerability by making an Inter-Process Communication (IPC) API call with spurious data. In older versions (v249 and earlier), this can lead to stack overwriting with attacker-controlled content, potentially enabling arbitrary code execution or privilege escalation. In newer versions (v250 and later), the flaw causes systemd to assert and freeze, resulting in a Denial of Service (DoS).
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:29229a9b1908d9586aa60ae96ea4cab29316c058665ea4e10bd7d88e3434f38a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:eeceb83a297bdb2778a63fa0e55d441ba316b77be786280746348fdcdeae866d_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:fb8d5c681efa515095f164334fde48bb2c4160069ba7512ddbf16a865c65ae17_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:ae3724c290b6e0c536cadae4dbe38fc1241fb88520db381e04bfbd1e489989e8_amd64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in openssl. Applications that use RSASVE key encapsulation, a method for securely exchanging encryption keys, may inadvertently expose sensitive data. This vulnerability arises when an application processes a malicious, invalid RSA public key provided by an attacker without proper validation. Consequently, the application might send the contents of an uninitialized memory buffer, which could contain confidential information, to the attacker.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:29229a9b1908d9586aa60ae96ea4cab29316c058665ea4e10bd7d88e3434f38a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:eeceb83a297bdb2778a63fa0e55d441ba316b77be786280746348fdcdeae866d_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:fb8d5c681efa515095f164334fde48bb2c4160069ba7512ddbf16a865c65ae17_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:ae3724c290b6e0c536cadae4dbe38fc1241fb88520db381e04bfbd1e489989e8_amd64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in Vim. A modeline is used to set specific editor options directly from a text file. However, the `complete`, `guitabtooltip`, `printheader` options and the `mapset` function lack proper security checks, allowing an attacker to bypass restrictions and cause arbitrary OS command execution.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:29229a9b1908d9586aa60ae96ea4cab29316c058665ea4e10bd7d88e3434f38a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:eeceb83a297bdb2778a63fa0e55d441ba316b77be786280746348fdcdeae866d_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:fb8d5c681efa515095f164334fde48bb2c4160069ba7512ddbf16a865c65ae17_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:ae3724c290b6e0c536cadae4dbe38fc1241fb88520db381e04bfbd1e489989e8_amd64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in OpenSSH. When the `scp` command is used by a root user to download a file with the legacy protocol option (`-O`) and without preserving original file permissions (`-p`), the downloaded file can be installed with elevated privileges (setuid or setgid). This unexpected behavior could allow a malicious file to execute with higher permissions than intended, posing a security risk through potential privilege escalation.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:fb8d5c681efa515095f164334fde48bb2c4160069ba7512ddbf16a865c65ae17_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:ae3724c290b6e0c536cadae4dbe38fc1241fb88520db381e04bfbd1e489989e8_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:29229a9b1908d9586aa60ae96ea4cab29316c058665ea4e10bd7d88e3434f38a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:eeceb83a297bdb2778a63fa0e55d441ba316b77be786280746348fdcdeae866d_amd64 | — |
Workaround
|
A flaw was found in OpenSSH. This vulnerability allows a remote attacker to achieve arbitrary command execution by injecting shell metacharacters into a username provided on the command line. Exploitation requires an untrusted username and a non-default configuration of the '%' character in `ssh_config`.
CWE-78 - Improper Neutralization of Special Elements used in an OS Command ('OS Command Injection')| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:fb8d5c681efa515095f164334fde48bb2c4160069ba7512ddbf16a865c65ae17_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:ae3724c290b6e0c536cadae4dbe38fc1241fb88520db381e04bfbd1e489989e8_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:29229a9b1908d9586aa60ae96ea4cab29316c058665ea4e10bd7d88e3434f38a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:eeceb83a297bdb2778a63fa0e55d441ba316b77be786280746348fdcdeae866d_amd64 | — |
Workaround
|
A flaw was found in OpenSSH. This vulnerability allows the system to use unintended Elliptic Curve Digital Signature Algorithm (ECDSA) algorithms. This occurs because the configuration for accepted public key algorithms is misinterpreted, leading to the use of weaker cryptographic methods than intended. This could potentially allow an attacker to compromise the confidentiality of data.
CWE-115 - Misinterpretation of Input| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:fb8d5c681efa515095f164334fde48bb2c4160069ba7512ddbf16a865c65ae17_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:ae3724c290b6e0c536cadae4dbe38fc1241fb88520db381e04bfbd1e489989e8_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:29229a9b1908d9586aa60ae96ea4cab29316c058665ea4e10bd7d88e3434f38a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:eeceb83a297bdb2778a63fa0e55d441ba316b77be786280746348fdcdeae866d_amd64 | — |
Workaround
|
A flaw was found in OpenSSH. This vulnerability allows for a low integrity impact due to the omission of connection multiplexing confirmation for proxy-mode multiplexing sessions. A local user, under specific and complex conditions requiring user interaction, could potentially establish a multiplexed session without explicit confirmation, leading to unintended data handling.
CWE-306 - Missing Authentication for Critical Function| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:fb8d5c681efa515095f164334fde48bb2c4160069ba7512ddbf16a865c65ae17_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:ae3724c290b6e0c536cadae4dbe38fc1241fb88520db381e04bfbd1e489989e8_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:29229a9b1908d9586aa60ae96ea4cab29316c058665ea4e10bd7d88e3434f38a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:eeceb83a297bdb2778a63fa0e55d441ba316b77be786280746348fdcdeae866d_amd64 | — |
Workaround
|
A flaw was found in OpenSSH. This vulnerability arises from the incorrect handling of the authorized_keys principals option in uncommon scenarios. Specifically, when a principals list is used with a Certificate Authority that includes comma characters, OpenSSH may misinterpret the input. This could lead to security bypasses, potentially allowing unintended access or information disclosure in specific authentication contexts.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:fb8d5c681efa515095f164334fde48bb2c4160069ba7512ddbf16a865c65ae17_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:ae3724c290b6e0c536cadae4dbe38fc1241fb88520db381e04bfbd1e489989e8_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:29229a9b1908d9586aa60ae96ea4cab29316c058665ea4e10bd7d88e3434f38a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:eeceb83a297bdb2778a63fa0e55d441ba316b77be786280746348fdcdeae866d_amd64 | — |
Workaround
|
A flaw was found in Sudo. A local user could exploit a failure in the setuid, setgid, or setgroups calls, which are used to drop privileges before running the mailer. This oversight allows for privilege escalation, enabling the user to gain elevated access on the system.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:fb8d5c681efa515095f164334fde48bb2c4160069ba7512ddbf16a865c65ae17_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:ae3724c290b6e0c536cadae4dbe38fc1241fb88520db381e04bfbd1e489989e8_amd64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:29229a9b1908d9586aa60ae96ea4cab29316c058665ea4e10bd7d88e3434f38a_amd64 | — | ||
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:eeceb83a297bdb2778a63fa0e55d441ba316b77be786280746348fdcdeae866d_amd64 | — |
A flaw was found in MIT Kerberos 5 (krb5). An unauthenticated remote attacker can exploit a NULL pointer dereference vulnerability by calling `gss_accept_sec_context()` on a system with a NegoEx mechanism registered. This can lead to the termination of the process, resulting in a Denial of Service (DoS).
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:29229a9b1908d9586aa60ae96ea4cab29316c058665ea4e10bd7d88e3434f38a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:eeceb83a297bdb2778a63fa0e55d441ba316b77be786280746348fdcdeae866d_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:fb8d5c681efa515095f164334fde48bb2c4160069ba7512ddbf16a865c65ae17_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:ae3724c290b6e0c536cadae4dbe38fc1241fb88520db381e04bfbd1e489989e8_amd64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in MIT Kerberos 5 (krb5). An unauthenticated remote attacker can exploit an integer underflow and an out-of-bounds read vulnerability by calling `gss_accept_sec_context()` on a system with a NegoEx mechanism registered. This can lead to the process terminating, resulting in a Denial of Service (DoS).
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:29229a9b1908d9586aa60ae96ea4cab29316c058665ea4e10bd7d88e3434f38a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:eeceb83a297bdb2778a63fa0e55d441ba316b77be786280746348fdcdeae866d_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:fb8d5c681efa515095f164334fde48bb2c4160069ba7512ddbf16a865c65ae17_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:ae3724c290b6e0c536cadae4dbe38fc1241fb88520db381e04bfbd1e489989e8_amd64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in NGINX, specifically within the ngx_http_rewrite_module. An unauthenticated attacker can exploit this vulnerability by sending crafted HTTP requests under specific rewrite configurations. This can lead to a heap buffer overflow in the NGINX worker process, which may result in arbitrary code execution if Address Space Layout Randomization (ASLR), a security technique to prevent exploitation, is disabled. Otherwise, this flaw causes a denial of service due to a restart of the NGINX worker process.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:29229a9b1908d9586aa60ae96ea4cab29316c058665ea4e10bd7d88e3434f38a_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:ae3724c290b6e0c536cadae4dbe38fc1241fb88520db381e04bfbd1e489989e8_amd64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:eeceb83a297bdb2778a63fa0e55d441ba316b77be786280746348fdcdeae866d_amd64 | — | ||
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:fb8d5c681efa515095f164334fde48bb2c4160069ba7512ddbf16a865c65ae17_amd64 | — |
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Critical"
},
"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": "The latest release of Red Hat Update Infrastructure. For more details, see the product documentation.",
"title": "Topic"
},
{
"category": "general",
"text": "Red Hat Update Infrastructure (RHUI) container images are based on the latest RHUI RPM packages and the ubi9 or ubi9-init base images.\nThis release updates to the latest version.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2026:21275",
"url": "https://access.redhat.com/errata/RHSA-2026:21275"
},
{
"category": "external",
"summary": "https://access.redhat.com/products/red-hat-update-infrastructure",
"url": "https://access.redhat.com/products/red-hat-update-infrastructure"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-13837",
"url": "https://access.redhat.com/security/cve/CVE-2025-13837"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-14087",
"url": "https://access.redhat.com/security/cve/CVE-2025-14087"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-14512",
"url": "https://access.redhat.com/security/cve/CVE-2025-14512"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-15282",
"url": "https://access.redhat.com/security/cve/CVE-2025-15282"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-59375",
"url": "https://access.redhat.com/security/cve/CVE-2025-59375"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-6075",
"url": "https://access.redhat.com/security/cve/CVE-2025-6075"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-0672",
"url": "https://access.redhat.com/security/cve/CVE-2026-0672"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-0865",
"url": "https://access.redhat.com/security/cve/CVE-2026-0865"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-1502",
"url": "https://access.redhat.com/security/cve/CVE-2026-1502"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-2100",
"url": "https://access.redhat.com/security/cve/CVE-2026-2100"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-2297",
"url": "https://access.redhat.com/security/cve/CVE-2026-2297"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-29111",
"url": "https://access.redhat.com/security/cve/CVE-2026-29111"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-31790",
"url": "https://access.redhat.com/security/cve/CVE-2026-31790"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-34982",
"url": "https://access.redhat.com/security/cve/CVE-2026-34982"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-35385",
"url": "https://access.redhat.com/security/cve/CVE-2026-35385"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-35386",
"url": "https://access.redhat.com/security/cve/CVE-2026-35386"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-35387",
"url": "https://access.redhat.com/security/cve/CVE-2026-35387"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-35388",
"url": "https://access.redhat.com/security/cve/CVE-2026-35388"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-35414",
"url": "https://access.redhat.com/security/cve/CVE-2026-35414"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-35535",
"url": "https://access.redhat.com/security/cve/CVE-2026-35535"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-3644",
"url": "https://access.redhat.com/security/cve/CVE-2026-3644"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-40355",
"url": "https://access.redhat.com/security/cve/CVE-2026-40355"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-40356",
"url": "https://access.redhat.com/security/cve/CVE-2026-40356"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-4224",
"url": "https://access.redhat.com/security/cve/CVE-2026-4224"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-42945",
"url": "https://access.redhat.com/security/cve/CVE-2026-42945"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-4519",
"url": "https://access.redhat.com/security/cve/CVE-2026-4519"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-4786",
"url": "https://access.redhat.com/security/cve/CVE-2026-4786"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-4878",
"url": "https://access.redhat.com/security/cve/CVE-2026-4878"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-6100",
"url": "https://access.redhat.com/security/cve/CVE-2026-6100"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/",
"url": "https://access.redhat.com/security/updates/classification/"
},
{
"category": "external",
"summary": "https://docs.redhat.com/en/documentation/red_hat_update_infrastructure/5",
"url": "https://docs.redhat.com/en/documentation/red_hat_update_infrastructure/5"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_21275.json"
}
],
"title": "Red Hat Security Advisory: Red Hat Update Infrastructure 5.1 security update",
"tracking": {
"current_release_date": "2026-06-04T19:45:14+00:00",
"generator": {
"date": "2026-06-04T19:45:14+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.8.1"
}
},
"id": "RHSA-2026:21275",
"initial_release_date": "2026-05-27T07:45:38+00:00",
"revision_history": [
{
"date": "2026-05-27T07:45:38+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-05-27T07:45:44+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-06-04T19:45:14+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Update Infrastructure 5",
"product": {
"name": "Red Hat Update Infrastructure 5",
"product_id": "Red Hat Update Infrastructure 5",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhui:5::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat Update Infrastructure"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/rhui5/cds-rhel9@sha256:29229a9b1908d9586aa60ae96ea4cab29316c058665ea4e10bd7d88e3434f38a_amd64",
"product": {
"name": "registry.redhat.io/rhui5/cds-rhel9@sha256:29229a9b1908d9586aa60ae96ea4cab29316c058665ea4e10bd7d88e3434f38a_amd64",
"product_id": "registry.redhat.io/rhui5/cds-rhel9@sha256:29229a9b1908d9586aa60ae96ea4cab29316c058665ea4e10bd7d88e3434f38a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cds-rhel9@sha256%3A29229a9b1908d9586aa60ae96ea4cab29316c058665ea4e10bd7d88e3434f38a?arch=amd64\u0026repository_url=registry.redhat.io/rhui5/cds-rhel9\u0026tag=1779798159"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhui5/haproxy-rhel9@sha256:eeceb83a297bdb2778a63fa0e55d441ba316b77be786280746348fdcdeae866d_amd64",
"product": {
"name": "registry.redhat.io/rhui5/haproxy-rhel9@sha256:eeceb83a297bdb2778a63fa0e55d441ba316b77be786280746348fdcdeae866d_amd64",
"product_id": "registry.redhat.io/rhui5/haproxy-rhel9@sha256:eeceb83a297bdb2778a63fa0e55d441ba316b77be786280746348fdcdeae866d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/haproxy-rhel9@sha256%3Aeeceb83a297bdb2778a63fa0e55d441ba316b77be786280746348fdcdeae866d?arch=amd64\u0026repository_url=registry.redhat.io/rhui5/haproxy-rhel9\u0026tag=1779798164"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhui5/installer-rhel9@sha256:fb8d5c681efa515095f164334fde48bb2c4160069ba7512ddbf16a865c65ae17_amd64",
"product": {
"name": "registry.redhat.io/rhui5/installer-rhel9@sha256:fb8d5c681efa515095f164334fde48bb2c4160069ba7512ddbf16a865c65ae17_amd64",
"product_id": "registry.redhat.io/rhui5/installer-rhel9@sha256:fb8d5c681efa515095f164334fde48bb2c4160069ba7512ddbf16a865c65ae17_amd64",
"product_identification_helper": {
"purl": "pkg:oci/installer-rhel9@sha256%3Afb8d5c681efa515095f164334fde48bb2c4160069ba7512ddbf16a865c65ae17?arch=amd64\u0026repository_url=registry.redhat.io/rhui5/installer-rhel9\u0026tag=1779798165"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhui5/rhua-rhel9@sha256:ae3724c290b6e0c536cadae4dbe38fc1241fb88520db381e04bfbd1e489989e8_amd64",
"product": {
"name": "registry.redhat.io/rhui5/rhua-rhel9@sha256:ae3724c290b6e0c536cadae4dbe38fc1241fb88520db381e04bfbd1e489989e8_amd64",
"product_id": "registry.redhat.io/rhui5/rhua-rhel9@sha256:ae3724c290b6e0c536cadae4dbe38fc1241fb88520db381e04bfbd1e489989e8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhua-rhel9@sha256%3Aae3724c290b6e0c536cadae4dbe38fc1241fb88520db381e04bfbd1e489989e8?arch=amd64\u0026repository_url=registry.redhat.io/rhui5/rhua-rhel9\u0026tag=1779798222"
}
}
}
],
"category": "architecture",
"name": "amd64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhui5/cds-rhel9@sha256:29229a9b1908d9586aa60ae96ea4cab29316c058665ea4e10bd7d88e3434f38a_amd64 as a component of Red Hat Update Infrastructure 5",
"product_id": "Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:29229a9b1908d9586aa60ae96ea4cab29316c058665ea4e10bd7d88e3434f38a_amd64"
},
"product_reference": "registry.redhat.io/rhui5/cds-rhel9@sha256:29229a9b1908d9586aa60ae96ea4cab29316c058665ea4e10bd7d88e3434f38a_amd64",
"relates_to_product_reference": "Red Hat Update Infrastructure 5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhui5/haproxy-rhel9@sha256:eeceb83a297bdb2778a63fa0e55d441ba316b77be786280746348fdcdeae866d_amd64 as a component of Red Hat Update Infrastructure 5",
"product_id": "Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:eeceb83a297bdb2778a63fa0e55d441ba316b77be786280746348fdcdeae866d_amd64"
},
"product_reference": "registry.redhat.io/rhui5/haproxy-rhel9@sha256:eeceb83a297bdb2778a63fa0e55d441ba316b77be786280746348fdcdeae866d_amd64",
"relates_to_product_reference": "Red Hat Update Infrastructure 5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhui5/installer-rhel9@sha256:fb8d5c681efa515095f164334fde48bb2c4160069ba7512ddbf16a865c65ae17_amd64 as a component of Red Hat Update Infrastructure 5",
"product_id": "Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:fb8d5c681efa515095f164334fde48bb2c4160069ba7512ddbf16a865c65ae17_amd64"
},
"product_reference": "registry.redhat.io/rhui5/installer-rhel9@sha256:fb8d5c681efa515095f164334fde48bb2c4160069ba7512ddbf16a865c65ae17_amd64",
"relates_to_product_reference": "Red Hat Update Infrastructure 5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhui5/rhua-rhel9@sha256:ae3724c290b6e0c536cadae4dbe38fc1241fb88520db381e04bfbd1e489989e8_amd64 as a component of Red Hat Update Infrastructure 5",
"product_id": "Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:ae3724c290b6e0c536cadae4dbe38fc1241fb88520db381e04bfbd1e489989e8_amd64"
},
"product_reference": "registry.redhat.io/rhui5/rhua-rhel9@sha256:ae3724c290b6e0c536cadae4dbe38fc1241fb88520db381e04bfbd1e489989e8_amd64",
"relates_to_product_reference": "Red Hat Update Infrastructure 5"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-6075",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-10-31T17:01:47.052517+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:29229a9b1908d9586aa60ae96ea4cab29316c058665ea4e10bd7d88e3434f38a_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:eeceb83a297bdb2778a63fa0e55d441ba316b77be786280746348fdcdeae866d_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2408891"
}
],
"notes": [
{
"category": "description",
"text": "A vulnerability in Python\u2019s os.path.expandvars() function that can cause performance degradation. When processing specially crafted, user-controlled input with nested environment variable patterns, the function exhibits quadratic time complexity, potentially leading to excessive CPU usage and denial of service (DoS) conditions. No code execution or data exposure occurs, so the impact is limited to performance slowdown.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python: Quadratic complexity in os.path.expandvars() with user-controlled template",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Low rather than Moderate because it only causes a performance inefficiency without affecting code execution, data integrity, or confidentiality. The flaw lies in the algorithmic complexity of os.path.expandvars(), which can become quadratic when processing crafted input containing repetitive or nested environment variable references. Exploitation requires the attacker to control the input string passed to this function, which is uncommon in secure applications. Moreover, the impact is limited to increased CPU utilization and potential slowdown, not system compromise or data manipulation. Since the issue does not introduce memory corruption, privilege escalation, or information disclosure risks, its overall impact scope and exploitability are minimal, justifying a Low severity rating.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:fb8d5c681efa515095f164334fde48bb2c4160069ba7512ddbf16a865c65ae17_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:ae3724c290b6e0c536cadae4dbe38fc1241fb88520db381e04bfbd1e489989e8_amd64"
],
"known_not_affected": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:29229a9b1908d9586aa60ae96ea4cab29316c058665ea4e10bd7d88e3434f38a_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:eeceb83a297bdb2778a63fa0e55d441ba316b77be786280746348fdcdeae866d_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-6075"
},
{
"category": "external",
"summary": "RHBZ#2408891",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2408891"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-6075",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6075"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-6075",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-6075"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/issues/136065",
"url": "https://github.com/python/cpython/issues/136065"
},
{
"category": "external",
"summary": "https://mail.python.org/archives/list/security-announce@python.org/thread/IUP5QJ6D4KK6ULHOMPC7DPNKRYQTQNLA/",
"url": "https://mail.python.org/archives/list/security-announce@python.org/thread/IUP5QJ6D4KK6ULHOMPC7DPNKRYQTQNLA/"
}
],
"release_date": "2025-10-31T16:41:34.983000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-27T07:45:38+00:00",
"details": "The container images provided by this release, apart from the installer, should be deployed using rhui-installer utility.\nSee the official documentation for more details.",
"product_ids": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:fb8d5c681efa515095f164334fde48bb2c4160069ba7512ddbf16a865c65ae17_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:ae3724c290b6e0c536cadae4dbe38fc1241fb88520db381e04bfbd1e489989e8_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:21275"
},
{
"category": "workaround",
"details": "No mitigation is currently available that meets Red Hat Product Security\u2019s standards for usability, deployment, applicability, or stability.",
"product_ids": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:29229a9b1908d9586aa60ae96ea4cab29316c058665ea4e10bd7d88e3434f38a_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:eeceb83a297bdb2778a63fa0e55d441ba316b77be786280746348fdcdeae866d_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:fb8d5c681efa515095f164334fde48bb2c4160069ba7512ddbf16a865c65ae17_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:ae3724c290b6e0c536cadae4dbe38fc1241fb88520db381e04bfbd1e489989e8_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "LOW",
"baseScore": 4.0,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:29229a9b1908d9586aa60ae96ea4cab29316c058665ea4e10bd7d88e3434f38a_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:eeceb83a297bdb2778a63fa0e55d441ba316b77be786280746348fdcdeae866d_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:fb8d5c681efa515095f164334fde48bb2c4160069ba7512ddbf16a865c65ae17_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:ae3724c290b6e0c536cadae4dbe38fc1241fb88520db381e04bfbd1e489989e8_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "python: Quadratic complexity in os.path.expandvars() with user-controlled template"
},
{
"cve": "CVE-2025-13837",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-12-01T19:01:32.492656+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:29229a9b1908d9586aa60ae96ea4cab29316c058665ea4e10bd7d88e3434f38a_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:eeceb83a297bdb2778a63fa0e55d441ba316b77be786280746348fdcdeae866d_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2418084"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the plistlib module in the Python standard library. The amount of data to read from a Plist file is specified in the file itself. This issue allows a specially crafted Plist file to cause an application to allocate a large amount of memory, potentially resulting in allocations errors, swapping, out-of-memory conditions or even system freezes.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "cpython: Out-of-memory when loading Plist",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This issue can only be exploited by Python applications processing malicious or untrusted Plist files, which are not typically done in Linux systems or applications. Furthermore, this flaw can cause only a denial of service with no other security impact. Due to these reasons, this vulnerability has been rated with a moderate severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:fb8d5c681efa515095f164334fde48bb2c4160069ba7512ddbf16a865c65ae17_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:ae3724c290b6e0c536cadae4dbe38fc1241fb88520db381e04bfbd1e489989e8_amd64"
],
"known_not_affected": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:29229a9b1908d9586aa60ae96ea4cab29316c058665ea4e10bd7d88e3434f38a_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:eeceb83a297bdb2778a63fa0e55d441ba316b77be786280746348fdcdeae866d_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-13837"
},
{
"category": "external",
"summary": "RHBZ#2418084",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2418084"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-13837",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-13837"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-13837",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-13837"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/issues/119342",
"url": "https://github.com/python/cpython/issues/119342"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/pull/119343",
"url": "https://github.com/python/cpython/pull/119343"
}
],
"release_date": "2025-12-01T18:13:32.739000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-27T07:45:38+00:00",
"details": "The container images provided by this release, apart from the installer, should be deployed using rhui-installer utility.\nSee the official documentation for more details.",
"product_ids": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:fb8d5c681efa515095f164334fde48bb2c4160069ba7512ddbf16a865c65ae17_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:ae3724c290b6e0c536cadae4dbe38fc1241fb88520db381e04bfbd1e489989e8_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:21275"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:29229a9b1908d9586aa60ae96ea4cab29316c058665ea4e10bd7d88e3434f38a_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:eeceb83a297bdb2778a63fa0e55d441ba316b77be786280746348fdcdeae866d_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:fb8d5c681efa515095f164334fde48bb2c4160069ba7512ddbf16a865c65ae17_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:ae3724c290b6e0c536cadae4dbe38fc1241fb88520db381e04bfbd1e489989e8_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:C/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:29229a9b1908d9586aa60ae96ea4cab29316c058665ea4e10bd7d88e3434f38a_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:eeceb83a297bdb2778a63fa0e55d441ba316b77be786280746348fdcdeae866d_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:fb8d5c681efa515095f164334fde48bb2c4160069ba7512ddbf16a865c65ae17_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:ae3724c290b6e0c536cadae4dbe38fc1241fb88520db381e04bfbd1e489989e8_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "cpython: Out-of-memory when loading Plist"
},
{
"acknowledgments": [
{
"names": [
"Sovereign Tech Resilience program"
],
"organization": "Sovereign Tech Agency"
},
{
"names": [
"treeplus"
]
}
],
"cve": "CVE-2025-14087",
"cwe": {
"id": "CWE-190",
"name": "Integer Overflow or Wraparound"
},
"discovery_date": "2025-12-05T08:35:24.744000+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2419093"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in GLib (Gnome Lib). This vulnerability allows a remote attacker to cause heap corruption, leading to a denial of service or potential code execution via a buffer-underflow in the GVariant parser when processing maliciously crafted input strings.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "glib: GLib: Buffer underflow in GVariant parser leads to heap corruption",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The highest threat is to system availability due to potential application crashes when processing maliciously crafted input strings through GLib\u0027s GVariant parser. This issue affects applications that utilize g_variant_parse() on untrusted data, leading to memory corruption and possible denial of service.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:29229a9b1908d9586aa60ae96ea4cab29316c058665ea4e10bd7d88e3434f38a_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:eeceb83a297bdb2778a63fa0e55d441ba316b77be786280746348fdcdeae866d_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:fb8d5c681efa515095f164334fde48bb2c4160069ba7512ddbf16a865c65ae17_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:ae3724c290b6e0c536cadae4dbe38fc1241fb88520db381e04bfbd1e489989e8_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-14087"
},
{
"category": "external",
"summary": "RHBZ#2419093",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2419093"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-14087",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-14087"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-14087",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-14087"
},
{
"category": "external",
"summary": "https://gitlab.gnome.org/GNOME/glib/-/issues/3834",
"url": "https://gitlab.gnome.org/GNOME/glib/-/issues/3834"
}
],
"release_date": "2025-12-05T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-27T07:45:38+00:00",
"details": "The container images provided by this release, apart from the installer, should be deployed using rhui-installer utility.\nSee the official documentation for more details.",
"product_ids": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:29229a9b1908d9586aa60ae96ea4cab29316c058665ea4e10bd7d88e3434f38a_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:eeceb83a297bdb2778a63fa0e55d441ba316b77be786280746348fdcdeae866d_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:fb8d5c681efa515095f164334fde48bb2c4160069ba7512ddbf16a865c65ae17_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:ae3724c290b6e0c536cadae4dbe38fc1241fb88520db381e04bfbd1e489989e8_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:21275"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:29229a9b1908d9586aa60ae96ea4cab29316c058665ea4e10bd7d88e3434f38a_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:eeceb83a297bdb2778a63fa0e55d441ba316b77be786280746348fdcdeae866d_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:fb8d5c681efa515095f164334fde48bb2c4160069ba7512ddbf16a865c65ae17_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:ae3724c290b6e0c536cadae4dbe38fc1241fb88520db381e04bfbd1e489989e8_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 5.6,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:29229a9b1908d9586aa60ae96ea4cab29316c058665ea4e10bd7d88e3434f38a_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:eeceb83a297bdb2778a63fa0e55d441ba316b77be786280746348fdcdeae866d_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:fb8d5c681efa515095f164334fde48bb2c4160069ba7512ddbf16a865c65ae17_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:ae3724c290b6e0c536cadae4dbe38fc1241fb88520db381e04bfbd1e489989e8_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "glib: GLib: Buffer underflow in GVariant parser leads to heap corruption"
},
{
"acknowledgments": [
{
"names": [
"Codean Labs"
]
}
],
"cve": "CVE-2025-14512",
"cwe": {
"id": "CWE-190",
"name": "Integer Overflow or Wraparound"
},
"discovery_date": "2025-12-11T06:22:59.701000+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2421339"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in glib. This vulnerability allows a heap buffer overflow and denial-of-service (DoS) via an integer overflow in GLib\u0027s GIO (GLib Input/Output) escape_byte_string() function when processing malicious file or remote filesystem attribute values.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "glib: Integer Overflow in GLib GIO Attribute Escaping Causes Heap Buffer Overflow",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Moderate for Red Hat products because an integer overflow in GLib\u0027s GIO `escape_byte_string()` function can lead to a heap buffer overflow and denial-of-service. This occurs when processing specially crafted file or remote filesystem attribute values, requiring an attacker to provide malicious input.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:29229a9b1908d9586aa60ae96ea4cab29316c058665ea4e10bd7d88e3434f38a_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:eeceb83a297bdb2778a63fa0e55d441ba316b77be786280746348fdcdeae866d_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:fb8d5c681efa515095f164334fde48bb2c4160069ba7512ddbf16a865c65ae17_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:ae3724c290b6e0c536cadae4dbe38fc1241fb88520db381e04bfbd1e489989e8_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-14512"
},
{
"category": "external",
"summary": "RHBZ#2421339",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2421339"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-14512",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-14512"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-14512",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-14512"
},
{
"category": "external",
"summary": "https://gitlab.gnome.org/GNOME/glib/-/issues/3845",
"url": "https://gitlab.gnome.org/GNOME/glib/-/issues/3845"
}
],
"release_date": "2025-12-11T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-27T07:45:38+00:00",
"details": "The container images provided by this release, apart from the installer, should be deployed using rhui-installer utility.\nSee the official documentation for more details.",
"product_ids": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:29229a9b1908d9586aa60ae96ea4cab29316c058665ea4e10bd7d88e3434f38a_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:eeceb83a297bdb2778a63fa0e55d441ba316b77be786280746348fdcdeae866d_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:fb8d5c681efa515095f164334fde48bb2c4160069ba7512ddbf16a865c65ae17_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:ae3724c290b6e0c536cadae4dbe38fc1241fb88520db381e04bfbd1e489989e8_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:21275"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:29229a9b1908d9586aa60ae96ea4cab29316c058665ea4e10bd7d88e3434f38a_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:eeceb83a297bdb2778a63fa0e55d441ba316b77be786280746348fdcdeae866d_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:fb8d5c681efa515095f164334fde48bb2c4160069ba7512ddbf16a865c65ae17_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:ae3724c290b6e0c536cadae4dbe38fc1241fb88520db381e04bfbd1e489989e8_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:29229a9b1908d9586aa60ae96ea4cab29316c058665ea4e10bd7d88e3434f38a_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:eeceb83a297bdb2778a63fa0e55d441ba316b77be786280746348fdcdeae866d_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:fb8d5c681efa515095f164334fde48bb2c4160069ba7512ddbf16a865c65ae17_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:ae3724c290b6e0c536cadae4dbe38fc1241fb88520db381e04bfbd1e489989e8_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "glib: Integer Overflow in GLib GIO Attribute Escaping Causes Heap Buffer Overflow"
},
{
"cve": "CVE-2025-15282",
"cwe": {
"id": "CWE-93",
"name": "Improper Neutralization of CRLF Sequences (\u0027CRLF Injection\u0027)"
},
"discovery_date": "2026-01-20T22:01:20.971828+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:29229a9b1908d9586aa60ae96ea4cab29316c058665ea4e10bd7d88e3434f38a_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:eeceb83a297bdb2778a63fa0e55d441ba316b77be786280746348fdcdeae866d_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2431366"
}
],
"notes": [
{
"category": "description",
"text": "Missing newline filtering has been discovered in Python. User-controlled data URLs parsed by urllib.request.DataHandler allow injecting headers through newlines in the data URL mediatype.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "cpython: Header injection via newlines in data URL mediatype in Python",
"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": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:fb8d5c681efa515095f164334fde48bb2c4160069ba7512ddbf16a865c65ae17_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:ae3724c290b6e0c536cadae4dbe38fc1241fb88520db381e04bfbd1e489989e8_amd64"
],
"known_not_affected": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:29229a9b1908d9586aa60ae96ea4cab29316c058665ea4e10bd7d88e3434f38a_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:eeceb83a297bdb2778a63fa0e55d441ba316b77be786280746348fdcdeae866d_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-15282"
},
{
"category": "external",
"summary": "RHBZ#2431366",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2431366"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-15282",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-15282"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-15282",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-15282"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/issues/143925",
"url": "https://github.com/python/cpython/issues/143925"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/pull/143926",
"url": "https://github.com/python/cpython/pull/143926"
},
{
"category": "external",
"summary": "https://mail.python.org/archives/list/security-announce@python.org/thread/X66HL7SISGJT33J53OHXMZT4DFLMHVKF/",
"url": "https://mail.python.org/archives/list/security-announce@python.org/thread/X66HL7SISGJT33J53OHXMZT4DFLMHVKF/"
}
],
"release_date": "2026-01-20T21:35:13.865000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-27T07:45:38+00:00",
"details": "The container images provided by this release, apart from the installer, should be deployed using rhui-installer utility.\nSee the official documentation for more details.",
"product_ids": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:fb8d5c681efa515095f164334fde48bb2c4160069ba7512ddbf16a865c65ae17_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:ae3724c290b6e0c536cadae4dbe38fc1241fb88520db381e04bfbd1e489989e8_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:21275"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:29229a9b1908d9586aa60ae96ea4cab29316c058665ea4e10bd7d88e3434f38a_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:eeceb83a297bdb2778a63fa0e55d441ba316b77be786280746348fdcdeae866d_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:fb8d5c681efa515095f164334fde48bb2c4160069ba7512ddbf16a865c65ae17_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:ae3724c290b6e0c536cadae4dbe38fc1241fb88520db381e04bfbd1e489989e8_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 4.8,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:R/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:29229a9b1908d9586aa60ae96ea4cab29316c058665ea4e10bd7d88e3434f38a_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:eeceb83a297bdb2778a63fa0e55d441ba316b77be786280746348fdcdeae866d_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:fb8d5c681efa515095f164334fde48bb2c4160069ba7512ddbf16a865c65ae17_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:ae3724c290b6e0c536cadae4dbe38fc1241fb88520db381e04bfbd1e489989e8_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "cpython: Header injection via newlines in data URL mediatype in Python"
},
{
"cve": "CVE-2025-59375",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-09-15T03:00:59.775098+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:29229a9b1908d9586aa60ae96ea4cab29316c058665ea4e10bd7d88e3434f38a_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:eeceb83a297bdb2778a63fa0e55d441ba316b77be786280746348fdcdeae866d_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2395108"
}
],
"notes": [
{
"category": "description",
"text": "A memory amplification vulnerability in libexpat allows attackers to trigger excessive dynamic memory allocations by submitting specially crafted XML input. A small input (~250 KiB) can cause the parser to allocate hundreds of megabytes, leading to denial-of-service (DoS) through memory exhaustion.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "firefox: thunderbird: expat: libexpat in Expat allows attackers to trigger large dynamic memory allocations via a small document that is submitted for parsing",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This issue is Important rather than Critical because, while it allows for significant resource exhaustion leading to denial-of-service (DoS), it does not enable arbitrary code execution, data leakage, or privilege escalation. The vulnerability stems from an uncontrolled memory amplification behavior in libexpat\u2019s parser, where a relatively small XML payload can cause disproportionately large heap allocations. However, the flaw is limited in scope to service disruption and requires the attacker to submit a crafted XML document\u2014something that can be mitigated with proper input validation and memory usage limits. Therefore, while the exploitability is high, the impact is confined to availability, not confidentiality or integrity, making it a high-severity but not critical flaw.\n\nIn Firefox and Thunderbird, where libexpat is a transitive userspace dependency, exploitation usually just crashes the application (app-level DoS), so it is classified as Moderate instead of Important.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:fb8d5c681efa515095f164334fde48bb2c4160069ba7512ddbf16a865c65ae17_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:ae3724c290b6e0c536cadae4dbe38fc1241fb88520db381e04bfbd1e489989e8_amd64"
],
"known_not_affected": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:29229a9b1908d9586aa60ae96ea4cab29316c058665ea4e10bd7d88e3434f38a_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:eeceb83a297bdb2778a63fa0e55d441ba316b77be786280746348fdcdeae866d_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-59375"
},
{
"category": "external",
"summary": "RHBZ#2395108",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2395108"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-59375",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-59375"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-59375",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-59375"
},
{
"category": "external",
"summary": "https://www.mozilla.org/security/advisories/mfsa2026-22/#CVE-2025-59375",
"url": "https://www.mozilla.org/security/advisories/mfsa2026-22/#CVE-2025-59375"
},
{
"category": "external",
"summary": "https://www.mozilla.org/security/advisories/mfsa2026-24/#CVE-2025-59375",
"url": "https://www.mozilla.org/security/advisories/mfsa2026-24/#CVE-2025-59375"
}
],
"release_date": "2025-09-15T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-27T07:45:38+00:00",
"details": "The container images provided by this release, apart from the installer, should be deployed using rhui-installer utility.\nSee the official documentation for more details.",
"product_ids": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:fb8d5c681efa515095f164334fde48bb2c4160069ba7512ddbf16a865c65ae17_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:ae3724c290b6e0c536cadae4dbe38fc1241fb88520db381e04bfbd1e489989e8_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:21275"
},
{
"category": "workaround",
"details": "To mitigate the issue, limit XML input size and complexity before parsing, and avoid accepting compressed or deeply nested XML. Use OS-level resource controls (like ulimit or setrlimit()) to cap memory usage, or run the parser in a sandboxed or isolated process with strict memory and CPU limits. This helps prevent denial-of-service by containing excessive resource consumption.",
"product_ids": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:29229a9b1908d9586aa60ae96ea4cab29316c058665ea4e10bd7d88e3434f38a_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:eeceb83a297bdb2778a63fa0e55d441ba316b77be786280746348fdcdeae866d_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:fb8d5c681efa515095f164334fde48bb2c4160069ba7512ddbf16a865c65ae17_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:ae3724c290b6e0c536cadae4dbe38fc1241fb88520db381e04bfbd1e489989e8_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:29229a9b1908d9586aa60ae96ea4cab29316c058665ea4e10bd7d88e3434f38a_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:eeceb83a297bdb2778a63fa0e55d441ba316b77be786280746348fdcdeae866d_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:fb8d5c681efa515095f164334fde48bb2c4160069ba7512ddbf16a865c65ae17_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:ae3724c290b6e0c536cadae4dbe38fc1241fb88520db381e04bfbd1e489989e8_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "firefox: thunderbird: expat: libexpat in Expat allows attackers to trigger large dynamic memory allocations via a small document that is submitted for parsing"
},
{
"cve": "CVE-2026-0672",
"cwe": {
"id": "CWE-93",
"name": "Improper Neutralization of CRLF Sequences (\u0027CRLF Injection\u0027)"
},
"discovery_date": "2026-01-20T22:02:15.663936+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:29229a9b1908d9586aa60ae96ea4cab29316c058665ea4e10bd7d88e3434f38a_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:eeceb83a297bdb2778a63fa0e55d441ba316b77be786280746348fdcdeae866d_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2431374"
}
],
"notes": [
{
"category": "description",
"text": "An injection flaw has been discovered in Python. When using http.cookies.Morsel, user-controlled cookie values and parameters can allow injecting HTTP headers into messages. Patch rejects all control characters within cookie names, values, and parameters.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "cpython: Header injection in http.cookies.Morsel in Python",
"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": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:fb8d5c681efa515095f164334fde48bb2c4160069ba7512ddbf16a865c65ae17_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:ae3724c290b6e0c536cadae4dbe38fc1241fb88520db381e04bfbd1e489989e8_amd64"
],
"known_not_affected": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:29229a9b1908d9586aa60ae96ea4cab29316c058665ea4e10bd7d88e3434f38a_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:eeceb83a297bdb2778a63fa0e55d441ba316b77be786280746348fdcdeae866d_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-0672"
},
{
"category": "external",
"summary": "RHBZ#2431374",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2431374"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-0672",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-0672"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-0672",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-0672"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/issues/143919",
"url": "https://github.com/python/cpython/issues/143919"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/pull/143920",
"url": "https://github.com/python/cpython/pull/143920"
}
],
"release_date": "2026-01-20T21:52:33.925000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-27T07:45:38+00:00",
"details": "The container images provided by this release, apart from the installer, should be deployed using rhui-installer utility.\nSee the official documentation for more details.",
"product_ids": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:fb8d5c681efa515095f164334fde48bb2c4160069ba7512ddbf16a865c65ae17_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:ae3724c290b6e0c536cadae4dbe38fc1241fb88520db381e04bfbd1e489989e8_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:21275"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:29229a9b1908d9586aa60ae96ea4cab29316c058665ea4e10bd7d88e3434f38a_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:eeceb83a297bdb2778a63fa0e55d441ba316b77be786280746348fdcdeae866d_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:fb8d5c681efa515095f164334fde48bb2c4160069ba7512ddbf16a865c65ae17_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:ae3724c290b6e0c536cadae4dbe38fc1241fb88520db381e04bfbd1e489989e8_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 4.8,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:R/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:29229a9b1908d9586aa60ae96ea4cab29316c058665ea4e10bd7d88e3434f38a_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:eeceb83a297bdb2778a63fa0e55d441ba316b77be786280746348fdcdeae866d_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:fb8d5c681efa515095f164334fde48bb2c4160069ba7512ddbf16a865c65ae17_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:ae3724c290b6e0c536cadae4dbe38fc1241fb88520db381e04bfbd1e489989e8_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "cpython: Header injection in http.cookies.Morsel in Python"
},
{
"cve": "CVE-2026-0865",
"cwe": {
"id": "CWE-74",
"name": "Improper Neutralization of Special Elements in Output Used by a Downstream Component (\u0027Injection\u0027)"
},
"discovery_date": "2026-01-20T22:01:26.694713+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2431367"
}
],
"notes": [
{
"category": "description",
"text": "Missing newline filtering has been discovered in Python. User-controlled header names and values containing newlines can allow injecting HTTP headers.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "cpython: wsgiref.headers.Headers allows header newline injection in Python",
"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": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:29229a9b1908d9586aa60ae96ea4cab29316c058665ea4e10bd7d88e3434f38a_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:eeceb83a297bdb2778a63fa0e55d441ba316b77be786280746348fdcdeae866d_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:fb8d5c681efa515095f164334fde48bb2c4160069ba7512ddbf16a865c65ae17_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:ae3724c290b6e0c536cadae4dbe38fc1241fb88520db381e04bfbd1e489989e8_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-0865"
},
{
"category": "external",
"summary": "RHBZ#2431367",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2431367"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-0865",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-0865"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-0865",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-0865"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/issues/143916",
"url": "https://github.com/python/cpython/issues/143916"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/pull/143917",
"url": "https://github.com/python/cpython/pull/143917"
},
{
"category": "external",
"summary": "https://mail.python.org/archives/list/security-announce@python.org/thread/BJ6QPHNSHJTS3A7CFV6IBMCAP2DWRVNT/",
"url": "https://mail.python.org/archives/list/security-announce@python.org/thread/BJ6QPHNSHJTS3A7CFV6IBMCAP2DWRVNT/"
}
],
"release_date": "2026-01-20T21:26:15.274000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-27T07:45:38+00:00",
"details": "The container images provided by this release, apart from the installer, should be deployed using rhui-installer utility.\nSee the official documentation for more details.",
"product_ids": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:29229a9b1908d9586aa60ae96ea4cab29316c058665ea4e10bd7d88e3434f38a_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:eeceb83a297bdb2778a63fa0e55d441ba316b77be786280746348fdcdeae866d_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:fb8d5c681efa515095f164334fde48bb2c4160069ba7512ddbf16a865c65ae17_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:ae3724c290b6e0c536cadae4dbe38fc1241fb88520db381e04bfbd1e489989e8_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:21275"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:29229a9b1908d9586aa60ae96ea4cab29316c058665ea4e10bd7d88e3434f38a_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:eeceb83a297bdb2778a63fa0e55d441ba316b77be786280746348fdcdeae866d_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:fb8d5c681efa515095f164334fde48bb2c4160069ba7512ddbf16a865c65ae17_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:ae3724c290b6e0c536cadae4dbe38fc1241fb88520db381e04bfbd1e489989e8_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 4.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "HIGH",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:R/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:29229a9b1908d9586aa60ae96ea4cab29316c058665ea4e10bd7d88e3434f38a_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:eeceb83a297bdb2778a63fa0e55d441ba316b77be786280746348fdcdeae866d_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:fb8d5c681efa515095f164334fde48bb2c4160069ba7512ddbf16a865c65ae17_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:ae3724c290b6e0c536cadae4dbe38fc1241fb88520db381e04bfbd1e489989e8_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "cpython: wsgiref.headers.Headers allows header newline injection in Python"
},
{
"cve": "CVE-2026-1502",
"cwe": {
"id": "CWE-93",
"name": "Improper Neutralization of CRLF Sequences (\u0027CRLF Injection\u0027)"
},
"discovery_date": "2026-04-10T19:01:07.715197+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:29229a9b1908d9586aa60ae96ea4cab29316c058665ea4e10bd7d88e3434f38a_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:eeceb83a297bdb2778a63fa0e55d441ba316b77be786280746348fdcdeae866d_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2457409"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Python. This vulnerability allows for the injection of extra information into HTTP communication. Specifically, the system does not properly prevent special characters (carriage return and line feed) from being included in HTTP client proxy tunnel headers or host fields.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python: Python: HTTP header injection via CR/LF in proxy tunnel headers",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:fb8d5c681efa515095f164334fde48bb2c4160069ba7512ddbf16a865c65ae17_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:ae3724c290b6e0c536cadae4dbe38fc1241fb88520db381e04bfbd1e489989e8_amd64"
],
"known_not_affected": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:29229a9b1908d9586aa60ae96ea4cab29316c058665ea4e10bd7d88e3434f38a_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:eeceb83a297bdb2778a63fa0e55d441ba316b77be786280746348fdcdeae866d_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-1502"
},
{
"category": "external",
"summary": "RHBZ#2457409",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2457409"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-1502",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-1502"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-1502",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-1502"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/commit/05ed7ce7ae9e17c23a04085b2539fe6d6d3cef69",
"url": "https://github.com/python/cpython/commit/05ed7ce7ae9e17c23a04085b2539fe6d6d3cef69"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/issues/146211",
"url": "https://github.com/python/cpython/issues/146211"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/pull/146212",
"url": "https://github.com/python/cpython/pull/146212"
},
{
"category": "external",
"summary": "https://mail.python.org/archives/list/security-announce@python.org/thread/2IVPAEQWUJBCTQZEJEVTYCIKSMQPGRZ3/",
"url": "https://mail.python.org/archives/list/security-announce@python.org/thread/2IVPAEQWUJBCTQZEJEVTYCIKSMQPGRZ3/"
}
],
"release_date": "2026-04-10T17:54:44.121000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-27T07:45:38+00:00",
"details": "The container images provided by this release, apart from the installer, should be deployed using rhui-installer utility.\nSee the official documentation for more details.",
"product_ids": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:fb8d5c681efa515095f164334fde48bb2c4160069ba7512ddbf16a865c65ae17_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:ae3724c290b6e0c536cadae4dbe38fc1241fb88520db381e04bfbd1e489989e8_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:21275"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:29229a9b1908d9586aa60ae96ea4cab29316c058665ea4e10bd7d88e3434f38a_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:eeceb83a297bdb2778a63fa0e55d441ba316b77be786280746348fdcdeae866d_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:fb8d5c681efa515095f164334fde48bb2c4160069ba7512ddbf16a865c65ae17_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:ae3724c290b6e0c536cadae4dbe38fc1241fb88520db381e04bfbd1e489989e8_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 4.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "HIGH",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:R/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:29229a9b1908d9586aa60ae96ea4cab29316c058665ea4e10bd7d88e3434f38a_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:eeceb83a297bdb2778a63fa0e55d441ba316b77be786280746348fdcdeae866d_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:fb8d5c681efa515095f164334fde48bb2c4160069ba7512ddbf16a865c65ae17_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:ae3724c290b6e0c536cadae4dbe38fc1241fb88520db381e04bfbd1e489989e8_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "python: Python: HTTP header injection via CR/LF in proxy tunnel headers"
},
{
"acknowledgments": [
{
"names": [
"Zoltan Fridrich"
],
"organization": "Red Hat",
"summary": "This issue was discovered by Red Hat."
}
],
"cve": "CVE-2026-2100",
"cwe": {
"id": "CWE-824",
"name": "Access of Uninitialized Pointer"
},
"discovery_date": "2026-02-06T12:02:49.002000+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2437308"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in p11-kit. A remote attacker could exploit this vulnerability by calling the C_DeriveKey function on a remote token with specific IBM kyber or IBM btc derive mechanism parameters set to NULL. This could lead to the RPC-client attempting to return an uninitialized value, potentially resulting in a NULL dereference or undefined behavior. This issue may cause an application level denial of service or other unpredictable system states.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "p11-kit: NULL dereference via C_DeriveKey with specific NULL parameters",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This MODERATE impact flaw in p11-kit allows a remote attacker to cause an application level denial of service or unpredictable system states. Exploitation occurs when the C_DeriveKey function is called on a remote token with specific IBM kyber or IBM btc derive mechanism parameters set to NULL. This affects Red Hat Enterprise Linux 9.8 and 10.2, Fedora 42 and 43, and Red Hat In-Vehicle OS 2.0. Other Red Hat products, including OpenShift Container Platform and various RHEL versions, are not affected as the vulnerable code is not present.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:29229a9b1908d9586aa60ae96ea4cab29316c058665ea4e10bd7d88e3434f38a_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:eeceb83a297bdb2778a63fa0e55d441ba316b77be786280746348fdcdeae866d_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:fb8d5c681efa515095f164334fde48bb2c4160069ba7512ddbf16a865c65ae17_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:ae3724c290b6e0c536cadae4dbe38fc1241fb88520db381e04bfbd1e489989e8_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-2100"
},
{
"category": "external",
"summary": "RHBZ#2437308",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2437308"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-2100",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-2100"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-2100",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-2100"
},
{
"category": "external",
"summary": "https://github.com/p11-glue/p11-kit/pull/740",
"url": "https://github.com/p11-glue/p11-kit/pull/740"
}
],
"release_date": "2026-02-06T08:08:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-27T07:45:38+00:00",
"details": "The container images provided by this release, apart from the installer, should be deployed using rhui-installer utility.\nSee the official documentation for more details.",
"product_ids": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:29229a9b1908d9586aa60ae96ea4cab29316c058665ea4e10bd7d88e3434f38a_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:eeceb83a297bdb2778a63fa0e55d441ba316b77be786280746348fdcdeae866d_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:fb8d5c681efa515095f164334fde48bb2c4160069ba7512ddbf16a865c65ae17_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:ae3724c290b6e0c536cadae4dbe38fc1241fb88520db381e04bfbd1e489989e8_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:21275"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:29229a9b1908d9586aa60ae96ea4cab29316c058665ea4e10bd7d88e3434f38a_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:eeceb83a297bdb2778a63fa0e55d441ba316b77be786280746348fdcdeae866d_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:fb8d5c681efa515095f164334fde48bb2c4160069ba7512ddbf16a865c65ae17_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:ae3724c290b6e0c536cadae4dbe38fc1241fb88520db381e04bfbd1e489989e8_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:29229a9b1908d9586aa60ae96ea4cab29316c058665ea4e10bd7d88e3434f38a_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:eeceb83a297bdb2778a63fa0e55d441ba316b77be786280746348fdcdeae866d_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:fb8d5c681efa515095f164334fde48bb2c4160069ba7512ddbf16a865c65ae17_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:ae3724c290b6e0c536cadae4dbe38fc1241fb88520db381e04bfbd1e489989e8_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "p11-kit: NULL dereference via C_DeriveKey with specific NULL parameters"
},
{
"cve": "CVE-2026-2297",
"cwe": {
"id": "CWE-778",
"name": "Insufficient Logging"
},
"discovery_date": "2026-03-04T23:01:09.396553+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:29229a9b1908d9586aa60ae96ea4cab29316c058665ea4e10bd7d88e3434f38a_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:eeceb83a297bdb2778a63fa0e55d441ba316b77be786280746348fdcdeae866d_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2444691"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in CPython. This vulnerability allows a local user with low privileges to bypass security auditing mechanisms. The issue occurs because the SourcelessFileLoader component, responsible for handling older Python compiled files (.pyc), does not properly trigger system audit events. This oversight could enable malicious activities to go undetected, compromising the integrity of the system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "cpython: CPython: Logging Bypass in Legacy .pyc File Handling",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:fb8d5c681efa515095f164334fde48bb2c4160069ba7512ddbf16a865c65ae17_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:ae3724c290b6e0c536cadae4dbe38fc1241fb88520db381e04bfbd1e489989e8_amd64"
],
"known_not_affected": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:29229a9b1908d9586aa60ae96ea4cab29316c058665ea4e10bd7d88e3434f38a_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:eeceb83a297bdb2778a63fa0e55d441ba316b77be786280746348fdcdeae866d_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-2297"
},
{
"category": "external",
"summary": "RHBZ#2444691",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2444691"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-2297",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-2297"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-2297",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-2297"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/commit/482d6f8bdba9da3725d272e8bb4a2d25fb6a603e",
"url": "https://github.com/python/cpython/commit/482d6f8bdba9da3725d272e8bb4a2d25fb6a603e"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/commit/a51b1b512de1d56b3714b65628a2eae2b07e535e",
"url": "https://github.com/python/cpython/commit/a51b1b512de1d56b3714b65628a2eae2b07e535e"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/commit/e58e9802b9bec5cdbf48fc9bf1da5f4fda482e86",
"url": "https://github.com/python/cpython/commit/e58e9802b9bec5cdbf48fc9bf1da5f4fda482e86"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/issues/145506",
"url": "https://github.com/python/cpython/issues/145506"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/pull/145507",
"url": "https://github.com/python/cpython/pull/145507"
}
],
"release_date": "2026-03-04T22:10:43.297000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-27T07:45:38+00:00",
"details": "The container images provided by this release, apart from the installer, should be deployed using rhui-installer utility.\nSee the official documentation for more details.",
"product_ids": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:fb8d5c681efa515095f164334fde48bb2c4160069ba7512ddbf16a865c65ae17_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:ae3724c290b6e0c536cadae4dbe38fc1241fb88520db381e04bfbd1e489989e8_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:21275"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:29229a9b1908d9586aa60ae96ea4cab29316c058665ea4e10bd7d88e3434f38a_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:eeceb83a297bdb2778a63fa0e55d441ba316b77be786280746348fdcdeae866d_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:fb8d5c681efa515095f164334fde48bb2c4160069ba7512ddbf16a865c65ae17_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:ae3724c290b6e0c536cadae4dbe38fc1241fb88520db381e04bfbd1e489989e8_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "NONE",
"baseScore": 3.3,
"baseSeverity": "LOW",
"confidentialityImpact": "NONE",
"integrityImpact": "LOW",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:N",
"version": "3.1"
},
"products": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:29229a9b1908d9586aa60ae96ea4cab29316c058665ea4e10bd7d88e3434f38a_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:eeceb83a297bdb2778a63fa0e55d441ba316b77be786280746348fdcdeae866d_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:fb8d5c681efa515095f164334fde48bb2c4160069ba7512ddbf16a865c65ae17_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:ae3724c290b6e0c536cadae4dbe38fc1241fb88520db381e04bfbd1e489989e8_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "cpython: CPython: Logging Bypass in Legacy .pyc File Handling"
},
{
"cve": "CVE-2026-3644",
"cwe": {
"id": "CWE-791",
"name": "Incomplete Filtering of Special Elements"
},
"discovery_date": "2026-03-16T18:02:25.997880+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:29229a9b1908d9586aa60ae96ea4cab29316c058665ea4e10bd7d88e3434f38a_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:eeceb83a297bdb2778a63fa0e55d441ba316b77be786280746348fdcdeae866d_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2448168"
}
],
"notes": [
{
"category": "description",
"text": "A control character validation flaw has been discovered in the Python http.cookie module. The Morsel.update(), |= operator, and unpickling paths were not patched to resolve CVE-2026-0672, allowing control characters to bypass input validation. Additionally, BaseCookie.js_output() lacked the output validation applied to BaseCookie.output().",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "cpython: Incomplete control character validation in http.cookies",
"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": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:fb8d5c681efa515095f164334fde48bb2c4160069ba7512ddbf16a865c65ae17_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:ae3724c290b6e0c536cadae4dbe38fc1241fb88520db381e04bfbd1e489989e8_amd64"
],
"known_not_affected": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:29229a9b1908d9586aa60ae96ea4cab29316c058665ea4e10bd7d88e3434f38a_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:eeceb83a297bdb2778a63fa0e55d441ba316b77be786280746348fdcdeae866d_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-3644"
},
{
"category": "external",
"summary": "RHBZ#2448168",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2448168"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-3644",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-3644"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-3644",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-3644"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/commit/57e88c1cf95e1481b94ae57abe1010469d47a6b4",
"url": "https://github.com/python/cpython/commit/57e88c1cf95e1481b94ae57abe1010469d47a6b4"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/issues/145599",
"url": "https://github.com/python/cpython/issues/145599"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/pull/145600",
"url": "https://github.com/python/cpython/pull/145600"
},
{
"category": "external",
"summary": "https://mail.python.org/archives/list/security-announce@python.org/thread/H6CADMBCDRFGWCMOXWUIHFJNV43GABJ7/",
"url": "https://mail.python.org/archives/list/security-announce@python.org/thread/H6CADMBCDRFGWCMOXWUIHFJNV43GABJ7/"
}
],
"release_date": "2026-03-16T17:37:31.344000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-27T07:45:38+00:00",
"details": "The container images provided by this release, apart from the installer, should be deployed using rhui-installer utility.\nSee the official documentation for more details.",
"product_ids": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:fb8d5c681efa515095f164334fde48bb2c4160069ba7512ddbf16a865c65ae17_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:ae3724c290b6e0c536cadae4dbe38fc1241fb88520db381e04bfbd1e489989e8_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:21275"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:29229a9b1908d9586aa60ae96ea4cab29316c058665ea4e10bd7d88e3434f38a_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:eeceb83a297bdb2778a63fa0e55d441ba316b77be786280746348fdcdeae866d_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:fb8d5c681efa515095f164334fde48bb2c4160069ba7512ddbf16a865c65ae17_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:ae3724c290b6e0c536cadae4dbe38fc1241fb88520db381e04bfbd1e489989e8_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.4,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:29229a9b1908d9586aa60ae96ea4cab29316c058665ea4e10bd7d88e3434f38a_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:eeceb83a297bdb2778a63fa0e55d441ba316b77be786280746348fdcdeae866d_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:fb8d5c681efa515095f164334fde48bb2c4160069ba7512ddbf16a865c65ae17_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:ae3724c290b6e0c536cadae4dbe38fc1241fb88520db381e04bfbd1e489989e8_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "cpython: Incomplete control character validation in http.cookies"
},
{
"cve": "CVE-2026-4224",
"cwe": {
"id": "CWE-805",
"name": "Buffer Access with Incorrect Length Value"
},
"discovery_date": "2026-03-16T19:01:54.161187+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:29229a9b1908d9586aa60ae96ea4cab29316c058665ea4e10bd7d88e3434f38a_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:eeceb83a297bdb2778a63fa0e55d441ba316b77be786280746348fdcdeae866d_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2448181"
}
],
"notes": [
{
"category": "description",
"text": "A stack overflow flaw has been discovered in the python pyexpat module. When an Expat parser with a registered ElementDeclHandler parses an inline document type definition containing a deeply nested content model a C stack overflow occurs. This will result in a program crash.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "cpython: Stack overflow parsing XML with deeply nested DTD content models",
"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": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:fb8d5c681efa515095f164334fde48bb2c4160069ba7512ddbf16a865c65ae17_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:ae3724c290b6e0c536cadae4dbe38fc1241fb88520db381e04bfbd1e489989e8_amd64"
],
"known_not_affected": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:29229a9b1908d9586aa60ae96ea4cab29316c058665ea4e10bd7d88e3434f38a_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:eeceb83a297bdb2778a63fa0e55d441ba316b77be786280746348fdcdeae866d_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-4224"
},
{
"category": "external",
"summary": "RHBZ#2448181",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2448181"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-4224",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-4224"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-4224",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-4224"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/commit/196edfb06a7458377d4d0f4b3cd41724c1f3bd4a",
"url": "https://github.com/python/cpython/commit/196edfb06a7458377d4d0f4b3cd41724c1f3bd4a"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/commit/e0a8a6da90597a924b300debe045cdb4628ee1f3",
"url": "https://github.com/python/cpython/commit/e0a8a6da90597a924b300debe045cdb4628ee1f3"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/commit/eb0e8be3a7e11b87d198a2c3af1ed0eccf532768",
"url": "https://github.com/python/cpython/commit/eb0e8be3a7e11b87d198a2c3af1ed0eccf532768"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/issues/145986",
"url": "https://github.com/python/cpython/issues/145986"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/pull/145987",
"url": "https://github.com/python/cpython/pull/145987"
},
{
"category": "external",
"summary": "https://mail.python.org/archives/list/security-announce@python.org/thread/5M7CGUW3XBRY7II4DK43KF7NQQ3TPZ6R/",
"url": "https://mail.python.org/archives/list/security-announce@python.org/thread/5M7CGUW3XBRY7II4DK43KF7NQQ3TPZ6R/"
}
],
"release_date": "2026-03-16T17:52:26.639000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-27T07:45:38+00:00",
"details": "The container images provided by this release, apart from the installer, should be deployed using rhui-installer utility.\nSee the official documentation for more details.",
"product_ids": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:fb8d5c681efa515095f164334fde48bb2c4160069ba7512ddbf16a865c65ae17_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:ae3724c290b6e0c536cadae4dbe38fc1241fb88520db381e04bfbd1e489989e8_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:21275"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:29229a9b1908d9586aa60ae96ea4cab29316c058665ea4e10bd7d88e3434f38a_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:eeceb83a297bdb2778a63fa0e55d441ba316b77be786280746348fdcdeae866d_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:fb8d5c681efa515095f164334fde48bb2c4160069ba7512ddbf16a865c65ae17_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:ae3724c290b6e0c536cadae4dbe38fc1241fb88520db381e04bfbd1e489989e8_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:29229a9b1908d9586aa60ae96ea4cab29316c058665ea4e10bd7d88e3434f38a_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:eeceb83a297bdb2778a63fa0e55d441ba316b77be786280746348fdcdeae866d_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:fb8d5c681efa515095f164334fde48bb2c4160069ba7512ddbf16a865c65ae17_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:ae3724c290b6e0c536cadae4dbe38fc1241fb88520db381e04bfbd1e489989e8_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "cpython: Stack overflow parsing XML with deeply nested DTD content models"
},
{
"cve": "CVE-2026-4519",
"cwe": {
"id": "CWE-88",
"name": "Improper Neutralization of Argument Delimiters in a Command (\u0027Argument Injection\u0027)"
},
"discovery_date": "2026-03-20T16:02:13.494105+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2449649"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Python. The `webbrowser.open()` API, used to launch web browsers, does not properly sanitize input. This allows a remote attacker to craft a malicious URL containing leading dashes. When such a URL is opened, certain web browsers may interpret these dashes as command-line options, which could lead to unexpected behavior, information disclosure, or potentially arbitrary code execution, impacting the integrity of the system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python: Python: Command-line option injection in webbrowser.open() via crafted URLs",
"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": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:29229a9b1908d9586aa60ae96ea4cab29316c058665ea4e10bd7d88e3434f38a_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:eeceb83a297bdb2778a63fa0e55d441ba316b77be786280746348fdcdeae866d_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:fb8d5c681efa515095f164334fde48bb2c4160069ba7512ddbf16a865c65ae17_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:ae3724c290b6e0c536cadae4dbe38fc1241fb88520db381e04bfbd1e489989e8_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-4519"
},
{
"category": "external",
"summary": "RHBZ#2449649",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2449649"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-4519",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-4519"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-4519",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-4519"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/issues/143930",
"url": "https://github.com/python/cpython/issues/143930"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/pull/143931",
"url": "https://github.com/python/cpython/pull/143931"
},
{
"category": "external",
"summary": "https://mail.python.org/archives/list/security-announce@python.org/thread/AY5NDSS433JK56Q7Q5IS7B37QFZVVOUS/",
"url": "https://mail.python.org/archives/list/security-announce@python.org/thread/AY5NDSS433JK56Q7Q5IS7B37QFZVVOUS/"
}
],
"release_date": "2026-03-20T15:08:32.576000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-27T07:45:38+00:00",
"details": "The container images provided by this release, apart from the installer, should be deployed using rhui-installer utility.\nSee the official documentation for more details.",
"product_ids": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:29229a9b1908d9586aa60ae96ea4cab29316c058665ea4e10bd7d88e3434f38a_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:eeceb83a297bdb2778a63fa0e55d441ba316b77be786280746348fdcdeae866d_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:fb8d5c681efa515095f164334fde48bb2c4160069ba7512ddbf16a865c65ae17_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:ae3724c290b6e0c536cadae4dbe38fc1241fb88520db381e04bfbd1e489989e8_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:21275"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:29229a9b1908d9586aa60ae96ea4cab29316c058665ea4e10bd7d88e3434f38a_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:eeceb83a297bdb2778a63fa0e55d441ba316b77be786280746348fdcdeae866d_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:fb8d5c681efa515095f164334fde48bb2c4160069ba7512ddbf16a865c65ae17_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:ae3724c290b6e0c536cadae4dbe38fc1241fb88520db381e04bfbd1e489989e8_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 7.1,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:L",
"version": "3.1"
},
"products": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:29229a9b1908d9586aa60ae96ea4cab29316c058665ea4e10bd7d88e3434f38a_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:eeceb83a297bdb2778a63fa0e55d441ba316b77be786280746348fdcdeae866d_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:fb8d5c681efa515095f164334fde48bb2c4160069ba7512ddbf16a865c65ae17_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:ae3724c290b6e0c536cadae4dbe38fc1241fb88520db381e04bfbd1e489989e8_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "python: Python: Command-line option injection in webbrowser.open() via crafted URLs"
},
{
"cve": "CVE-2026-4786",
"cwe": {
"id": "CWE-88",
"name": "Improper Neutralization of Argument Delimiters in a Command (\u0027Argument Injection\u0027)"
},
"discovery_date": "2026-04-13T22:01:38.006388+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2458049"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Python webbrowser.open() API. If a specially crafted URL containing \"%action\" is processed, an attacker could bypass a previous mitigation for CVE-2026-4519. This bypass allows for command injection into the underlying shell, potentially leading to arbitrary code execution.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python: cpython: Python: Arbitrary code execution via command injection in webbrowser.open() API",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This flaw in the Python `webbrowser.open()` API allows for command injection and arbitrary code execution when processing specially crafted URLs containing \"%action\". This bypasses a previous mitigation for CVE-2026-4519.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:29229a9b1908d9586aa60ae96ea4cab29316c058665ea4e10bd7d88e3434f38a_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:eeceb83a297bdb2778a63fa0e55d441ba316b77be786280746348fdcdeae866d_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:fb8d5c681efa515095f164334fde48bb2c4160069ba7512ddbf16a865c65ae17_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:ae3724c290b6e0c536cadae4dbe38fc1241fb88520db381e04bfbd1e489989e8_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-4786"
},
{
"category": "external",
"summary": "RHBZ#2458049",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2458049"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-4786",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-4786"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-4786",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-4786"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/issues/148169",
"url": "https://github.com/python/cpython/issues/148169"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/pull/148170",
"url": "https://github.com/python/cpython/pull/148170"
},
{
"category": "external",
"summary": "https://mail.python.org/archives/list/security-announce@python.org/thread/JQDUNJVB4AQNTJECSUKOBDU3XCJIPSE5/",
"url": "https://mail.python.org/archives/list/security-announce@python.org/thread/JQDUNJVB4AQNTJECSUKOBDU3XCJIPSE5/"
}
],
"release_date": "2026-04-13T21:52:19.036000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-27T07:45:38+00:00",
"details": "The container images provided by this release, apart from the installer, should be deployed using rhui-installer utility.\nSee the official documentation for more details.",
"product_ids": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:29229a9b1908d9586aa60ae96ea4cab29316c058665ea4e10bd7d88e3434f38a_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:eeceb83a297bdb2778a63fa0e55d441ba316b77be786280746348fdcdeae866d_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:fb8d5c681efa515095f164334fde48bb2c4160069ba7512ddbf16a865c65ae17_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:ae3724c290b6e0c536cadae4dbe38fc1241fb88520db381e04bfbd1e489989e8_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:21275"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:29229a9b1908d9586aa60ae96ea4cab29316c058665ea4e10bd7d88e3434f38a_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:eeceb83a297bdb2778a63fa0e55d441ba316b77be786280746348fdcdeae866d_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:fb8d5c681efa515095f164334fde48bb2c4160069ba7512ddbf16a865c65ae17_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:ae3724c290b6e0c536cadae4dbe38fc1241fb88520db381e04bfbd1e489989e8_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 7.1,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:L",
"version": "3.1"
},
"products": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:29229a9b1908d9586aa60ae96ea4cab29316c058665ea4e10bd7d88e3434f38a_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:eeceb83a297bdb2778a63fa0e55d441ba316b77be786280746348fdcdeae866d_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:fb8d5c681efa515095f164334fde48bb2c4160069ba7512ddbf16a865c65ae17_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:ae3724c290b6e0c536cadae4dbe38fc1241fb88520db381e04bfbd1e489989e8_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "python: cpython: Python: Arbitrary code execution via command injection in webbrowser.open() API"
},
{
"acknowledgments": [
{
"names": [
"Ali Raza"
]
}
],
"cve": "CVE-2026-4878",
"cwe": {
"id": "CWE-367",
"name": "Time-of-check Time-of-use (TOCTOU) Race Condition"
},
"discovery_date": "2026-03-26T06:56:21.213270+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2451615"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in libcap. A local unprivileged user can exploit a Time-of-check-to-time-of-use (TOCTOU) race condition in the `cap_set_file()` function. This allows an attacker with write access to a parent directory to redirect file capability updates to an attacker-controlled file. By doing so, capabilities can be injected into or stripped from unintended executables, leading to privilege escalation.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "libcap: libcap: Privilege escalation via TOCTOU race condition in cap_set_file()",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This is an Important flaw. A Time-of-Check-to-Time-of-Use (TOCTOU) race condition in libcap\u0027s cap_set_file() allows a local unprivileged user to escalate privileges. An attacker with write access to a parent directory can exploit a narrow window during file capability updates to redirect capabilities to an attacker-controlled file. This can lead to the injection of elevated privileges into an unintended executable when privileged processes, such as setcap or container tooling, invoke cap_set_file() on attacker-influenced paths.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:29229a9b1908d9586aa60ae96ea4cab29316c058665ea4e10bd7d88e3434f38a_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:eeceb83a297bdb2778a63fa0e55d441ba316b77be786280746348fdcdeae866d_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:fb8d5c681efa515095f164334fde48bb2c4160069ba7512ddbf16a865c65ae17_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:ae3724c290b6e0c536cadae4dbe38fc1241fb88520db381e04bfbd1e489989e8_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-4878"
},
{
"category": "external",
"summary": "RHBZ#2451615",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2451615"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-4878",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-4878"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-4878",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-4878"
},
{
"category": "external",
"summary": "https://bugzilla.redhat.com/show_bug.cgi?id=2447554",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2447554"
}
],
"release_date": "2026-04-06T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-27T07:45:38+00:00",
"details": "The container images provided by this release, apart from the installer, should be deployed using rhui-installer utility.\nSee the official documentation for more details.",
"product_ids": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:29229a9b1908d9586aa60ae96ea4cab29316c058665ea4e10bd7d88e3434f38a_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:eeceb83a297bdb2778a63fa0e55d441ba316b77be786280746348fdcdeae866d_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:fb8d5c681efa515095f164334fde48bb2c4160069ba7512ddbf16a865c65ae17_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:ae3724c290b6e0c536cadae4dbe38fc1241fb88520db381e04bfbd1e489989e8_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:21275"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:29229a9b1908d9586aa60ae96ea4cab29316c058665ea4e10bd7d88e3434f38a_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:eeceb83a297bdb2778a63fa0e55d441ba316b77be786280746348fdcdeae866d_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:fb8d5c681efa515095f164334fde48bb2c4160069ba7512ddbf16a865c65ae17_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:ae3724c290b6e0c536cadae4dbe38fc1241fb88520db381e04bfbd1e489989e8_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 6.7,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:29229a9b1908d9586aa60ae96ea4cab29316c058665ea4e10bd7d88e3434f38a_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:eeceb83a297bdb2778a63fa0e55d441ba316b77be786280746348fdcdeae866d_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:fb8d5c681efa515095f164334fde48bb2c4160069ba7512ddbf16a865c65ae17_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:ae3724c290b6e0c536cadae4dbe38fc1241fb88520db381e04bfbd1e489989e8_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "libcap: libcap: Privilege escalation via TOCTOU race condition in cap_set_file()"
},
{
"cve": "CVE-2026-6100",
"cwe": {
"id": "CWE-825",
"name": "Expired Pointer Dereference"
},
"discovery_date": "2026-04-13T18:01:31.970255+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2457932"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Python\u0027s decompression modules, including `lzma.LZMADecompressor`, `bz2.BZ2Decompressor`, and `gzip.GzipFile`. This vulnerability, a use-after-free, can occur if a program attempts to re-use a decompression object after a memory allocation error, especially when the system is experiencing high memory usage. Exploitation of this flaw could potentially allow an attacker to execute arbitrary code or access sensitive data. The vulnerability is only present if the program re-uses decompressor instances across multiple decompression calls even after a `MemoryError` is raised during decompression. Using the helper functions to one-shot decompress data such as `lzma.decompress()`, `bz2.decompress()`, `gzip.decompress()`, and `zlib.decompress()` are not affected as a new decompressor instance is used per call. If the decompressor instance is not re-used after an error condition, this usage is similarly not vulnerable.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python: Python: Arbitrary code execution or information disclosure via use-after-free in decompression modules",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The severity of this flaw is somewhat mitigated on Red Hat platforms. By default processes are not executed with root user privilege and are limited in their scope which in turn limits the impact of this flaw.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:29229a9b1908d9586aa60ae96ea4cab29316c058665ea4e10bd7d88e3434f38a_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:eeceb83a297bdb2778a63fa0e55d441ba316b77be786280746348fdcdeae866d_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:fb8d5c681efa515095f164334fde48bb2c4160069ba7512ddbf16a865c65ae17_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:ae3724c290b6e0c536cadae4dbe38fc1241fb88520db381e04bfbd1e489989e8_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-6100"
},
{
"category": "external",
"summary": "RHBZ#2457932",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2457932"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-6100",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-6100"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-6100",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-6100"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/commit/6a5f79c8d7bbf22b083b240910c7a8781a59437d",
"url": "https://github.com/python/cpython/commit/6a5f79c8d7bbf22b083b240910c7a8781a59437d"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/commit/8fc66aef6d7b3ae58f43f5c66f9366cc8cbbfcd2",
"url": "https://github.com/python/cpython/commit/8fc66aef6d7b3ae58f43f5c66f9366cc8cbbfcd2"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/commit/c3cf71c3366fe49acb776a639405c0eea6169c20",
"url": "https://github.com/python/cpython/commit/c3cf71c3366fe49acb776a639405c0eea6169c20"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/issues/148395",
"url": "https://github.com/python/cpython/issues/148395"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/pull/148396",
"url": "https://github.com/python/cpython/pull/148396"
},
{
"category": "external",
"summary": "https://mail.python.org/archives/list/security-announce@python.org/thread/HTWB2Z6KT5QQX4RYEZAFININDHNOSIF3/",
"url": "https://mail.python.org/archives/list/security-announce@python.org/thread/HTWB2Z6KT5QQX4RYEZAFININDHNOSIF3/"
}
],
"release_date": "2026-04-13T17:15:47.606000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-27T07:45:38+00:00",
"details": "The container images provided by this release, apart from the installer, should be deployed using rhui-installer utility.\nSee the official documentation for more details.",
"product_ids": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:29229a9b1908d9586aa60ae96ea4cab29316c058665ea4e10bd7d88e3434f38a_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:eeceb83a297bdb2778a63fa0e55d441ba316b77be786280746348fdcdeae866d_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:fb8d5c681efa515095f164334fde48bb2c4160069ba7512ddbf16a865c65ae17_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:ae3724c290b6e0c536cadae4dbe38fc1241fb88520db381e04bfbd1e489989e8_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:21275"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:29229a9b1908d9586aa60ae96ea4cab29316c058665ea4e10bd7d88e3434f38a_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:eeceb83a297bdb2778a63fa0e55d441ba316b77be786280746348fdcdeae866d_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:fb8d5c681efa515095f164334fde48bb2c4160069ba7512ddbf16a865c65ae17_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:ae3724c290b6e0c536cadae4dbe38fc1241fb88520db381e04bfbd1e489989e8_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.1,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:29229a9b1908d9586aa60ae96ea4cab29316c058665ea4e10bd7d88e3434f38a_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:eeceb83a297bdb2778a63fa0e55d441ba316b77be786280746348fdcdeae866d_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:fb8d5c681efa515095f164334fde48bb2c4160069ba7512ddbf16a865c65ae17_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:ae3724c290b6e0c536cadae4dbe38fc1241fb88520db381e04bfbd1e489989e8_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "python: Python: Arbitrary code execution or information disclosure via use-after-free in decompression modules"
},
{
"cve": "CVE-2026-29111",
"cwe": {
"id": "CWE-1287",
"name": "Improper Validation of Specified Type of Input"
},
"discovery_date": "2026-03-23T22:01:54.593547+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2450505"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in systemd, a system and service manager. An unprivileged user can exploit this vulnerability by making an Inter-Process Communication (IPC) API call with spurious data. In older versions (v249 and earlier), this can lead to stack overwriting with attacker-controlled content, potentially enabling arbitrary code execution or privilege escalation. In newer versions (v250 and later), the flaw causes systemd to assert and freeze, resulting in a Denial of Service (DoS).",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "systemd: systemd: Arbitrary code execution or Denial of Service via spurious IPC API call data",
"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": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:29229a9b1908d9586aa60ae96ea4cab29316c058665ea4e10bd7d88e3434f38a_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:eeceb83a297bdb2778a63fa0e55d441ba316b77be786280746348fdcdeae866d_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:fb8d5c681efa515095f164334fde48bb2c4160069ba7512ddbf16a865c65ae17_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:ae3724c290b6e0c536cadae4dbe38fc1241fb88520db381e04bfbd1e489989e8_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-29111"
},
{
"category": "external",
"summary": "RHBZ#2450505",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2450505"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-29111",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-29111"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-29111",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-29111"
},
{
"category": "external",
"summary": "https://github.com/systemd/systemd/commit/1d22f706bd04f45f8422e17fbde3f56ece17758a",
"url": "https://github.com/systemd/systemd/commit/1d22f706bd04f45f8422e17fbde3f56ece17758a"
},
{
"category": "external",
"summary": "https://github.com/systemd/systemd/commit/20021e7686426052e3a7505425d7e12085feb2a6",
"url": "https://github.com/systemd/systemd/commit/20021e7686426052e3a7505425d7e12085feb2a6"
},
{
"category": "external",
"summary": "https://github.com/systemd/systemd/commit/21167006574d6b83813c7596759b474f56562412",
"url": "https://github.com/systemd/systemd/commit/21167006574d6b83813c7596759b474f56562412"
},
{
"category": "external",
"summary": "https://github.com/systemd/systemd/commit/3cee294fe8cf4fa0eff933ab21416d099942cabd",
"url": "https://github.com/systemd/systemd/commit/3cee294fe8cf4fa0eff933ab21416d099942cabd"
},
{
"category": "external",
"summary": "https://github.com/systemd/systemd/commit/42aee39107fbdd7db1ccd402a2151822b2805e9f",
"url": "https://github.com/systemd/systemd/commit/42aee39107fbdd7db1ccd402a2151822b2805e9f"
},
{
"category": "external",
"summary": "https://github.com/systemd/systemd/commit/54588d2dedff54bfb6036670820650e4ea74628f",
"url": "https://github.com/systemd/systemd/commit/54588d2dedff54bfb6036670820650e4ea74628f"
},
{
"category": "external",
"summary": "https://github.com/systemd/systemd/commit/7ac3220213690e8a8d6d2a6e81e43bd1dce01d69",
"url": "https://github.com/systemd/systemd/commit/7ac3220213690e8a8d6d2a6e81e43bd1dce01d69"
},
{
"category": "external",
"summary": "https://github.com/systemd/systemd/commit/80acea4ef80a4bb78560ed970c34952299b890d6",
"url": "https://github.com/systemd/systemd/commit/80acea4ef80a4bb78560ed970c34952299b890d6"
},
{
"category": "external",
"summary": "https://github.com/systemd/systemd/commit/b5fd14693057e5f2c9b4a49603be64ec3608ff6c",
"url": "https://github.com/systemd/systemd/commit/b5fd14693057e5f2c9b4a49603be64ec3608ff6c"
},
{
"category": "external",
"summary": "https://github.com/systemd/systemd/commit/efa6ba2ab625aaa160ac435a09e6482fc63bdbe8",
"url": "https://github.com/systemd/systemd/commit/efa6ba2ab625aaa160ac435a09e6482fc63bdbe8"
},
{
"category": "external",
"summary": "https://github.com/systemd/systemd/security/advisories/GHSA-gx6q-6f99-m764",
"url": "https://github.com/systemd/systemd/security/advisories/GHSA-gx6q-6f99-m764"
}
],
"release_date": "2026-03-23T21:03:56.120000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-27T07:45:38+00:00",
"details": "The container images provided by this release, apart from the installer, should be deployed using rhui-installer utility.\nSee the official documentation for more details.",
"product_ids": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:29229a9b1908d9586aa60ae96ea4cab29316c058665ea4e10bd7d88e3434f38a_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:eeceb83a297bdb2778a63fa0e55d441ba316b77be786280746348fdcdeae866d_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:fb8d5c681efa515095f164334fde48bb2c4160069ba7512ddbf16a865c65ae17_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:ae3724c290b6e0c536cadae4dbe38fc1241fb88520db381e04bfbd1e489989e8_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:21275"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:29229a9b1908d9586aa60ae96ea4cab29316c058665ea4e10bd7d88e3434f38a_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:eeceb83a297bdb2778a63fa0e55d441ba316b77be786280746348fdcdeae866d_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:fb8d5c681efa515095f164334fde48bb2c4160069ba7512ddbf16a865c65ae17_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:ae3724c290b6e0c536cadae4dbe38fc1241fb88520db381e04bfbd1e489989e8_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:29229a9b1908d9586aa60ae96ea4cab29316c058665ea4e10bd7d88e3434f38a_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:eeceb83a297bdb2778a63fa0e55d441ba316b77be786280746348fdcdeae866d_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:fb8d5c681efa515095f164334fde48bb2c4160069ba7512ddbf16a865c65ae17_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:ae3724c290b6e0c536cadae4dbe38fc1241fb88520db381e04bfbd1e489989e8_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "systemd: systemd: Arbitrary code execution or Denial of Service via spurious IPC API call data"
},
{
"cve": "CVE-2026-31790",
"cwe": {
"id": "CWE-824",
"name": "Access of Uninitialized Pointer"
},
"discovery_date": "2026-03-25T02:59:10.179000+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2451094"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in openssl. Applications that use RSASVE key encapsulation, a method for securely exchanging encryption keys, may inadvertently expose sensitive data. This vulnerability arises when an application processes a malicious, invalid RSA public key provided by an attacker without proper validation. Consequently, the application might send the contents of an uninitialized memory buffer, which could contain confidential information, to the attacker.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "openssl: openssl: Information Disclosure from Uninitialized Memory via Invalid RSA Public Key",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Moderate impact. This flaw affects applications utilizing RSASVE key encapsulation, where an attacker-supplied invalid RSA public key is used with EVP_PKEY_encapsulate() without prior validation. This can lead to the disclosure of sensitive, uninitialized memory buffer contents to a malicious peer.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:29229a9b1908d9586aa60ae96ea4cab29316c058665ea4e10bd7d88e3434f38a_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:eeceb83a297bdb2778a63fa0e55d441ba316b77be786280746348fdcdeae866d_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:fb8d5c681efa515095f164334fde48bb2c4160069ba7512ddbf16a865c65ae17_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:ae3724c290b6e0c536cadae4dbe38fc1241fb88520db381e04bfbd1e489989e8_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-31790"
},
{
"category": "external",
"summary": "RHBZ#2451094",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2451094"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-31790",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31790"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-31790",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-31790"
},
{
"category": "external",
"summary": "https://openssl-library.org/news/secadv/20260407.txt",
"url": "https://openssl-library.org/news/secadv/20260407.txt"
}
],
"release_date": "2026-04-07T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-27T07:45:38+00:00",
"details": "The container images provided by this release, apart from the installer, should be deployed using rhui-installer utility.\nSee the official documentation for more details.",
"product_ids": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:29229a9b1908d9586aa60ae96ea4cab29316c058665ea4e10bd7d88e3434f38a_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:eeceb83a297bdb2778a63fa0e55d441ba316b77be786280746348fdcdeae866d_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:fb8d5c681efa515095f164334fde48bb2c4160069ba7512ddbf16a865c65ae17_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:ae3724c290b6e0c536cadae4dbe38fc1241fb88520db381e04bfbd1e489989e8_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:21275"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:29229a9b1908d9586aa60ae96ea4cab29316c058665ea4e10bd7d88e3434f38a_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:eeceb83a297bdb2778a63fa0e55d441ba316b77be786280746348fdcdeae866d_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:fb8d5c681efa515095f164334fde48bb2c4160069ba7512ddbf16a865c65ae17_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:ae3724c290b6e0c536cadae4dbe38fc1241fb88520db381e04bfbd1e489989e8_amd64"
]
}
],
"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": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:29229a9b1908d9586aa60ae96ea4cab29316c058665ea4e10bd7d88e3434f38a_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:eeceb83a297bdb2778a63fa0e55d441ba316b77be786280746348fdcdeae866d_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:fb8d5c681efa515095f164334fde48bb2c4160069ba7512ddbf16a865c65ae17_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:ae3724c290b6e0c536cadae4dbe38fc1241fb88520db381e04bfbd1e489989e8_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "openssl: openssl: Information Disclosure from Uninitialized Memory via Invalid RSA Public Key"
},
{
"cve": "CVE-2026-34982",
"cwe": {
"id": "CWE-78",
"name": "Improper Neutralization of Special Elements used in an OS Command (\u0027OS Command Injection\u0027)"
},
"discovery_date": "2026-04-06T16:02:10.004743+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2455400"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Vim. A modeline is used to set specific editor options directly from a text file. However, the `complete`, `guitabtooltip`, `printheader` options and the `mapset` function lack proper security checks, allowing an attacker to bypass restrictions and cause arbitrary OS command execution.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "vim: arbitrary command execution via modeline sandbox bypass",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this vulnerability, an attacker needs to convince a user to open a specially crafted file. The arbitrary OS command execution is restricted to the privileges of the user running Vim, limiting the potential of a full system compromise.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:29229a9b1908d9586aa60ae96ea4cab29316c058665ea4e10bd7d88e3434f38a_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:eeceb83a297bdb2778a63fa0e55d441ba316b77be786280746348fdcdeae866d_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:fb8d5c681efa515095f164334fde48bb2c4160069ba7512ddbf16a865c65ae17_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:ae3724c290b6e0c536cadae4dbe38fc1241fb88520db381e04bfbd1e489989e8_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-34982"
},
{
"category": "external",
"summary": "RHBZ#2455400",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2455400"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-34982",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-34982"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-34982",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-34982"
},
{
"category": "external",
"summary": "http://www.openwall.com/lists/oss-security/2026/04/01/1",
"url": "http://www.openwall.com/lists/oss-security/2026/04/01/1"
},
{
"category": "external",
"summary": "https://github.com/vim/vim/commit/75661a66a1db1e1f3f1245c615",
"url": "https://github.com/vim/vim/commit/75661a66a1db1e1f3f1245c615"
},
{
"category": "external",
"summary": "https://github.com/vim/vim/releases/tag/v9.2.0276",
"url": "https://github.com/vim/vim/releases/tag/v9.2.0276"
},
{
"category": "external",
"summary": "https://github.com/vim/vim/security/advisories/GHSA-8h6p-m6gr-mpw9",
"url": "https://github.com/vim/vim/security/advisories/GHSA-8h6p-m6gr-mpw9"
}
],
"release_date": "2026-04-06T15:16:48.809000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-27T07:45:38+00:00",
"details": "The container images provided by this release, apart from the installer, should be deployed using rhui-installer utility.\nSee the official documentation for more details.",
"product_ids": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:29229a9b1908d9586aa60ae96ea4cab29316c058665ea4e10bd7d88e3434f38a_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:eeceb83a297bdb2778a63fa0e55d441ba316b77be786280746348fdcdeae866d_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:fb8d5c681efa515095f164334fde48bb2c4160069ba7512ddbf16a865c65ae17_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:ae3724c290b6e0c536cadae4dbe38fc1241fb88520db381e04bfbd1e489989e8_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:21275"
},
{
"category": "workaround",
"details": "To mitigate this issue, disable the modeline support by adding the following command to the Vim configuration file:\n\n~~~\nset nomodeline\n~~~",
"product_ids": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:29229a9b1908d9586aa60ae96ea4cab29316c058665ea4e10bd7d88e3434f38a_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:eeceb83a297bdb2778a63fa0e55d441ba316b77be786280746348fdcdeae866d_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:fb8d5c681efa515095f164334fde48bb2c4160069ba7512ddbf16a865c65ae17_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:ae3724c290b6e0c536cadae4dbe38fc1241fb88520db381e04bfbd1e489989e8_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "NONE",
"baseScore": 8.2,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:C/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:29229a9b1908d9586aa60ae96ea4cab29316c058665ea4e10bd7d88e3434f38a_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:eeceb83a297bdb2778a63fa0e55d441ba316b77be786280746348fdcdeae866d_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:fb8d5c681efa515095f164334fde48bb2c4160069ba7512ddbf16a865c65ae17_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:ae3724c290b6e0c536cadae4dbe38fc1241fb88520db381e04bfbd1e489989e8_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "vim: arbitrary command execution via modeline sandbox bypass"
},
{
"cve": "CVE-2026-35385",
"cwe": {
"id": "CWE-281",
"name": "Improper Preservation of Permissions"
},
"discovery_date": "2026-04-02T17:01:07.052864+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:29229a9b1908d9586aa60ae96ea4cab29316c058665ea4e10bd7d88e3434f38a_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:eeceb83a297bdb2778a63fa0e55d441ba316b77be786280746348fdcdeae866d_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2454469"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in OpenSSH. When the `scp` command is used by a root user to download a file with the legacy protocol option (`-O`) and without preserving original file permissions (`-p`), the downloaded file can be installed with elevated privileges (setuid or setgid). This unexpected behavior could allow a malicious file to execute with higher permissions than intended, posing a security risk through potential privilege escalation.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "OpenSSH: OpenSSH: Privilege escalation via scp legacy protocol when not preserving file mode",
"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": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:fb8d5c681efa515095f164334fde48bb2c4160069ba7512ddbf16a865c65ae17_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:ae3724c290b6e0c536cadae4dbe38fc1241fb88520db381e04bfbd1e489989e8_amd64"
],
"known_not_affected": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:29229a9b1908d9586aa60ae96ea4cab29316c058665ea4e10bd7d88e3434f38a_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:eeceb83a297bdb2778a63fa0e55d441ba316b77be786280746348fdcdeae866d_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-35385"
},
{
"category": "external",
"summary": "RHBZ#2454469",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2454469"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-35385",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-35385"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-35385",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-35385"
},
{
"category": "external",
"summary": "https://marc.info/?l=openssh-unix-dev\u0026m=177513443901484\u0026w=2",
"url": "https://marc.info/?l=openssh-unix-dev\u0026m=177513443901484\u0026w=2"
},
{
"category": "external",
"summary": "https://www.openssh.org/releasenotes.html#10.3p1",
"url": "https://www.openssh.org/releasenotes.html#10.3p1"
},
{
"category": "external",
"summary": "https://www.openwall.com/lists/oss-security/2026/04/02/3",
"url": "https://www.openwall.com/lists/oss-security/2026/04/02/3"
}
],
"release_date": "2026-04-02T16:30:59.615000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-27T07:45:38+00:00",
"details": "The container images provided by this release, apart from the installer, should be deployed using rhui-installer utility.\nSee the official documentation for more details.",
"product_ids": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:fb8d5c681efa515095f164334fde48bb2c4160069ba7512ddbf16a865c65ae17_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:ae3724c290b6e0c536cadae4dbe38fc1241fb88520db381e04bfbd1e489989e8_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:21275"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:29229a9b1908d9586aa60ae96ea4cab29316c058665ea4e10bd7d88e3434f38a_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:eeceb83a297bdb2778a63fa0e55d441ba316b77be786280746348fdcdeae866d_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:fb8d5c681efa515095f164334fde48bb2c4160069ba7512ddbf16a865c65ae17_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:ae3724c290b6e0c536cadae4dbe38fc1241fb88520db381e04bfbd1e489989e8_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:29229a9b1908d9586aa60ae96ea4cab29316c058665ea4e10bd7d88e3434f38a_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:eeceb83a297bdb2778a63fa0e55d441ba316b77be786280746348fdcdeae866d_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:fb8d5c681efa515095f164334fde48bb2c4160069ba7512ddbf16a865c65ae17_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:ae3724c290b6e0c536cadae4dbe38fc1241fb88520db381e04bfbd1e489989e8_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "OpenSSH: OpenSSH: Privilege escalation via scp legacy protocol when not preserving file mode"
},
{
"cve": "CVE-2026-35386",
"cwe": {
"id": "CWE-78",
"name": "Improper Neutralization of Special Elements used in an OS Command (\u0027OS Command Injection\u0027)"
},
"discovery_date": "2026-04-02T18:02:24.149353+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:29229a9b1908d9586aa60ae96ea4cab29316c058665ea4e10bd7d88e3434f38a_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:eeceb83a297bdb2778a63fa0e55d441ba316b77be786280746348fdcdeae866d_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2454506"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in OpenSSH. This vulnerability allows a remote attacker to achieve arbitrary command execution by injecting shell metacharacters into a username provided on the command line. Exploitation requires an untrusted username and a non-default configuration of the \u0027%\u0027 character in `ssh_config`.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "OpenSSH: OpenSSH: Arbitrary command execution via shell metacharacters in username",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat products do not ship in a configuration which is subject to this vulnerability. Additionally, the impact of the command execution is limited to the scope of the specific user account which users would need to create themselves.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:fb8d5c681efa515095f164334fde48bb2c4160069ba7512ddbf16a865c65ae17_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:ae3724c290b6e0c536cadae4dbe38fc1241fb88520db381e04bfbd1e489989e8_amd64"
],
"known_not_affected": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:29229a9b1908d9586aa60ae96ea4cab29316c058665ea4e10bd7d88e3434f38a_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:eeceb83a297bdb2778a63fa0e55d441ba316b77be786280746348fdcdeae866d_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-35386"
},
{
"category": "external",
"summary": "RHBZ#2454506",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2454506"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-35386",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-35386"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-35386",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-35386"
},
{
"category": "external",
"summary": "https://marc.info/?l=openssh-unix-dev\u0026m=177513443901484\u0026w=2",
"url": "https://marc.info/?l=openssh-unix-dev\u0026m=177513443901484\u0026w=2"
},
{
"category": "external",
"summary": "https://www.openssh.org/releasenotes.html#10.3p1",
"url": "https://www.openssh.org/releasenotes.html#10.3p1"
},
{
"category": "external",
"summary": "https://www.openwall.com/lists/oss-security/2026/04/02/3",
"url": "https://www.openwall.com/lists/oss-security/2026/04/02/3"
}
],
"release_date": "2026-04-02T16:44:27.806000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-27T07:45:38+00:00",
"details": "The container images provided by this release, apart from the installer, should be deployed using rhui-installer utility.\nSee the official documentation for more details.",
"product_ids": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:fb8d5c681efa515095f164334fde48bb2c4160069ba7512ddbf16a865c65ae17_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:ae3724c290b6e0c536cadae4dbe38fc1241fb88520db381e04bfbd1e489989e8_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:21275"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:29229a9b1908d9586aa60ae96ea4cab29316c058665ea4e10bd7d88e3434f38a_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:eeceb83a297bdb2778a63fa0e55d441ba316b77be786280746348fdcdeae866d_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:fb8d5c681efa515095f164334fde48bb2c4160069ba7512ddbf16a865c65ae17_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:ae3724c290b6e0c536cadae4dbe38fc1241fb88520db381e04bfbd1e489989e8_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "NONE",
"baseScore": 3.6,
"baseSeverity": "LOW",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:29229a9b1908d9586aa60ae96ea4cab29316c058665ea4e10bd7d88e3434f38a_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:eeceb83a297bdb2778a63fa0e55d441ba316b77be786280746348fdcdeae866d_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:fb8d5c681efa515095f164334fde48bb2c4160069ba7512ddbf16a865c65ae17_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:ae3724c290b6e0c536cadae4dbe38fc1241fb88520db381e04bfbd1e489989e8_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "OpenSSH: OpenSSH: Arbitrary command execution via shell metacharacters in username"
},
{
"cve": "CVE-2026-35387",
"cwe": {
"id": "CWE-115",
"name": "Misinterpretation of Input"
},
"discovery_date": "2026-04-02T18:01:38.952994+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:29229a9b1908d9586aa60ae96ea4cab29316c058665ea4e10bd7d88e3434f38a_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:eeceb83a297bdb2778a63fa0e55d441ba316b77be786280746348fdcdeae866d_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2454494"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in OpenSSH. This vulnerability allows the system to use unintended Elliptic Curve Digital Signature Algorithm (ECDSA) algorithms. This occurs because the configuration for accepted public key algorithms is misinterpreted, leading to the use of weaker cryptographic methods than intended. This could potentially allow an attacker to compromise the confidentiality of data.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "OpenSSH: OpenSSH: Information disclosure due to unintended cryptographic algorithm usage",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The cipher choices which may be used as a result of this flaw may provide fewer bits of security than those configured by the user, however they are all still considered cryptographically secure. Users who work in regulated environments may however find themselves using ciphers which are not approved in their regulatory environment.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:fb8d5c681efa515095f164334fde48bb2c4160069ba7512ddbf16a865c65ae17_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:ae3724c290b6e0c536cadae4dbe38fc1241fb88520db381e04bfbd1e489989e8_amd64"
],
"known_not_affected": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:29229a9b1908d9586aa60ae96ea4cab29316c058665ea4e10bd7d88e3434f38a_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:eeceb83a297bdb2778a63fa0e55d441ba316b77be786280746348fdcdeae866d_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-35387"
},
{
"category": "external",
"summary": "RHBZ#2454494",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2454494"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-35387",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-35387"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-35387",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-35387"
},
{
"category": "external",
"summary": "https://marc.info/?l=openssh-unix-dev\u0026m=177513443901484\u0026w=2",
"url": "https://marc.info/?l=openssh-unix-dev\u0026m=177513443901484\u0026w=2"
},
{
"category": "external",
"summary": "https://www.openssh.org/releasenotes.html#10.3p1",
"url": "https://www.openssh.org/releasenotes.html#10.3p1"
},
{
"category": "external",
"summary": "https://www.openwall.com/lists/oss-security/2026/04/02/3",
"url": "https://www.openwall.com/lists/oss-security/2026/04/02/3"
}
],
"release_date": "2026-04-02T16:52:53.623000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-27T07:45:38+00:00",
"details": "The container images provided by this release, apart from the installer, should be deployed using rhui-installer utility.\nSee the official documentation for more details.",
"product_ids": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:fb8d5c681efa515095f164334fde48bb2c4160069ba7512ddbf16a865c65ae17_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:ae3724c290b6e0c536cadae4dbe38fc1241fb88520db381e04bfbd1e489989e8_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:21275"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:29229a9b1908d9586aa60ae96ea4cab29316c058665ea4e10bd7d88e3434f38a_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:eeceb83a297bdb2778a63fa0e55d441ba316b77be786280746348fdcdeae866d_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:fb8d5c681efa515095f164334fde48bb2c4160069ba7512ddbf16a865c65ae17_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:ae3724c290b6e0c536cadae4dbe38fc1241fb88520db381e04bfbd1e489989e8_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 3.1,
"baseSeverity": "LOW",
"confidentialityImpact": "NONE",
"integrityImpact": "LOW",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:N/I:L/A:N",
"version": "3.1"
},
"products": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:29229a9b1908d9586aa60ae96ea4cab29316c058665ea4e10bd7d88e3434f38a_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:eeceb83a297bdb2778a63fa0e55d441ba316b77be786280746348fdcdeae866d_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:fb8d5c681efa515095f164334fde48bb2c4160069ba7512ddbf16a865c65ae17_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:ae3724c290b6e0c536cadae4dbe38fc1241fb88520db381e04bfbd1e489989e8_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "OpenSSH: OpenSSH: Information disclosure due to unintended cryptographic algorithm usage"
},
{
"cve": "CVE-2026-35388",
"cwe": {
"id": "CWE-306",
"name": "Missing Authentication for Critical Function"
},
"discovery_date": "2026-04-02T18:02:01.536010+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:29229a9b1908d9586aa60ae96ea4cab29316c058665ea4e10bd7d88e3434f38a_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:eeceb83a297bdb2778a63fa0e55d441ba316b77be786280746348fdcdeae866d_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2454500"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in OpenSSH. This vulnerability allows for a low integrity impact due to the omission of connection multiplexing confirmation for proxy-mode multiplexing sessions. A local user, under specific and complex conditions requiring user interaction, could potentially establish a multiplexed session without explicit confirmation, leading to unintended data handling.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "OpenSSH: OpenSSH: Low integrity impact from unconfirmed proxy-mode multiplexing sessions",
"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": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:fb8d5c681efa515095f164334fde48bb2c4160069ba7512ddbf16a865c65ae17_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:ae3724c290b6e0c536cadae4dbe38fc1241fb88520db381e04bfbd1e489989e8_amd64"
],
"known_not_affected": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:29229a9b1908d9586aa60ae96ea4cab29316c058665ea4e10bd7d88e3434f38a_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:eeceb83a297bdb2778a63fa0e55d441ba316b77be786280746348fdcdeae866d_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-35388"
},
{
"category": "external",
"summary": "RHBZ#2454500",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2454500"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-35388",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-35388"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-35388",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-35388"
},
{
"category": "external",
"summary": "https://marc.info/?l=openssh-unix-dev\u0026m=177513443901484\u0026w=2",
"url": "https://marc.info/?l=openssh-unix-dev\u0026m=177513443901484\u0026w=2"
},
{
"category": "external",
"summary": "https://www.openssh.org/releasenotes.html#10.3p1",
"url": "https://www.openssh.org/releasenotes.html#10.3p1"
},
{
"category": "external",
"summary": "https://www.openwall.com/lists/oss-security/2026/04/02/3",
"url": "https://www.openwall.com/lists/oss-security/2026/04/02/3"
}
],
"release_date": "2026-04-02T16:57:31.073000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-27T07:45:38+00:00",
"details": "The container images provided by this release, apart from the installer, should be deployed using rhui-installer utility.\nSee the official documentation for more details.",
"product_ids": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:fb8d5c681efa515095f164334fde48bb2c4160069ba7512ddbf16a865c65ae17_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:ae3724c290b6e0c536cadae4dbe38fc1241fb88520db381e04bfbd1e489989e8_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:21275"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:29229a9b1908d9586aa60ae96ea4cab29316c058665ea4e10bd7d88e3434f38a_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:eeceb83a297bdb2778a63fa0e55d441ba316b77be786280746348fdcdeae866d_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:fb8d5c681efa515095f164334fde48bb2c4160069ba7512ddbf16a865c65ae17_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:ae3724c290b6e0c536cadae4dbe38fc1241fb88520db381e04bfbd1e489989e8_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "NONE",
"baseScore": 2.2,
"baseSeverity": "LOW",
"confidentialityImpact": "NONE",
"integrityImpact": "LOW",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:R/S:U/C:N/I:L/A:N",
"version": "3.1"
},
"products": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:29229a9b1908d9586aa60ae96ea4cab29316c058665ea4e10bd7d88e3434f38a_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:eeceb83a297bdb2778a63fa0e55d441ba316b77be786280746348fdcdeae866d_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:fb8d5c681efa515095f164334fde48bb2c4160069ba7512ddbf16a865c65ae17_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:ae3724c290b6e0c536cadae4dbe38fc1241fb88520db381e04bfbd1e489989e8_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "OpenSSH: OpenSSH: Low integrity impact from unconfirmed proxy-mode multiplexing sessions"
},
{
"cve": "CVE-2026-35414",
"cwe": {
"id": "CWE-168",
"name": "Improper Handling of Inconsistent Special Elements"
},
"discovery_date": "2026-04-02T18:01:25.983089+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:29229a9b1908d9586aa60ae96ea4cab29316c058665ea4e10bd7d88e3434f38a_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:eeceb83a297bdb2778a63fa0e55d441ba316b77be786280746348fdcdeae866d_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2454490"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in OpenSSH. This vulnerability arises from the incorrect handling of the authorized_keys principals option in uncommon scenarios. Specifically, when a principals list is used with a Certificate Authority that includes comma characters, OpenSSH may misinterpret the input. This could lead to security bypasses, potentially allowing unintended access or information disclosure in specific authentication contexts.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "OpenSSH: OpenSSH: Security bypass via mishandling of authorized_keys principals option",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The risk posed by this flaw to Red Hat products is limited. The use of SSH certificates is not enabled by default and requires that users opt-in to the feature. Further, when following documented guidance ssh connections should only be permitted to non-root users which will limit the impact of this flaw.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:fb8d5c681efa515095f164334fde48bb2c4160069ba7512ddbf16a865c65ae17_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:ae3724c290b6e0c536cadae4dbe38fc1241fb88520db381e04bfbd1e489989e8_amd64"
],
"known_not_affected": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:29229a9b1908d9586aa60ae96ea4cab29316c058665ea4e10bd7d88e3434f38a_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:eeceb83a297bdb2778a63fa0e55d441ba316b77be786280746348fdcdeae866d_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-35414"
},
{
"category": "external",
"summary": "RHBZ#2454490",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2454490"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-35414",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-35414"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-35414",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-35414"
},
{
"category": "external",
"summary": "https://marc.info/?l=openssh-unix-dev\u0026m=177513443901484\u0026w=2",
"url": "https://marc.info/?l=openssh-unix-dev\u0026m=177513443901484\u0026w=2"
},
{
"category": "external",
"summary": "https://www.openssh.org/releasenotes.html#10.3p1",
"url": "https://www.openssh.org/releasenotes.html#10.3p1"
},
{
"category": "external",
"summary": "https://www.openwall.com/lists/oss-security/2026/04/02/3",
"url": "https://www.openwall.com/lists/oss-security/2026/04/02/3"
}
],
"release_date": "2026-04-02T17:08:15.628000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-27T07:45:38+00:00",
"details": "The container images provided by this release, apart from the installer, should be deployed using rhui-installer utility.\nSee the official documentation for more details.",
"product_ids": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:fb8d5c681efa515095f164334fde48bb2c4160069ba7512ddbf16a865c65ae17_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:ae3724c290b6e0c536cadae4dbe38fc1241fb88520db381e04bfbd1e489989e8_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:21275"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:29229a9b1908d9586aa60ae96ea4cab29316c058665ea4e10bd7d88e3434f38a_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:eeceb83a297bdb2778a63fa0e55d441ba316b77be786280746348fdcdeae866d_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:fb8d5c681efa515095f164334fde48bb2c4160069ba7512ddbf16a865c65ae17_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:ae3724c290b6e0c536cadae4dbe38fc1241fb88520db381e04bfbd1e489989e8_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 4.8,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:29229a9b1908d9586aa60ae96ea4cab29316c058665ea4e10bd7d88e3434f38a_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:eeceb83a297bdb2778a63fa0e55d441ba316b77be786280746348fdcdeae866d_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:fb8d5c681efa515095f164334fde48bb2c4160069ba7512ddbf16a865c65ae17_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:ae3724c290b6e0c536cadae4dbe38fc1241fb88520db381e04bfbd1e489989e8_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "OpenSSH: OpenSSH: Security bypass via mishandling of authorized_keys principals option"
},
{
"cve": "CVE-2026-35535",
"cwe": {
"id": "CWE-272",
"name": "Least Privilege Violation"
},
"discovery_date": "2026-04-03T03:01:03.124541+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:29229a9b1908d9586aa60ae96ea4cab29316c058665ea4e10bd7d88e3434f38a_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:eeceb83a297bdb2778a63fa0e55d441ba316b77be786280746348fdcdeae866d_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2454714"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Sudo. A local user could exploit a failure in the setuid, setgid, or setgroups calls, which are used to drop privileges before running the mailer. This oversight allows for privilege escalation, enabling the user to gain elevated access on the system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "sudo: Sudo: Privilege escalation due to failure in privilege drop calls",
"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": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:fb8d5c681efa515095f164334fde48bb2c4160069ba7512ddbf16a865c65ae17_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:ae3724c290b6e0c536cadae4dbe38fc1241fb88520db381e04bfbd1e489989e8_amd64"
],
"known_not_affected": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:29229a9b1908d9586aa60ae96ea4cab29316c058665ea4e10bd7d88e3434f38a_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:eeceb83a297bdb2778a63fa0e55d441ba316b77be786280746348fdcdeae866d_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-35535"
},
{
"category": "external",
"summary": "RHBZ#2454714",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2454714"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-35535",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-35535"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-35535",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-35535"
},
{
"category": "external",
"summary": "https://bugs.debian.org/1130593",
"url": "https://bugs.debian.org/1130593"
},
{
"category": "external",
"summary": "https://bugs.launchpad.net/ubuntu/+source/sudo/+bug/2143042",
"url": "https://bugs.launchpad.net/ubuntu/+source/sudo/+bug/2143042"
},
{
"category": "external",
"summary": "https://github.com/sudo-project/sudo/commit/3e474c2f201484be83d994ae10a4e20e8c81bb69",
"url": "https://github.com/sudo-project/sudo/commit/3e474c2f201484be83d994ae10a4e20e8c81bb69"
},
{
"category": "external",
"summary": "https://www.qualys.com/2026/03/10/crack-armor.txt",
"url": "https://www.qualys.com/2026/03/10/crack-armor.txt"
}
],
"release_date": "2026-04-03T02:21:33.584000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-27T07:45:38+00:00",
"details": "The container images provided by this release, apart from the installer, should be deployed using rhui-installer utility.\nSee the official documentation for more details.",
"product_ids": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:fb8d5c681efa515095f164334fde48bb2c4160069ba7512ddbf16a865c65ae17_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:ae3724c290b6e0c536cadae4dbe38fc1241fb88520db381e04bfbd1e489989e8_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:21275"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.4,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:29229a9b1908d9586aa60ae96ea4cab29316c058665ea4e10bd7d88e3434f38a_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:eeceb83a297bdb2778a63fa0e55d441ba316b77be786280746348fdcdeae866d_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:fb8d5c681efa515095f164334fde48bb2c4160069ba7512ddbf16a865c65ae17_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:ae3724c290b6e0c536cadae4dbe38fc1241fb88520db381e04bfbd1e489989e8_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "sudo: Sudo: Privilege escalation due to failure in privilege drop calls"
},
{
"cve": "CVE-2026-40355",
"cwe": {
"id": "CWE-476",
"name": "NULL Pointer Dereference"
},
"discovery_date": "2026-04-28T07:01:45.120520+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2463370"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in MIT Kerberos 5 (krb5). An unauthenticated remote attacker can exploit a NULL pointer dereference vulnerability by calling `gss_accept_sec_context()` on a system with a NegoEx mechanism registered. This can lead to the termination of the process, resulting in a Denial of Service (DoS).",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "krb5: MIT Kerberos 5: Denial of Service via NULL pointer dereference in NegoEx mechanism",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Moderate: This flaw allows an unauthenticated remote attacker to cause a Denial of Service in MIT Kerberos 5 by triggering a NULL pointer dereference. Exploitation requires the NegoEx mechanism to be explicitly registered in the system\u0027s GSSAPI configuration, which is not a default state in all Red Hat environments.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:29229a9b1908d9586aa60ae96ea4cab29316c058665ea4e10bd7d88e3434f38a_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:eeceb83a297bdb2778a63fa0e55d441ba316b77be786280746348fdcdeae866d_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:fb8d5c681efa515095f164334fde48bb2c4160069ba7512ddbf16a865c65ae17_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:ae3724c290b6e0c536cadae4dbe38fc1241fb88520db381e04bfbd1e489989e8_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-40355"
},
{
"category": "external",
"summary": "RHBZ#2463370",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2463370"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-40355",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-40355"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-40355",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-40355"
},
{
"category": "external",
"summary": "https://cems.fun/2026/04/27/krb5-two-unauthenticated-network-vulnerabilities.html",
"url": "https://cems.fun/2026/04/27/krb5-two-unauthenticated-network-vulnerabilities.html"
},
{
"category": "external",
"summary": "https://github.com/krb5/krb5/commit/2e75f0d9362fb979f5fc92829431a590a130929f",
"url": "https://github.com/krb5/krb5/commit/2e75f0d9362fb979f5fc92829431a590a130929f"
},
{
"category": "external",
"summary": "https://web.mit.edu/kerberos/advisories/",
"url": "https://web.mit.edu/kerberos/advisories/"
}
],
"release_date": "2026-04-28T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-27T07:45:38+00:00",
"details": "The container images provided by this release, apart from the installer, should be deployed using rhui-installer utility.\nSee the official documentation for more details.",
"product_ids": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:29229a9b1908d9586aa60ae96ea4cab29316c058665ea4e10bd7d88e3434f38a_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:eeceb83a297bdb2778a63fa0e55d441ba316b77be786280746348fdcdeae866d_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:fb8d5c681efa515095f164334fde48bb2c4160069ba7512ddbf16a865c65ae17_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:ae3724c290b6e0c536cadae4dbe38fc1241fb88520db381e04bfbd1e489989e8_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:21275"
},
{
"category": "workaround",
"details": "To mitigate this issue, remove the NegoEx mechanism registration from the system\u0027s GSSAPI configuration if it is not required. This can typically be achieved by removing or commenting out the relevant entry in `/etc/gss/mech`. A restart of services utilizing Kerberos might be necessary for the changes to take effect, which could impact Kerberos-dependent functionality.",
"product_ids": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:29229a9b1908d9586aa60ae96ea4cab29316c058665ea4e10bd7d88e3434f38a_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:eeceb83a297bdb2778a63fa0e55d441ba316b77be786280746348fdcdeae866d_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:fb8d5c681efa515095f164334fde48bb2c4160069ba7512ddbf16a865c65ae17_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:ae3724c290b6e0c536cadae4dbe38fc1241fb88520db381e04bfbd1e489989e8_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:29229a9b1908d9586aa60ae96ea4cab29316c058665ea4e10bd7d88e3434f38a_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:eeceb83a297bdb2778a63fa0e55d441ba316b77be786280746348fdcdeae866d_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:fb8d5c681efa515095f164334fde48bb2c4160069ba7512ddbf16a865c65ae17_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:ae3724c290b6e0c536cadae4dbe38fc1241fb88520db381e04bfbd1e489989e8_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "krb5: MIT Kerberos 5: Denial of Service via NULL pointer dereference in NegoEx mechanism"
},
{
"cve": "CVE-2026-40356",
"cwe": {
"id": "CWE-191",
"name": "Integer Underflow (Wrap or Wraparound)"
},
"discovery_date": "2026-04-28T07:01:37.543641+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2463368"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in MIT Kerberos 5 (krb5). An unauthenticated remote attacker can exploit an integer underflow and an out-of-bounds read vulnerability by calling `gss_accept_sec_context()` on a system with a NegoEx mechanism registered. This can lead to the process terminating, resulting in a Denial of Service (DoS).",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "krb5: MIT Kerberos 5 (krb5): Denial of Service via integer underflow and out-of-bounds read",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This Moderate impact denial of service flaw in MIT Kerberos 5 (krb5) allows an unauthenticated remote attacker to trigger an integer underflow and out-of-bounds read. This vulnerability, which can lead to process termination, specifically affects systems where the NegoEx mechanism is registered and `gss_accept_sec_context()` is called. While Kerberos is a fundamental service, the prerequisite of a registered NegoEx mechanism limits the attack surface.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:29229a9b1908d9586aa60ae96ea4cab29316c058665ea4e10bd7d88e3434f38a_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:eeceb83a297bdb2778a63fa0e55d441ba316b77be786280746348fdcdeae866d_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:fb8d5c681efa515095f164334fde48bb2c4160069ba7512ddbf16a865c65ae17_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:ae3724c290b6e0c536cadae4dbe38fc1241fb88520db381e04bfbd1e489989e8_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-40356"
},
{
"category": "external",
"summary": "RHBZ#2463368",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2463368"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-40356",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-40356"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-40356",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-40356"
},
{
"category": "external",
"summary": "https://cems.fun/2026/04/27/krb5-two-unauthenticated-network-vulnerabilities.html",
"url": "https://cems.fun/2026/04/27/krb5-two-unauthenticated-network-vulnerabilities.html"
},
{
"category": "external",
"summary": "https://github.com/krb5/krb5/commit/2e75f0d9362fb979f5fc92829431a590a130929f",
"url": "https://github.com/krb5/krb5/commit/2e75f0d9362fb979f5fc92829431a590a130929f"
},
{
"category": "external",
"summary": "https://web.mit.edu/kerberos/advisories/",
"url": "https://web.mit.edu/kerberos/advisories/"
}
],
"release_date": "2026-04-28T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-27T07:45:38+00:00",
"details": "The container images provided by this release, apart from the installer, should be deployed using rhui-installer utility.\nSee the official documentation for more details.",
"product_ids": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:29229a9b1908d9586aa60ae96ea4cab29316c058665ea4e10bd7d88e3434f38a_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:eeceb83a297bdb2778a63fa0e55d441ba316b77be786280746348fdcdeae866d_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:fb8d5c681efa515095f164334fde48bb2c4160069ba7512ddbf16a865c65ae17_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:ae3724c290b6e0c536cadae4dbe38fc1241fb88520db381e04bfbd1e489989e8_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:21275"
},
{
"category": "workaround",
"details": "To mitigate this issue, ensure that the NegoEx mechanism is not registered in the `/etc/gss/mech` configuration file. Removing the corresponding entry from this file will prevent the vulnerable code path from being activated. This action may impact services that rely on the NegoEx GSS-API mechanism. A restart of affected Kerberos-dependent services may be required for the change to take effect.",
"product_ids": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:29229a9b1908d9586aa60ae96ea4cab29316c058665ea4e10bd7d88e3434f38a_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:eeceb83a297bdb2778a63fa0e55d441ba316b77be786280746348fdcdeae866d_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:fb8d5c681efa515095f164334fde48bb2c4160069ba7512ddbf16a865c65ae17_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:ae3724c290b6e0c536cadae4dbe38fc1241fb88520db381e04bfbd1e489989e8_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:29229a9b1908d9586aa60ae96ea4cab29316c058665ea4e10bd7d88e3434f38a_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:eeceb83a297bdb2778a63fa0e55d441ba316b77be786280746348fdcdeae866d_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:fb8d5c681efa515095f164334fde48bb2c4160069ba7512ddbf16a865c65ae17_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:ae3724c290b6e0c536cadae4dbe38fc1241fb88520db381e04bfbd1e489989e8_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "krb5: MIT Kerberos 5 (krb5): Denial of Service via integer underflow and out-of-bounds read"
},
{
"cve": "CVE-2026-42945",
"cwe": {
"id": "CWE-131",
"name": "Incorrect Calculation of Buffer Size"
},
"discovery_date": "2026-05-13T16:04:29.017257+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:eeceb83a297bdb2778a63fa0e55d441ba316b77be786280746348fdcdeae866d_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:fb8d5c681efa515095f164334fde48bb2c4160069ba7512ddbf16a865c65ae17_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2477116"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in NGINX, specifically within the ngx_http_rewrite_module. An unauthenticated attacker can exploit this vulnerability by sending crafted HTTP requests under specific rewrite configurations. This can lead to a heap buffer overflow in the NGINX worker process, which may result in arbitrary code execution if Address Space Layout Randomization (ASLR), a security technique to prevent exploitation, is disabled. Otherwise, this flaw causes a denial of service due to a restart of the NGINX worker process.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "nginx: NGINX: Arbitrary Code Execution Vulnerability",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Critical: This flaw in NGINX\u0027s ngx_http_rewrite_module can lead to arbitrary code execution due to a heap buffer overflow if Address Space Layout Randomization (ASLR) is disabled, or a denial of service otherwise. Exploitation requires specific, non-default NGINX rewrite configurations involving unnamed PCRE captures and a question mark in the replacement string.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:29229a9b1908d9586aa60ae96ea4cab29316c058665ea4e10bd7d88e3434f38a_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:ae3724c290b6e0c536cadae4dbe38fc1241fb88520db381e04bfbd1e489989e8_amd64"
],
"known_not_affected": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:eeceb83a297bdb2778a63fa0e55d441ba316b77be786280746348fdcdeae866d_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:fb8d5c681efa515095f164334fde48bb2c4160069ba7512ddbf16a865c65ae17_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-42945"
},
{
"category": "external",
"summary": "RHBZ#2477116",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2477116"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-42945",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-42945"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-42945",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-42945"
},
{
"category": "external",
"summary": "https://depthfirst.com/nginx-rift",
"url": "https://depthfirst.com/nginx-rift"
},
{
"category": "external",
"summary": "https://my.f5.com/manage/s/article/K000161019",
"url": "https://my.f5.com/manage/s/article/K000161019"
}
],
"release_date": "2026-05-13T14:12:43.971000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-27T07:45:38+00:00",
"details": "The container images provided by this release, apart from the installer, should be deployed using rhui-installer utility.\nSee the official documentation for more details.",
"product_ids": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:29229a9b1908d9586aa60ae96ea4cab29316c058665ea4e10bd7d88e3434f38a_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:ae3724c290b6e0c536cadae4dbe38fc1241fb88520db381e04bfbd1e489989e8_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:21275"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.1,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:29229a9b1908d9586aa60ae96ea4cab29316c058665ea4e10bd7d88e3434f38a_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:eeceb83a297bdb2778a63fa0e55d441ba316b77be786280746348fdcdeae866d_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:fb8d5c681efa515095f164334fde48bb2c4160069ba7512ddbf16a865c65ae17_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:ae3724c290b6e0c536cadae4dbe38fc1241fb88520db381e04bfbd1e489989e8_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Critical"
}
],
"title": "nginx: NGINX: Arbitrary Code Execution Vulnerability"
}
]
}
SUSE-SU-2026:0590-1
Vulnerability from csaf_suse - Published: 2026-02-20 10:05 - Updated: 2026-02-20 10:05| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:libpython2_7-1_0-2.7.18-150000.102.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:libpython2_7-1_0-2.7.18-150000.102.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:libpython2_7-1_0-2.7.18-150000.102.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:libpython2_7-1_0-2.7.18-150000.102.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:python-2.7.18-150000.102.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:python-2.7.18-150000.102.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:python-2.7.18-150000.102.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:python-2.7.18-150000.102.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:python-base-2.7.18-150000.102.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:python-base-2.7.18-150000.102.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:python-base-2.7.18-150000.102.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:python-base-2.7.18-150000.102.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:python-curses-2.7.18-150000.102.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:python-curses-2.7.18-150000.102.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:python-curses-2.7.18-150000.102.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:python-curses-2.7.18-150000.102.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:python-gdbm-2.7.18-150000.102.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:python-gdbm-2.7.18-150000.102.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:python-gdbm-2.7.18-150000.102.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:python-gdbm-2.7.18-150000.102.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:python-xml-2.7.18-150000.102.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:python-xml-2.7.18-150000.102.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:python-xml-2.7.18-150000.102.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:python-xml-2.7.18-150000.102.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython2_7-1_0-2.7.18-150000.102.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython2_7-1_0-2.7.18-150000.102.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython2_7-1_0-2.7.18-150000.102.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython2_7-1_0-2.7.18-150000.102.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython2_7-1_0-32bit-2.7.18-150000.102.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python-2.7.18-150000.102.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python-2.7.18-150000.102.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python-2.7.18-150000.102.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python-2.7.18-150000.102.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python-32bit-2.7.18-150000.102.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python-base-2.7.18-150000.102.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python-base-2.7.18-150000.102.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python-base-2.7.18-150000.102.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python-base-2.7.18-150000.102.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python-base-32bit-2.7.18-150000.102.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python-curses-2.7.18-150000.102.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python-curses-2.7.18-150000.102.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python-curses-2.7.18-150000.102.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python-curses-2.7.18-150000.102.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python-demo-2.7.18-150000.102.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python-demo-2.7.18-150000.102.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python-demo-2.7.18-150000.102.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python-demo-2.7.18-150000.102.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python-devel-2.7.18-150000.102.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python-devel-2.7.18-150000.102.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python-devel-2.7.18-150000.102.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python-devel-2.7.18-150000.102.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python-doc-2.7.18-150000.102.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python-doc-pdf-2.7.18-150000.102.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python-gdbm-2.7.18-150000.102.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python-gdbm-2.7.18-150000.102.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python-gdbm-2.7.18-150000.102.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python-gdbm-2.7.18-150000.102.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python-idle-2.7.18-150000.102.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python-idle-2.7.18-150000.102.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python-idle-2.7.18-150000.102.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python-idle-2.7.18-150000.102.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python-tk-2.7.18-150000.102.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python-tk-2.7.18-150000.102.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python-tk-2.7.18-150000.102.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python-tk-2.7.18-150000.102.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python-xml-2.7.18-150000.102.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python-xml-2.7.18-150000.102.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python-xml-2.7.18-150000.102.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python-xml-2.7.18-150000.102.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:libpython2_7-1_0-2.7.18-150000.102.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:libpython2_7-1_0-2.7.18-150000.102.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:libpython2_7-1_0-2.7.18-150000.102.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:libpython2_7-1_0-2.7.18-150000.102.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:python-2.7.18-150000.102.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:python-2.7.18-150000.102.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:python-2.7.18-150000.102.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:python-2.7.18-150000.102.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:python-base-2.7.18-150000.102.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:python-base-2.7.18-150000.102.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:python-base-2.7.18-150000.102.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:python-base-2.7.18-150000.102.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:python-curses-2.7.18-150000.102.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:python-curses-2.7.18-150000.102.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:python-curses-2.7.18-150000.102.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:python-curses-2.7.18-150000.102.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:python-gdbm-2.7.18-150000.102.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:python-gdbm-2.7.18-150000.102.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:python-gdbm-2.7.18-150000.102.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:python-gdbm-2.7.18-150000.102.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:python-xml-2.7.18-150000.102.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:python-xml-2.7.18-150000.102.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:python-xml-2.7.18-150000.102.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:python-xml-2.7.18-150000.102.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython2_7-1_0-2.7.18-150000.102.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython2_7-1_0-2.7.18-150000.102.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython2_7-1_0-2.7.18-150000.102.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython2_7-1_0-2.7.18-150000.102.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython2_7-1_0-32bit-2.7.18-150000.102.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python-2.7.18-150000.102.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python-2.7.18-150000.102.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python-2.7.18-150000.102.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python-2.7.18-150000.102.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python-32bit-2.7.18-150000.102.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python-base-2.7.18-150000.102.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python-base-2.7.18-150000.102.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python-base-2.7.18-150000.102.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python-base-2.7.18-150000.102.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python-base-32bit-2.7.18-150000.102.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python-curses-2.7.18-150000.102.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python-curses-2.7.18-150000.102.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python-curses-2.7.18-150000.102.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python-curses-2.7.18-150000.102.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python-demo-2.7.18-150000.102.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python-demo-2.7.18-150000.102.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python-demo-2.7.18-150000.102.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python-demo-2.7.18-150000.102.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python-devel-2.7.18-150000.102.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python-devel-2.7.18-150000.102.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python-devel-2.7.18-150000.102.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python-devel-2.7.18-150000.102.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python-doc-2.7.18-150000.102.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python-doc-pdf-2.7.18-150000.102.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python-gdbm-2.7.18-150000.102.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python-gdbm-2.7.18-150000.102.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python-gdbm-2.7.18-150000.102.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python-gdbm-2.7.18-150000.102.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python-idle-2.7.18-150000.102.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python-idle-2.7.18-150000.102.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python-idle-2.7.18-150000.102.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python-idle-2.7.18-150000.102.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python-tk-2.7.18-150000.102.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python-tk-2.7.18-150000.102.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python-tk-2.7.18-150000.102.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python-tk-2.7.18-150000.102.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python-xml-2.7.18-150000.102.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python-xml-2.7.18-150000.102.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python-xml-2.7.18-150000.102.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python-xml-2.7.18-150000.102.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:libpython2_7-1_0-2.7.18-150000.102.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:libpython2_7-1_0-2.7.18-150000.102.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:libpython2_7-1_0-2.7.18-150000.102.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:libpython2_7-1_0-2.7.18-150000.102.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:python-2.7.18-150000.102.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:python-2.7.18-150000.102.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:python-2.7.18-150000.102.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:python-2.7.18-150000.102.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:python-base-2.7.18-150000.102.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:python-base-2.7.18-150000.102.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:python-base-2.7.18-150000.102.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:python-base-2.7.18-150000.102.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:python-curses-2.7.18-150000.102.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:python-curses-2.7.18-150000.102.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:python-curses-2.7.18-150000.102.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:python-curses-2.7.18-150000.102.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:python-gdbm-2.7.18-150000.102.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:python-gdbm-2.7.18-150000.102.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:python-gdbm-2.7.18-150000.102.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:python-gdbm-2.7.18-150000.102.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:python-xml-2.7.18-150000.102.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:python-xml-2.7.18-150000.102.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:python-xml-2.7.18-150000.102.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:python-xml-2.7.18-150000.102.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython2_7-1_0-2.7.18-150000.102.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython2_7-1_0-2.7.18-150000.102.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython2_7-1_0-2.7.18-150000.102.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython2_7-1_0-2.7.18-150000.102.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython2_7-1_0-32bit-2.7.18-150000.102.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python-2.7.18-150000.102.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python-2.7.18-150000.102.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python-2.7.18-150000.102.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python-2.7.18-150000.102.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python-32bit-2.7.18-150000.102.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python-base-2.7.18-150000.102.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python-base-2.7.18-150000.102.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python-base-2.7.18-150000.102.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python-base-2.7.18-150000.102.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python-base-32bit-2.7.18-150000.102.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python-curses-2.7.18-150000.102.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python-curses-2.7.18-150000.102.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python-curses-2.7.18-150000.102.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python-curses-2.7.18-150000.102.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python-demo-2.7.18-150000.102.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python-demo-2.7.18-150000.102.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python-demo-2.7.18-150000.102.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python-demo-2.7.18-150000.102.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python-devel-2.7.18-150000.102.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python-devel-2.7.18-150000.102.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python-devel-2.7.18-150000.102.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python-devel-2.7.18-150000.102.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python-doc-2.7.18-150000.102.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python-doc-pdf-2.7.18-150000.102.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python-gdbm-2.7.18-150000.102.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python-gdbm-2.7.18-150000.102.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python-gdbm-2.7.18-150000.102.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python-gdbm-2.7.18-150000.102.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python-idle-2.7.18-150000.102.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python-idle-2.7.18-150000.102.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python-idle-2.7.18-150000.102.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python-idle-2.7.18-150000.102.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python-tk-2.7.18-150000.102.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python-tk-2.7.18-150000.102.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python-tk-2.7.18-150000.102.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python-tk-2.7.18-150000.102.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python-xml-2.7.18-150000.102.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python-xml-2.7.18-150000.102.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python-xml-2.7.18-150000.102.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python-xml-2.7.18-150000.102.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:libpython2_7-1_0-2.7.18-150000.102.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:libpython2_7-1_0-2.7.18-150000.102.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:libpython2_7-1_0-2.7.18-150000.102.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:libpython2_7-1_0-2.7.18-150000.102.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:python-2.7.18-150000.102.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:python-2.7.18-150000.102.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:python-2.7.18-150000.102.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:python-2.7.18-150000.102.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:python-base-2.7.18-150000.102.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:python-base-2.7.18-150000.102.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:python-base-2.7.18-150000.102.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:python-base-2.7.18-150000.102.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:python-curses-2.7.18-150000.102.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:python-curses-2.7.18-150000.102.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:python-curses-2.7.18-150000.102.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:python-curses-2.7.18-150000.102.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:python-gdbm-2.7.18-150000.102.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:python-gdbm-2.7.18-150000.102.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:python-gdbm-2.7.18-150000.102.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:python-gdbm-2.7.18-150000.102.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:python-xml-2.7.18-150000.102.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:python-xml-2.7.18-150000.102.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:python-xml-2.7.18-150000.102.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:python-xml-2.7.18-150000.102.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython2_7-1_0-2.7.18-150000.102.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython2_7-1_0-2.7.18-150000.102.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython2_7-1_0-2.7.18-150000.102.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython2_7-1_0-2.7.18-150000.102.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython2_7-1_0-32bit-2.7.18-150000.102.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python-2.7.18-150000.102.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python-2.7.18-150000.102.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python-2.7.18-150000.102.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python-2.7.18-150000.102.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python-32bit-2.7.18-150000.102.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python-base-2.7.18-150000.102.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python-base-2.7.18-150000.102.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python-base-2.7.18-150000.102.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python-base-2.7.18-150000.102.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python-base-32bit-2.7.18-150000.102.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python-curses-2.7.18-150000.102.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python-curses-2.7.18-150000.102.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python-curses-2.7.18-150000.102.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python-curses-2.7.18-150000.102.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python-demo-2.7.18-150000.102.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python-demo-2.7.18-150000.102.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python-demo-2.7.18-150000.102.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python-demo-2.7.18-150000.102.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python-devel-2.7.18-150000.102.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python-devel-2.7.18-150000.102.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python-devel-2.7.18-150000.102.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python-devel-2.7.18-150000.102.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python-doc-2.7.18-150000.102.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python-doc-pdf-2.7.18-150000.102.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python-gdbm-2.7.18-150000.102.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python-gdbm-2.7.18-150000.102.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python-gdbm-2.7.18-150000.102.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python-gdbm-2.7.18-150000.102.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python-idle-2.7.18-150000.102.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python-idle-2.7.18-150000.102.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python-idle-2.7.18-150000.102.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python-idle-2.7.18-150000.102.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python-tk-2.7.18-150000.102.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python-tk-2.7.18-150000.102.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python-tk-2.7.18-150000.102.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python-tk-2.7.18-150000.102.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python-xml-2.7.18-150000.102.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python-xml-2.7.18-150000.102.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python-xml-2.7.18-150000.102.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python-xml-2.7.18-150000.102.1.x86_64 | — |
Vendor Fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for python",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for python fixes the following issues:\n\n- CVE-2026-0672: Fixed a HTTP header injection via user-controlled cookie values and parameters when using http.cookies.Morsel. (bsc#1257031)\n- CVE-2026-0865: Fixed a bug where a user-controlled header containing newlines can allow injecting HTTP headers. (bsc#1257042)\n- CVE-2025-15366: Fixed a bug wherer a user-controlled command can allow additional commands injected using newlines. (bsc#1257044)\n- CVE-2025-15367: Fixed control characters which may allow the injection of additional commands. (bsc#1257041)\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2026-590,SUSE-SLE-Module-Packagehub-Subpackages-15-SP7-2026-590,openSUSE-SLE-15.6-2026-590",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2026_0590-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2026:0590-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-20260590-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2026:0590-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-February/024357.html"
},
{
"category": "self",
"summary": "SUSE Bug 1254867",
"url": "https://bugzilla.suse.com/1254867"
},
{
"category": "self",
"summary": "SUSE Bug 1257031",
"url": "https://bugzilla.suse.com/1257031"
},
{
"category": "self",
"summary": "SUSE Bug 1257041",
"url": "https://bugzilla.suse.com/1257041"
},
{
"category": "self",
"summary": "SUSE Bug 1257042",
"url": "https://bugzilla.suse.com/1257042"
},
{
"category": "self",
"summary": "SUSE Bug 1257044",
"url": "https://bugzilla.suse.com/1257044"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-15366 page",
"url": "https://www.suse.com/security/cve/CVE-2025-15366/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-15367 page",
"url": "https://www.suse.com/security/cve/CVE-2025-15367/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-0672 page",
"url": "https://www.suse.com/security/cve/CVE-2026-0672/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-0865 page",
"url": "https://www.suse.com/security/cve/CVE-2026-0865/"
}
],
"title": "Security update for python",
"tracking": {
"current_release_date": "2026-02-20T10:05:50Z",
"generator": {
"date": "2026-02-20T10:05:50Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2026:0590-1",
"initial_release_date": "2026-02-20T10:05:50Z",
"revision_history": [
{
"date": "2026-02-20T10:05:50Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "libpython2_7-1_0-2.7.18-150000.102.1.aarch64",
"product": {
"name": "libpython2_7-1_0-2.7.18-150000.102.1.aarch64",
"product_id": "libpython2_7-1_0-2.7.18-150000.102.1.aarch64"
}
},
{
"category": "product_version",
"name": "python-2.7.18-150000.102.1.aarch64",
"product": {
"name": "python-2.7.18-150000.102.1.aarch64",
"product_id": "python-2.7.18-150000.102.1.aarch64"
}
},
{
"category": "product_version",
"name": "python-base-2.7.18-150000.102.1.aarch64",
"product": {
"name": "python-base-2.7.18-150000.102.1.aarch64",
"product_id": "python-base-2.7.18-150000.102.1.aarch64"
}
},
{
"category": "product_version",
"name": "python-curses-2.7.18-150000.102.1.aarch64",
"product": {
"name": "python-curses-2.7.18-150000.102.1.aarch64",
"product_id": "python-curses-2.7.18-150000.102.1.aarch64"
}
},
{
"category": "product_version",
"name": "python-demo-2.7.18-150000.102.1.aarch64",
"product": {
"name": "python-demo-2.7.18-150000.102.1.aarch64",
"product_id": "python-demo-2.7.18-150000.102.1.aarch64"
}
},
{
"category": "product_version",
"name": "python-devel-2.7.18-150000.102.1.aarch64",
"product": {
"name": "python-devel-2.7.18-150000.102.1.aarch64",
"product_id": "python-devel-2.7.18-150000.102.1.aarch64"
}
},
{
"category": "product_version",
"name": "python-gdbm-2.7.18-150000.102.1.aarch64",
"product": {
"name": "python-gdbm-2.7.18-150000.102.1.aarch64",
"product_id": "python-gdbm-2.7.18-150000.102.1.aarch64"
}
},
{
"category": "product_version",
"name": "python-idle-2.7.18-150000.102.1.aarch64",
"product": {
"name": "python-idle-2.7.18-150000.102.1.aarch64",
"product_id": "python-idle-2.7.18-150000.102.1.aarch64"
}
},
{
"category": "product_version",
"name": "python-tk-2.7.18-150000.102.1.aarch64",
"product": {
"name": "python-tk-2.7.18-150000.102.1.aarch64",
"product_id": "python-tk-2.7.18-150000.102.1.aarch64"
}
},
{
"category": "product_version",
"name": "python-xml-2.7.18-150000.102.1.aarch64",
"product": {
"name": "python-xml-2.7.18-150000.102.1.aarch64",
"product_id": "python-xml-2.7.18-150000.102.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython2_7-1_0-64bit-2.7.18-150000.102.1.aarch64_ilp32",
"product": {
"name": "libpython2_7-1_0-64bit-2.7.18-150000.102.1.aarch64_ilp32",
"product_id": "libpython2_7-1_0-64bit-2.7.18-150000.102.1.aarch64_ilp32"
}
},
{
"category": "product_version",
"name": "python-64bit-2.7.18-150000.102.1.aarch64_ilp32",
"product": {
"name": "python-64bit-2.7.18-150000.102.1.aarch64_ilp32",
"product_id": "python-64bit-2.7.18-150000.102.1.aarch64_ilp32"
}
},
{
"category": "product_version",
"name": "python-base-64bit-2.7.18-150000.102.1.aarch64_ilp32",
"product": {
"name": "python-base-64bit-2.7.18-150000.102.1.aarch64_ilp32",
"product_id": "python-base-64bit-2.7.18-150000.102.1.aarch64_ilp32"
}
}
],
"category": "architecture",
"name": "aarch64_ilp32"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython2_7-1_0-2.7.18-150000.102.1.i586",
"product": {
"name": "libpython2_7-1_0-2.7.18-150000.102.1.i586",
"product_id": "libpython2_7-1_0-2.7.18-150000.102.1.i586"
}
},
{
"category": "product_version",
"name": "python-2.7.18-150000.102.1.i586",
"product": {
"name": "python-2.7.18-150000.102.1.i586",
"product_id": "python-2.7.18-150000.102.1.i586"
}
},
{
"category": "product_version",
"name": "python-base-2.7.18-150000.102.1.i586",
"product": {
"name": "python-base-2.7.18-150000.102.1.i586",
"product_id": "python-base-2.7.18-150000.102.1.i586"
}
},
{
"category": "product_version",
"name": "python-curses-2.7.18-150000.102.1.i586",
"product": {
"name": "python-curses-2.7.18-150000.102.1.i586",
"product_id": "python-curses-2.7.18-150000.102.1.i586"
}
},
{
"category": "product_version",
"name": "python-demo-2.7.18-150000.102.1.i586",
"product": {
"name": "python-demo-2.7.18-150000.102.1.i586",
"product_id": "python-demo-2.7.18-150000.102.1.i586"
}
},
{
"category": "product_version",
"name": "python-devel-2.7.18-150000.102.1.i586",
"product": {
"name": "python-devel-2.7.18-150000.102.1.i586",
"product_id": "python-devel-2.7.18-150000.102.1.i586"
}
},
{
"category": "product_version",
"name": "python-gdbm-2.7.18-150000.102.1.i586",
"product": {
"name": "python-gdbm-2.7.18-150000.102.1.i586",
"product_id": "python-gdbm-2.7.18-150000.102.1.i586"
}
},
{
"category": "product_version",
"name": "python-idle-2.7.18-150000.102.1.i586",
"product": {
"name": "python-idle-2.7.18-150000.102.1.i586",
"product_id": "python-idle-2.7.18-150000.102.1.i586"
}
},
{
"category": "product_version",
"name": "python-tk-2.7.18-150000.102.1.i586",
"product": {
"name": "python-tk-2.7.18-150000.102.1.i586",
"product_id": "python-tk-2.7.18-150000.102.1.i586"
}
},
{
"category": "product_version",
"name": "python-xml-2.7.18-150000.102.1.i586",
"product": {
"name": "python-xml-2.7.18-150000.102.1.i586",
"product_id": "python-xml-2.7.18-150000.102.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "python-doc-2.7.18-150000.102.1.noarch",
"product": {
"name": "python-doc-2.7.18-150000.102.1.noarch",
"product_id": "python-doc-2.7.18-150000.102.1.noarch"
}
},
{
"category": "product_version",
"name": "python-doc-pdf-2.7.18-150000.102.1.noarch",
"product": {
"name": "python-doc-pdf-2.7.18-150000.102.1.noarch",
"product_id": "python-doc-pdf-2.7.18-150000.102.1.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython2_7-1_0-2.7.18-150000.102.1.ppc64le",
"product": {
"name": "libpython2_7-1_0-2.7.18-150000.102.1.ppc64le",
"product_id": "libpython2_7-1_0-2.7.18-150000.102.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python-2.7.18-150000.102.1.ppc64le",
"product": {
"name": "python-2.7.18-150000.102.1.ppc64le",
"product_id": "python-2.7.18-150000.102.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python-base-2.7.18-150000.102.1.ppc64le",
"product": {
"name": "python-base-2.7.18-150000.102.1.ppc64le",
"product_id": "python-base-2.7.18-150000.102.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python-curses-2.7.18-150000.102.1.ppc64le",
"product": {
"name": "python-curses-2.7.18-150000.102.1.ppc64le",
"product_id": "python-curses-2.7.18-150000.102.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python-demo-2.7.18-150000.102.1.ppc64le",
"product": {
"name": "python-demo-2.7.18-150000.102.1.ppc64le",
"product_id": "python-demo-2.7.18-150000.102.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python-devel-2.7.18-150000.102.1.ppc64le",
"product": {
"name": "python-devel-2.7.18-150000.102.1.ppc64le",
"product_id": "python-devel-2.7.18-150000.102.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python-gdbm-2.7.18-150000.102.1.ppc64le",
"product": {
"name": "python-gdbm-2.7.18-150000.102.1.ppc64le",
"product_id": "python-gdbm-2.7.18-150000.102.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python-idle-2.7.18-150000.102.1.ppc64le",
"product": {
"name": "python-idle-2.7.18-150000.102.1.ppc64le",
"product_id": "python-idle-2.7.18-150000.102.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python-tk-2.7.18-150000.102.1.ppc64le",
"product": {
"name": "python-tk-2.7.18-150000.102.1.ppc64le",
"product_id": "python-tk-2.7.18-150000.102.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python-xml-2.7.18-150000.102.1.ppc64le",
"product": {
"name": "python-xml-2.7.18-150000.102.1.ppc64le",
"product_id": "python-xml-2.7.18-150000.102.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython2_7-1_0-2.7.18-150000.102.1.s390x",
"product": {
"name": "libpython2_7-1_0-2.7.18-150000.102.1.s390x",
"product_id": "libpython2_7-1_0-2.7.18-150000.102.1.s390x"
}
},
{
"category": "product_version",
"name": "python-2.7.18-150000.102.1.s390x",
"product": {
"name": "python-2.7.18-150000.102.1.s390x",
"product_id": "python-2.7.18-150000.102.1.s390x"
}
},
{
"category": "product_version",
"name": "python-base-2.7.18-150000.102.1.s390x",
"product": {
"name": "python-base-2.7.18-150000.102.1.s390x",
"product_id": "python-base-2.7.18-150000.102.1.s390x"
}
},
{
"category": "product_version",
"name": "python-curses-2.7.18-150000.102.1.s390x",
"product": {
"name": "python-curses-2.7.18-150000.102.1.s390x",
"product_id": "python-curses-2.7.18-150000.102.1.s390x"
}
},
{
"category": "product_version",
"name": "python-demo-2.7.18-150000.102.1.s390x",
"product": {
"name": "python-demo-2.7.18-150000.102.1.s390x",
"product_id": "python-demo-2.7.18-150000.102.1.s390x"
}
},
{
"category": "product_version",
"name": "python-devel-2.7.18-150000.102.1.s390x",
"product": {
"name": "python-devel-2.7.18-150000.102.1.s390x",
"product_id": "python-devel-2.7.18-150000.102.1.s390x"
}
},
{
"category": "product_version",
"name": "python-gdbm-2.7.18-150000.102.1.s390x",
"product": {
"name": "python-gdbm-2.7.18-150000.102.1.s390x",
"product_id": "python-gdbm-2.7.18-150000.102.1.s390x"
}
},
{
"category": "product_version",
"name": "python-idle-2.7.18-150000.102.1.s390x",
"product": {
"name": "python-idle-2.7.18-150000.102.1.s390x",
"product_id": "python-idle-2.7.18-150000.102.1.s390x"
}
},
{
"category": "product_version",
"name": "python-tk-2.7.18-150000.102.1.s390x",
"product": {
"name": "python-tk-2.7.18-150000.102.1.s390x",
"product_id": "python-tk-2.7.18-150000.102.1.s390x"
}
},
{
"category": "product_version",
"name": "python-xml-2.7.18-150000.102.1.s390x",
"product": {
"name": "python-xml-2.7.18-150000.102.1.s390x",
"product_id": "python-xml-2.7.18-150000.102.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython2_7-1_0-2.7.18-150000.102.1.x86_64",
"product": {
"name": "libpython2_7-1_0-2.7.18-150000.102.1.x86_64",
"product_id": "libpython2_7-1_0-2.7.18-150000.102.1.x86_64"
}
},
{
"category": "product_version",
"name": "libpython2_7-1_0-32bit-2.7.18-150000.102.1.x86_64",
"product": {
"name": "libpython2_7-1_0-32bit-2.7.18-150000.102.1.x86_64",
"product_id": "libpython2_7-1_0-32bit-2.7.18-150000.102.1.x86_64"
}
},
{
"category": "product_version",
"name": "python-2.7.18-150000.102.1.x86_64",
"product": {
"name": "python-2.7.18-150000.102.1.x86_64",
"product_id": "python-2.7.18-150000.102.1.x86_64"
}
},
{
"category": "product_version",
"name": "python-32bit-2.7.18-150000.102.1.x86_64",
"product": {
"name": "python-32bit-2.7.18-150000.102.1.x86_64",
"product_id": "python-32bit-2.7.18-150000.102.1.x86_64"
}
},
{
"category": "product_version",
"name": "python-base-2.7.18-150000.102.1.x86_64",
"product": {
"name": "python-base-2.7.18-150000.102.1.x86_64",
"product_id": "python-base-2.7.18-150000.102.1.x86_64"
}
},
{
"category": "product_version",
"name": "python-base-32bit-2.7.18-150000.102.1.x86_64",
"product": {
"name": "python-base-32bit-2.7.18-150000.102.1.x86_64",
"product_id": "python-base-32bit-2.7.18-150000.102.1.x86_64"
}
},
{
"category": "product_version",
"name": "python-curses-2.7.18-150000.102.1.x86_64",
"product": {
"name": "python-curses-2.7.18-150000.102.1.x86_64",
"product_id": "python-curses-2.7.18-150000.102.1.x86_64"
}
},
{
"category": "product_version",
"name": "python-demo-2.7.18-150000.102.1.x86_64",
"product": {
"name": "python-demo-2.7.18-150000.102.1.x86_64",
"product_id": "python-demo-2.7.18-150000.102.1.x86_64"
}
},
{
"category": "product_version",
"name": "python-devel-2.7.18-150000.102.1.x86_64",
"product": {
"name": "python-devel-2.7.18-150000.102.1.x86_64",
"product_id": "python-devel-2.7.18-150000.102.1.x86_64"
}
},
{
"category": "product_version",
"name": "python-gdbm-2.7.18-150000.102.1.x86_64",
"product": {
"name": "python-gdbm-2.7.18-150000.102.1.x86_64",
"product_id": "python-gdbm-2.7.18-150000.102.1.x86_64"
}
},
{
"category": "product_version",
"name": "python-idle-2.7.18-150000.102.1.x86_64",
"product": {
"name": "python-idle-2.7.18-150000.102.1.x86_64",
"product_id": "python-idle-2.7.18-150000.102.1.x86_64"
}
},
{
"category": "product_version",
"name": "python-tk-2.7.18-150000.102.1.x86_64",
"product": {
"name": "python-tk-2.7.18-150000.102.1.x86_64",
"product_id": "python-tk-2.7.18-150000.102.1.x86_64"
}
},
{
"category": "product_version",
"name": "python-xml-2.7.18-150000.102.1.x86_64",
"product": {
"name": "python-xml-2.7.18-150000.102.1.x86_64",
"product_id": "python-xml-2.7.18-150000.102.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Package Hub 15 SP7",
"product": {
"name": "SUSE Linux Enterprise Module for Package Hub 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP7",
"product_identification_helper": {
"cpe": "cpe:/o:suse:packagehub:15:sp7"
}
}
},
{
"category": "product_name",
"name": "openSUSE Leap 15.6",
"product": {
"name": "openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:leap:15.6"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython2_7-1_0-2.7.18-150000.102.1.aarch64 as component of SUSE Linux Enterprise Module for Package Hub 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP7:libpython2_7-1_0-2.7.18-150000.102.1.aarch64"
},
"product_reference": "libpython2_7-1_0-2.7.18-150000.102.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython2_7-1_0-2.7.18-150000.102.1.ppc64le as component of SUSE Linux Enterprise Module for Package Hub 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP7:libpython2_7-1_0-2.7.18-150000.102.1.ppc64le"
},
"product_reference": "libpython2_7-1_0-2.7.18-150000.102.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython2_7-1_0-2.7.18-150000.102.1.s390x as component of SUSE Linux Enterprise Module for Package Hub 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP7:libpython2_7-1_0-2.7.18-150000.102.1.s390x"
},
"product_reference": "libpython2_7-1_0-2.7.18-150000.102.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython2_7-1_0-2.7.18-150000.102.1.x86_64 as component of SUSE Linux Enterprise Module for Package Hub 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP7:libpython2_7-1_0-2.7.18-150000.102.1.x86_64"
},
"product_reference": "libpython2_7-1_0-2.7.18-150000.102.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-2.7.18-150000.102.1.aarch64 as component of SUSE Linux Enterprise Module for Package Hub 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP7:python-2.7.18-150000.102.1.aarch64"
},
"product_reference": "python-2.7.18-150000.102.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-2.7.18-150000.102.1.ppc64le as component of SUSE Linux Enterprise Module for Package Hub 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP7:python-2.7.18-150000.102.1.ppc64le"
},
"product_reference": "python-2.7.18-150000.102.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-2.7.18-150000.102.1.s390x as component of SUSE Linux Enterprise Module for Package Hub 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP7:python-2.7.18-150000.102.1.s390x"
},
"product_reference": "python-2.7.18-150000.102.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-2.7.18-150000.102.1.x86_64 as component of SUSE Linux Enterprise Module for Package Hub 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP7:python-2.7.18-150000.102.1.x86_64"
},
"product_reference": "python-2.7.18-150000.102.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-base-2.7.18-150000.102.1.aarch64 as component of SUSE Linux Enterprise Module for Package Hub 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP7:python-base-2.7.18-150000.102.1.aarch64"
},
"product_reference": "python-base-2.7.18-150000.102.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-base-2.7.18-150000.102.1.ppc64le as component of SUSE Linux Enterprise Module for Package Hub 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP7:python-base-2.7.18-150000.102.1.ppc64le"
},
"product_reference": "python-base-2.7.18-150000.102.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-base-2.7.18-150000.102.1.s390x as component of SUSE Linux Enterprise Module for Package Hub 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP7:python-base-2.7.18-150000.102.1.s390x"
},
"product_reference": "python-base-2.7.18-150000.102.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-base-2.7.18-150000.102.1.x86_64 as component of SUSE Linux Enterprise Module for Package Hub 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP7:python-base-2.7.18-150000.102.1.x86_64"
},
"product_reference": "python-base-2.7.18-150000.102.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-curses-2.7.18-150000.102.1.aarch64 as component of SUSE Linux Enterprise Module for Package Hub 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP7:python-curses-2.7.18-150000.102.1.aarch64"
},
"product_reference": "python-curses-2.7.18-150000.102.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-curses-2.7.18-150000.102.1.ppc64le as component of SUSE Linux Enterprise Module for Package Hub 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP7:python-curses-2.7.18-150000.102.1.ppc64le"
},
"product_reference": "python-curses-2.7.18-150000.102.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-curses-2.7.18-150000.102.1.s390x as component of SUSE Linux Enterprise Module for Package Hub 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP7:python-curses-2.7.18-150000.102.1.s390x"
},
"product_reference": "python-curses-2.7.18-150000.102.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-curses-2.7.18-150000.102.1.x86_64 as component of SUSE Linux Enterprise Module for Package Hub 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP7:python-curses-2.7.18-150000.102.1.x86_64"
},
"product_reference": "python-curses-2.7.18-150000.102.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-gdbm-2.7.18-150000.102.1.aarch64 as component of SUSE Linux Enterprise Module for Package Hub 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP7:python-gdbm-2.7.18-150000.102.1.aarch64"
},
"product_reference": "python-gdbm-2.7.18-150000.102.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-gdbm-2.7.18-150000.102.1.ppc64le as component of SUSE Linux Enterprise Module for Package Hub 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP7:python-gdbm-2.7.18-150000.102.1.ppc64le"
},
"product_reference": "python-gdbm-2.7.18-150000.102.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-gdbm-2.7.18-150000.102.1.s390x as component of SUSE Linux Enterprise Module for Package Hub 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP7:python-gdbm-2.7.18-150000.102.1.s390x"
},
"product_reference": "python-gdbm-2.7.18-150000.102.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-gdbm-2.7.18-150000.102.1.x86_64 as component of SUSE Linux Enterprise Module for Package Hub 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP7:python-gdbm-2.7.18-150000.102.1.x86_64"
},
"product_reference": "python-gdbm-2.7.18-150000.102.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-xml-2.7.18-150000.102.1.aarch64 as component of SUSE Linux Enterprise Module for Package Hub 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP7:python-xml-2.7.18-150000.102.1.aarch64"
},
"product_reference": "python-xml-2.7.18-150000.102.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-xml-2.7.18-150000.102.1.ppc64le as component of SUSE Linux Enterprise Module for Package Hub 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP7:python-xml-2.7.18-150000.102.1.ppc64le"
},
"product_reference": "python-xml-2.7.18-150000.102.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-xml-2.7.18-150000.102.1.s390x as component of SUSE Linux Enterprise Module for Package Hub 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP7:python-xml-2.7.18-150000.102.1.s390x"
},
"product_reference": "python-xml-2.7.18-150000.102.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-xml-2.7.18-150000.102.1.x86_64 as component of SUSE Linux Enterprise Module for Package Hub 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP7:python-xml-2.7.18-150000.102.1.x86_64"
},
"product_reference": "python-xml-2.7.18-150000.102.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython2_7-1_0-2.7.18-150000.102.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libpython2_7-1_0-2.7.18-150000.102.1.aarch64"
},
"product_reference": "libpython2_7-1_0-2.7.18-150000.102.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython2_7-1_0-2.7.18-150000.102.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libpython2_7-1_0-2.7.18-150000.102.1.ppc64le"
},
"product_reference": "libpython2_7-1_0-2.7.18-150000.102.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython2_7-1_0-2.7.18-150000.102.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libpython2_7-1_0-2.7.18-150000.102.1.s390x"
},
"product_reference": "libpython2_7-1_0-2.7.18-150000.102.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython2_7-1_0-2.7.18-150000.102.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libpython2_7-1_0-2.7.18-150000.102.1.x86_64"
},
"product_reference": "libpython2_7-1_0-2.7.18-150000.102.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython2_7-1_0-32bit-2.7.18-150000.102.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libpython2_7-1_0-32bit-2.7.18-150000.102.1.x86_64"
},
"product_reference": "libpython2_7-1_0-32bit-2.7.18-150000.102.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-2.7.18-150000.102.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python-2.7.18-150000.102.1.aarch64"
},
"product_reference": "python-2.7.18-150000.102.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-2.7.18-150000.102.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python-2.7.18-150000.102.1.ppc64le"
},
"product_reference": "python-2.7.18-150000.102.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-2.7.18-150000.102.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python-2.7.18-150000.102.1.s390x"
},
"product_reference": "python-2.7.18-150000.102.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-2.7.18-150000.102.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python-2.7.18-150000.102.1.x86_64"
},
"product_reference": "python-2.7.18-150000.102.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-32bit-2.7.18-150000.102.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python-32bit-2.7.18-150000.102.1.x86_64"
},
"product_reference": "python-32bit-2.7.18-150000.102.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-base-2.7.18-150000.102.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python-base-2.7.18-150000.102.1.aarch64"
},
"product_reference": "python-base-2.7.18-150000.102.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-base-2.7.18-150000.102.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python-base-2.7.18-150000.102.1.ppc64le"
},
"product_reference": "python-base-2.7.18-150000.102.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-base-2.7.18-150000.102.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python-base-2.7.18-150000.102.1.s390x"
},
"product_reference": "python-base-2.7.18-150000.102.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-base-2.7.18-150000.102.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python-base-2.7.18-150000.102.1.x86_64"
},
"product_reference": "python-base-2.7.18-150000.102.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-base-32bit-2.7.18-150000.102.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python-base-32bit-2.7.18-150000.102.1.x86_64"
},
"product_reference": "python-base-32bit-2.7.18-150000.102.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-curses-2.7.18-150000.102.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python-curses-2.7.18-150000.102.1.aarch64"
},
"product_reference": "python-curses-2.7.18-150000.102.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-curses-2.7.18-150000.102.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python-curses-2.7.18-150000.102.1.ppc64le"
},
"product_reference": "python-curses-2.7.18-150000.102.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-curses-2.7.18-150000.102.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python-curses-2.7.18-150000.102.1.s390x"
},
"product_reference": "python-curses-2.7.18-150000.102.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-curses-2.7.18-150000.102.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python-curses-2.7.18-150000.102.1.x86_64"
},
"product_reference": "python-curses-2.7.18-150000.102.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-demo-2.7.18-150000.102.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python-demo-2.7.18-150000.102.1.aarch64"
},
"product_reference": "python-demo-2.7.18-150000.102.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-demo-2.7.18-150000.102.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python-demo-2.7.18-150000.102.1.ppc64le"
},
"product_reference": "python-demo-2.7.18-150000.102.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-demo-2.7.18-150000.102.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python-demo-2.7.18-150000.102.1.s390x"
},
"product_reference": "python-demo-2.7.18-150000.102.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-demo-2.7.18-150000.102.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python-demo-2.7.18-150000.102.1.x86_64"
},
"product_reference": "python-demo-2.7.18-150000.102.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-devel-2.7.18-150000.102.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python-devel-2.7.18-150000.102.1.aarch64"
},
"product_reference": "python-devel-2.7.18-150000.102.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-devel-2.7.18-150000.102.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python-devel-2.7.18-150000.102.1.ppc64le"
},
"product_reference": "python-devel-2.7.18-150000.102.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-devel-2.7.18-150000.102.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python-devel-2.7.18-150000.102.1.s390x"
},
"product_reference": "python-devel-2.7.18-150000.102.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-devel-2.7.18-150000.102.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python-devel-2.7.18-150000.102.1.x86_64"
},
"product_reference": "python-devel-2.7.18-150000.102.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-doc-2.7.18-150000.102.1.noarch as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python-doc-2.7.18-150000.102.1.noarch"
},
"product_reference": "python-doc-2.7.18-150000.102.1.noarch",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-doc-pdf-2.7.18-150000.102.1.noarch as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python-doc-pdf-2.7.18-150000.102.1.noarch"
},
"product_reference": "python-doc-pdf-2.7.18-150000.102.1.noarch",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-gdbm-2.7.18-150000.102.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python-gdbm-2.7.18-150000.102.1.aarch64"
},
"product_reference": "python-gdbm-2.7.18-150000.102.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-gdbm-2.7.18-150000.102.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python-gdbm-2.7.18-150000.102.1.ppc64le"
},
"product_reference": "python-gdbm-2.7.18-150000.102.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-gdbm-2.7.18-150000.102.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python-gdbm-2.7.18-150000.102.1.s390x"
},
"product_reference": "python-gdbm-2.7.18-150000.102.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-gdbm-2.7.18-150000.102.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python-gdbm-2.7.18-150000.102.1.x86_64"
},
"product_reference": "python-gdbm-2.7.18-150000.102.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-idle-2.7.18-150000.102.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python-idle-2.7.18-150000.102.1.aarch64"
},
"product_reference": "python-idle-2.7.18-150000.102.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-idle-2.7.18-150000.102.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python-idle-2.7.18-150000.102.1.ppc64le"
},
"product_reference": "python-idle-2.7.18-150000.102.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-idle-2.7.18-150000.102.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python-idle-2.7.18-150000.102.1.s390x"
},
"product_reference": "python-idle-2.7.18-150000.102.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-idle-2.7.18-150000.102.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python-idle-2.7.18-150000.102.1.x86_64"
},
"product_reference": "python-idle-2.7.18-150000.102.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-tk-2.7.18-150000.102.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python-tk-2.7.18-150000.102.1.aarch64"
},
"product_reference": "python-tk-2.7.18-150000.102.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-tk-2.7.18-150000.102.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python-tk-2.7.18-150000.102.1.ppc64le"
},
"product_reference": "python-tk-2.7.18-150000.102.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-tk-2.7.18-150000.102.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python-tk-2.7.18-150000.102.1.s390x"
},
"product_reference": "python-tk-2.7.18-150000.102.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-tk-2.7.18-150000.102.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python-tk-2.7.18-150000.102.1.x86_64"
},
"product_reference": "python-tk-2.7.18-150000.102.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-xml-2.7.18-150000.102.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python-xml-2.7.18-150000.102.1.aarch64"
},
"product_reference": "python-xml-2.7.18-150000.102.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-xml-2.7.18-150000.102.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python-xml-2.7.18-150000.102.1.ppc64le"
},
"product_reference": "python-xml-2.7.18-150000.102.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-xml-2.7.18-150000.102.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python-xml-2.7.18-150000.102.1.s390x"
},
"product_reference": "python-xml-2.7.18-150000.102.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-xml-2.7.18-150000.102.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python-xml-2.7.18-150000.102.1.x86_64"
},
"product_reference": "python-xml-2.7.18-150000.102.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-15366",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-15366"
}
],
"notes": [
{
"category": "general",
"text": "The imaplib module, when passed a user-controlled command, can have additional commands injected using newlines. Mitigation rejects commands containing control characters.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libpython2_7-1_0-2.7.18-150000.102.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libpython2_7-1_0-2.7.18-150000.102.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libpython2_7-1_0-2.7.18-150000.102.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libpython2_7-1_0-2.7.18-150000.102.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-2.7.18-150000.102.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-2.7.18-150000.102.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-2.7.18-150000.102.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-2.7.18-150000.102.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-base-2.7.18-150000.102.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-base-2.7.18-150000.102.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-base-2.7.18-150000.102.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-base-2.7.18-150000.102.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-curses-2.7.18-150000.102.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-curses-2.7.18-150000.102.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-curses-2.7.18-150000.102.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-curses-2.7.18-150000.102.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-gdbm-2.7.18-150000.102.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-gdbm-2.7.18-150000.102.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-gdbm-2.7.18-150000.102.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-gdbm-2.7.18-150000.102.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-xml-2.7.18-150000.102.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-xml-2.7.18-150000.102.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-xml-2.7.18-150000.102.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-xml-2.7.18-150000.102.1.x86_64",
"openSUSE Leap 15.6:libpython2_7-1_0-2.7.18-150000.102.1.aarch64",
"openSUSE Leap 15.6:libpython2_7-1_0-2.7.18-150000.102.1.ppc64le",
"openSUSE Leap 15.6:libpython2_7-1_0-2.7.18-150000.102.1.s390x",
"openSUSE Leap 15.6:libpython2_7-1_0-2.7.18-150000.102.1.x86_64",
"openSUSE Leap 15.6:libpython2_7-1_0-32bit-2.7.18-150000.102.1.x86_64",
"openSUSE Leap 15.6:python-2.7.18-150000.102.1.aarch64",
"openSUSE Leap 15.6:python-2.7.18-150000.102.1.ppc64le",
"openSUSE Leap 15.6:python-2.7.18-150000.102.1.s390x",
"openSUSE Leap 15.6:python-2.7.18-150000.102.1.x86_64",
"openSUSE Leap 15.6:python-32bit-2.7.18-150000.102.1.x86_64",
"openSUSE Leap 15.6:python-base-2.7.18-150000.102.1.aarch64",
"openSUSE Leap 15.6:python-base-2.7.18-150000.102.1.ppc64le",
"openSUSE Leap 15.6:python-base-2.7.18-150000.102.1.s390x",
"openSUSE Leap 15.6:python-base-2.7.18-150000.102.1.x86_64",
"openSUSE Leap 15.6:python-base-32bit-2.7.18-150000.102.1.x86_64",
"openSUSE Leap 15.6:python-curses-2.7.18-150000.102.1.aarch64",
"openSUSE Leap 15.6:python-curses-2.7.18-150000.102.1.ppc64le",
"openSUSE Leap 15.6:python-curses-2.7.18-150000.102.1.s390x",
"openSUSE Leap 15.6:python-curses-2.7.18-150000.102.1.x86_64",
"openSUSE Leap 15.6:python-demo-2.7.18-150000.102.1.aarch64",
"openSUSE Leap 15.6:python-demo-2.7.18-150000.102.1.ppc64le",
"openSUSE Leap 15.6:python-demo-2.7.18-150000.102.1.s390x",
"openSUSE Leap 15.6:python-demo-2.7.18-150000.102.1.x86_64",
"openSUSE Leap 15.6:python-devel-2.7.18-150000.102.1.aarch64",
"openSUSE Leap 15.6:python-devel-2.7.18-150000.102.1.ppc64le",
"openSUSE Leap 15.6:python-devel-2.7.18-150000.102.1.s390x",
"openSUSE Leap 15.6:python-devel-2.7.18-150000.102.1.x86_64",
"openSUSE Leap 15.6:python-doc-2.7.18-150000.102.1.noarch",
"openSUSE Leap 15.6:python-doc-pdf-2.7.18-150000.102.1.noarch",
"openSUSE Leap 15.6:python-gdbm-2.7.18-150000.102.1.aarch64",
"openSUSE Leap 15.6:python-gdbm-2.7.18-150000.102.1.ppc64le",
"openSUSE Leap 15.6:python-gdbm-2.7.18-150000.102.1.s390x",
"openSUSE Leap 15.6:python-gdbm-2.7.18-150000.102.1.x86_64",
"openSUSE Leap 15.6:python-idle-2.7.18-150000.102.1.aarch64",
"openSUSE Leap 15.6:python-idle-2.7.18-150000.102.1.ppc64le",
"openSUSE Leap 15.6:python-idle-2.7.18-150000.102.1.s390x",
"openSUSE Leap 15.6:python-idle-2.7.18-150000.102.1.x86_64",
"openSUSE Leap 15.6:python-tk-2.7.18-150000.102.1.aarch64",
"openSUSE Leap 15.6:python-tk-2.7.18-150000.102.1.ppc64le",
"openSUSE Leap 15.6:python-tk-2.7.18-150000.102.1.s390x",
"openSUSE Leap 15.6:python-tk-2.7.18-150000.102.1.x86_64",
"openSUSE Leap 15.6:python-xml-2.7.18-150000.102.1.aarch64",
"openSUSE Leap 15.6:python-xml-2.7.18-150000.102.1.ppc64le",
"openSUSE Leap 15.6:python-xml-2.7.18-150000.102.1.s390x",
"openSUSE Leap 15.6:python-xml-2.7.18-150000.102.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-15366",
"url": "https://www.suse.com/security/cve/CVE-2025-15366"
},
{
"category": "external",
"summary": "SUSE Bug 1257044 for CVE-2025-15366",
"url": "https://bugzilla.suse.com/1257044"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libpython2_7-1_0-2.7.18-150000.102.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libpython2_7-1_0-2.7.18-150000.102.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libpython2_7-1_0-2.7.18-150000.102.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libpython2_7-1_0-2.7.18-150000.102.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-2.7.18-150000.102.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-2.7.18-150000.102.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-2.7.18-150000.102.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-2.7.18-150000.102.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-base-2.7.18-150000.102.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-base-2.7.18-150000.102.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-base-2.7.18-150000.102.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-base-2.7.18-150000.102.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-curses-2.7.18-150000.102.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-curses-2.7.18-150000.102.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-curses-2.7.18-150000.102.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-curses-2.7.18-150000.102.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-gdbm-2.7.18-150000.102.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-gdbm-2.7.18-150000.102.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-gdbm-2.7.18-150000.102.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-gdbm-2.7.18-150000.102.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-xml-2.7.18-150000.102.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-xml-2.7.18-150000.102.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-xml-2.7.18-150000.102.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-xml-2.7.18-150000.102.1.x86_64",
"openSUSE Leap 15.6:libpython2_7-1_0-2.7.18-150000.102.1.aarch64",
"openSUSE Leap 15.6:libpython2_7-1_0-2.7.18-150000.102.1.ppc64le",
"openSUSE Leap 15.6:libpython2_7-1_0-2.7.18-150000.102.1.s390x",
"openSUSE Leap 15.6:libpython2_7-1_0-2.7.18-150000.102.1.x86_64",
"openSUSE Leap 15.6:libpython2_7-1_0-32bit-2.7.18-150000.102.1.x86_64",
"openSUSE Leap 15.6:python-2.7.18-150000.102.1.aarch64",
"openSUSE Leap 15.6:python-2.7.18-150000.102.1.ppc64le",
"openSUSE Leap 15.6:python-2.7.18-150000.102.1.s390x",
"openSUSE Leap 15.6:python-2.7.18-150000.102.1.x86_64",
"openSUSE Leap 15.6:python-32bit-2.7.18-150000.102.1.x86_64",
"openSUSE Leap 15.6:python-base-2.7.18-150000.102.1.aarch64",
"openSUSE Leap 15.6:python-base-2.7.18-150000.102.1.ppc64le",
"openSUSE Leap 15.6:python-base-2.7.18-150000.102.1.s390x",
"openSUSE Leap 15.6:python-base-2.7.18-150000.102.1.x86_64",
"openSUSE Leap 15.6:python-base-32bit-2.7.18-150000.102.1.x86_64",
"openSUSE Leap 15.6:python-curses-2.7.18-150000.102.1.aarch64",
"openSUSE Leap 15.6:python-curses-2.7.18-150000.102.1.ppc64le",
"openSUSE Leap 15.6:python-curses-2.7.18-150000.102.1.s390x",
"openSUSE Leap 15.6:python-curses-2.7.18-150000.102.1.x86_64",
"openSUSE Leap 15.6:python-demo-2.7.18-150000.102.1.aarch64",
"openSUSE Leap 15.6:python-demo-2.7.18-150000.102.1.ppc64le",
"openSUSE Leap 15.6:python-demo-2.7.18-150000.102.1.s390x",
"openSUSE Leap 15.6:python-demo-2.7.18-150000.102.1.x86_64",
"openSUSE Leap 15.6:python-devel-2.7.18-150000.102.1.aarch64",
"openSUSE Leap 15.6:python-devel-2.7.18-150000.102.1.ppc64le",
"openSUSE Leap 15.6:python-devel-2.7.18-150000.102.1.s390x",
"openSUSE Leap 15.6:python-devel-2.7.18-150000.102.1.x86_64",
"openSUSE Leap 15.6:python-doc-2.7.18-150000.102.1.noarch",
"openSUSE Leap 15.6:python-doc-pdf-2.7.18-150000.102.1.noarch",
"openSUSE Leap 15.6:python-gdbm-2.7.18-150000.102.1.aarch64",
"openSUSE Leap 15.6:python-gdbm-2.7.18-150000.102.1.ppc64le",
"openSUSE Leap 15.6:python-gdbm-2.7.18-150000.102.1.s390x",
"openSUSE Leap 15.6:python-gdbm-2.7.18-150000.102.1.x86_64",
"openSUSE Leap 15.6:python-idle-2.7.18-150000.102.1.aarch64",
"openSUSE Leap 15.6:python-idle-2.7.18-150000.102.1.ppc64le",
"openSUSE Leap 15.6:python-idle-2.7.18-150000.102.1.s390x",
"openSUSE Leap 15.6:python-idle-2.7.18-150000.102.1.x86_64",
"openSUSE Leap 15.6:python-tk-2.7.18-150000.102.1.aarch64",
"openSUSE Leap 15.6:python-tk-2.7.18-150000.102.1.ppc64le",
"openSUSE Leap 15.6:python-tk-2.7.18-150000.102.1.s390x",
"openSUSE Leap 15.6:python-tk-2.7.18-150000.102.1.x86_64",
"openSUSE Leap 15.6:python-xml-2.7.18-150000.102.1.aarch64",
"openSUSE Leap 15.6:python-xml-2.7.18-150000.102.1.ppc64le",
"openSUSE Leap 15.6:python-xml-2.7.18-150000.102.1.s390x",
"openSUSE Leap 15.6:python-xml-2.7.18-150000.102.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.7,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:L/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libpython2_7-1_0-2.7.18-150000.102.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libpython2_7-1_0-2.7.18-150000.102.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libpython2_7-1_0-2.7.18-150000.102.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libpython2_7-1_0-2.7.18-150000.102.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-2.7.18-150000.102.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-2.7.18-150000.102.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-2.7.18-150000.102.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-2.7.18-150000.102.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-base-2.7.18-150000.102.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-base-2.7.18-150000.102.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-base-2.7.18-150000.102.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-base-2.7.18-150000.102.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-curses-2.7.18-150000.102.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-curses-2.7.18-150000.102.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-curses-2.7.18-150000.102.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-curses-2.7.18-150000.102.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-gdbm-2.7.18-150000.102.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-gdbm-2.7.18-150000.102.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-gdbm-2.7.18-150000.102.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-gdbm-2.7.18-150000.102.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-xml-2.7.18-150000.102.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-xml-2.7.18-150000.102.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-xml-2.7.18-150000.102.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-xml-2.7.18-150000.102.1.x86_64",
"openSUSE Leap 15.6:libpython2_7-1_0-2.7.18-150000.102.1.aarch64",
"openSUSE Leap 15.6:libpython2_7-1_0-2.7.18-150000.102.1.ppc64le",
"openSUSE Leap 15.6:libpython2_7-1_0-2.7.18-150000.102.1.s390x",
"openSUSE Leap 15.6:libpython2_7-1_0-2.7.18-150000.102.1.x86_64",
"openSUSE Leap 15.6:libpython2_7-1_0-32bit-2.7.18-150000.102.1.x86_64",
"openSUSE Leap 15.6:python-2.7.18-150000.102.1.aarch64",
"openSUSE Leap 15.6:python-2.7.18-150000.102.1.ppc64le",
"openSUSE Leap 15.6:python-2.7.18-150000.102.1.s390x",
"openSUSE Leap 15.6:python-2.7.18-150000.102.1.x86_64",
"openSUSE Leap 15.6:python-32bit-2.7.18-150000.102.1.x86_64",
"openSUSE Leap 15.6:python-base-2.7.18-150000.102.1.aarch64",
"openSUSE Leap 15.6:python-base-2.7.18-150000.102.1.ppc64le",
"openSUSE Leap 15.6:python-base-2.7.18-150000.102.1.s390x",
"openSUSE Leap 15.6:python-base-2.7.18-150000.102.1.x86_64",
"openSUSE Leap 15.6:python-base-32bit-2.7.18-150000.102.1.x86_64",
"openSUSE Leap 15.6:python-curses-2.7.18-150000.102.1.aarch64",
"openSUSE Leap 15.6:python-curses-2.7.18-150000.102.1.ppc64le",
"openSUSE Leap 15.6:python-curses-2.7.18-150000.102.1.s390x",
"openSUSE Leap 15.6:python-curses-2.7.18-150000.102.1.x86_64",
"openSUSE Leap 15.6:python-demo-2.7.18-150000.102.1.aarch64",
"openSUSE Leap 15.6:python-demo-2.7.18-150000.102.1.ppc64le",
"openSUSE Leap 15.6:python-demo-2.7.18-150000.102.1.s390x",
"openSUSE Leap 15.6:python-demo-2.7.18-150000.102.1.x86_64",
"openSUSE Leap 15.6:python-devel-2.7.18-150000.102.1.aarch64",
"openSUSE Leap 15.6:python-devel-2.7.18-150000.102.1.ppc64le",
"openSUSE Leap 15.6:python-devel-2.7.18-150000.102.1.s390x",
"openSUSE Leap 15.6:python-devel-2.7.18-150000.102.1.x86_64",
"openSUSE Leap 15.6:python-doc-2.7.18-150000.102.1.noarch",
"openSUSE Leap 15.6:python-doc-pdf-2.7.18-150000.102.1.noarch",
"openSUSE Leap 15.6:python-gdbm-2.7.18-150000.102.1.aarch64",
"openSUSE Leap 15.6:python-gdbm-2.7.18-150000.102.1.ppc64le",
"openSUSE Leap 15.6:python-gdbm-2.7.18-150000.102.1.s390x",
"openSUSE Leap 15.6:python-gdbm-2.7.18-150000.102.1.x86_64",
"openSUSE Leap 15.6:python-idle-2.7.18-150000.102.1.aarch64",
"openSUSE Leap 15.6:python-idle-2.7.18-150000.102.1.ppc64le",
"openSUSE Leap 15.6:python-idle-2.7.18-150000.102.1.s390x",
"openSUSE Leap 15.6:python-idle-2.7.18-150000.102.1.x86_64",
"openSUSE Leap 15.6:python-tk-2.7.18-150000.102.1.aarch64",
"openSUSE Leap 15.6:python-tk-2.7.18-150000.102.1.ppc64le",
"openSUSE Leap 15.6:python-tk-2.7.18-150000.102.1.s390x",
"openSUSE Leap 15.6:python-tk-2.7.18-150000.102.1.x86_64",
"openSUSE Leap 15.6:python-xml-2.7.18-150000.102.1.aarch64",
"openSUSE Leap 15.6:python-xml-2.7.18-150000.102.1.ppc64le",
"openSUSE Leap 15.6:python-xml-2.7.18-150000.102.1.s390x",
"openSUSE Leap 15.6:python-xml-2.7.18-150000.102.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-02-20T10:05:50Z",
"details": "moderate"
}
],
"title": "CVE-2025-15366"
},
{
"cve": "CVE-2025-15367",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-15367"
}
],
"notes": [
{
"category": "general",
"text": "The poplib module, when passed a user-controlled command, can have\nadditional commands injected using newlines. Mitigation rejects commands\ncontaining control characters.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libpython2_7-1_0-2.7.18-150000.102.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libpython2_7-1_0-2.7.18-150000.102.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libpython2_7-1_0-2.7.18-150000.102.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libpython2_7-1_0-2.7.18-150000.102.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-2.7.18-150000.102.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-2.7.18-150000.102.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-2.7.18-150000.102.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-2.7.18-150000.102.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-base-2.7.18-150000.102.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-base-2.7.18-150000.102.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-base-2.7.18-150000.102.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-base-2.7.18-150000.102.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-curses-2.7.18-150000.102.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-curses-2.7.18-150000.102.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-curses-2.7.18-150000.102.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-curses-2.7.18-150000.102.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-gdbm-2.7.18-150000.102.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-gdbm-2.7.18-150000.102.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-gdbm-2.7.18-150000.102.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-gdbm-2.7.18-150000.102.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-xml-2.7.18-150000.102.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-xml-2.7.18-150000.102.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-xml-2.7.18-150000.102.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-xml-2.7.18-150000.102.1.x86_64",
"openSUSE Leap 15.6:libpython2_7-1_0-2.7.18-150000.102.1.aarch64",
"openSUSE Leap 15.6:libpython2_7-1_0-2.7.18-150000.102.1.ppc64le",
"openSUSE Leap 15.6:libpython2_7-1_0-2.7.18-150000.102.1.s390x",
"openSUSE Leap 15.6:libpython2_7-1_0-2.7.18-150000.102.1.x86_64",
"openSUSE Leap 15.6:libpython2_7-1_0-32bit-2.7.18-150000.102.1.x86_64",
"openSUSE Leap 15.6:python-2.7.18-150000.102.1.aarch64",
"openSUSE Leap 15.6:python-2.7.18-150000.102.1.ppc64le",
"openSUSE Leap 15.6:python-2.7.18-150000.102.1.s390x",
"openSUSE Leap 15.6:python-2.7.18-150000.102.1.x86_64",
"openSUSE Leap 15.6:python-32bit-2.7.18-150000.102.1.x86_64",
"openSUSE Leap 15.6:python-base-2.7.18-150000.102.1.aarch64",
"openSUSE Leap 15.6:python-base-2.7.18-150000.102.1.ppc64le",
"openSUSE Leap 15.6:python-base-2.7.18-150000.102.1.s390x",
"openSUSE Leap 15.6:python-base-2.7.18-150000.102.1.x86_64",
"openSUSE Leap 15.6:python-base-32bit-2.7.18-150000.102.1.x86_64",
"openSUSE Leap 15.6:python-curses-2.7.18-150000.102.1.aarch64",
"openSUSE Leap 15.6:python-curses-2.7.18-150000.102.1.ppc64le",
"openSUSE Leap 15.6:python-curses-2.7.18-150000.102.1.s390x",
"openSUSE Leap 15.6:python-curses-2.7.18-150000.102.1.x86_64",
"openSUSE Leap 15.6:python-demo-2.7.18-150000.102.1.aarch64",
"openSUSE Leap 15.6:python-demo-2.7.18-150000.102.1.ppc64le",
"openSUSE Leap 15.6:python-demo-2.7.18-150000.102.1.s390x",
"openSUSE Leap 15.6:python-demo-2.7.18-150000.102.1.x86_64",
"openSUSE Leap 15.6:python-devel-2.7.18-150000.102.1.aarch64",
"openSUSE Leap 15.6:python-devel-2.7.18-150000.102.1.ppc64le",
"openSUSE Leap 15.6:python-devel-2.7.18-150000.102.1.s390x",
"openSUSE Leap 15.6:python-devel-2.7.18-150000.102.1.x86_64",
"openSUSE Leap 15.6:python-doc-2.7.18-150000.102.1.noarch",
"openSUSE Leap 15.6:python-doc-pdf-2.7.18-150000.102.1.noarch",
"openSUSE Leap 15.6:python-gdbm-2.7.18-150000.102.1.aarch64",
"openSUSE Leap 15.6:python-gdbm-2.7.18-150000.102.1.ppc64le",
"openSUSE Leap 15.6:python-gdbm-2.7.18-150000.102.1.s390x",
"openSUSE Leap 15.6:python-gdbm-2.7.18-150000.102.1.x86_64",
"openSUSE Leap 15.6:python-idle-2.7.18-150000.102.1.aarch64",
"openSUSE Leap 15.6:python-idle-2.7.18-150000.102.1.ppc64le",
"openSUSE Leap 15.6:python-idle-2.7.18-150000.102.1.s390x",
"openSUSE Leap 15.6:python-idle-2.7.18-150000.102.1.x86_64",
"openSUSE Leap 15.6:python-tk-2.7.18-150000.102.1.aarch64",
"openSUSE Leap 15.6:python-tk-2.7.18-150000.102.1.ppc64le",
"openSUSE Leap 15.6:python-tk-2.7.18-150000.102.1.s390x",
"openSUSE Leap 15.6:python-tk-2.7.18-150000.102.1.x86_64",
"openSUSE Leap 15.6:python-xml-2.7.18-150000.102.1.aarch64",
"openSUSE Leap 15.6:python-xml-2.7.18-150000.102.1.ppc64le",
"openSUSE Leap 15.6:python-xml-2.7.18-150000.102.1.s390x",
"openSUSE Leap 15.6:python-xml-2.7.18-150000.102.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-15367",
"url": "https://www.suse.com/security/cve/CVE-2025-15367"
},
{
"category": "external",
"summary": "SUSE Bug 1257041 for CVE-2025-15367",
"url": "https://bugzilla.suse.com/1257041"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libpython2_7-1_0-2.7.18-150000.102.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libpython2_7-1_0-2.7.18-150000.102.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libpython2_7-1_0-2.7.18-150000.102.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libpython2_7-1_0-2.7.18-150000.102.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-2.7.18-150000.102.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-2.7.18-150000.102.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-2.7.18-150000.102.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-2.7.18-150000.102.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-base-2.7.18-150000.102.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-base-2.7.18-150000.102.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-base-2.7.18-150000.102.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-base-2.7.18-150000.102.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-curses-2.7.18-150000.102.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-curses-2.7.18-150000.102.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-curses-2.7.18-150000.102.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-curses-2.7.18-150000.102.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-gdbm-2.7.18-150000.102.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-gdbm-2.7.18-150000.102.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-gdbm-2.7.18-150000.102.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-gdbm-2.7.18-150000.102.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-xml-2.7.18-150000.102.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-xml-2.7.18-150000.102.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-xml-2.7.18-150000.102.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-xml-2.7.18-150000.102.1.x86_64",
"openSUSE Leap 15.6:libpython2_7-1_0-2.7.18-150000.102.1.aarch64",
"openSUSE Leap 15.6:libpython2_7-1_0-2.7.18-150000.102.1.ppc64le",
"openSUSE Leap 15.6:libpython2_7-1_0-2.7.18-150000.102.1.s390x",
"openSUSE Leap 15.6:libpython2_7-1_0-2.7.18-150000.102.1.x86_64",
"openSUSE Leap 15.6:libpython2_7-1_0-32bit-2.7.18-150000.102.1.x86_64",
"openSUSE Leap 15.6:python-2.7.18-150000.102.1.aarch64",
"openSUSE Leap 15.6:python-2.7.18-150000.102.1.ppc64le",
"openSUSE Leap 15.6:python-2.7.18-150000.102.1.s390x",
"openSUSE Leap 15.6:python-2.7.18-150000.102.1.x86_64",
"openSUSE Leap 15.6:python-32bit-2.7.18-150000.102.1.x86_64",
"openSUSE Leap 15.6:python-base-2.7.18-150000.102.1.aarch64",
"openSUSE Leap 15.6:python-base-2.7.18-150000.102.1.ppc64le",
"openSUSE Leap 15.6:python-base-2.7.18-150000.102.1.s390x",
"openSUSE Leap 15.6:python-base-2.7.18-150000.102.1.x86_64",
"openSUSE Leap 15.6:python-base-32bit-2.7.18-150000.102.1.x86_64",
"openSUSE Leap 15.6:python-curses-2.7.18-150000.102.1.aarch64",
"openSUSE Leap 15.6:python-curses-2.7.18-150000.102.1.ppc64le",
"openSUSE Leap 15.6:python-curses-2.7.18-150000.102.1.s390x",
"openSUSE Leap 15.6:python-curses-2.7.18-150000.102.1.x86_64",
"openSUSE Leap 15.6:python-demo-2.7.18-150000.102.1.aarch64",
"openSUSE Leap 15.6:python-demo-2.7.18-150000.102.1.ppc64le",
"openSUSE Leap 15.6:python-demo-2.7.18-150000.102.1.s390x",
"openSUSE Leap 15.6:python-demo-2.7.18-150000.102.1.x86_64",
"openSUSE Leap 15.6:python-devel-2.7.18-150000.102.1.aarch64",
"openSUSE Leap 15.6:python-devel-2.7.18-150000.102.1.ppc64le",
"openSUSE Leap 15.6:python-devel-2.7.18-150000.102.1.s390x",
"openSUSE Leap 15.6:python-devel-2.7.18-150000.102.1.x86_64",
"openSUSE Leap 15.6:python-doc-2.7.18-150000.102.1.noarch",
"openSUSE Leap 15.6:python-doc-pdf-2.7.18-150000.102.1.noarch",
"openSUSE Leap 15.6:python-gdbm-2.7.18-150000.102.1.aarch64",
"openSUSE Leap 15.6:python-gdbm-2.7.18-150000.102.1.ppc64le",
"openSUSE Leap 15.6:python-gdbm-2.7.18-150000.102.1.s390x",
"openSUSE Leap 15.6:python-gdbm-2.7.18-150000.102.1.x86_64",
"openSUSE Leap 15.6:python-idle-2.7.18-150000.102.1.aarch64",
"openSUSE Leap 15.6:python-idle-2.7.18-150000.102.1.ppc64le",
"openSUSE Leap 15.6:python-idle-2.7.18-150000.102.1.s390x",
"openSUSE Leap 15.6:python-idle-2.7.18-150000.102.1.x86_64",
"openSUSE Leap 15.6:python-tk-2.7.18-150000.102.1.aarch64",
"openSUSE Leap 15.6:python-tk-2.7.18-150000.102.1.ppc64le",
"openSUSE Leap 15.6:python-tk-2.7.18-150000.102.1.s390x",
"openSUSE Leap 15.6:python-tk-2.7.18-150000.102.1.x86_64",
"openSUSE Leap 15.6:python-xml-2.7.18-150000.102.1.aarch64",
"openSUSE Leap 15.6:python-xml-2.7.18-150000.102.1.ppc64le",
"openSUSE Leap 15.6:python-xml-2.7.18-150000.102.1.s390x",
"openSUSE Leap 15.6:python-xml-2.7.18-150000.102.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.7,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:L/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libpython2_7-1_0-2.7.18-150000.102.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libpython2_7-1_0-2.7.18-150000.102.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libpython2_7-1_0-2.7.18-150000.102.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libpython2_7-1_0-2.7.18-150000.102.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-2.7.18-150000.102.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-2.7.18-150000.102.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-2.7.18-150000.102.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-2.7.18-150000.102.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-base-2.7.18-150000.102.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-base-2.7.18-150000.102.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-base-2.7.18-150000.102.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-base-2.7.18-150000.102.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-curses-2.7.18-150000.102.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-curses-2.7.18-150000.102.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-curses-2.7.18-150000.102.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-curses-2.7.18-150000.102.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-gdbm-2.7.18-150000.102.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-gdbm-2.7.18-150000.102.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-gdbm-2.7.18-150000.102.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-gdbm-2.7.18-150000.102.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-xml-2.7.18-150000.102.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-xml-2.7.18-150000.102.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-xml-2.7.18-150000.102.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-xml-2.7.18-150000.102.1.x86_64",
"openSUSE Leap 15.6:libpython2_7-1_0-2.7.18-150000.102.1.aarch64",
"openSUSE Leap 15.6:libpython2_7-1_0-2.7.18-150000.102.1.ppc64le",
"openSUSE Leap 15.6:libpython2_7-1_0-2.7.18-150000.102.1.s390x",
"openSUSE Leap 15.6:libpython2_7-1_0-2.7.18-150000.102.1.x86_64",
"openSUSE Leap 15.6:libpython2_7-1_0-32bit-2.7.18-150000.102.1.x86_64",
"openSUSE Leap 15.6:python-2.7.18-150000.102.1.aarch64",
"openSUSE Leap 15.6:python-2.7.18-150000.102.1.ppc64le",
"openSUSE Leap 15.6:python-2.7.18-150000.102.1.s390x",
"openSUSE Leap 15.6:python-2.7.18-150000.102.1.x86_64",
"openSUSE Leap 15.6:python-32bit-2.7.18-150000.102.1.x86_64",
"openSUSE Leap 15.6:python-base-2.7.18-150000.102.1.aarch64",
"openSUSE Leap 15.6:python-base-2.7.18-150000.102.1.ppc64le",
"openSUSE Leap 15.6:python-base-2.7.18-150000.102.1.s390x",
"openSUSE Leap 15.6:python-base-2.7.18-150000.102.1.x86_64",
"openSUSE Leap 15.6:python-base-32bit-2.7.18-150000.102.1.x86_64",
"openSUSE Leap 15.6:python-curses-2.7.18-150000.102.1.aarch64",
"openSUSE Leap 15.6:python-curses-2.7.18-150000.102.1.ppc64le",
"openSUSE Leap 15.6:python-curses-2.7.18-150000.102.1.s390x",
"openSUSE Leap 15.6:python-curses-2.7.18-150000.102.1.x86_64",
"openSUSE Leap 15.6:python-demo-2.7.18-150000.102.1.aarch64",
"openSUSE Leap 15.6:python-demo-2.7.18-150000.102.1.ppc64le",
"openSUSE Leap 15.6:python-demo-2.7.18-150000.102.1.s390x",
"openSUSE Leap 15.6:python-demo-2.7.18-150000.102.1.x86_64",
"openSUSE Leap 15.6:python-devel-2.7.18-150000.102.1.aarch64",
"openSUSE Leap 15.6:python-devel-2.7.18-150000.102.1.ppc64le",
"openSUSE Leap 15.6:python-devel-2.7.18-150000.102.1.s390x",
"openSUSE Leap 15.6:python-devel-2.7.18-150000.102.1.x86_64",
"openSUSE Leap 15.6:python-doc-2.7.18-150000.102.1.noarch",
"openSUSE Leap 15.6:python-doc-pdf-2.7.18-150000.102.1.noarch",
"openSUSE Leap 15.6:python-gdbm-2.7.18-150000.102.1.aarch64",
"openSUSE Leap 15.6:python-gdbm-2.7.18-150000.102.1.ppc64le",
"openSUSE Leap 15.6:python-gdbm-2.7.18-150000.102.1.s390x",
"openSUSE Leap 15.6:python-gdbm-2.7.18-150000.102.1.x86_64",
"openSUSE Leap 15.6:python-idle-2.7.18-150000.102.1.aarch64",
"openSUSE Leap 15.6:python-idle-2.7.18-150000.102.1.ppc64le",
"openSUSE Leap 15.6:python-idle-2.7.18-150000.102.1.s390x",
"openSUSE Leap 15.6:python-idle-2.7.18-150000.102.1.x86_64",
"openSUSE Leap 15.6:python-tk-2.7.18-150000.102.1.aarch64",
"openSUSE Leap 15.6:python-tk-2.7.18-150000.102.1.ppc64le",
"openSUSE Leap 15.6:python-tk-2.7.18-150000.102.1.s390x",
"openSUSE Leap 15.6:python-tk-2.7.18-150000.102.1.x86_64",
"openSUSE Leap 15.6:python-xml-2.7.18-150000.102.1.aarch64",
"openSUSE Leap 15.6:python-xml-2.7.18-150000.102.1.ppc64le",
"openSUSE Leap 15.6:python-xml-2.7.18-150000.102.1.s390x",
"openSUSE Leap 15.6:python-xml-2.7.18-150000.102.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-02-20T10:05:50Z",
"details": "moderate"
}
],
"title": "CVE-2025-15367"
},
{
"cve": "CVE-2026-0672",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-0672"
}
],
"notes": [
{
"category": "general",
"text": "When using http.cookies.Morsel, user-controlled cookie values and parameters can allow injecting HTTP headers into messages. Patch rejects all control characters within cookie names, values, and parameters.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libpython2_7-1_0-2.7.18-150000.102.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libpython2_7-1_0-2.7.18-150000.102.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libpython2_7-1_0-2.7.18-150000.102.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libpython2_7-1_0-2.7.18-150000.102.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-2.7.18-150000.102.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-2.7.18-150000.102.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-2.7.18-150000.102.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-2.7.18-150000.102.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-base-2.7.18-150000.102.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-base-2.7.18-150000.102.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-base-2.7.18-150000.102.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-base-2.7.18-150000.102.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-curses-2.7.18-150000.102.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-curses-2.7.18-150000.102.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-curses-2.7.18-150000.102.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-curses-2.7.18-150000.102.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-gdbm-2.7.18-150000.102.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-gdbm-2.7.18-150000.102.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-gdbm-2.7.18-150000.102.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-gdbm-2.7.18-150000.102.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-xml-2.7.18-150000.102.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-xml-2.7.18-150000.102.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-xml-2.7.18-150000.102.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-xml-2.7.18-150000.102.1.x86_64",
"openSUSE Leap 15.6:libpython2_7-1_0-2.7.18-150000.102.1.aarch64",
"openSUSE Leap 15.6:libpython2_7-1_0-2.7.18-150000.102.1.ppc64le",
"openSUSE Leap 15.6:libpython2_7-1_0-2.7.18-150000.102.1.s390x",
"openSUSE Leap 15.6:libpython2_7-1_0-2.7.18-150000.102.1.x86_64",
"openSUSE Leap 15.6:libpython2_7-1_0-32bit-2.7.18-150000.102.1.x86_64",
"openSUSE Leap 15.6:python-2.7.18-150000.102.1.aarch64",
"openSUSE Leap 15.6:python-2.7.18-150000.102.1.ppc64le",
"openSUSE Leap 15.6:python-2.7.18-150000.102.1.s390x",
"openSUSE Leap 15.6:python-2.7.18-150000.102.1.x86_64",
"openSUSE Leap 15.6:python-32bit-2.7.18-150000.102.1.x86_64",
"openSUSE Leap 15.6:python-base-2.7.18-150000.102.1.aarch64",
"openSUSE Leap 15.6:python-base-2.7.18-150000.102.1.ppc64le",
"openSUSE Leap 15.6:python-base-2.7.18-150000.102.1.s390x",
"openSUSE Leap 15.6:python-base-2.7.18-150000.102.1.x86_64",
"openSUSE Leap 15.6:python-base-32bit-2.7.18-150000.102.1.x86_64",
"openSUSE Leap 15.6:python-curses-2.7.18-150000.102.1.aarch64",
"openSUSE Leap 15.6:python-curses-2.7.18-150000.102.1.ppc64le",
"openSUSE Leap 15.6:python-curses-2.7.18-150000.102.1.s390x",
"openSUSE Leap 15.6:python-curses-2.7.18-150000.102.1.x86_64",
"openSUSE Leap 15.6:python-demo-2.7.18-150000.102.1.aarch64",
"openSUSE Leap 15.6:python-demo-2.7.18-150000.102.1.ppc64le",
"openSUSE Leap 15.6:python-demo-2.7.18-150000.102.1.s390x",
"openSUSE Leap 15.6:python-demo-2.7.18-150000.102.1.x86_64",
"openSUSE Leap 15.6:python-devel-2.7.18-150000.102.1.aarch64",
"openSUSE Leap 15.6:python-devel-2.7.18-150000.102.1.ppc64le",
"openSUSE Leap 15.6:python-devel-2.7.18-150000.102.1.s390x",
"openSUSE Leap 15.6:python-devel-2.7.18-150000.102.1.x86_64",
"openSUSE Leap 15.6:python-doc-2.7.18-150000.102.1.noarch",
"openSUSE Leap 15.6:python-doc-pdf-2.7.18-150000.102.1.noarch",
"openSUSE Leap 15.6:python-gdbm-2.7.18-150000.102.1.aarch64",
"openSUSE Leap 15.6:python-gdbm-2.7.18-150000.102.1.ppc64le",
"openSUSE Leap 15.6:python-gdbm-2.7.18-150000.102.1.s390x",
"openSUSE Leap 15.6:python-gdbm-2.7.18-150000.102.1.x86_64",
"openSUSE Leap 15.6:python-idle-2.7.18-150000.102.1.aarch64",
"openSUSE Leap 15.6:python-idle-2.7.18-150000.102.1.ppc64le",
"openSUSE Leap 15.6:python-idle-2.7.18-150000.102.1.s390x",
"openSUSE Leap 15.6:python-idle-2.7.18-150000.102.1.x86_64",
"openSUSE Leap 15.6:python-tk-2.7.18-150000.102.1.aarch64",
"openSUSE Leap 15.6:python-tk-2.7.18-150000.102.1.ppc64le",
"openSUSE Leap 15.6:python-tk-2.7.18-150000.102.1.s390x",
"openSUSE Leap 15.6:python-tk-2.7.18-150000.102.1.x86_64",
"openSUSE Leap 15.6:python-xml-2.7.18-150000.102.1.aarch64",
"openSUSE Leap 15.6:python-xml-2.7.18-150000.102.1.ppc64le",
"openSUSE Leap 15.6:python-xml-2.7.18-150000.102.1.s390x",
"openSUSE Leap 15.6:python-xml-2.7.18-150000.102.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-0672",
"url": "https://www.suse.com/security/cve/CVE-2026-0672"
},
{
"category": "external",
"summary": "SUSE Bug 1257031 for CVE-2026-0672",
"url": "https://bugzilla.suse.com/1257031"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libpython2_7-1_0-2.7.18-150000.102.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libpython2_7-1_0-2.7.18-150000.102.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libpython2_7-1_0-2.7.18-150000.102.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libpython2_7-1_0-2.7.18-150000.102.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-2.7.18-150000.102.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-2.7.18-150000.102.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-2.7.18-150000.102.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-2.7.18-150000.102.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-base-2.7.18-150000.102.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-base-2.7.18-150000.102.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-base-2.7.18-150000.102.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-base-2.7.18-150000.102.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-curses-2.7.18-150000.102.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-curses-2.7.18-150000.102.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-curses-2.7.18-150000.102.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-curses-2.7.18-150000.102.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-gdbm-2.7.18-150000.102.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-gdbm-2.7.18-150000.102.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-gdbm-2.7.18-150000.102.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-gdbm-2.7.18-150000.102.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-xml-2.7.18-150000.102.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-xml-2.7.18-150000.102.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-xml-2.7.18-150000.102.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-xml-2.7.18-150000.102.1.x86_64",
"openSUSE Leap 15.6:libpython2_7-1_0-2.7.18-150000.102.1.aarch64",
"openSUSE Leap 15.6:libpython2_7-1_0-2.7.18-150000.102.1.ppc64le",
"openSUSE Leap 15.6:libpython2_7-1_0-2.7.18-150000.102.1.s390x",
"openSUSE Leap 15.6:libpython2_7-1_0-2.7.18-150000.102.1.x86_64",
"openSUSE Leap 15.6:libpython2_7-1_0-32bit-2.7.18-150000.102.1.x86_64",
"openSUSE Leap 15.6:python-2.7.18-150000.102.1.aarch64",
"openSUSE Leap 15.6:python-2.7.18-150000.102.1.ppc64le",
"openSUSE Leap 15.6:python-2.7.18-150000.102.1.s390x",
"openSUSE Leap 15.6:python-2.7.18-150000.102.1.x86_64",
"openSUSE Leap 15.6:python-32bit-2.7.18-150000.102.1.x86_64",
"openSUSE Leap 15.6:python-base-2.7.18-150000.102.1.aarch64",
"openSUSE Leap 15.6:python-base-2.7.18-150000.102.1.ppc64le",
"openSUSE Leap 15.6:python-base-2.7.18-150000.102.1.s390x",
"openSUSE Leap 15.6:python-base-2.7.18-150000.102.1.x86_64",
"openSUSE Leap 15.6:python-base-32bit-2.7.18-150000.102.1.x86_64",
"openSUSE Leap 15.6:python-curses-2.7.18-150000.102.1.aarch64",
"openSUSE Leap 15.6:python-curses-2.7.18-150000.102.1.ppc64le",
"openSUSE Leap 15.6:python-curses-2.7.18-150000.102.1.s390x",
"openSUSE Leap 15.6:python-curses-2.7.18-150000.102.1.x86_64",
"openSUSE Leap 15.6:python-demo-2.7.18-150000.102.1.aarch64",
"openSUSE Leap 15.6:python-demo-2.7.18-150000.102.1.ppc64le",
"openSUSE Leap 15.6:python-demo-2.7.18-150000.102.1.s390x",
"openSUSE Leap 15.6:python-demo-2.7.18-150000.102.1.x86_64",
"openSUSE Leap 15.6:python-devel-2.7.18-150000.102.1.aarch64",
"openSUSE Leap 15.6:python-devel-2.7.18-150000.102.1.ppc64le",
"openSUSE Leap 15.6:python-devel-2.7.18-150000.102.1.s390x",
"openSUSE Leap 15.6:python-devel-2.7.18-150000.102.1.x86_64",
"openSUSE Leap 15.6:python-doc-2.7.18-150000.102.1.noarch",
"openSUSE Leap 15.6:python-doc-pdf-2.7.18-150000.102.1.noarch",
"openSUSE Leap 15.6:python-gdbm-2.7.18-150000.102.1.aarch64",
"openSUSE Leap 15.6:python-gdbm-2.7.18-150000.102.1.ppc64le",
"openSUSE Leap 15.6:python-gdbm-2.7.18-150000.102.1.s390x",
"openSUSE Leap 15.6:python-gdbm-2.7.18-150000.102.1.x86_64",
"openSUSE Leap 15.6:python-idle-2.7.18-150000.102.1.aarch64",
"openSUSE Leap 15.6:python-idle-2.7.18-150000.102.1.ppc64le",
"openSUSE Leap 15.6:python-idle-2.7.18-150000.102.1.s390x",
"openSUSE Leap 15.6:python-idle-2.7.18-150000.102.1.x86_64",
"openSUSE Leap 15.6:python-tk-2.7.18-150000.102.1.aarch64",
"openSUSE Leap 15.6:python-tk-2.7.18-150000.102.1.ppc64le",
"openSUSE Leap 15.6:python-tk-2.7.18-150000.102.1.s390x",
"openSUSE Leap 15.6:python-tk-2.7.18-150000.102.1.x86_64",
"openSUSE Leap 15.6:python-xml-2.7.18-150000.102.1.aarch64",
"openSUSE Leap 15.6:python-xml-2.7.18-150000.102.1.ppc64le",
"openSUSE Leap 15.6:python-xml-2.7.18-150000.102.1.s390x",
"openSUSE Leap 15.6:python-xml-2.7.18-150000.102.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libpython2_7-1_0-2.7.18-150000.102.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libpython2_7-1_0-2.7.18-150000.102.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libpython2_7-1_0-2.7.18-150000.102.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libpython2_7-1_0-2.7.18-150000.102.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-2.7.18-150000.102.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-2.7.18-150000.102.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-2.7.18-150000.102.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-2.7.18-150000.102.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-base-2.7.18-150000.102.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-base-2.7.18-150000.102.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-base-2.7.18-150000.102.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-base-2.7.18-150000.102.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-curses-2.7.18-150000.102.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-curses-2.7.18-150000.102.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-curses-2.7.18-150000.102.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-curses-2.7.18-150000.102.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-gdbm-2.7.18-150000.102.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-gdbm-2.7.18-150000.102.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-gdbm-2.7.18-150000.102.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-gdbm-2.7.18-150000.102.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-xml-2.7.18-150000.102.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-xml-2.7.18-150000.102.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-xml-2.7.18-150000.102.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-xml-2.7.18-150000.102.1.x86_64",
"openSUSE Leap 15.6:libpython2_7-1_0-2.7.18-150000.102.1.aarch64",
"openSUSE Leap 15.6:libpython2_7-1_0-2.7.18-150000.102.1.ppc64le",
"openSUSE Leap 15.6:libpython2_7-1_0-2.7.18-150000.102.1.s390x",
"openSUSE Leap 15.6:libpython2_7-1_0-2.7.18-150000.102.1.x86_64",
"openSUSE Leap 15.6:libpython2_7-1_0-32bit-2.7.18-150000.102.1.x86_64",
"openSUSE Leap 15.6:python-2.7.18-150000.102.1.aarch64",
"openSUSE Leap 15.6:python-2.7.18-150000.102.1.ppc64le",
"openSUSE Leap 15.6:python-2.7.18-150000.102.1.s390x",
"openSUSE Leap 15.6:python-2.7.18-150000.102.1.x86_64",
"openSUSE Leap 15.6:python-32bit-2.7.18-150000.102.1.x86_64",
"openSUSE Leap 15.6:python-base-2.7.18-150000.102.1.aarch64",
"openSUSE Leap 15.6:python-base-2.7.18-150000.102.1.ppc64le",
"openSUSE Leap 15.6:python-base-2.7.18-150000.102.1.s390x",
"openSUSE Leap 15.6:python-base-2.7.18-150000.102.1.x86_64",
"openSUSE Leap 15.6:python-base-32bit-2.7.18-150000.102.1.x86_64",
"openSUSE Leap 15.6:python-curses-2.7.18-150000.102.1.aarch64",
"openSUSE Leap 15.6:python-curses-2.7.18-150000.102.1.ppc64le",
"openSUSE Leap 15.6:python-curses-2.7.18-150000.102.1.s390x",
"openSUSE Leap 15.6:python-curses-2.7.18-150000.102.1.x86_64",
"openSUSE Leap 15.6:python-demo-2.7.18-150000.102.1.aarch64",
"openSUSE Leap 15.6:python-demo-2.7.18-150000.102.1.ppc64le",
"openSUSE Leap 15.6:python-demo-2.7.18-150000.102.1.s390x",
"openSUSE Leap 15.6:python-demo-2.7.18-150000.102.1.x86_64",
"openSUSE Leap 15.6:python-devel-2.7.18-150000.102.1.aarch64",
"openSUSE Leap 15.6:python-devel-2.7.18-150000.102.1.ppc64le",
"openSUSE Leap 15.6:python-devel-2.7.18-150000.102.1.s390x",
"openSUSE Leap 15.6:python-devel-2.7.18-150000.102.1.x86_64",
"openSUSE Leap 15.6:python-doc-2.7.18-150000.102.1.noarch",
"openSUSE Leap 15.6:python-doc-pdf-2.7.18-150000.102.1.noarch",
"openSUSE Leap 15.6:python-gdbm-2.7.18-150000.102.1.aarch64",
"openSUSE Leap 15.6:python-gdbm-2.7.18-150000.102.1.ppc64le",
"openSUSE Leap 15.6:python-gdbm-2.7.18-150000.102.1.s390x",
"openSUSE Leap 15.6:python-gdbm-2.7.18-150000.102.1.x86_64",
"openSUSE Leap 15.6:python-idle-2.7.18-150000.102.1.aarch64",
"openSUSE Leap 15.6:python-idle-2.7.18-150000.102.1.ppc64le",
"openSUSE Leap 15.6:python-idle-2.7.18-150000.102.1.s390x",
"openSUSE Leap 15.6:python-idle-2.7.18-150000.102.1.x86_64",
"openSUSE Leap 15.6:python-tk-2.7.18-150000.102.1.aarch64",
"openSUSE Leap 15.6:python-tk-2.7.18-150000.102.1.ppc64le",
"openSUSE Leap 15.6:python-tk-2.7.18-150000.102.1.s390x",
"openSUSE Leap 15.6:python-tk-2.7.18-150000.102.1.x86_64",
"openSUSE Leap 15.6:python-xml-2.7.18-150000.102.1.aarch64",
"openSUSE Leap 15.6:python-xml-2.7.18-150000.102.1.ppc64le",
"openSUSE Leap 15.6:python-xml-2.7.18-150000.102.1.s390x",
"openSUSE Leap 15.6:python-xml-2.7.18-150000.102.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-02-20T10:05:50Z",
"details": "important"
}
],
"title": "CVE-2026-0672"
},
{
"cve": "CVE-2026-0865",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-0865"
}
],
"notes": [
{
"category": "general",
"text": "User-controlled header names and values containing newlines can allow injecting HTTP headers.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libpython2_7-1_0-2.7.18-150000.102.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libpython2_7-1_0-2.7.18-150000.102.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libpython2_7-1_0-2.7.18-150000.102.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libpython2_7-1_0-2.7.18-150000.102.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-2.7.18-150000.102.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-2.7.18-150000.102.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-2.7.18-150000.102.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-2.7.18-150000.102.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-base-2.7.18-150000.102.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-base-2.7.18-150000.102.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-base-2.7.18-150000.102.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-base-2.7.18-150000.102.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-curses-2.7.18-150000.102.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-curses-2.7.18-150000.102.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-curses-2.7.18-150000.102.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-curses-2.7.18-150000.102.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-gdbm-2.7.18-150000.102.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-gdbm-2.7.18-150000.102.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-gdbm-2.7.18-150000.102.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-gdbm-2.7.18-150000.102.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-xml-2.7.18-150000.102.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-xml-2.7.18-150000.102.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-xml-2.7.18-150000.102.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-xml-2.7.18-150000.102.1.x86_64",
"openSUSE Leap 15.6:libpython2_7-1_0-2.7.18-150000.102.1.aarch64",
"openSUSE Leap 15.6:libpython2_7-1_0-2.7.18-150000.102.1.ppc64le",
"openSUSE Leap 15.6:libpython2_7-1_0-2.7.18-150000.102.1.s390x",
"openSUSE Leap 15.6:libpython2_7-1_0-2.7.18-150000.102.1.x86_64",
"openSUSE Leap 15.6:libpython2_7-1_0-32bit-2.7.18-150000.102.1.x86_64",
"openSUSE Leap 15.6:python-2.7.18-150000.102.1.aarch64",
"openSUSE Leap 15.6:python-2.7.18-150000.102.1.ppc64le",
"openSUSE Leap 15.6:python-2.7.18-150000.102.1.s390x",
"openSUSE Leap 15.6:python-2.7.18-150000.102.1.x86_64",
"openSUSE Leap 15.6:python-32bit-2.7.18-150000.102.1.x86_64",
"openSUSE Leap 15.6:python-base-2.7.18-150000.102.1.aarch64",
"openSUSE Leap 15.6:python-base-2.7.18-150000.102.1.ppc64le",
"openSUSE Leap 15.6:python-base-2.7.18-150000.102.1.s390x",
"openSUSE Leap 15.6:python-base-2.7.18-150000.102.1.x86_64",
"openSUSE Leap 15.6:python-base-32bit-2.7.18-150000.102.1.x86_64",
"openSUSE Leap 15.6:python-curses-2.7.18-150000.102.1.aarch64",
"openSUSE Leap 15.6:python-curses-2.7.18-150000.102.1.ppc64le",
"openSUSE Leap 15.6:python-curses-2.7.18-150000.102.1.s390x",
"openSUSE Leap 15.6:python-curses-2.7.18-150000.102.1.x86_64",
"openSUSE Leap 15.6:python-demo-2.7.18-150000.102.1.aarch64",
"openSUSE Leap 15.6:python-demo-2.7.18-150000.102.1.ppc64le",
"openSUSE Leap 15.6:python-demo-2.7.18-150000.102.1.s390x",
"openSUSE Leap 15.6:python-demo-2.7.18-150000.102.1.x86_64",
"openSUSE Leap 15.6:python-devel-2.7.18-150000.102.1.aarch64",
"openSUSE Leap 15.6:python-devel-2.7.18-150000.102.1.ppc64le",
"openSUSE Leap 15.6:python-devel-2.7.18-150000.102.1.s390x",
"openSUSE Leap 15.6:python-devel-2.7.18-150000.102.1.x86_64",
"openSUSE Leap 15.6:python-doc-2.7.18-150000.102.1.noarch",
"openSUSE Leap 15.6:python-doc-pdf-2.7.18-150000.102.1.noarch",
"openSUSE Leap 15.6:python-gdbm-2.7.18-150000.102.1.aarch64",
"openSUSE Leap 15.6:python-gdbm-2.7.18-150000.102.1.ppc64le",
"openSUSE Leap 15.6:python-gdbm-2.7.18-150000.102.1.s390x",
"openSUSE Leap 15.6:python-gdbm-2.7.18-150000.102.1.x86_64",
"openSUSE Leap 15.6:python-idle-2.7.18-150000.102.1.aarch64",
"openSUSE Leap 15.6:python-idle-2.7.18-150000.102.1.ppc64le",
"openSUSE Leap 15.6:python-idle-2.7.18-150000.102.1.s390x",
"openSUSE Leap 15.6:python-idle-2.7.18-150000.102.1.x86_64",
"openSUSE Leap 15.6:python-tk-2.7.18-150000.102.1.aarch64",
"openSUSE Leap 15.6:python-tk-2.7.18-150000.102.1.ppc64le",
"openSUSE Leap 15.6:python-tk-2.7.18-150000.102.1.s390x",
"openSUSE Leap 15.6:python-tk-2.7.18-150000.102.1.x86_64",
"openSUSE Leap 15.6:python-xml-2.7.18-150000.102.1.aarch64",
"openSUSE Leap 15.6:python-xml-2.7.18-150000.102.1.ppc64le",
"openSUSE Leap 15.6:python-xml-2.7.18-150000.102.1.s390x",
"openSUSE Leap 15.6:python-xml-2.7.18-150000.102.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-0865",
"url": "https://www.suse.com/security/cve/CVE-2026-0865"
},
{
"category": "external",
"summary": "SUSE Bug 1257042 for CVE-2026-0865",
"url": "https://bugzilla.suse.com/1257042"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libpython2_7-1_0-2.7.18-150000.102.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libpython2_7-1_0-2.7.18-150000.102.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libpython2_7-1_0-2.7.18-150000.102.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libpython2_7-1_0-2.7.18-150000.102.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-2.7.18-150000.102.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-2.7.18-150000.102.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-2.7.18-150000.102.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-2.7.18-150000.102.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-base-2.7.18-150000.102.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-base-2.7.18-150000.102.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-base-2.7.18-150000.102.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-base-2.7.18-150000.102.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-curses-2.7.18-150000.102.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-curses-2.7.18-150000.102.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-curses-2.7.18-150000.102.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-curses-2.7.18-150000.102.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-gdbm-2.7.18-150000.102.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-gdbm-2.7.18-150000.102.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-gdbm-2.7.18-150000.102.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-gdbm-2.7.18-150000.102.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-xml-2.7.18-150000.102.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-xml-2.7.18-150000.102.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-xml-2.7.18-150000.102.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-xml-2.7.18-150000.102.1.x86_64",
"openSUSE Leap 15.6:libpython2_7-1_0-2.7.18-150000.102.1.aarch64",
"openSUSE Leap 15.6:libpython2_7-1_0-2.7.18-150000.102.1.ppc64le",
"openSUSE Leap 15.6:libpython2_7-1_0-2.7.18-150000.102.1.s390x",
"openSUSE Leap 15.6:libpython2_7-1_0-2.7.18-150000.102.1.x86_64",
"openSUSE Leap 15.6:libpython2_7-1_0-32bit-2.7.18-150000.102.1.x86_64",
"openSUSE Leap 15.6:python-2.7.18-150000.102.1.aarch64",
"openSUSE Leap 15.6:python-2.7.18-150000.102.1.ppc64le",
"openSUSE Leap 15.6:python-2.7.18-150000.102.1.s390x",
"openSUSE Leap 15.6:python-2.7.18-150000.102.1.x86_64",
"openSUSE Leap 15.6:python-32bit-2.7.18-150000.102.1.x86_64",
"openSUSE Leap 15.6:python-base-2.7.18-150000.102.1.aarch64",
"openSUSE Leap 15.6:python-base-2.7.18-150000.102.1.ppc64le",
"openSUSE Leap 15.6:python-base-2.7.18-150000.102.1.s390x",
"openSUSE Leap 15.6:python-base-2.7.18-150000.102.1.x86_64",
"openSUSE Leap 15.6:python-base-32bit-2.7.18-150000.102.1.x86_64",
"openSUSE Leap 15.6:python-curses-2.7.18-150000.102.1.aarch64",
"openSUSE Leap 15.6:python-curses-2.7.18-150000.102.1.ppc64le",
"openSUSE Leap 15.6:python-curses-2.7.18-150000.102.1.s390x",
"openSUSE Leap 15.6:python-curses-2.7.18-150000.102.1.x86_64",
"openSUSE Leap 15.6:python-demo-2.7.18-150000.102.1.aarch64",
"openSUSE Leap 15.6:python-demo-2.7.18-150000.102.1.ppc64le",
"openSUSE Leap 15.6:python-demo-2.7.18-150000.102.1.s390x",
"openSUSE Leap 15.6:python-demo-2.7.18-150000.102.1.x86_64",
"openSUSE Leap 15.6:python-devel-2.7.18-150000.102.1.aarch64",
"openSUSE Leap 15.6:python-devel-2.7.18-150000.102.1.ppc64le",
"openSUSE Leap 15.6:python-devel-2.7.18-150000.102.1.s390x",
"openSUSE Leap 15.6:python-devel-2.7.18-150000.102.1.x86_64",
"openSUSE Leap 15.6:python-doc-2.7.18-150000.102.1.noarch",
"openSUSE Leap 15.6:python-doc-pdf-2.7.18-150000.102.1.noarch",
"openSUSE Leap 15.6:python-gdbm-2.7.18-150000.102.1.aarch64",
"openSUSE Leap 15.6:python-gdbm-2.7.18-150000.102.1.ppc64le",
"openSUSE Leap 15.6:python-gdbm-2.7.18-150000.102.1.s390x",
"openSUSE Leap 15.6:python-gdbm-2.7.18-150000.102.1.x86_64",
"openSUSE Leap 15.6:python-idle-2.7.18-150000.102.1.aarch64",
"openSUSE Leap 15.6:python-idle-2.7.18-150000.102.1.ppc64le",
"openSUSE Leap 15.6:python-idle-2.7.18-150000.102.1.s390x",
"openSUSE Leap 15.6:python-idle-2.7.18-150000.102.1.x86_64",
"openSUSE Leap 15.6:python-tk-2.7.18-150000.102.1.aarch64",
"openSUSE Leap 15.6:python-tk-2.7.18-150000.102.1.ppc64le",
"openSUSE Leap 15.6:python-tk-2.7.18-150000.102.1.s390x",
"openSUSE Leap 15.6:python-tk-2.7.18-150000.102.1.x86_64",
"openSUSE Leap 15.6:python-xml-2.7.18-150000.102.1.aarch64",
"openSUSE Leap 15.6:python-xml-2.7.18-150000.102.1.ppc64le",
"openSUSE Leap 15.6:python-xml-2.7.18-150000.102.1.s390x",
"openSUSE Leap 15.6:python-xml-2.7.18-150000.102.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libpython2_7-1_0-2.7.18-150000.102.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libpython2_7-1_0-2.7.18-150000.102.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libpython2_7-1_0-2.7.18-150000.102.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libpython2_7-1_0-2.7.18-150000.102.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-2.7.18-150000.102.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-2.7.18-150000.102.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-2.7.18-150000.102.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-2.7.18-150000.102.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-base-2.7.18-150000.102.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-base-2.7.18-150000.102.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-base-2.7.18-150000.102.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-base-2.7.18-150000.102.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-curses-2.7.18-150000.102.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-curses-2.7.18-150000.102.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-curses-2.7.18-150000.102.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-curses-2.7.18-150000.102.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-gdbm-2.7.18-150000.102.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-gdbm-2.7.18-150000.102.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-gdbm-2.7.18-150000.102.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-gdbm-2.7.18-150000.102.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-xml-2.7.18-150000.102.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-xml-2.7.18-150000.102.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-xml-2.7.18-150000.102.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-xml-2.7.18-150000.102.1.x86_64",
"openSUSE Leap 15.6:libpython2_7-1_0-2.7.18-150000.102.1.aarch64",
"openSUSE Leap 15.6:libpython2_7-1_0-2.7.18-150000.102.1.ppc64le",
"openSUSE Leap 15.6:libpython2_7-1_0-2.7.18-150000.102.1.s390x",
"openSUSE Leap 15.6:libpython2_7-1_0-2.7.18-150000.102.1.x86_64",
"openSUSE Leap 15.6:libpython2_7-1_0-32bit-2.7.18-150000.102.1.x86_64",
"openSUSE Leap 15.6:python-2.7.18-150000.102.1.aarch64",
"openSUSE Leap 15.6:python-2.7.18-150000.102.1.ppc64le",
"openSUSE Leap 15.6:python-2.7.18-150000.102.1.s390x",
"openSUSE Leap 15.6:python-2.7.18-150000.102.1.x86_64",
"openSUSE Leap 15.6:python-32bit-2.7.18-150000.102.1.x86_64",
"openSUSE Leap 15.6:python-base-2.7.18-150000.102.1.aarch64",
"openSUSE Leap 15.6:python-base-2.7.18-150000.102.1.ppc64le",
"openSUSE Leap 15.6:python-base-2.7.18-150000.102.1.s390x",
"openSUSE Leap 15.6:python-base-2.7.18-150000.102.1.x86_64",
"openSUSE Leap 15.6:python-base-32bit-2.7.18-150000.102.1.x86_64",
"openSUSE Leap 15.6:python-curses-2.7.18-150000.102.1.aarch64",
"openSUSE Leap 15.6:python-curses-2.7.18-150000.102.1.ppc64le",
"openSUSE Leap 15.6:python-curses-2.7.18-150000.102.1.s390x",
"openSUSE Leap 15.6:python-curses-2.7.18-150000.102.1.x86_64",
"openSUSE Leap 15.6:python-demo-2.7.18-150000.102.1.aarch64",
"openSUSE Leap 15.6:python-demo-2.7.18-150000.102.1.ppc64le",
"openSUSE Leap 15.6:python-demo-2.7.18-150000.102.1.s390x",
"openSUSE Leap 15.6:python-demo-2.7.18-150000.102.1.x86_64",
"openSUSE Leap 15.6:python-devel-2.7.18-150000.102.1.aarch64",
"openSUSE Leap 15.6:python-devel-2.7.18-150000.102.1.ppc64le",
"openSUSE Leap 15.6:python-devel-2.7.18-150000.102.1.s390x",
"openSUSE Leap 15.6:python-devel-2.7.18-150000.102.1.x86_64",
"openSUSE Leap 15.6:python-doc-2.7.18-150000.102.1.noarch",
"openSUSE Leap 15.6:python-doc-pdf-2.7.18-150000.102.1.noarch",
"openSUSE Leap 15.6:python-gdbm-2.7.18-150000.102.1.aarch64",
"openSUSE Leap 15.6:python-gdbm-2.7.18-150000.102.1.ppc64le",
"openSUSE Leap 15.6:python-gdbm-2.7.18-150000.102.1.s390x",
"openSUSE Leap 15.6:python-gdbm-2.7.18-150000.102.1.x86_64",
"openSUSE Leap 15.6:python-idle-2.7.18-150000.102.1.aarch64",
"openSUSE Leap 15.6:python-idle-2.7.18-150000.102.1.ppc64le",
"openSUSE Leap 15.6:python-idle-2.7.18-150000.102.1.s390x",
"openSUSE Leap 15.6:python-idle-2.7.18-150000.102.1.x86_64",
"openSUSE Leap 15.6:python-tk-2.7.18-150000.102.1.aarch64",
"openSUSE Leap 15.6:python-tk-2.7.18-150000.102.1.ppc64le",
"openSUSE Leap 15.6:python-tk-2.7.18-150000.102.1.s390x",
"openSUSE Leap 15.6:python-tk-2.7.18-150000.102.1.x86_64",
"openSUSE Leap 15.6:python-xml-2.7.18-150000.102.1.aarch64",
"openSUSE Leap 15.6:python-xml-2.7.18-150000.102.1.ppc64le",
"openSUSE Leap 15.6:python-xml-2.7.18-150000.102.1.s390x",
"openSUSE Leap 15.6:python-xml-2.7.18-150000.102.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-02-20T10:05:50Z",
"details": "moderate"
}
],
"title": "CVE-2026-0865"
}
]
}
SUSE-SU-2026:0612-1
Vulnerability from csaf_suse - Published: 2026-02-24 15:14 - Updated: 2026-02-24 15:14| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-3.6.15-100.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-3.6.15-100.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-3.6.15-100.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-3.6.15-100.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-32bit-3.6.15-100.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-32bit-3.6.15-100.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python36-3.6.15-100.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python36-3.6.15-100.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python36-3.6.15-100.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python36-3.6.15-100.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python36-base-3.6.15-100.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python36-base-3.6.15-100.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python36-base-3.6.15-100.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python36-base-3.6.15-100.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python36-devel-3.6.15-100.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python36-devel-3.6.15-100.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python36-devel-3.6.15-100.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python36-devel-3.6.15-100.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpython3_6m1_0-3.6.15-100.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpython3_6m1_0-32bit-3.6.15-100.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python36-3.6.15-100.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python36-base-3.6.15-100.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python36-devel-3.6.15-100.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-3.6.15-100.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-3.6.15-100.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-3.6.15-100.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-3.6.15-100.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-32bit-3.6.15-100.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-32bit-3.6.15-100.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python36-3.6.15-100.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python36-3.6.15-100.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python36-3.6.15-100.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python36-3.6.15-100.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python36-base-3.6.15-100.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python36-base-3.6.15-100.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python36-base-3.6.15-100.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python36-base-3.6.15-100.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python36-devel-3.6.15-100.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python36-devel-3.6.15-100.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python36-devel-3.6.15-100.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python36-devel-3.6.15-100.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpython3_6m1_0-3.6.15-100.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpython3_6m1_0-32bit-3.6.15-100.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python36-3.6.15-100.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python36-base-3.6.15-100.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python36-devel-3.6.15-100.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-3.6.15-100.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-3.6.15-100.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-3.6.15-100.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-3.6.15-100.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-32bit-3.6.15-100.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-32bit-3.6.15-100.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python36-3.6.15-100.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python36-3.6.15-100.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python36-3.6.15-100.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python36-3.6.15-100.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python36-base-3.6.15-100.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python36-base-3.6.15-100.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python36-base-3.6.15-100.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python36-base-3.6.15-100.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python36-devel-3.6.15-100.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python36-devel-3.6.15-100.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python36-devel-3.6.15-100.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python36-devel-3.6.15-100.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpython3_6m1_0-3.6.15-100.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpython3_6m1_0-32bit-3.6.15-100.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python36-3.6.15-100.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python36-base-3.6.15-100.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python36-devel-3.6.15-100.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-3.6.15-100.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-3.6.15-100.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-3.6.15-100.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-3.6.15-100.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-32bit-3.6.15-100.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-32bit-3.6.15-100.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python36-3.6.15-100.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python36-3.6.15-100.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python36-3.6.15-100.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python36-3.6.15-100.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python36-base-3.6.15-100.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python36-base-3.6.15-100.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python36-base-3.6.15-100.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python36-base-3.6.15-100.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python36-devel-3.6.15-100.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python36-devel-3.6.15-100.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python36-devel-3.6.15-100.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python36-devel-3.6.15-100.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpython3_6m1_0-3.6.15-100.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpython3_6m1_0-32bit-3.6.15-100.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python36-3.6.15-100.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python36-base-3.6.15-100.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python36-devel-3.6.15-100.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-3.6.15-100.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-3.6.15-100.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-3.6.15-100.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-3.6.15-100.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-32bit-3.6.15-100.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-32bit-3.6.15-100.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python36-3.6.15-100.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python36-3.6.15-100.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python36-3.6.15-100.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python36-3.6.15-100.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python36-base-3.6.15-100.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python36-base-3.6.15-100.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python36-base-3.6.15-100.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python36-base-3.6.15-100.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python36-devel-3.6.15-100.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python36-devel-3.6.15-100.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python36-devel-3.6.15-100.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python36-devel-3.6.15-100.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpython3_6m1_0-3.6.15-100.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpython3_6m1_0-32bit-3.6.15-100.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python36-3.6.15-100.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python36-base-3.6.15-100.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python36-devel-3.6.15-100.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-3.6.15-100.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-3.6.15-100.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-3.6.15-100.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-3.6.15-100.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-32bit-3.6.15-100.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-32bit-3.6.15-100.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python36-3.6.15-100.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python36-3.6.15-100.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python36-3.6.15-100.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python36-3.6.15-100.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python36-base-3.6.15-100.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python36-base-3.6.15-100.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python36-base-3.6.15-100.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python36-base-3.6.15-100.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python36-devel-3.6.15-100.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python36-devel-3.6.15-100.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python36-devel-3.6.15-100.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:python36-devel-3.6.15-100.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpython3_6m1_0-3.6.15-100.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpython3_6m1_0-32bit-3.6.15-100.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python36-3.6.15-100.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python36-base-3.6.15-100.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python36-devel-3.6.15-100.1.x86_64 | — |
Vendor Fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for python36",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for python36 fixes the following issues:\n\n- CVE-2025-11468: header injection when folding a long comment in an email header containing exclusively unfoldable\n characters (bsc#1257029).\n- CVE-2026-0672: HTTP header injection via user-controlled cookie values and parameters when using http.cookies.Morsel\n (bsc#1257031).\n- CVE-2026-0865: user-controlled header containing newlines can allow injecting HTTP headers (bsc#1257042).\n- CVE-2025-15366: user-controlled command can allow additional commands injected using newlines (bsc#1257044).\n- CVE-2025-15282: user-controlled data URLs parsed may allow injecting headers (bsc#1257046).\n- CVE-2025-15367: control characters may allow the injection of additional commands (bsc#1257041).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2026-612,SUSE-SLE-SERVER-12-SP5-LTSS-2026-612,SUSE-SLE-SERVER-12-SP5-LTSS-EXTENDED-SECURITY-2026-612",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2026_0612-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2026:0612-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-20260612-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2026:0612-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-February/024383.html"
},
{
"category": "self",
"summary": "SUSE Bug 1257029",
"url": "https://bugzilla.suse.com/1257029"
},
{
"category": "self",
"summary": "SUSE Bug 1257031",
"url": "https://bugzilla.suse.com/1257031"
},
{
"category": "self",
"summary": "SUSE Bug 1257041",
"url": "https://bugzilla.suse.com/1257041"
},
{
"category": "self",
"summary": "SUSE Bug 1257042",
"url": "https://bugzilla.suse.com/1257042"
},
{
"category": "self",
"summary": "SUSE Bug 1257044",
"url": "https://bugzilla.suse.com/1257044"
},
{
"category": "self",
"summary": "SUSE Bug 1257046",
"url": "https://bugzilla.suse.com/1257046"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-11468 page",
"url": "https://www.suse.com/security/cve/CVE-2025-11468/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-15282 page",
"url": "https://www.suse.com/security/cve/CVE-2025-15282/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-15366 page",
"url": "https://www.suse.com/security/cve/CVE-2025-15366/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-15367 page",
"url": "https://www.suse.com/security/cve/CVE-2025-15367/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-0672 page",
"url": "https://www.suse.com/security/cve/CVE-2026-0672/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-0865 page",
"url": "https://www.suse.com/security/cve/CVE-2026-0865/"
}
],
"title": "Security update for python36",
"tracking": {
"current_release_date": "2026-02-24T15:14:18Z",
"generator": {
"date": "2026-02-24T15:14:18Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2026:0612-1",
"initial_release_date": "2026-02-24T15:14:18Z",
"revision_history": [
{
"date": "2026-02-24T15:14:18Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "libpython3_6m1_0-3.6.15-100.1.aarch64",
"product": {
"name": "libpython3_6m1_0-3.6.15-100.1.aarch64",
"product_id": "libpython3_6m1_0-3.6.15-100.1.aarch64"
}
},
{
"category": "product_version",
"name": "python36-3.6.15-100.1.aarch64",
"product": {
"name": "python36-3.6.15-100.1.aarch64",
"product_id": "python36-3.6.15-100.1.aarch64"
}
},
{
"category": "product_version",
"name": "python36-base-3.6.15-100.1.aarch64",
"product": {
"name": "python36-base-3.6.15-100.1.aarch64",
"product_id": "python36-base-3.6.15-100.1.aarch64"
}
},
{
"category": "product_version",
"name": "python36-curses-3.6.15-100.1.aarch64",
"product": {
"name": "python36-curses-3.6.15-100.1.aarch64",
"product_id": "python36-curses-3.6.15-100.1.aarch64"
}
},
{
"category": "product_version",
"name": "python36-dbm-3.6.15-100.1.aarch64",
"product": {
"name": "python36-dbm-3.6.15-100.1.aarch64",
"product_id": "python36-dbm-3.6.15-100.1.aarch64"
}
},
{
"category": "product_version",
"name": "python36-devel-3.6.15-100.1.aarch64",
"product": {
"name": "python36-devel-3.6.15-100.1.aarch64",
"product_id": "python36-devel-3.6.15-100.1.aarch64"
}
},
{
"category": "product_version",
"name": "python36-idle-3.6.15-100.1.aarch64",
"product": {
"name": "python36-idle-3.6.15-100.1.aarch64",
"product_id": "python36-idle-3.6.15-100.1.aarch64"
}
},
{
"category": "product_version",
"name": "python36-testsuite-3.6.15-100.1.aarch64",
"product": {
"name": "python36-testsuite-3.6.15-100.1.aarch64",
"product_id": "python36-testsuite-3.6.15-100.1.aarch64"
}
},
{
"category": "product_version",
"name": "python36-tk-3.6.15-100.1.aarch64",
"product": {
"name": "python36-tk-3.6.15-100.1.aarch64",
"product_id": "python36-tk-3.6.15-100.1.aarch64"
}
},
{
"category": "product_version",
"name": "python36-tools-3.6.15-100.1.aarch64",
"product": {
"name": "python36-tools-3.6.15-100.1.aarch64",
"product_id": "python36-tools-3.6.15-100.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_6m1_0-64bit-3.6.15-100.1.aarch64_ilp32",
"product": {
"name": "libpython3_6m1_0-64bit-3.6.15-100.1.aarch64_ilp32",
"product_id": "libpython3_6m1_0-64bit-3.6.15-100.1.aarch64_ilp32"
}
},
{
"category": "product_version",
"name": "python36-64bit-3.6.15-100.1.aarch64_ilp32",
"product": {
"name": "python36-64bit-3.6.15-100.1.aarch64_ilp32",
"product_id": "python36-64bit-3.6.15-100.1.aarch64_ilp32"
}
},
{
"category": "product_version",
"name": "python36-base-64bit-3.6.15-100.1.aarch64_ilp32",
"product": {
"name": "python36-base-64bit-3.6.15-100.1.aarch64_ilp32",
"product_id": "python36-base-64bit-3.6.15-100.1.aarch64_ilp32"
}
}
],
"category": "architecture",
"name": "aarch64_ilp32"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_6m1_0-3.6.15-100.1.i586",
"product": {
"name": "libpython3_6m1_0-3.6.15-100.1.i586",
"product_id": "libpython3_6m1_0-3.6.15-100.1.i586"
}
},
{
"category": "product_version",
"name": "python36-3.6.15-100.1.i586",
"product": {
"name": "python36-3.6.15-100.1.i586",
"product_id": "python36-3.6.15-100.1.i586"
}
},
{
"category": "product_version",
"name": "python36-base-3.6.15-100.1.i586",
"product": {
"name": "python36-base-3.6.15-100.1.i586",
"product_id": "python36-base-3.6.15-100.1.i586"
}
},
{
"category": "product_version",
"name": "python36-curses-3.6.15-100.1.i586",
"product": {
"name": "python36-curses-3.6.15-100.1.i586",
"product_id": "python36-curses-3.6.15-100.1.i586"
}
},
{
"category": "product_version",
"name": "python36-dbm-3.6.15-100.1.i586",
"product": {
"name": "python36-dbm-3.6.15-100.1.i586",
"product_id": "python36-dbm-3.6.15-100.1.i586"
}
},
{
"category": "product_version",
"name": "python36-devel-3.6.15-100.1.i586",
"product": {
"name": "python36-devel-3.6.15-100.1.i586",
"product_id": "python36-devel-3.6.15-100.1.i586"
}
},
{
"category": "product_version",
"name": "python36-idle-3.6.15-100.1.i586",
"product": {
"name": "python36-idle-3.6.15-100.1.i586",
"product_id": "python36-idle-3.6.15-100.1.i586"
}
},
{
"category": "product_version",
"name": "python36-testsuite-3.6.15-100.1.i586",
"product": {
"name": "python36-testsuite-3.6.15-100.1.i586",
"product_id": "python36-testsuite-3.6.15-100.1.i586"
}
},
{
"category": "product_version",
"name": "python36-tk-3.6.15-100.1.i586",
"product": {
"name": "python36-tk-3.6.15-100.1.i586",
"product_id": "python36-tk-3.6.15-100.1.i586"
}
},
{
"category": "product_version",
"name": "python36-tools-3.6.15-100.1.i586",
"product": {
"name": "python36-tools-3.6.15-100.1.i586",
"product_id": "python36-tools-3.6.15-100.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_6m1_0-3.6.15-100.1.ppc64le",
"product": {
"name": "libpython3_6m1_0-3.6.15-100.1.ppc64le",
"product_id": "libpython3_6m1_0-3.6.15-100.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python36-3.6.15-100.1.ppc64le",
"product": {
"name": "python36-3.6.15-100.1.ppc64le",
"product_id": "python36-3.6.15-100.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python36-base-3.6.15-100.1.ppc64le",
"product": {
"name": "python36-base-3.6.15-100.1.ppc64le",
"product_id": "python36-base-3.6.15-100.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python36-curses-3.6.15-100.1.ppc64le",
"product": {
"name": "python36-curses-3.6.15-100.1.ppc64le",
"product_id": "python36-curses-3.6.15-100.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python36-dbm-3.6.15-100.1.ppc64le",
"product": {
"name": "python36-dbm-3.6.15-100.1.ppc64le",
"product_id": "python36-dbm-3.6.15-100.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python36-devel-3.6.15-100.1.ppc64le",
"product": {
"name": "python36-devel-3.6.15-100.1.ppc64le",
"product_id": "python36-devel-3.6.15-100.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python36-idle-3.6.15-100.1.ppc64le",
"product": {
"name": "python36-idle-3.6.15-100.1.ppc64le",
"product_id": "python36-idle-3.6.15-100.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python36-testsuite-3.6.15-100.1.ppc64le",
"product": {
"name": "python36-testsuite-3.6.15-100.1.ppc64le",
"product_id": "python36-testsuite-3.6.15-100.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python36-tk-3.6.15-100.1.ppc64le",
"product": {
"name": "python36-tk-3.6.15-100.1.ppc64le",
"product_id": "python36-tk-3.6.15-100.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python36-tools-3.6.15-100.1.ppc64le",
"product": {
"name": "python36-tools-3.6.15-100.1.ppc64le",
"product_id": "python36-tools-3.6.15-100.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_6m1_0-3.6.15-100.1.s390",
"product": {
"name": "libpython3_6m1_0-3.6.15-100.1.s390",
"product_id": "libpython3_6m1_0-3.6.15-100.1.s390"
}
},
{
"category": "product_version",
"name": "python36-3.6.15-100.1.s390",
"product": {
"name": "python36-3.6.15-100.1.s390",
"product_id": "python36-3.6.15-100.1.s390"
}
},
{
"category": "product_version",
"name": "python36-base-3.6.15-100.1.s390",
"product": {
"name": "python36-base-3.6.15-100.1.s390",
"product_id": "python36-base-3.6.15-100.1.s390"
}
},
{
"category": "product_version",
"name": "python36-curses-3.6.15-100.1.s390",
"product": {
"name": "python36-curses-3.6.15-100.1.s390",
"product_id": "python36-curses-3.6.15-100.1.s390"
}
},
{
"category": "product_version",
"name": "python36-dbm-3.6.15-100.1.s390",
"product": {
"name": "python36-dbm-3.6.15-100.1.s390",
"product_id": "python36-dbm-3.6.15-100.1.s390"
}
},
{
"category": "product_version",
"name": "python36-devel-3.6.15-100.1.s390",
"product": {
"name": "python36-devel-3.6.15-100.1.s390",
"product_id": "python36-devel-3.6.15-100.1.s390"
}
},
{
"category": "product_version",
"name": "python36-idle-3.6.15-100.1.s390",
"product": {
"name": "python36-idle-3.6.15-100.1.s390",
"product_id": "python36-idle-3.6.15-100.1.s390"
}
},
{
"category": "product_version",
"name": "python36-testsuite-3.6.15-100.1.s390",
"product": {
"name": "python36-testsuite-3.6.15-100.1.s390",
"product_id": "python36-testsuite-3.6.15-100.1.s390"
}
},
{
"category": "product_version",
"name": "python36-tk-3.6.15-100.1.s390",
"product": {
"name": "python36-tk-3.6.15-100.1.s390",
"product_id": "python36-tk-3.6.15-100.1.s390"
}
},
{
"category": "product_version",
"name": "python36-tools-3.6.15-100.1.s390",
"product": {
"name": "python36-tools-3.6.15-100.1.s390",
"product_id": "python36-tools-3.6.15-100.1.s390"
}
}
],
"category": "architecture",
"name": "s390"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_6m1_0-3.6.15-100.1.s390x",
"product": {
"name": "libpython3_6m1_0-3.6.15-100.1.s390x",
"product_id": "libpython3_6m1_0-3.6.15-100.1.s390x"
}
},
{
"category": "product_version",
"name": "libpython3_6m1_0-32bit-3.6.15-100.1.s390x",
"product": {
"name": "libpython3_6m1_0-32bit-3.6.15-100.1.s390x",
"product_id": "libpython3_6m1_0-32bit-3.6.15-100.1.s390x"
}
},
{
"category": "product_version",
"name": "python36-3.6.15-100.1.s390x",
"product": {
"name": "python36-3.6.15-100.1.s390x",
"product_id": "python36-3.6.15-100.1.s390x"
}
},
{
"category": "product_version",
"name": "python36-32bit-3.6.15-100.1.s390x",
"product": {
"name": "python36-32bit-3.6.15-100.1.s390x",
"product_id": "python36-32bit-3.6.15-100.1.s390x"
}
},
{
"category": "product_version",
"name": "python36-base-3.6.15-100.1.s390x",
"product": {
"name": "python36-base-3.6.15-100.1.s390x",
"product_id": "python36-base-3.6.15-100.1.s390x"
}
},
{
"category": "product_version",
"name": "python36-base-32bit-3.6.15-100.1.s390x",
"product": {
"name": "python36-base-32bit-3.6.15-100.1.s390x",
"product_id": "python36-base-32bit-3.6.15-100.1.s390x"
}
},
{
"category": "product_version",
"name": "python36-curses-3.6.15-100.1.s390x",
"product": {
"name": "python36-curses-3.6.15-100.1.s390x",
"product_id": "python36-curses-3.6.15-100.1.s390x"
}
},
{
"category": "product_version",
"name": "python36-dbm-3.6.15-100.1.s390x",
"product": {
"name": "python36-dbm-3.6.15-100.1.s390x",
"product_id": "python36-dbm-3.6.15-100.1.s390x"
}
},
{
"category": "product_version",
"name": "python36-devel-3.6.15-100.1.s390x",
"product": {
"name": "python36-devel-3.6.15-100.1.s390x",
"product_id": "python36-devel-3.6.15-100.1.s390x"
}
},
{
"category": "product_version",
"name": "python36-idle-3.6.15-100.1.s390x",
"product": {
"name": "python36-idle-3.6.15-100.1.s390x",
"product_id": "python36-idle-3.6.15-100.1.s390x"
}
},
{
"category": "product_version",
"name": "python36-testsuite-3.6.15-100.1.s390x",
"product": {
"name": "python36-testsuite-3.6.15-100.1.s390x",
"product_id": "python36-testsuite-3.6.15-100.1.s390x"
}
},
{
"category": "product_version",
"name": "python36-tk-3.6.15-100.1.s390x",
"product": {
"name": "python36-tk-3.6.15-100.1.s390x",
"product_id": "python36-tk-3.6.15-100.1.s390x"
}
},
{
"category": "product_version",
"name": "python36-tools-3.6.15-100.1.s390x",
"product": {
"name": "python36-tools-3.6.15-100.1.s390x",
"product_id": "python36-tools-3.6.15-100.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_6m1_0-3.6.15-100.1.x86_64",
"product": {
"name": "libpython3_6m1_0-3.6.15-100.1.x86_64",
"product_id": "libpython3_6m1_0-3.6.15-100.1.x86_64"
}
},
{
"category": "product_version",
"name": "libpython3_6m1_0-32bit-3.6.15-100.1.x86_64",
"product": {
"name": "libpython3_6m1_0-32bit-3.6.15-100.1.x86_64",
"product_id": "libpython3_6m1_0-32bit-3.6.15-100.1.x86_64"
}
},
{
"category": "product_version",
"name": "python36-3.6.15-100.1.x86_64",
"product": {
"name": "python36-3.6.15-100.1.x86_64",
"product_id": "python36-3.6.15-100.1.x86_64"
}
},
{
"category": "product_version",
"name": "python36-32bit-3.6.15-100.1.x86_64",
"product": {
"name": "python36-32bit-3.6.15-100.1.x86_64",
"product_id": "python36-32bit-3.6.15-100.1.x86_64"
}
},
{
"category": "product_version",
"name": "python36-base-3.6.15-100.1.x86_64",
"product": {
"name": "python36-base-3.6.15-100.1.x86_64",
"product_id": "python36-base-3.6.15-100.1.x86_64"
}
},
{
"category": "product_version",
"name": "python36-base-32bit-3.6.15-100.1.x86_64",
"product": {
"name": "python36-base-32bit-3.6.15-100.1.x86_64",
"product_id": "python36-base-32bit-3.6.15-100.1.x86_64"
}
},
{
"category": "product_version",
"name": "python36-curses-3.6.15-100.1.x86_64",
"product": {
"name": "python36-curses-3.6.15-100.1.x86_64",
"product_id": "python36-curses-3.6.15-100.1.x86_64"
}
},
{
"category": "product_version",
"name": "python36-dbm-3.6.15-100.1.x86_64",
"product": {
"name": "python36-dbm-3.6.15-100.1.x86_64",
"product_id": "python36-dbm-3.6.15-100.1.x86_64"
}
},
{
"category": "product_version",
"name": "python36-devel-3.6.15-100.1.x86_64",
"product": {
"name": "python36-devel-3.6.15-100.1.x86_64",
"product_id": "python36-devel-3.6.15-100.1.x86_64"
}
},
{
"category": "product_version",
"name": "python36-idle-3.6.15-100.1.x86_64",
"product": {
"name": "python36-idle-3.6.15-100.1.x86_64",
"product_id": "python36-idle-3.6.15-100.1.x86_64"
}
},
{
"category": "product_version",
"name": "python36-testsuite-3.6.15-100.1.x86_64",
"product": {
"name": "python36-testsuite-3.6.15-100.1.x86_64",
"product_id": "python36-testsuite-3.6.15-100.1.x86_64"
}
},
{
"category": "product_version",
"name": "python36-tk-3.6.15-100.1.x86_64",
"product": {
"name": "python36-tk-3.6.15-100.1.x86_64",
"product_id": "python36-tk-3.6.15-100.1.x86_64"
}
},
{
"category": "product_version",
"name": "python36-tools-3.6.15-100.1.x86_64",
"product": {
"name": "python36-tools-3.6.15-100.1.x86_64",
"product_id": "python36-tools-3.6.15-100.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 12 SP5-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:12:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product": {
"name": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss-extended-security:12:sp5"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_6m1_0-3.6.15-100.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-3.6.15-100.1.aarch64"
},
"product_reference": "libpython3_6m1_0-3.6.15-100.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_6m1_0-3.6.15-100.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-3.6.15-100.1.ppc64le"
},
"product_reference": "libpython3_6m1_0-3.6.15-100.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_6m1_0-3.6.15-100.1.s390x as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-3.6.15-100.1.s390x"
},
"product_reference": "libpython3_6m1_0-3.6.15-100.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_6m1_0-3.6.15-100.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-3.6.15-100.1.x86_64"
},
"product_reference": "libpython3_6m1_0-3.6.15-100.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_6m1_0-32bit-3.6.15-100.1.s390x as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-32bit-3.6.15-100.1.s390x"
},
"product_reference": "libpython3_6m1_0-32bit-3.6.15-100.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_6m1_0-32bit-3.6.15-100.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-32bit-3.6.15-100.1.x86_64"
},
"product_reference": "libpython3_6m1_0-32bit-3.6.15-100.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python36-3.6.15-100.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:python36-3.6.15-100.1.aarch64"
},
"product_reference": "python36-3.6.15-100.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python36-3.6.15-100.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:python36-3.6.15-100.1.ppc64le"
},
"product_reference": "python36-3.6.15-100.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python36-3.6.15-100.1.s390x as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:python36-3.6.15-100.1.s390x"
},
"product_reference": "python36-3.6.15-100.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python36-3.6.15-100.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:python36-3.6.15-100.1.x86_64"
},
"product_reference": "python36-3.6.15-100.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python36-base-3.6.15-100.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:python36-base-3.6.15-100.1.aarch64"
},
"product_reference": "python36-base-3.6.15-100.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python36-base-3.6.15-100.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:python36-base-3.6.15-100.1.ppc64le"
},
"product_reference": "python36-base-3.6.15-100.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python36-base-3.6.15-100.1.s390x as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:python36-base-3.6.15-100.1.s390x"
},
"product_reference": "python36-base-3.6.15-100.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python36-base-3.6.15-100.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:python36-base-3.6.15-100.1.x86_64"
},
"product_reference": "python36-base-3.6.15-100.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python36-devel-3.6.15-100.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:python36-devel-3.6.15-100.1.aarch64"
},
"product_reference": "python36-devel-3.6.15-100.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python36-devel-3.6.15-100.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:python36-devel-3.6.15-100.1.ppc64le"
},
"product_reference": "python36-devel-3.6.15-100.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python36-devel-3.6.15-100.1.s390x as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:python36-devel-3.6.15-100.1.s390x"
},
"product_reference": "python36-devel-3.6.15-100.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python36-devel-3.6.15-100.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:python36-devel-3.6.15-100.1.x86_64"
},
"product_reference": "python36-devel-3.6.15-100.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_6m1_0-3.6.15-100.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpython3_6m1_0-3.6.15-100.1.x86_64"
},
"product_reference": "libpython3_6m1_0-3.6.15-100.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_6m1_0-32bit-3.6.15-100.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpython3_6m1_0-32bit-3.6.15-100.1.x86_64"
},
"product_reference": "libpython3_6m1_0-32bit-3.6.15-100.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python36-3.6.15-100.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python36-3.6.15-100.1.x86_64"
},
"product_reference": "python36-3.6.15-100.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python36-base-3.6.15-100.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python36-base-3.6.15-100.1.x86_64"
},
"product_reference": "python36-base-3.6.15-100.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python36-devel-3.6.15-100.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python36-devel-3.6.15-100.1.x86_64"
},
"product_reference": "python36-devel-3.6.15-100.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-11468",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-11468"
}
],
"notes": [
{
"category": "general",
"text": "When folding a long comment in an email header containing exclusively unfoldable characters, the parenthesis would not be preserved. This could be used for injecting headers into email messages where addresses are user-controlled and not sanitized.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-3.6.15-100.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-3.6.15-100.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-3.6.15-100.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-3.6.15-100.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-32bit-3.6.15-100.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-32bit-3.6.15-100.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-3.6.15-100.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-3.6.15-100.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-3.6.15-100.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-3.6.15-100.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-base-3.6.15-100.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-base-3.6.15-100.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-base-3.6.15-100.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-base-3.6.15-100.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-devel-3.6.15-100.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-devel-3.6.15-100.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-devel-3.6.15-100.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-devel-3.6.15-100.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpython3_6m1_0-3.6.15-100.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpython3_6m1_0-32bit-3.6.15-100.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python36-3.6.15-100.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python36-base-3.6.15-100.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python36-devel-3.6.15-100.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-11468",
"url": "https://www.suse.com/security/cve/CVE-2025-11468"
},
{
"category": "external",
"summary": "SUSE Bug 1257029 for CVE-2025-11468",
"url": "https://bugzilla.suse.com/1257029"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-3.6.15-100.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-3.6.15-100.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-3.6.15-100.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-3.6.15-100.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-32bit-3.6.15-100.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-32bit-3.6.15-100.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-3.6.15-100.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-3.6.15-100.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-3.6.15-100.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-3.6.15-100.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-base-3.6.15-100.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-base-3.6.15-100.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-base-3.6.15-100.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-base-3.6.15-100.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-devel-3.6.15-100.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-devel-3.6.15-100.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-devel-3.6.15-100.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-devel-3.6.15-100.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpython3_6m1_0-3.6.15-100.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpython3_6m1_0-32bit-3.6.15-100.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python36-3.6.15-100.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python36-base-3.6.15-100.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python36-devel-3.6.15-100.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-3.6.15-100.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-3.6.15-100.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-3.6.15-100.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-3.6.15-100.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-32bit-3.6.15-100.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-32bit-3.6.15-100.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-3.6.15-100.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-3.6.15-100.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-3.6.15-100.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-3.6.15-100.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-base-3.6.15-100.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-base-3.6.15-100.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-base-3.6.15-100.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-base-3.6.15-100.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-devel-3.6.15-100.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-devel-3.6.15-100.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-devel-3.6.15-100.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-devel-3.6.15-100.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpython3_6m1_0-3.6.15-100.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpython3_6m1_0-32bit-3.6.15-100.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python36-3.6.15-100.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python36-base-3.6.15-100.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python36-devel-3.6.15-100.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-02-24T15:14:18Z",
"details": "important"
}
],
"title": "CVE-2025-11468"
},
{
"cve": "CVE-2025-15282",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-15282"
}
],
"notes": [
{
"category": "general",
"text": "User-controlled data URLs parsed by urllib.request.DataHandler allow injecting headers through newlines in the data URL mediatype.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-3.6.15-100.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-3.6.15-100.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-3.6.15-100.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-3.6.15-100.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-32bit-3.6.15-100.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-32bit-3.6.15-100.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-3.6.15-100.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-3.6.15-100.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-3.6.15-100.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-3.6.15-100.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-base-3.6.15-100.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-base-3.6.15-100.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-base-3.6.15-100.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-base-3.6.15-100.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-devel-3.6.15-100.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-devel-3.6.15-100.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-devel-3.6.15-100.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-devel-3.6.15-100.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpython3_6m1_0-3.6.15-100.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpython3_6m1_0-32bit-3.6.15-100.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python36-3.6.15-100.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python36-base-3.6.15-100.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python36-devel-3.6.15-100.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-15282",
"url": "https://www.suse.com/security/cve/CVE-2025-15282"
},
{
"category": "external",
"summary": "SUSE Bug 1257046 for CVE-2025-15282",
"url": "https://bugzilla.suse.com/1257046"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-3.6.15-100.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-3.6.15-100.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-3.6.15-100.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-3.6.15-100.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-32bit-3.6.15-100.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-32bit-3.6.15-100.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-3.6.15-100.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-3.6.15-100.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-3.6.15-100.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-3.6.15-100.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-base-3.6.15-100.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-base-3.6.15-100.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-base-3.6.15-100.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-base-3.6.15-100.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-devel-3.6.15-100.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-devel-3.6.15-100.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-devel-3.6.15-100.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-devel-3.6.15-100.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpython3_6m1_0-3.6.15-100.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpython3_6m1_0-32bit-3.6.15-100.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python36-3.6.15-100.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python36-base-3.6.15-100.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python36-devel-3.6.15-100.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-3.6.15-100.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-3.6.15-100.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-3.6.15-100.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-3.6.15-100.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-32bit-3.6.15-100.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-32bit-3.6.15-100.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-3.6.15-100.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-3.6.15-100.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-3.6.15-100.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-3.6.15-100.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-base-3.6.15-100.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-base-3.6.15-100.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-base-3.6.15-100.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-base-3.6.15-100.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-devel-3.6.15-100.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-devel-3.6.15-100.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-devel-3.6.15-100.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-devel-3.6.15-100.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpython3_6m1_0-3.6.15-100.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpython3_6m1_0-32bit-3.6.15-100.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python36-3.6.15-100.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python36-base-3.6.15-100.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python36-devel-3.6.15-100.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-02-24T15:14:18Z",
"details": "moderate"
}
],
"title": "CVE-2025-15282"
},
{
"cve": "CVE-2025-15366",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-15366"
}
],
"notes": [
{
"category": "general",
"text": "The imaplib module, when passed a user-controlled command, can have additional commands injected using newlines. Mitigation rejects commands containing control characters.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-3.6.15-100.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-3.6.15-100.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-3.6.15-100.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-3.6.15-100.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-32bit-3.6.15-100.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-32bit-3.6.15-100.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-3.6.15-100.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-3.6.15-100.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-3.6.15-100.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-3.6.15-100.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-base-3.6.15-100.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-base-3.6.15-100.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-base-3.6.15-100.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-base-3.6.15-100.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-devel-3.6.15-100.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-devel-3.6.15-100.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-devel-3.6.15-100.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-devel-3.6.15-100.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpython3_6m1_0-3.6.15-100.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpython3_6m1_0-32bit-3.6.15-100.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python36-3.6.15-100.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python36-base-3.6.15-100.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python36-devel-3.6.15-100.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-15366",
"url": "https://www.suse.com/security/cve/CVE-2025-15366"
},
{
"category": "external",
"summary": "SUSE Bug 1257044 for CVE-2025-15366",
"url": "https://bugzilla.suse.com/1257044"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-3.6.15-100.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-3.6.15-100.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-3.6.15-100.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-3.6.15-100.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-32bit-3.6.15-100.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-32bit-3.6.15-100.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-3.6.15-100.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-3.6.15-100.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-3.6.15-100.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-3.6.15-100.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-base-3.6.15-100.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-base-3.6.15-100.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-base-3.6.15-100.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-base-3.6.15-100.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-devel-3.6.15-100.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-devel-3.6.15-100.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-devel-3.6.15-100.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-devel-3.6.15-100.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpython3_6m1_0-3.6.15-100.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpython3_6m1_0-32bit-3.6.15-100.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python36-3.6.15-100.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python36-base-3.6.15-100.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python36-devel-3.6.15-100.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.7,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:L/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-3.6.15-100.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-3.6.15-100.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-3.6.15-100.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-3.6.15-100.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-32bit-3.6.15-100.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-32bit-3.6.15-100.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-3.6.15-100.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-3.6.15-100.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-3.6.15-100.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-3.6.15-100.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-base-3.6.15-100.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-base-3.6.15-100.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-base-3.6.15-100.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-base-3.6.15-100.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-devel-3.6.15-100.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-devel-3.6.15-100.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-devel-3.6.15-100.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-devel-3.6.15-100.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpython3_6m1_0-3.6.15-100.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpython3_6m1_0-32bit-3.6.15-100.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python36-3.6.15-100.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python36-base-3.6.15-100.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python36-devel-3.6.15-100.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-02-24T15:14:18Z",
"details": "moderate"
}
],
"title": "CVE-2025-15366"
},
{
"cve": "CVE-2025-15367",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-15367"
}
],
"notes": [
{
"category": "general",
"text": "The poplib module, when passed a user-controlled command, can have\nadditional commands injected using newlines. Mitigation rejects commands\ncontaining control characters.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-3.6.15-100.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-3.6.15-100.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-3.6.15-100.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-3.6.15-100.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-32bit-3.6.15-100.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-32bit-3.6.15-100.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-3.6.15-100.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-3.6.15-100.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-3.6.15-100.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-3.6.15-100.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-base-3.6.15-100.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-base-3.6.15-100.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-base-3.6.15-100.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-base-3.6.15-100.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-devel-3.6.15-100.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-devel-3.6.15-100.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-devel-3.6.15-100.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-devel-3.6.15-100.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpython3_6m1_0-3.6.15-100.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpython3_6m1_0-32bit-3.6.15-100.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python36-3.6.15-100.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python36-base-3.6.15-100.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python36-devel-3.6.15-100.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-15367",
"url": "https://www.suse.com/security/cve/CVE-2025-15367"
},
{
"category": "external",
"summary": "SUSE Bug 1257041 for CVE-2025-15367",
"url": "https://bugzilla.suse.com/1257041"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-3.6.15-100.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-3.6.15-100.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-3.6.15-100.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-3.6.15-100.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-32bit-3.6.15-100.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-32bit-3.6.15-100.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-3.6.15-100.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-3.6.15-100.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-3.6.15-100.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-3.6.15-100.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-base-3.6.15-100.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-base-3.6.15-100.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-base-3.6.15-100.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-base-3.6.15-100.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-devel-3.6.15-100.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-devel-3.6.15-100.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-devel-3.6.15-100.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-devel-3.6.15-100.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpython3_6m1_0-3.6.15-100.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpython3_6m1_0-32bit-3.6.15-100.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python36-3.6.15-100.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python36-base-3.6.15-100.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python36-devel-3.6.15-100.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.7,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:L/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-3.6.15-100.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-3.6.15-100.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-3.6.15-100.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-3.6.15-100.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-32bit-3.6.15-100.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-32bit-3.6.15-100.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-3.6.15-100.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-3.6.15-100.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-3.6.15-100.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-3.6.15-100.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-base-3.6.15-100.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-base-3.6.15-100.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-base-3.6.15-100.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-base-3.6.15-100.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-devel-3.6.15-100.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-devel-3.6.15-100.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-devel-3.6.15-100.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-devel-3.6.15-100.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpython3_6m1_0-3.6.15-100.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpython3_6m1_0-32bit-3.6.15-100.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python36-3.6.15-100.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python36-base-3.6.15-100.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python36-devel-3.6.15-100.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-02-24T15:14:18Z",
"details": "moderate"
}
],
"title": "CVE-2025-15367"
},
{
"cve": "CVE-2026-0672",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-0672"
}
],
"notes": [
{
"category": "general",
"text": "When using http.cookies.Morsel, user-controlled cookie values and parameters can allow injecting HTTP headers into messages. Patch rejects all control characters within cookie names, values, and parameters.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-3.6.15-100.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-3.6.15-100.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-3.6.15-100.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-3.6.15-100.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-32bit-3.6.15-100.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-32bit-3.6.15-100.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-3.6.15-100.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-3.6.15-100.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-3.6.15-100.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-3.6.15-100.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-base-3.6.15-100.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-base-3.6.15-100.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-base-3.6.15-100.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-base-3.6.15-100.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-devel-3.6.15-100.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-devel-3.6.15-100.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-devel-3.6.15-100.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-devel-3.6.15-100.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpython3_6m1_0-3.6.15-100.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpython3_6m1_0-32bit-3.6.15-100.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python36-3.6.15-100.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python36-base-3.6.15-100.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python36-devel-3.6.15-100.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-0672",
"url": "https://www.suse.com/security/cve/CVE-2026-0672"
},
{
"category": "external",
"summary": "SUSE Bug 1257031 for CVE-2026-0672",
"url": "https://bugzilla.suse.com/1257031"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-3.6.15-100.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-3.6.15-100.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-3.6.15-100.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-3.6.15-100.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-32bit-3.6.15-100.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-32bit-3.6.15-100.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-3.6.15-100.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-3.6.15-100.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-3.6.15-100.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-3.6.15-100.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-base-3.6.15-100.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-base-3.6.15-100.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-base-3.6.15-100.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-base-3.6.15-100.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-devel-3.6.15-100.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-devel-3.6.15-100.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-devel-3.6.15-100.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-devel-3.6.15-100.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpython3_6m1_0-3.6.15-100.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpython3_6m1_0-32bit-3.6.15-100.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python36-3.6.15-100.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python36-base-3.6.15-100.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python36-devel-3.6.15-100.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-3.6.15-100.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-3.6.15-100.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-3.6.15-100.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-3.6.15-100.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-32bit-3.6.15-100.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-32bit-3.6.15-100.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-3.6.15-100.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-3.6.15-100.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-3.6.15-100.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-3.6.15-100.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-base-3.6.15-100.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-base-3.6.15-100.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-base-3.6.15-100.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-base-3.6.15-100.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-devel-3.6.15-100.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-devel-3.6.15-100.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-devel-3.6.15-100.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-devel-3.6.15-100.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpython3_6m1_0-3.6.15-100.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpython3_6m1_0-32bit-3.6.15-100.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python36-3.6.15-100.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python36-base-3.6.15-100.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python36-devel-3.6.15-100.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-02-24T15:14:18Z",
"details": "important"
}
],
"title": "CVE-2026-0672"
},
{
"cve": "CVE-2026-0865",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-0865"
}
],
"notes": [
{
"category": "general",
"text": "User-controlled header names and values containing newlines can allow injecting HTTP headers.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-3.6.15-100.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-3.6.15-100.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-3.6.15-100.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-3.6.15-100.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-32bit-3.6.15-100.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-32bit-3.6.15-100.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-3.6.15-100.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-3.6.15-100.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-3.6.15-100.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-3.6.15-100.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-base-3.6.15-100.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-base-3.6.15-100.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-base-3.6.15-100.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-base-3.6.15-100.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-devel-3.6.15-100.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-devel-3.6.15-100.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-devel-3.6.15-100.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-devel-3.6.15-100.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpython3_6m1_0-3.6.15-100.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpython3_6m1_0-32bit-3.6.15-100.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python36-3.6.15-100.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python36-base-3.6.15-100.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python36-devel-3.6.15-100.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-0865",
"url": "https://www.suse.com/security/cve/CVE-2026-0865"
},
{
"category": "external",
"summary": "SUSE Bug 1257042 for CVE-2026-0865",
"url": "https://bugzilla.suse.com/1257042"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-3.6.15-100.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-3.6.15-100.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-3.6.15-100.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-3.6.15-100.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-32bit-3.6.15-100.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-32bit-3.6.15-100.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-3.6.15-100.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-3.6.15-100.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-3.6.15-100.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-3.6.15-100.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-base-3.6.15-100.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-base-3.6.15-100.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-base-3.6.15-100.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-base-3.6.15-100.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-devel-3.6.15-100.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-devel-3.6.15-100.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-devel-3.6.15-100.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-devel-3.6.15-100.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpython3_6m1_0-3.6.15-100.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpython3_6m1_0-32bit-3.6.15-100.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python36-3.6.15-100.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python36-base-3.6.15-100.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python36-devel-3.6.15-100.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-3.6.15-100.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-3.6.15-100.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-3.6.15-100.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-3.6.15-100.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-32bit-3.6.15-100.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libpython3_6m1_0-32bit-3.6.15-100.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-3.6.15-100.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-3.6.15-100.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-3.6.15-100.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-3.6.15-100.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-base-3.6.15-100.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-base-3.6.15-100.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-base-3.6.15-100.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-base-3.6.15-100.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-devel-3.6.15-100.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-devel-3.6.15-100.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-devel-3.6.15-100.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:python36-devel-3.6.15-100.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpython3_6m1_0-3.6.15-100.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpython3_6m1_0-32bit-3.6.15-100.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python36-3.6.15-100.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python36-base-3.6.15-100.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python36-devel-3.6.15-100.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-02-24T15:14:18Z",
"details": "moderate"
}
],
"title": "CVE-2026-0865"
}
]
}
SUSE-SU-2026:0613-1
Vulnerability from csaf_suse - Published: 2026-02-24 15:14 - Updated: 2026-02-24 15:14| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_10-1_0-3.10.19-150400.4.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_10-1_0-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-3.10.19-150400.4.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-base-3.10.19-150400.4.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-base-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-curses-3.10.19-150400.4.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-curses-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-dbm-3.10.19-150400.4.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-dbm-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-devel-3.10.19-150400.4.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-devel-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-idle-3.10.19-150400.4.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-idle-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-tk-3.10.19-150400.4.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-tk-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-tools-3.10.19-150400.4.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-tools-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_10-1_0-3.10.19-150400.4.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_10-1_0-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-3.10.19-150400.4.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-base-3.10.19-150400.4.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-base-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-curses-3.10.19-150400.4.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-curses-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-dbm-3.10.19-150400.4.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-dbm-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-devel-3.10.19-150400.4.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-devel-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-idle-3.10.19-150400.4.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-idle-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-tk-3.10.19-150400.4.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-tk-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-tools-3.10.19-150400.4.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-tools-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_10-1_0-3.10.19-150400.4.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_10-1_0-3.10.19-150400.4.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_10-1_0-3.10.19-150400.4.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_10-1_0-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-3.10.19-150400.4.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-3.10.19-150400.4.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-3.10.19-150400.4.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-base-3.10.19-150400.4.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-base-3.10.19-150400.4.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-base-3.10.19-150400.4.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-base-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-curses-3.10.19-150400.4.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-curses-3.10.19-150400.4.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-curses-3.10.19-150400.4.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-curses-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-dbm-3.10.19-150400.4.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-dbm-3.10.19-150400.4.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-dbm-3.10.19-150400.4.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-dbm-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-devel-3.10.19-150400.4.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-devel-3.10.19-150400.4.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-devel-3.10.19-150400.4.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-devel-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-idle-3.10.19-150400.4.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-idle-3.10.19-150400.4.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-idle-3.10.19-150400.4.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-idle-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tk-3.10.19-150400.4.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tk-3.10.19-150400.4.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tk-3.10.19-150400.4.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tk-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tools-3.10.19-150400.4.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tools-3.10.19-150400.4.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tools-3.10.19-150400.4.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tools-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_10-1_0-3.10.19-150400.4.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_10-1_0-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-3.10.19-150400.4.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-base-3.10.19-150400.4.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-base-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-curses-3.10.19-150400.4.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-curses-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-dbm-3.10.19-150400.4.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-dbm-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-devel-3.10.19-150400.4.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-devel-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-idle-3.10.19-150400.4.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-idle-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-tk-3.10.19-150400.4.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-tk-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-tools-3.10.19-150400.4.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-tools-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_10-1_0-3.10.19-150400.4.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_10-1_0-3.10.19-150400.4.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_10-1_0-3.10.19-150400.4.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_10-1_0-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_10-1_0-32bit-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-3.10.19-150400.4.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-3.10.19-150400.4.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-3.10.19-150400.4.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-32bit-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-base-3.10.19-150400.4.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-base-3.10.19-150400.4.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-base-3.10.19-150400.4.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-base-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-base-32bit-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-curses-3.10.19-150400.4.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-curses-3.10.19-150400.4.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-curses-3.10.19-150400.4.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-curses-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-dbm-3.10.19-150400.4.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-dbm-3.10.19-150400.4.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-dbm-3.10.19-150400.4.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-dbm-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-devel-3.10.19-150400.4.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-devel-3.10.19-150400.4.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-devel-3.10.19-150400.4.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-devel-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-doc-3.10.19-150400.4.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-doc-3.10.19-150400.4.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-doc-3.10.19-150400.4.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-doc-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-doc-devhelp-3.10.19-150400.4.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-doc-devhelp-3.10.19-150400.4.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-doc-devhelp-3.10.19-150400.4.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-doc-devhelp-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-idle-3.10.19-150400.4.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-idle-3.10.19-150400.4.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-idle-3.10.19-150400.4.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-idle-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-testsuite-3.10.19-150400.4.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-testsuite-3.10.19-150400.4.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-testsuite-3.10.19-150400.4.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-testsuite-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-tk-3.10.19-150400.4.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-tk-3.10.19-150400.4.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-tk-3.10.19-150400.4.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-tk-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-tools-3.10.19-150400.4.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-tools-3.10.19-150400.4.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-tools-3.10.19-150400.4.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-tools-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_10-1_0-3.10.19-150400.4.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_10-1_0-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-3.10.19-150400.4.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-base-3.10.19-150400.4.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-base-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-curses-3.10.19-150400.4.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-curses-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-dbm-3.10.19-150400.4.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-dbm-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-devel-3.10.19-150400.4.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-devel-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-idle-3.10.19-150400.4.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-idle-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-tk-3.10.19-150400.4.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-tk-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-tools-3.10.19-150400.4.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-tools-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_10-1_0-3.10.19-150400.4.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_10-1_0-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-3.10.19-150400.4.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-base-3.10.19-150400.4.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-base-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-curses-3.10.19-150400.4.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-curses-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-dbm-3.10.19-150400.4.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-dbm-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-devel-3.10.19-150400.4.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-devel-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-idle-3.10.19-150400.4.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-idle-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-tk-3.10.19-150400.4.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-tk-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-tools-3.10.19-150400.4.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-tools-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_10-1_0-3.10.19-150400.4.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_10-1_0-3.10.19-150400.4.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_10-1_0-3.10.19-150400.4.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_10-1_0-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-3.10.19-150400.4.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-3.10.19-150400.4.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-3.10.19-150400.4.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-base-3.10.19-150400.4.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-base-3.10.19-150400.4.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-base-3.10.19-150400.4.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-base-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-curses-3.10.19-150400.4.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-curses-3.10.19-150400.4.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-curses-3.10.19-150400.4.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-curses-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-dbm-3.10.19-150400.4.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-dbm-3.10.19-150400.4.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-dbm-3.10.19-150400.4.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-dbm-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-devel-3.10.19-150400.4.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-devel-3.10.19-150400.4.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-devel-3.10.19-150400.4.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-devel-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-idle-3.10.19-150400.4.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-idle-3.10.19-150400.4.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-idle-3.10.19-150400.4.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-idle-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tk-3.10.19-150400.4.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tk-3.10.19-150400.4.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tk-3.10.19-150400.4.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tk-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tools-3.10.19-150400.4.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tools-3.10.19-150400.4.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tools-3.10.19-150400.4.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tools-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_10-1_0-3.10.19-150400.4.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_10-1_0-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-3.10.19-150400.4.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-base-3.10.19-150400.4.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-base-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-curses-3.10.19-150400.4.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-curses-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-dbm-3.10.19-150400.4.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-dbm-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-devel-3.10.19-150400.4.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-devel-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-idle-3.10.19-150400.4.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-idle-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-tk-3.10.19-150400.4.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-tk-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-tools-3.10.19-150400.4.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-tools-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_10-1_0-3.10.19-150400.4.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_10-1_0-3.10.19-150400.4.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_10-1_0-3.10.19-150400.4.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_10-1_0-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_10-1_0-32bit-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-3.10.19-150400.4.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-3.10.19-150400.4.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-3.10.19-150400.4.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-32bit-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-base-3.10.19-150400.4.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-base-3.10.19-150400.4.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-base-3.10.19-150400.4.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-base-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-base-32bit-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-curses-3.10.19-150400.4.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-curses-3.10.19-150400.4.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-curses-3.10.19-150400.4.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-curses-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-dbm-3.10.19-150400.4.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-dbm-3.10.19-150400.4.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-dbm-3.10.19-150400.4.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-dbm-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-devel-3.10.19-150400.4.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-devel-3.10.19-150400.4.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-devel-3.10.19-150400.4.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-devel-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-doc-3.10.19-150400.4.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-doc-3.10.19-150400.4.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-doc-3.10.19-150400.4.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-doc-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-doc-devhelp-3.10.19-150400.4.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-doc-devhelp-3.10.19-150400.4.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-doc-devhelp-3.10.19-150400.4.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-doc-devhelp-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-idle-3.10.19-150400.4.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-idle-3.10.19-150400.4.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-idle-3.10.19-150400.4.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-idle-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-testsuite-3.10.19-150400.4.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-testsuite-3.10.19-150400.4.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-testsuite-3.10.19-150400.4.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-testsuite-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-tk-3.10.19-150400.4.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-tk-3.10.19-150400.4.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-tk-3.10.19-150400.4.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-tk-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-tools-3.10.19-150400.4.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-tools-3.10.19-150400.4.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-tools-3.10.19-150400.4.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-tools-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_10-1_0-3.10.19-150400.4.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_10-1_0-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-3.10.19-150400.4.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-base-3.10.19-150400.4.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-base-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-curses-3.10.19-150400.4.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-curses-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-dbm-3.10.19-150400.4.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-dbm-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-devel-3.10.19-150400.4.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-devel-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-idle-3.10.19-150400.4.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-idle-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-tk-3.10.19-150400.4.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-tk-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-tools-3.10.19-150400.4.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-tools-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_10-1_0-3.10.19-150400.4.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_10-1_0-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-3.10.19-150400.4.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-base-3.10.19-150400.4.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-base-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-curses-3.10.19-150400.4.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-curses-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-dbm-3.10.19-150400.4.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-dbm-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-devel-3.10.19-150400.4.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-devel-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-idle-3.10.19-150400.4.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-idle-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-tk-3.10.19-150400.4.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-tk-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-tools-3.10.19-150400.4.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-tools-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_10-1_0-3.10.19-150400.4.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_10-1_0-3.10.19-150400.4.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_10-1_0-3.10.19-150400.4.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_10-1_0-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-3.10.19-150400.4.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-3.10.19-150400.4.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-3.10.19-150400.4.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-base-3.10.19-150400.4.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-base-3.10.19-150400.4.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-base-3.10.19-150400.4.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-base-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-curses-3.10.19-150400.4.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-curses-3.10.19-150400.4.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-curses-3.10.19-150400.4.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-curses-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-dbm-3.10.19-150400.4.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-dbm-3.10.19-150400.4.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-dbm-3.10.19-150400.4.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-dbm-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-devel-3.10.19-150400.4.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-devel-3.10.19-150400.4.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-devel-3.10.19-150400.4.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-devel-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-idle-3.10.19-150400.4.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-idle-3.10.19-150400.4.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-idle-3.10.19-150400.4.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-idle-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tk-3.10.19-150400.4.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tk-3.10.19-150400.4.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tk-3.10.19-150400.4.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tk-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tools-3.10.19-150400.4.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tools-3.10.19-150400.4.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tools-3.10.19-150400.4.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tools-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_10-1_0-3.10.19-150400.4.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_10-1_0-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-3.10.19-150400.4.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-base-3.10.19-150400.4.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-base-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-curses-3.10.19-150400.4.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-curses-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-dbm-3.10.19-150400.4.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-dbm-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-devel-3.10.19-150400.4.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-devel-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-idle-3.10.19-150400.4.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-idle-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-tk-3.10.19-150400.4.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-tk-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-tools-3.10.19-150400.4.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-tools-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_10-1_0-3.10.19-150400.4.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_10-1_0-3.10.19-150400.4.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_10-1_0-3.10.19-150400.4.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_10-1_0-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_10-1_0-32bit-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-3.10.19-150400.4.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-3.10.19-150400.4.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-3.10.19-150400.4.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-32bit-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-base-3.10.19-150400.4.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-base-3.10.19-150400.4.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-base-3.10.19-150400.4.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-base-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-base-32bit-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-curses-3.10.19-150400.4.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-curses-3.10.19-150400.4.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-curses-3.10.19-150400.4.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-curses-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-dbm-3.10.19-150400.4.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-dbm-3.10.19-150400.4.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-dbm-3.10.19-150400.4.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-dbm-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-devel-3.10.19-150400.4.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-devel-3.10.19-150400.4.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-devel-3.10.19-150400.4.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-devel-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-doc-3.10.19-150400.4.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-doc-3.10.19-150400.4.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-doc-3.10.19-150400.4.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-doc-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-doc-devhelp-3.10.19-150400.4.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-doc-devhelp-3.10.19-150400.4.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-doc-devhelp-3.10.19-150400.4.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-doc-devhelp-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-idle-3.10.19-150400.4.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-idle-3.10.19-150400.4.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-idle-3.10.19-150400.4.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-idle-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-testsuite-3.10.19-150400.4.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-testsuite-3.10.19-150400.4.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-testsuite-3.10.19-150400.4.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-testsuite-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-tk-3.10.19-150400.4.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-tk-3.10.19-150400.4.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-tk-3.10.19-150400.4.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-tk-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-tools-3.10.19-150400.4.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-tools-3.10.19-150400.4.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-tools-3.10.19-150400.4.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-tools-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_10-1_0-3.10.19-150400.4.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_10-1_0-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-3.10.19-150400.4.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-base-3.10.19-150400.4.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-base-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-curses-3.10.19-150400.4.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-curses-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-dbm-3.10.19-150400.4.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-dbm-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-devel-3.10.19-150400.4.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-devel-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-idle-3.10.19-150400.4.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-idle-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-tk-3.10.19-150400.4.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-tk-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-tools-3.10.19-150400.4.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-tools-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_10-1_0-3.10.19-150400.4.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_10-1_0-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-3.10.19-150400.4.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-base-3.10.19-150400.4.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-base-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-curses-3.10.19-150400.4.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-curses-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-dbm-3.10.19-150400.4.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-dbm-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-devel-3.10.19-150400.4.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-devel-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-idle-3.10.19-150400.4.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-idle-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-tk-3.10.19-150400.4.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-tk-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-tools-3.10.19-150400.4.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-tools-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_10-1_0-3.10.19-150400.4.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_10-1_0-3.10.19-150400.4.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_10-1_0-3.10.19-150400.4.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_10-1_0-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-3.10.19-150400.4.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-3.10.19-150400.4.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-3.10.19-150400.4.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-base-3.10.19-150400.4.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-base-3.10.19-150400.4.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-base-3.10.19-150400.4.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-base-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-curses-3.10.19-150400.4.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-curses-3.10.19-150400.4.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-curses-3.10.19-150400.4.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-curses-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-dbm-3.10.19-150400.4.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-dbm-3.10.19-150400.4.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-dbm-3.10.19-150400.4.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-dbm-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-devel-3.10.19-150400.4.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-devel-3.10.19-150400.4.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-devel-3.10.19-150400.4.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-devel-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-idle-3.10.19-150400.4.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-idle-3.10.19-150400.4.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-idle-3.10.19-150400.4.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-idle-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tk-3.10.19-150400.4.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tk-3.10.19-150400.4.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tk-3.10.19-150400.4.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tk-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tools-3.10.19-150400.4.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tools-3.10.19-150400.4.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tools-3.10.19-150400.4.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tools-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_10-1_0-3.10.19-150400.4.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_10-1_0-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-3.10.19-150400.4.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-base-3.10.19-150400.4.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-base-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-curses-3.10.19-150400.4.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-curses-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-dbm-3.10.19-150400.4.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-dbm-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-devel-3.10.19-150400.4.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-devel-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-idle-3.10.19-150400.4.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-idle-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-tk-3.10.19-150400.4.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-tk-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-tools-3.10.19-150400.4.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-tools-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_10-1_0-3.10.19-150400.4.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_10-1_0-3.10.19-150400.4.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_10-1_0-3.10.19-150400.4.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_10-1_0-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_10-1_0-32bit-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-3.10.19-150400.4.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-3.10.19-150400.4.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-3.10.19-150400.4.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-32bit-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-base-3.10.19-150400.4.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-base-3.10.19-150400.4.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-base-3.10.19-150400.4.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-base-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-base-32bit-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-curses-3.10.19-150400.4.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-curses-3.10.19-150400.4.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-curses-3.10.19-150400.4.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-curses-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-dbm-3.10.19-150400.4.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-dbm-3.10.19-150400.4.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-dbm-3.10.19-150400.4.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-dbm-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-devel-3.10.19-150400.4.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-devel-3.10.19-150400.4.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-devel-3.10.19-150400.4.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-devel-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-doc-3.10.19-150400.4.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-doc-3.10.19-150400.4.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-doc-3.10.19-150400.4.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-doc-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-doc-devhelp-3.10.19-150400.4.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-doc-devhelp-3.10.19-150400.4.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-doc-devhelp-3.10.19-150400.4.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-doc-devhelp-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-idle-3.10.19-150400.4.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-idle-3.10.19-150400.4.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-idle-3.10.19-150400.4.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-idle-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-testsuite-3.10.19-150400.4.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-testsuite-3.10.19-150400.4.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-testsuite-3.10.19-150400.4.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-testsuite-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-tk-3.10.19-150400.4.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-tk-3.10.19-150400.4.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-tk-3.10.19-150400.4.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-tk-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-tools-3.10.19-150400.4.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-tools-3.10.19-150400.4.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-tools-3.10.19-150400.4.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-tools-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_10-1_0-3.10.19-150400.4.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_10-1_0-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-3.10.19-150400.4.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-base-3.10.19-150400.4.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-base-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-curses-3.10.19-150400.4.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-curses-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-dbm-3.10.19-150400.4.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-dbm-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-devel-3.10.19-150400.4.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-devel-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-idle-3.10.19-150400.4.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-idle-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-tk-3.10.19-150400.4.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-tk-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-tools-3.10.19-150400.4.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-tools-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_10-1_0-3.10.19-150400.4.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_10-1_0-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-3.10.19-150400.4.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-base-3.10.19-150400.4.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-base-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-curses-3.10.19-150400.4.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-curses-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-dbm-3.10.19-150400.4.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-dbm-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-devel-3.10.19-150400.4.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-devel-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-idle-3.10.19-150400.4.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-idle-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-tk-3.10.19-150400.4.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-tk-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-tools-3.10.19-150400.4.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-tools-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_10-1_0-3.10.19-150400.4.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_10-1_0-3.10.19-150400.4.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_10-1_0-3.10.19-150400.4.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_10-1_0-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-3.10.19-150400.4.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-3.10.19-150400.4.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-3.10.19-150400.4.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-base-3.10.19-150400.4.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-base-3.10.19-150400.4.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-base-3.10.19-150400.4.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-base-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-curses-3.10.19-150400.4.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-curses-3.10.19-150400.4.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-curses-3.10.19-150400.4.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-curses-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-dbm-3.10.19-150400.4.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-dbm-3.10.19-150400.4.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-dbm-3.10.19-150400.4.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-dbm-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-devel-3.10.19-150400.4.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-devel-3.10.19-150400.4.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-devel-3.10.19-150400.4.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-devel-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-idle-3.10.19-150400.4.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-idle-3.10.19-150400.4.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-idle-3.10.19-150400.4.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-idle-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tk-3.10.19-150400.4.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tk-3.10.19-150400.4.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tk-3.10.19-150400.4.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tk-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tools-3.10.19-150400.4.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tools-3.10.19-150400.4.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tools-3.10.19-150400.4.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tools-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_10-1_0-3.10.19-150400.4.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_10-1_0-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-3.10.19-150400.4.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-base-3.10.19-150400.4.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-base-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-curses-3.10.19-150400.4.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-curses-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-dbm-3.10.19-150400.4.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-dbm-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-devel-3.10.19-150400.4.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-devel-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-idle-3.10.19-150400.4.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-idle-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-tk-3.10.19-150400.4.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-tk-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-tools-3.10.19-150400.4.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-tools-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_10-1_0-3.10.19-150400.4.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_10-1_0-3.10.19-150400.4.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_10-1_0-3.10.19-150400.4.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_10-1_0-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_10-1_0-32bit-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-3.10.19-150400.4.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-3.10.19-150400.4.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-3.10.19-150400.4.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-32bit-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-base-3.10.19-150400.4.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-base-3.10.19-150400.4.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-base-3.10.19-150400.4.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-base-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-base-32bit-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-curses-3.10.19-150400.4.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-curses-3.10.19-150400.4.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-curses-3.10.19-150400.4.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-curses-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-dbm-3.10.19-150400.4.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-dbm-3.10.19-150400.4.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-dbm-3.10.19-150400.4.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-dbm-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-devel-3.10.19-150400.4.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-devel-3.10.19-150400.4.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-devel-3.10.19-150400.4.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-devel-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-doc-3.10.19-150400.4.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-doc-3.10.19-150400.4.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-doc-3.10.19-150400.4.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-doc-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-doc-devhelp-3.10.19-150400.4.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-doc-devhelp-3.10.19-150400.4.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-doc-devhelp-3.10.19-150400.4.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-doc-devhelp-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-idle-3.10.19-150400.4.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-idle-3.10.19-150400.4.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-idle-3.10.19-150400.4.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-idle-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-testsuite-3.10.19-150400.4.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-testsuite-3.10.19-150400.4.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-testsuite-3.10.19-150400.4.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-testsuite-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-tk-3.10.19-150400.4.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-tk-3.10.19-150400.4.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-tk-3.10.19-150400.4.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-tk-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-tools-3.10.19-150400.4.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-tools-3.10.19-150400.4.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-tools-3.10.19-150400.4.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-tools-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_10-1_0-3.10.19-150400.4.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_10-1_0-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-3.10.19-150400.4.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-base-3.10.19-150400.4.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-base-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-curses-3.10.19-150400.4.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-curses-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-dbm-3.10.19-150400.4.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-dbm-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-devel-3.10.19-150400.4.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-devel-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-idle-3.10.19-150400.4.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-idle-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-tk-3.10.19-150400.4.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-tk-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-tools-3.10.19-150400.4.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-tools-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_10-1_0-3.10.19-150400.4.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_10-1_0-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-3.10.19-150400.4.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-base-3.10.19-150400.4.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-base-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-curses-3.10.19-150400.4.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-curses-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-dbm-3.10.19-150400.4.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-dbm-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-devel-3.10.19-150400.4.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-devel-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-idle-3.10.19-150400.4.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-idle-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-tk-3.10.19-150400.4.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-tk-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-tools-3.10.19-150400.4.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-tools-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_10-1_0-3.10.19-150400.4.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_10-1_0-3.10.19-150400.4.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_10-1_0-3.10.19-150400.4.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_10-1_0-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-3.10.19-150400.4.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-3.10.19-150400.4.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-3.10.19-150400.4.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-base-3.10.19-150400.4.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-base-3.10.19-150400.4.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-base-3.10.19-150400.4.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-base-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-curses-3.10.19-150400.4.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-curses-3.10.19-150400.4.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-curses-3.10.19-150400.4.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-curses-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-dbm-3.10.19-150400.4.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-dbm-3.10.19-150400.4.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-dbm-3.10.19-150400.4.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-dbm-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-devel-3.10.19-150400.4.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-devel-3.10.19-150400.4.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-devel-3.10.19-150400.4.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-devel-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-idle-3.10.19-150400.4.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-idle-3.10.19-150400.4.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-idle-3.10.19-150400.4.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-idle-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tk-3.10.19-150400.4.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tk-3.10.19-150400.4.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tk-3.10.19-150400.4.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tk-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tools-3.10.19-150400.4.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tools-3.10.19-150400.4.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tools-3.10.19-150400.4.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tools-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_10-1_0-3.10.19-150400.4.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_10-1_0-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-3.10.19-150400.4.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-base-3.10.19-150400.4.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-base-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-curses-3.10.19-150400.4.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-curses-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-dbm-3.10.19-150400.4.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-dbm-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-devel-3.10.19-150400.4.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-devel-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-idle-3.10.19-150400.4.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-idle-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-tk-3.10.19-150400.4.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-tk-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-tools-3.10.19-150400.4.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-tools-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_10-1_0-3.10.19-150400.4.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_10-1_0-3.10.19-150400.4.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_10-1_0-3.10.19-150400.4.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_10-1_0-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_10-1_0-32bit-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-3.10.19-150400.4.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-3.10.19-150400.4.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-3.10.19-150400.4.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-32bit-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-base-3.10.19-150400.4.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-base-3.10.19-150400.4.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-base-3.10.19-150400.4.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-base-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-base-32bit-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-curses-3.10.19-150400.4.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-curses-3.10.19-150400.4.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-curses-3.10.19-150400.4.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-curses-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-dbm-3.10.19-150400.4.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-dbm-3.10.19-150400.4.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-dbm-3.10.19-150400.4.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-dbm-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-devel-3.10.19-150400.4.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-devel-3.10.19-150400.4.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-devel-3.10.19-150400.4.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-devel-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-doc-3.10.19-150400.4.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-doc-3.10.19-150400.4.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-doc-3.10.19-150400.4.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-doc-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-doc-devhelp-3.10.19-150400.4.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-doc-devhelp-3.10.19-150400.4.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-doc-devhelp-3.10.19-150400.4.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-doc-devhelp-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-idle-3.10.19-150400.4.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-idle-3.10.19-150400.4.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-idle-3.10.19-150400.4.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-idle-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-testsuite-3.10.19-150400.4.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-testsuite-3.10.19-150400.4.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-testsuite-3.10.19-150400.4.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-testsuite-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-tk-3.10.19-150400.4.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-tk-3.10.19-150400.4.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-tk-3.10.19-150400.4.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-tk-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-tools-3.10.19-150400.4.97.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-tools-3.10.19-150400.4.97.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-tools-3.10.19-150400.4.97.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python310-tools-3.10.19-150400.4.97.1.x86_64 | — |
Vendor Fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for python310",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for python310 fixes the following issues:\n\n- CVE-2025-11468: header injection when folding a long comment in an email header containing exclusively unfoldable\n characters (bsc#1257029).\n- CVE-2026-0672: HTTP header injection via user-controlled cookie values and parameters when using http.cookies.Morsel\n (bsc#1257031).\n- CVE-2026-0865: user-controlled header containing newlines can allow injecting HTTP headers (bsc#1257042).\n- CVE-2025-15366: user-controlled command can allow additional commands injected using newlines (bsc#1257044).\n- CVE-2025-15282: user-controlled data URLs parsed may allow injecting headers (bsc#1257046).\n- CVE-2025-15367: control characters may allow the injection of additional commands (bsc#1257041).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2026-613,SUSE-SLE-Product-HPC-15-SP4-ESPOS-2026-613,SUSE-SLE-Product-HPC-15-SP4-LTSS-2026-613,SUSE-SLE-Product-SLES-15-SP4-LTSS-2026-613,SUSE-SLE-Product-SLES_SAP-15-SP4-2026-613,openSUSE-SLE-15.6-2026-613",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2026_0613-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2026:0613-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-20260613-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2026:0613-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-February/024382.html"
},
{
"category": "self",
"summary": "SUSE Bug 1257029",
"url": "https://bugzilla.suse.com/1257029"
},
{
"category": "self",
"summary": "SUSE Bug 1257031",
"url": "https://bugzilla.suse.com/1257031"
},
{
"category": "self",
"summary": "SUSE Bug 1257041",
"url": "https://bugzilla.suse.com/1257041"
},
{
"category": "self",
"summary": "SUSE Bug 1257042",
"url": "https://bugzilla.suse.com/1257042"
},
{
"category": "self",
"summary": "SUSE Bug 1257044",
"url": "https://bugzilla.suse.com/1257044"
},
{
"category": "self",
"summary": "SUSE Bug 1257046",
"url": "https://bugzilla.suse.com/1257046"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-11468 page",
"url": "https://www.suse.com/security/cve/CVE-2025-11468/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-15282 page",
"url": "https://www.suse.com/security/cve/CVE-2025-15282/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-15366 page",
"url": "https://www.suse.com/security/cve/CVE-2025-15366/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-15367 page",
"url": "https://www.suse.com/security/cve/CVE-2025-15367/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-0672 page",
"url": "https://www.suse.com/security/cve/CVE-2026-0672/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-0865 page",
"url": "https://www.suse.com/security/cve/CVE-2026-0865/"
}
],
"title": "Security update for python310",
"tracking": {
"current_release_date": "2026-02-24T15:14:45Z",
"generator": {
"date": "2026-02-24T15:14:45Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2026:0613-1",
"initial_release_date": "2026-02-24T15:14:45Z",
"revision_history": [
{
"date": "2026-02-24T15:14:45Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "libpython3_10-1_0-3.10.19-150400.4.97.1.aarch64",
"product": {
"name": "libpython3_10-1_0-3.10.19-150400.4.97.1.aarch64",
"product_id": "libpython3_10-1_0-3.10.19-150400.4.97.1.aarch64"
}
},
{
"category": "product_version",
"name": "python310-3.10.19-150400.4.97.1.aarch64",
"product": {
"name": "python310-3.10.19-150400.4.97.1.aarch64",
"product_id": "python310-3.10.19-150400.4.97.1.aarch64"
}
},
{
"category": "product_version",
"name": "python310-base-3.10.19-150400.4.97.1.aarch64",
"product": {
"name": "python310-base-3.10.19-150400.4.97.1.aarch64",
"product_id": "python310-base-3.10.19-150400.4.97.1.aarch64"
}
},
{
"category": "product_version",
"name": "python310-curses-3.10.19-150400.4.97.1.aarch64",
"product": {
"name": "python310-curses-3.10.19-150400.4.97.1.aarch64",
"product_id": "python310-curses-3.10.19-150400.4.97.1.aarch64"
}
},
{
"category": "product_version",
"name": "python310-dbm-3.10.19-150400.4.97.1.aarch64",
"product": {
"name": "python310-dbm-3.10.19-150400.4.97.1.aarch64",
"product_id": "python310-dbm-3.10.19-150400.4.97.1.aarch64"
}
},
{
"category": "product_version",
"name": "python310-devel-3.10.19-150400.4.97.1.aarch64",
"product": {
"name": "python310-devel-3.10.19-150400.4.97.1.aarch64",
"product_id": "python310-devel-3.10.19-150400.4.97.1.aarch64"
}
},
{
"category": "product_version",
"name": "python310-doc-3.10.19-150400.4.97.1.aarch64",
"product": {
"name": "python310-doc-3.10.19-150400.4.97.1.aarch64",
"product_id": "python310-doc-3.10.19-150400.4.97.1.aarch64"
}
},
{
"category": "product_version",
"name": "python310-doc-devhelp-3.10.19-150400.4.97.1.aarch64",
"product": {
"name": "python310-doc-devhelp-3.10.19-150400.4.97.1.aarch64",
"product_id": "python310-doc-devhelp-3.10.19-150400.4.97.1.aarch64"
}
},
{
"category": "product_version",
"name": "python310-idle-3.10.19-150400.4.97.1.aarch64",
"product": {
"name": "python310-idle-3.10.19-150400.4.97.1.aarch64",
"product_id": "python310-idle-3.10.19-150400.4.97.1.aarch64"
}
},
{
"category": "product_version",
"name": "python310-testsuite-3.10.19-150400.4.97.1.aarch64",
"product": {
"name": "python310-testsuite-3.10.19-150400.4.97.1.aarch64",
"product_id": "python310-testsuite-3.10.19-150400.4.97.1.aarch64"
}
},
{
"category": "product_version",
"name": "python310-tk-3.10.19-150400.4.97.1.aarch64",
"product": {
"name": "python310-tk-3.10.19-150400.4.97.1.aarch64",
"product_id": "python310-tk-3.10.19-150400.4.97.1.aarch64"
}
},
{
"category": "product_version",
"name": "python310-tools-3.10.19-150400.4.97.1.aarch64",
"product": {
"name": "python310-tools-3.10.19-150400.4.97.1.aarch64",
"product_id": "python310-tools-3.10.19-150400.4.97.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_10-1_0-64bit-3.10.19-150400.4.97.1.aarch64_ilp32",
"product": {
"name": "libpython3_10-1_0-64bit-3.10.19-150400.4.97.1.aarch64_ilp32",
"product_id": "libpython3_10-1_0-64bit-3.10.19-150400.4.97.1.aarch64_ilp32"
}
},
{
"category": "product_version",
"name": "python310-64bit-3.10.19-150400.4.97.1.aarch64_ilp32",
"product": {
"name": "python310-64bit-3.10.19-150400.4.97.1.aarch64_ilp32",
"product_id": "python310-64bit-3.10.19-150400.4.97.1.aarch64_ilp32"
}
},
{
"category": "product_version",
"name": "python310-base-64bit-3.10.19-150400.4.97.1.aarch64_ilp32",
"product": {
"name": "python310-base-64bit-3.10.19-150400.4.97.1.aarch64_ilp32",
"product_id": "python310-base-64bit-3.10.19-150400.4.97.1.aarch64_ilp32"
}
}
],
"category": "architecture",
"name": "aarch64_ilp32"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_10-1_0-3.10.19-150400.4.97.1.i586",
"product": {
"name": "libpython3_10-1_0-3.10.19-150400.4.97.1.i586",
"product_id": "libpython3_10-1_0-3.10.19-150400.4.97.1.i586"
}
},
{
"category": "product_version",
"name": "python310-3.10.19-150400.4.97.1.i586",
"product": {
"name": "python310-3.10.19-150400.4.97.1.i586",
"product_id": "python310-3.10.19-150400.4.97.1.i586"
}
},
{
"category": "product_version",
"name": "python310-base-3.10.19-150400.4.97.1.i586",
"product": {
"name": "python310-base-3.10.19-150400.4.97.1.i586",
"product_id": "python310-base-3.10.19-150400.4.97.1.i586"
}
},
{
"category": "product_version",
"name": "python310-curses-3.10.19-150400.4.97.1.i586",
"product": {
"name": "python310-curses-3.10.19-150400.4.97.1.i586",
"product_id": "python310-curses-3.10.19-150400.4.97.1.i586"
}
},
{
"category": "product_version",
"name": "python310-dbm-3.10.19-150400.4.97.1.i586",
"product": {
"name": "python310-dbm-3.10.19-150400.4.97.1.i586",
"product_id": "python310-dbm-3.10.19-150400.4.97.1.i586"
}
},
{
"category": "product_version",
"name": "python310-devel-3.10.19-150400.4.97.1.i586",
"product": {
"name": "python310-devel-3.10.19-150400.4.97.1.i586",
"product_id": "python310-devel-3.10.19-150400.4.97.1.i586"
}
},
{
"category": "product_version",
"name": "python310-doc-3.10.19-150400.4.97.1.i586",
"product": {
"name": "python310-doc-3.10.19-150400.4.97.1.i586",
"product_id": "python310-doc-3.10.19-150400.4.97.1.i586"
}
},
{
"category": "product_version",
"name": "python310-doc-devhelp-3.10.19-150400.4.97.1.i586",
"product": {
"name": "python310-doc-devhelp-3.10.19-150400.4.97.1.i586",
"product_id": "python310-doc-devhelp-3.10.19-150400.4.97.1.i586"
}
},
{
"category": "product_version",
"name": "python310-idle-3.10.19-150400.4.97.1.i586",
"product": {
"name": "python310-idle-3.10.19-150400.4.97.1.i586",
"product_id": "python310-idle-3.10.19-150400.4.97.1.i586"
}
},
{
"category": "product_version",
"name": "python310-testsuite-3.10.19-150400.4.97.1.i586",
"product": {
"name": "python310-testsuite-3.10.19-150400.4.97.1.i586",
"product_id": "python310-testsuite-3.10.19-150400.4.97.1.i586"
}
},
{
"category": "product_version",
"name": "python310-tk-3.10.19-150400.4.97.1.i586",
"product": {
"name": "python310-tk-3.10.19-150400.4.97.1.i586",
"product_id": "python310-tk-3.10.19-150400.4.97.1.i586"
}
},
{
"category": "product_version",
"name": "python310-tools-3.10.19-150400.4.97.1.i586",
"product": {
"name": "python310-tools-3.10.19-150400.4.97.1.i586",
"product_id": "python310-tools-3.10.19-150400.4.97.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_10-1_0-3.10.19-150400.4.97.1.ppc64le",
"product": {
"name": "libpython3_10-1_0-3.10.19-150400.4.97.1.ppc64le",
"product_id": "libpython3_10-1_0-3.10.19-150400.4.97.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python310-3.10.19-150400.4.97.1.ppc64le",
"product": {
"name": "python310-3.10.19-150400.4.97.1.ppc64le",
"product_id": "python310-3.10.19-150400.4.97.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python310-base-3.10.19-150400.4.97.1.ppc64le",
"product": {
"name": "python310-base-3.10.19-150400.4.97.1.ppc64le",
"product_id": "python310-base-3.10.19-150400.4.97.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python310-curses-3.10.19-150400.4.97.1.ppc64le",
"product": {
"name": "python310-curses-3.10.19-150400.4.97.1.ppc64le",
"product_id": "python310-curses-3.10.19-150400.4.97.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python310-dbm-3.10.19-150400.4.97.1.ppc64le",
"product": {
"name": "python310-dbm-3.10.19-150400.4.97.1.ppc64le",
"product_id": "python310-dbm-3.10.19-150400.4.97.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python310-devel-3.10.19-150400.4.97.1.ppc64le",
"product": {
"name": "python310-devel-3.10.19-150400.4.97.1.ppc64le",
"product_id": "python310-devel-3.10.19-150400.4.97.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python310-doc-3.10.19-150400.4.97.1.ppc64le",
"product": {
"name": "python310-doc-3.10.19-150400.4.97.1.ppc64le",
"product_id": "python310-doc-3.10.19-150400.4.97.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python310-doc-devhelp-3.10.19-150400.4.97.1.ppc64le",
"product": {
"name": "python310-doc-devhelp-3.10.19-150400.4.97.1.ppc64le",
"product_id": "python310-doc-devhelp-3.10.19-150400.4.97.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python310-idle-3.10.19-150400.4.97.1.ppc64le",
"product": {
"name": "python310-idle-3.10.19-150400.4.97.1.ppc64le",
"product_id": "python310-idle-3.10.19-150400.4.97.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python310-testsuite-3.10.19-150400.4.97.1.ppc64le",
"product": {
"name": "python310-testsuite-3.10.19-150400.4.97.1.ppc64le",
"product_id": "python310-testsuite-3.10.19-150400.4.97.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python310-tk-3.10.19-150400.4.97.1.ppc64le",
"product": {
"name": "python310-tk-3.10.19-150400.4.97.1.ppc64le",
"product_id": "python310-tk-3.10.19-150400.4.97.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python310-tools-3.10.19-150400.4.97.1.ppc64le",
"product": {
"name": "python310-tools-3.10.19-150400.4.97.1.ppc64le",
"product_id": "python310-tools-3.10.19-150400.4.97.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_10-1_0-3.10.19-150400.4.97.1.s390x",
"product": {
"name": "libpython3_10-1_0-3.10.19-150400.4.97.1.s390x",
"product_id": "libpython3_10-1_0-3.10.19-150400.4.97.1.s390x"
}
},
{
"category": "product_version",
"name": "python310-3.10.19-150400.4.97.1.s390x",
"product": {
"name": "python310-3.10.19-150400.4.97.1.s390x",
"product_id": "python310-3.10.19-150400.4.97.1.s390x"
}
},
{
"category": "product_version",
"name": "python310-base-3.10.19-150400.4.97.1.s390x",
"product": {
"name": "python310-base-3.10.19-150400.4.97.1.s390x",
"product_id": "python310-base-3.10.19-150400.4.97.1.s390x"
}
},
{
"category": "product_version",
"name": "python310-curses-3.10.19-150400.4.97.1.s390x",
"product": {
"name": "python310-curses-3.10.19-150400.4.97.1.s390x",
"product_id": "python310-curses-3.10.19-150400.4.97.1.s390x"
}
},
{
"category": "product_version",
"name": "python310-dbm-3.10.19-150400.4.97.1.s390x",
"product": {
"name": "python310-dbm-3.10.19-150400.4.97.1.s390x",
"product_id": "python310-dbm-3.10.19-150400.4.97.1.s390x"
}
},
{
"category": "product_version",
"name": "python310-devel-3.10.19-150400.4.97.1.s390x",
"product": {
"name": "python310-devel-3.10.19-150400.4.97.1.s390x",
"product_id": "python310-devel-3.10.19-150400.4.97.1.s390x"
}
},
{
"category": "product_version",
"name": "python310-doc-3.10.19-150400.4.97.1.s390x",
"product": {
"name": "python310-doc-3.10.19-150400.4.97.1.s390x",
"product_id": "python310-doc-3.10.19-150400.4.97.1.s390x"
}
},
{
"category": "product_version",
"name": "python310-doc-devhelp-3.10.19-150400.4.97.1.s390x",
"product": {
"name": "python310-doc-devhelp-3.10.19-150400.4.97.1.s390x",
"product_id": "python310-doc-devhelp-3.10.19-150400.4.97.1.s390x"
}
},
{
"category": "product_version",
"name": "python310-idle-3.10.19-150400.4.97.1.s390x",
"product": {
"name": "python310-idle-3.10.19-150400.4.97.1.s390x",
"product_id": "python310-idle-3.10.19-150400.4.97.1.s390x"
}
},
{
"category": "product_version",
"name": "python310-testsuite-3.10.19-150400.4.97.1.s390x",
"product": {
"name": "python310-testsuite-3.10.19-150400.4.97.1.s390x",
"product_id": "python310-testsuite-3.10.19-150400.4.97.1.s390x"
}
},
{
"category": "product_version",
"name": "python310-tk-3.10.19-150400.4.97.1.s390x",
"product": {
"name": "python310-tk-3.10.19-150400.4.97.1.s390x",
"product_id": "python310-tk-3.10.19-150400.4.97.1.s390x"
}
},
{
"category": "product_version",
"name": "python310-tools-3.10.19-150400.4.97.1.s390x",
"product": {
"name": "python310-tools-3.10.19-150400.4.97.1.s390x",
"product_id": "python310-tools-3.10.19-150400.4.97.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_10-1_0-3.10.19-150400.4.97.1.x86_64",
"product": {
"name": "libpython3_10-1_0-3.10.19-150400.4.97.1.x86_64",
"product_id": "libpython3_10-1_0-3.10.19-150400.4.97.1.x86_64"
}
},
{
"category": "product_version",
"name": "libpython3_10-1_0-32bit-3.10.19-150400.4.97.1.x86_64",
"product": {
"name": "libpython3_10-1_0-32bit-3.10.19-150400.4.97.1.x86_64",
"product_id": "libpython3_10-1_0-32bit-3.10.19-150400.4.97.1.x86_64"
}
},
{
"category": "product_version",
"name": "python310-3.10.19-150400.4.97.1.x86_64",
"product": {
"name": "python310-3.10.19-150400.4.97.1.x86_64",
"product_id": "python310-3.10.19-150400.4.97.1.x86_64"
}
},
{
"category": "product_version",
"name": "python310-32bit-3.10.19-150400.4.97.1.x86_64",
"product": {
"name": "python310-32bit-3.10.19-150400.4.97.1.x86_64",
"product_id": "python310-32bit-3.10.19-150400.4.97.1.x86_64"
}
},
{
"category": "product_version",
"name": "python310-base-3.10.19-150400.4.97.1.x86_64",
"product": {
"name": "python310-base-3.10.19-150400.4.97.1.x86_64",
"product_id": "python310-base-3.10.19-150400.4.97.1.x86_64"
}
},
{
"category": "product_version",
"name": "python310-base-32bit-3.10.19-150400.4.97.1.x86_64",
"product": {
"name": "python310-base-32bit-3.10.19-150400.4.97.1.x86_64",
"product_id": "python310-base-32bit-3.10.19-150400.4.97.1.x86_64"
}
},
{
"category": "product_version",
"name": "python310-curses-3.10.19-150400.4.97.1.x86_64",
"product": {
"name": "python310-curses-3.10.19-150400.4.97.1.x86_64",
"product_id": "python310-curses-3.10.19-150400.4.97.1.x86_64"
}
},
{
"category": "product_version",
"name": "python310-dbm-3.10.19-150400.4.97.1.x86_64",
"product": {
"name": "python310-dbm-3.10.19-150400.4.97.1.x86_64",
"product_id": "python310-dbm-3.10.19-150400.4.97.1.x86_64"
}
},
{
"category": "product_version",
"name": "python310-devel-3.10.19-150400.4.97.1.x86_64",
"product": {
"name": "python310-devel-3.10.19-150400.4.97.1.x86_64",
"product_id": "python310-devel-3.10.19-150400.4.97.1.x86_64"
}
},
{
"category": "product_version",
"name": "python310-doc-3.10.19-150400.4.97.1.x86_64",
"product": {
"name": "python310-doc-3.10.19-150400.4.97.1.x86_64",
"product_id": "python310-doc-3.10.19-150400.4.97.1.x86_64"
}
},
{
"category": "product_version",
"name": "python310-doc-devhelp-3.10.19-150400.4.97.1.x86_64",
"product": {
"name": "python310-doc-devhelp-3.10.19-150400.4.97.1.x86_64",
"product_id": "python310-doc-devhelp-3.10.19-150400.4.97.1.x86_64"
}
},
{
"category": "product_version",
"name": "python310-idle-3.10.19-150400.4.97.1.x86_64",
"product": {
"name": "python310-idle-3.10.19-150400.4.97.1.x86_64",
"product_id": "python310-idle-3.10.19-150400.4.97.1.x86_64"
}
},
{
"category": "product_version",
"name": "python310-testsuite-3.10.19-150400.4.97.1.x86_64",
"product": {
"name": "python310-testsuite-3.10.19-150400.4.97.1.x86_64",
"product_id": "python310-testsuite-3.10.19-150400.4.97.1.x86_64"
}
},
{
"category": "product_version",
"name": "python310-tk-3.10.19-150400.4.97.1.x86_64",
"product": {
"name": "python310-tk-3.10.19-150400.4.97.1.x86_64",
"product_id": "python310-tk-3.10.19-150400.4.97.1.x86_64"
}
},
{
"category": "product_version",
"name": "python310-tools-3.10.19-150400.4.97.1.x86_64",
"product": {
"name": "python310-tools-3.10.19-150400.4.97.1.x86_64",
"product_id": "python310-tools-3.10.19-150400.4.97.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-espos:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 15 SP4-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_sap:15:sp4"
}
}
},
{
"category": "product_name",
"name": "openSUSE Leap 15.6",
"product": {
"name": "openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:leap:15.6"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_10-1_0-3.10.19-150400.4.97.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_10-1_0-3.10.19-150400.4.97.1.aarch64"
},
"product_reference": "libpython3_10-1_0-3.10.19-150400.4.97.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_10-1_0-3.10.19-150400.4.97.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_10-1_0-3.10.19-150400.4.97.1.x86_64"
},
"product_reference": "libpython3_10-1_0-3.10.19-150400.4.97.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-3.10.19-150400.4.97.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-3.10.19-150400.4.97.1.aarch64"
},
"product_reference": "python310-3.10.19-150400.4.97.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-3.10.19-150400.4.97.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-3.10.19-150400.4.97.1.x86_64"
},
"product_reference": "python310-3.10.19-150400.4.97.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-base-3.10.19-150400.4.97.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-base-3.10.19-150400.4.97.1.aarch64"
},
"product_reference": "python310-base-3.10.19-150400.4.97.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-base-3.10.19-150400.4.97.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-base-3.10.19-150400.4.97.1.x86_64"
},
"product_reference": "python310-base-3.10.19-150400.4.97.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-curses-3.10.19-150400.4.97.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-curses-3.10.19-150400.4.97.1.aarch64"
},
"product_reference": "python310-curses-3.10.19-150400.4.97.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-curses-3.10.19-150400.4.97.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-curses-3.10.19-150400.4.97.1.x86_64"
},
"product_reference": "python310-curses-3.10.19-150400.4.97.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-dbm-3.10.19-150400.4.97.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-dbm-3.10.19-150400.4.97.1.aarch64"
},
"product_reference": "python310-dbm-3.10.19-150400.4.97.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-dbm-3.10.19-150400.4.97.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-dbm-3.10.19-150400.4.97.1.x86_64"
},
"product_reference": "python310-dbm-3.10.19-150400.4.97.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-devel-3.10.19-150400.4.97.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-devel-3.10.19-150400.4.97.1.aarch64"
},
"product_reference": "python310-devel-3.10.19-150400.4.97.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-devel-3.10.19-150400.4.97.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-devel-3.10.19-150400.4.97.1.x86_64"
},
"product_reference": "python310-devel-3.10.19-150400.4.97.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-idle-3.10.19-150400.4.97.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-idle-3.10.19-150400.4.97.1.aarch64"
},
"product_reference": "python310-idle-3.10.19-150400.4.97.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-idle-3.10.19-150400.4.97.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-idle-3.10.19-150400.4.97.1.x86_64"
},
"product_reference": "python310-idle-3.10.19-150400.4.97.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-tk-3.10.19-150400.4.97.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-tk-3.10.19-150400.4.97.1.aarch64"
},
"product_reference": "python310-tk-3.10.19-150400.4.97.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-tk-3.10.19-150400.4.97.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-tk-3.10.19-150400.4.97.1.x86_64"
},
"product_reference": "python310-tk-3.10.19-150400.4.97.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-tools-3.10.19-150400.4.97.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-tools-3.10.19-150400.4.97.1.aarch64"
},
"product_reference": "python310-tools-3.10.19-150400.4.97.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-tools-3.10.19-150400.4.97.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-tools-3.10.19-150400.4.97.1.x86_64"
},
"product_reference": "python310-tools-3.10.19-150400.4.97.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_10-1_0-3.10.19-150400.4.97.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_10-1_0-3.10.19-150400.4.97.1.aarch64"
},
"product_reference": "libpython3_10-1_0-3.10.19-150400.4.97.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_10-1_0-3.10.19-150400.4.97.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_10-1_0-3.10.19-150400.4.97.1.x86_64"
},
"product_reference": "libpython3_10-1_0-3.10.19-150400.4.97.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-3.10.19-150400.4.97.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-3.10.19-150400.4.97.1.aarch64"
},
"product_reference": "python310-3.10.19-150400.4.97.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-3.10.19-150400.4.97.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-3.10.19-150400.4.97.1.x86_64"
},
"product_reference": "python310-3.10.19-150400.4.97.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-base-3.10.19-150400.4.97.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-base-3.10.19-150400.4.97.1.aarch64"
},
"product_reference": "python310-base-3.10.19-150400.4.97.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-base-3.10.19-150400.4.97.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-base-3.10.19-150400.4.97.1.x86_64"
},
"product_reference": "python310-base-3.10.19-150400.4.97.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-curses-3.10.19-150400.4.97.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-curses-3.10.19-150400.4.97.1.aarch64"
},
"product_reference": "python310-curses-3.10.19-150400.4.97.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-curses-3.10.19-150400.4.97.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-curses-3.10.19-150400.4.97.1.x86_64"
},
"product_reference": "python310-curses-3.10.19-150400.4.97.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-dbm-3.10.19-150400.4.97.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-dbm-3.10.19-150400.4.97.1.aarch64"
},
"product_reference": "python310-dbm-3.10.19-150400.4.97.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-dbm-3.10.19-150400.4.97.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-dbm-3.10.19-150400.4.97.1.x86_64"
},
"product_reference": "python310-dbm-3.10.19-150400.4.97.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-devel-3.10.19-150400.4.97.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-devel-3.10.19-150400.4.97.1.aarch64"
},
"product_reference": "python310-devel-3.10.19-150400.4.97.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-devel-3.10.19-150400.4.97.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-devel-3.10.19-150400.4.97.1.x86_64"
},
"product_reference": "python310-devel-3.10.19-150400.4.97.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-idle-3.10.19-150400.4.97.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-idle-3.10.19-150400.4.97.1.aarch64"
},
"product_reference": "python310-idle-3.10.19-150400.4.97.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-idle-3.10.19-150400.4.97.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-idle-3.10.19-150400.4.97.1.x86_64"
},
"product_reference": "python310-idle-3.10.19-150400.4.97.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-tk-3.10.19-150400.4.97.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-tk-3.10.19-150400.4.97.1.aarch64"
},
"product_reference": "python310-tk-3.10.19-150400.4.97.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-tk-3.10.19-150400.4.97.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-tk-3.10.19-150400.4.97.1.x86_64"
},
"product_reference": "python310-tk-3.10.19-150400.4.97.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-tools-3.10.19-150400.4.97.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-tools-3.10.19-150400.4.97.1.aarch64"
},
"product_reference": "python310-tools-3.10.19-150400.4.97.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-tools-3.10.19-150400.4.97.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-tools-3.10.19-150400.4.97.1.x86_64"
},
"product_reference": "python310-tools-3.10.19-150400.4.97.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_10-1_0-3.10.19-150400.4.97.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_10-1_0-3.10.19-150400.4.97.1.aarch64"
},
"product_reference": "libpython3_10-1_0-3.10.19-150400.4.97.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_10-1_0-3.10.19-150400.4.97.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_10-1_0-3.10.19-150400.4.97.1.ppc64le"
},
"product_reference": "libpython3_10-1_0-3.10.19-150400.4.97.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_10-1_0-3.10.19-150400.4.97.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_10-1_0-3.10.19-150400.4.97.1.s390x"
},
"product_reference": "libpython3_10-1_0-3.10.19-150400.4.97.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_10-1_0-3.10.19-150400.4.97.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_10-1_0-3.10.19-150400.4.97.1.x86_64"
},
"product_reference": "libpython3_10-1_0-3.10.19-150400.4.97.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-3.10.19-150400.4.97.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-3.10.19-150400.4.97.1.aarch64"
},
"product_reference": "python310-3.10.19-150400.4.97.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-3.10.19-150400.4.97.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-3.10.19-150400.4.97.1.ppc64le"
},
"product_reference": "python310-3.10.19-150400.4.97.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-3.10.19-150400.4.97.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-3.10.19-150400.4.97.1.s390x"
},
"product_reference": "python310-3.10.19-150400.4.97.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-3.10.19-150400.4.97.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-3.10.19-150400.4.97.1.x86_64"
},
"product_reference": "python310-3.10.19-150400.4.97.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-base-3.10.19-150400.4.97.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-base-3.10.19-150400.4.97.1.aarch64"
},
"product_reference": "python310-base-3.10.19-150400.4.97.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-base-3.10.19-150400.4.97.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-base-3.10.19-150400.4.97.1.ppc64le"
},
"product_reference": "python310-base-3.10.19-150400.4.97.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-base-3.10.19-150400.4.97.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-base-3.10.19-150400.4.97.1.s390x"
},
"product_reference": "python310-base-3.10.19-150400.4.97.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-base-3.10.19-150400.4.97.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-base-3.10.19-150400.4.97.1.x86_64"
},
"product_reference": "python310-base-3.10.19-150400.4.97.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-curses-3.10.19-150400.4.97.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-curses-3.10.19-150400.4.97.1.aarch64"
},
"product_reference": "python310-curses-3.10.19-150400.4.97.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-curses-3.10.19-150400.4.97.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-curses-3.10.19-150400.4.97.1.ppc64le"
},
"product_reference": "python310-curses-3.10.19-150400.4.97.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-curses-3.10.19-150400.4.97.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-curses-3.10.19-150400.4.97.1.s390x"
},
"product_reference": "python310-curses-3.10.19-150400.4.97.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-curses-3.10.19-150400.4.97.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-curses-3.10.19-150400.4.97.1.x86_64"
},
"product_reference": "python310-curses-3.10.19-150400.4.97.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-dbm-3.10.19-150400.4.97.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-dbm-3.10.19-150400.4.97.1.aarch64"
},
"product_reference": "python310-dbm-3.10.19-150400.4.97.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-dbm-3.10.19-150400.4.97.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-dbm-3.10.19-150400.4.97.1.ppc64le"
},
"product_reference": "python310-dbm-3.10.19-150400.4.97.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-dbm-3.10.19-150400.4.97.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-dbm-3.10.19-150400.4.97.1.s390x"
},
"product_reference": "python310-dbm-3.10.19-150400.4.97.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-dbm-3.10.19-150400.4.97.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-dbm-3.10.19-150400.4.97.1.x86_64"
},
"product_reference": "python310-dbm-3.10.19-150400.4.97.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-devel-3.10.19-150400.4.97.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-devel-3.10.19-150400.4.97.1.aarch64"
},
"product_reference": "python310-devel-3.10.19-150400.4.97.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-devel-3.10.19-150400.4.97.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-devel-3.10.19-150400.4.97.1.ppc64le"
},
"product_reference": "python310-devel-3.10.19-150400.4.97.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-devel-3.10.19-150400.4.97.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-devel-3.10.19-150400.4.97.1.s390x"
},
"product_reference": "python310-devel-3.10.19-150400.4.97.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-devel-3.10.19-150400.4.97.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-devel-3.10.19-150400.4.97.1.x86_64"
},
"product_reference": "python310-devel-3.10.19-150400.4.97.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-idle-3.10.19-150400.4.97.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-idle-3.10.19-150400.4.97.1.aarch64"
},
"product_reference": "python310-idle-3.10.19-150400.4.97.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-idle-3.10.19-150400.4.97.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-idle-3.10.19-150400.4.97.1.ppc64le"
},
"product_reference": "python310-idle-3.10.19-150400.4.97.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-idle-3.10.19-150400.4.97.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-idle-3.10.19-150400.4.97.1.s390x"
},
"product_reference": "python310-idle-3.10.19-150400.4.97.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-idle-3.10.19-150400.4.97.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-idle-3.10.19-150400.4.97.1.x86_64"
},
"product_reference": "python310-idle-3.10.19-150400.4.97.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-tk-3.10.19-150400.4.97.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tk-3.10.19-150400.4.97.1.aarch64"
},
"product_reference": "python310-tk-3.10.19-150400.4.97.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-tk-3.10.19-150400.4.97.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tk-3.10.19-150400.4.97.1.ppc64le"
},
"product_reference": "python310-tk-3.10.19-150400.4.97.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-tk-3.10.19-150400.4.97.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tk-3.10.19-150400.4.97.1.s390x"
},
"product_reference": "python310-tk-3.10.19-150400.4.97.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-tk-3.10.19-150400.4.97.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tk-3.10.19-150400.4.97.1.x86_64"
},
"product_reference": "python310-tk-3.10.19-150400.4.97.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-tools-3.10.19-150400.4.97.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tools-3.10.19-150400.4.97.1.aarch64"
},
"product_reference": "python310-tools-3.10.19-150400.4.97.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-tools-3.10.19-150400.4.97.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tools-3.10.19-150400.4.97.1.ppc64le"
},
"product_reference": "python310-tools-3.10.19-150400.4.97.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-tools-3.10.19-150400.4.97.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tools-3.10.19-150400.4.97.1.s390x"
},
"product_reference": "python310-tools-3.10.19-150400.4.97.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-tools-3.10.19-150400.4.97.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tools-3.10.19-150400.4.97.1.x86_64"
},
"product_reference": "python310-tools-3.10.19-150400.4.97.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_10-1_0-3.10.19-150400.4.97.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_10-1_0-3.10.19-150400.4.97.1.ppc64le"
},
"product_reference": "libpython3_10-1_0-3.10.19-150400.4.97.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_10-1_0-3.10.19-150400.4.97.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_10-1_0-3.10.19-150400.4.97.1.x86_64"
},
"product_reference": "libpython3_10-1_0-3.10.19-150400.4.97.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-3.10.19-150400.4.97.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-3.10.19-150400.4.97.1.ppc64le"
},
"product_reference": "python310-3.10.19-150400.4.97.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-3.10.19-150400.4.97.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-3.10.19-150400.4.97.1.x86_64"
},
"product_reference": "python310-3.10.19-150400.4.97.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-base-3.10.19-150400.4.97.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-base-3.10.19-150400.4.97.1.ppc64le"
},
"product_reference": "python310-base-3.10.19-150400.4.97.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-base-3.10.19-150400.4.97.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-base-3.10.19-150400.4.97.1.x86_64"
},
"product_reference": "python310-base-3.10.19-150400.4.97.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-curses-3.10.19-150400.4.97.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-curses-3.10.19-150400.4.97.1.ppc64le"
},
"product_reference": "python310-curses-3.10.19-150400.4.97.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-curses-3.10.19-150400.4.97.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-curses-3.10.19-150400.4.97.1.x86_64"
},
"product_reference": "python310-curses-3.10.19-150400.4.97.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-dbm-3.10.19-150400.4.97.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-dbm-3.10.19-150400.4.97.1.ppc64le"
},
"product_reference": "python310-dbm-3.10.19-150400.4.97.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-dbm-3.10.19-150400.4.97.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-dbm-3.10.19-150400.4.97.1.x86_64"
},
"product_reference": "python310-dbm-3.10.19-150400.4.97.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-devel-3.10.19-150400.4.97.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-devel-3.10.19-150400.4.97.1.ppc64le"
},
"product_reference": "python310-devel-3.10.19-150400.4.97.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-devel-3.10.19-150400.4.97.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-devel-3.10.19-150400.4.97.1.x86_64"
},
"product_reference": "python310-devel-3.10.19-150400.4.97.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-idle-3.10.19-150400.4.97.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-idle-3.10.19-150400.4.97.1.ppc64le"
},
"product_reference": "python310-idle-3.10.19-150400.4.97.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-idle-3.10.19-150400.4.97.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-idle-3.10.19-150400.4.97.1.x86_64"
},
"product_reference": "python310-idle-3.10.19-150400.4.97.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-tk-3.10.19-150400.4.97.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-tk-3.10.19-150400.4.97.1.ppc64le"
},
"product_reference": "python310-tk-3.10.19-150400.4.97.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-tk-3.10.19-150400.4.97.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-tk-3.10.19-150400.4.97.1.x86_64"
},
"product_reference": "python310-tk-3.10.19-150400.4.97.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-tools-3.10.19-150400.4.97.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-tools-3.10.19-150400.4.97.1.ppc64le"
},
"product_reference": "python310-tools-3.10.19-150400.4.97.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-tools-3.10.19-150400.4.97.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-tools-3.10.19-150400.4.97.1.x86_64"
},
"product_reference": "python310-tools-3.10.19-150400.4.97.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_10-1_0-3.10.19-150400.4.97.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libpython3_10-1_0-3.10.19-150400.4.97.1.aarch64"
},
"product_reference": "libpython3_10-1_0-3.10.19-150400.4.97.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_10-1_0-3.10.19-150400.4.97.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libpython3_10-1_0-3.10.19-150400.4.97.1.ppc64le"
},
"product_reference": "libpython3_10-1_0-3.10.19-150400.4.97.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_10-1_0-3.10.19-150400.4.97.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libpython3_10-1_0-3.10.19-150400.4.97.1.s390x"
},
"product_reference": "libpython3_10-1_0-3.10.19-150400.4.97.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_10-1_0-3.10.19-150400.4.97.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libpython3_10-1_0-3.10.19-150400.4.97.1.x86_64"
},
"product_reference": "libpython3_10-1_0-3.10.19-150400.4.97.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_10-1_0-32bit-3.10.19-150400.4.97.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libpython3_10-1_0-32bit-3.10.19-150400.4.97.1.x86_64"
},
"product_reference": "libpython3_10-1_0-32bit-3.10.19-150400.4.97.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-3.10.19-150400.4.97.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python310-3.10.19-150400.4.97.1.aarch64"
},
"product_reference": "python310-3.10.19-150400.4.97.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-3.10.19-150400.4.97.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python310-3.10.19-150400.4.97.1.ppc64le"
},
"product_reference": "python310-3.10.19-150400.4.97.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-3.10.19-150400.4.97.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python310-3.10.19-150400.4.97.1.s390x"
},
"product_reference": "python310-3.10.19-150400.4.97.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-3.10.19-150400.4.97.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python310-3.10.19-150400.4.97.1.x86_64"
},
"product_reference": "python310-3.10.19-150400.4.97.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-32bit-3.10.19-150400.4.97.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python310-32bit-3.10.19-150400.4.97.1.x86_64"
},
"product_reference": "python310-32bit-3.10.19-150400.4.97.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-base-3.10.19-150400.4.97.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python310-base-3.10.19-150400.4.97.1.aarch64"
},
"product_reference": "python310-base-3.10.19-150400.4.97.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-base-3.10.19-150400.4.97.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python310-base-3.10.19-150400.4.97.1.ppc64le"
},
"product_reference": "python310-base-3.10.19-150400.4.97.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-base-3.10.19-150400.4.97.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python310-base-3.10.19-150400.4.97.1.s390x"
},
"product_reference": "python310-base-3.10.19-150400.4.97.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-base-3.10.19-150400.4.97.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python310-base-3.10.19-150400.4.97.1.x86_64"
},
"product_reference": "python310-base-3.10.19-150400.4.97.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-base-32bit-3.10.19-150400.4.97.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python310-base-32bit-3.10.19-150400.4.97.1.x86_64"
},
"product_reference": "python310-base-32bit-3.10.19-150400.4.97.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-curses-3.10.19-150400.4.97.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python310-curses-3.10.19-150400.4.97.1.aarch64"
},
"product_reference": "python310-curses-3.10.19-150400.4.97.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-curses-3.10.19-150400.4.97.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python310-curses-3.10.19-150400.4.97.1.ppc64le"
},
"product_reference": "python310-curses-3.10.19-150400.4.97.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-curses-3.10.19-150400.4.97.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python310-curses-3.10.19-150400.4.97.1.s390x"
},
"product_reference": "python310-curses-3.10.19-150400.4.97.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-curses-3.10.19-150400.4.97.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python310-curses-3.10.19-150400.4.97.1.x86_64"
},
"product_reference": "python310-curses-3.10.19-150400.4.97.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-dbm-3.10.19-150400.4.97.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python310-dbm-3.10.19-150400.4.97.1.aarch64"
},
"product_reference": "python310-dbm-3.10.19-150400.4.97.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-dbm-3.10.19-150400.4.97.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python310-dbm-3.10.19-150400.4.97.1.ppc64le"
},
"product_reference": "python310-dbm-3.10.19-150400.4.97.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-dbm-3.10.19-150400.4.97.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python310-dbm-3.10.19-150400.4.97.1.s390x"
},
"product_reference": "python310-dbm-3.10.19-150400.4.97.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-dbm-3.10.19-150400.4.97.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python310-dbm-3.10.19-150400.4.97.1.x86_64"
},
"product_reference": "python310-dbm-3.10.19-150400.4.97.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-devel-3.10.19-150400.4.97.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python310-devel-3.10.19-150400.4.97.1.aarch64"
},
"product_reference": "python310-devel-3.10.19-150400.4.97.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-devel-3.10.19-150400.4.97.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python310-devel-3.10.19-150400.4.97.1.ppc64le"
},
"product_reference": "python310-devel-3.10.19-150400.4.97.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-devel-3.10.19-150400.4.97.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python310-devel-3.10.19-150400.4.97.1.s390x"
},
"product_reference": "python310-devel-3.10.19-150400.4.97.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-devel-3.10.19-150400.4.97.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python310-devel-3.10.19-150400.4.97.1.x86_64"
},
"product_reference": "python310-devel-3.10.19-150400.4.97.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-doc-3.10.19-150400.4.97.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python310-doc-3.10.19-150400.4.97.1.aarch64"
},
"product_reference": "python310-doc-3.10.19-150400.4.97.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-doc-3.10.19-150400.4.97.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python310-doc-3.10.19-150400.4.97.1.ppc64le"
},
"product_reference": "python310-doc-3.10.19-150400.4.97.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-doc-3.10.19-150400.4.97.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python310-doc-3.10.19-150400.4.97.1.s390x"
},
"product_reference": "python310-doc-3.10.19-150400.4.97.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-doc-3.10.19-150400.4.97.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python310-doc-3.10.19-150400.4.97.1.x86_64"
},
"product_reference": "python310-doc-3.10.19-150400.4.97.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-doc-devhelp-3.10.19-150400.4.97.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python310-doc-devhelp-3.10.19-150400.4.97.1.aarch64"
},
"product_reference": "python310-doc-devhelp-3.10.19-150400.4.97.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-doc-devhelp-3.10.19-150400.4.97.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python310-doc-devhelp-3.10.19-150400.4.97.1.ppc64le"
},
"product_reference": "python310-doc-devhelp-3.10.19-150400.4.97.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-doc-devhelp-3.10.19-150400.4.97.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python310-doc-devhelp-3.10.19-150400.4.97.1.s390x"
},
"product_reference": "python310-doc-devhelp-3.10.19-150400.4.97.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-doc-devhelp-3.10.19-150400.4.97.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python310-doc-devhelp-3.10.19-150400.4.97.1.x86_64"
},
"product_reference": "python310-doc-devhelp-3.10.19-150400.4.97.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-idle-3.10.19-150400.4.97.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python310-idle-3.10.19-150400.4.97.1.aarch64"
},
"product_reference": "python310-idle-3.10.19-150400.4.97.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-idle-3.10.19-150400.4.97.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python310-idle-3.10.19-150400.4.97.1.ppc64le"
},
"product_reference": "python310-idle-3.10.19-150400.4.97.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-idle-3.10.19-150400.4.97.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python310-idle-3.10.19-150400.4.97.1.s390x"
},
"product_reference": "python310-idle-3.10.19-150400.4.97.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-idle-3.10.19-150400.4.97.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python310-idle-3.10.19-150400.4.97.1.x86_64"
},
"product_reference": "python310-idle-3.10.19-150400.4.97.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-testsuite-3.10.19-150400.4.97.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python310-testsuite-3.10.19-150400.4.97.1.aarch64"
},
"product_reference": "python310-testsuite-3.10.19-150400.4.97.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-testsuite-3.10.19-150400.4.97.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python310-testsuite-3.10.19-150400.4.97.1.ppc64le"
},
"product_reference": "python310-testsuite-3.10.19-150400.4.97.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-testsuite-3.10.19-150400.4.97.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python310-testsuite-3.10.19-150400.4.97.1.s390x"
},
"product_reference": "python310-testsuite-3.10.19-150400.4.97.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-testsuite-3.10.19-150400.4.97.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python310-testsuite-3.10.19-150400.4.97.1.x86_64"
},
"product_reference": "python310-testsuite-3.10.19-150400.4.97.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-tk-3.10.19-150400.4.97.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python310-tk-3.10.19-150400.4.97.1.aarch64"
},
"product_reference": "python310-tk-3.10.19-150400.4.97.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-tk-3.10.19-150400.4.97.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python310-tk-3.10.19-150400.4.97.1.ppc64le"
},
"product_reference": "python310-tk-3.10.19-150400.4.97.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-tk-3.10.19-150400.4.97.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python310-tk-3.10.19-150400.4.97.1.s390x"
},
"product_reference": "python310-tk-3.10.19-150400.4.97.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-tk-3.10.19-150400.4.97.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python310-tk-3.10.19-150400.4.97.1.x86_64"
},
"product_reference": "python310-tk-3.10.19-150400.4.97.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-tools-3.10.19-150400.4.97.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python310-tools-3.10.19-150400.4.97.1.aarch64"
},
"product_reference": "python310-tools-3.10.19-150400.4.97.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-tools-3.10.19-150400.4.97.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python310-tools-3.10.19-150400.4.97.1.ppc64le"
},
"product_reference": "python310-tools-3.10.19-150400.4.97.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-tools-3.10.19-150400.4.97.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python310-tools-3.10.19-150400.4.97.1.s390x"
},
"product_reference": "python310-tools-3.10.19-150400.4.97.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-tools-3.10.19-150400.4.97.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python310-tools-3.10.19-150400.4.97.1.x86_64"
},
"product_reference": "python310-tools-3.10.19-150400.4.97.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-11468",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-11468"
}
],
"notes": [
{
"category": "general",
"text": "When folding a long comment in an email header containing exclusively unfoldable characters, the parenthesis would not be preserved. This could be used for injecting headers into email messages where addresses are user-controlled and not sanitized.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_10-1_0-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_10-1_0-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-base-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-base-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-curses-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-curses-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-dbm-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-dbm-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-devel-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-devel-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-idle-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-idle-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-tk-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-tk-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-tools-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-tools-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_10-1_0-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_10-1_0-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-base-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-base-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-curses-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-curses-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-dbm-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-dbm-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-devel-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-devel-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-idle-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-idle-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-tk-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-tk-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-tools-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-tools-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_10-1_0-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_10-1_0-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_10-1_0-3.10.19-150400.4.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_10-1_0-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-3.10.19-150400.4.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-base-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-base-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-base-3.10.19-150400.4.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-base-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-curses-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-curses-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-curses-3.10.19-150400.4.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-curses-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-dbm-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-dbm-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-dbm-3.10.19-150400.4.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-dbm-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-devel-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-devel-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-devel-3.10.19-150400.4.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-devel-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-idle-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-idle-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-idle-3.10.19-150400.4.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-idle-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tk-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tk-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tk-3.10.19-150400.4.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tk-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tools-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tools-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tools-3.10.19-150400.4.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tools-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_10-1_0-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_10-1_0-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-base-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-base-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-curses-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-curses-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-dbm-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-dbm-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-devel-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-devel-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-idle-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-idle-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-tk-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-tk-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-tools-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-tools-3.10.19-150400.4.97.1.x86_64",
"openSUSE Leap 15.6:libpython3_10-1_0-3.10.19-150400.4.97.1.aarch64",
"openSUSE Leap 15.6:libpython3_10-1_0-3.10.19-150400.4.97.1.ppc64le",
"openSUSE Leap 15.6:libpython3_10-1_0-3.10.19-150400.4.97.1.s390x",
"openSUSE Leap 15.6:libpython3_10-1_0-3.10.19-150400.4.97.1.x86_64",
"openSUSE Leap 15.6:libpython3_10-1_0-32bit-3.10.19-150400.4.97.1.x86_64",
"openSUSE Leap 15.6:python310-3.10.19-150400.4.97.1.aarch64",
"openSUSE Leap 15.6:python310-3.10.19-150400.4.97.1.ppc64le",
"openSUSE Leap 15.6:python310-3.10.19-150400.4.97.1.s390x",
"openSUSE Leap 15.6:python310-3.10.19-150400.4.97.1.x86_64",
"openSUSE Leap 15.6:python310-32bit-3.10.19-150400.4.97.1.x86_64",
"openSUSE Leap 15.6:python310-base-3.10.19-150400.4.97.1.aarch64",
"openSUSE Leap 15.6:python310-base-3.10.19-150400.4.97.1.ppc64le",
"openSUSE Leap 15.6:python310-base-3.10.19-150400.4.97.1.s390x",
"openSUSE Leap 15.6:python310-base-3.10.19-150400.4.97.1.x86_64",
"openSUSE Leap 15.6:python310-base-32bit-3.10.19-150400.4.97.1.x86_64",
"openSUSE Leap 15.6:python310-curses-3.10.19-150400.4.97.1.aarch64",
"openSUSE Leap 15.6:python310-curses-3.10.19-150400.4.97.1.ppc64le",
"openSUSE Leap 15.6:python310-curses-3.10.19-150400.4.97.1.s390x",
"openSUSE Leap 15.6:python310-curses-3.10.19-150400.4.97.1.x86_64",
"openSUSE Leap 15.6:python310-dbm-3.10.19-150400.4.97.1.aarch64",
"openSUSE Leap 15.6:python310-dbm-3.10.19-150400.4.97.1.ppc64le",
"openSUSE Leap 15.6:python310-dbm-3.10.19-150400.4.97.1.s390x",
"openSUSE Leap 15.6:python310-dbm-3.10.19-150400.4.97.1.x86_64",
"openSUSE Leap 15.6:python310-devel-3.10.19-150400.4.97.1.aarch64",
"openSUSE Leap 15.6:python310-devel-3.10.19-150400.4.97.1.ppc64le",
"openSUSE Leap 15.6:python310-devel-3.10.19-150400.4.97.1.s390x",
"openSUSE Leap 15.6:python310-devel-3.10.19-150400.4.97.1.x86_64",
"openSUSE Leap 15.6:python310-doc-3.10.19-150400.4.97.1.aarch64",
"openSUSE Leap 15.6:python310-doc-3.10.19-150400.4.97.1.ppc64le",
"openSUSE Leap 15.6:python310-doc-3.10.19-150400.4.97.1.s390x",
"openSUSE Leap 15.6:python310-doc-3.10.19-150400.4.97.1.x86_64",
"openSUSE Leap 15.6:python310-doc-devhelp-3.10.19-150400.4.97.1.aarch64",
"openSUSE Leap 15.6:python310-doc-devhelp-3.10.19-150400.4.97.1.ppc64le",
"openSUSE Leap 15.6:python310-doc-devhelp-3.10.19-150400.4.97.1.s390x",
"openSUSE Leap 15.6:python310-doc-devhelp-3.10.19-150400.4.97.1.x86_64",
"openSUSE Leap 15.6:python310-idle-3.10.19-150400.4.97.1.aarch64",
"openSUSE Leap 15.6:python310-idle-3.10.19-150400.4.97.1.ppc64le",
"openSUSE Leap 15.6:python310-idle-3.10.19-150400.4.97.1.s390x",
"openSUSE Leap 15.6:python310-idle-3.10.19-150400.4.97.1.x86_64",
"openSUSE Leap 15.6:python310-testsuite-3.10.19-150400.4.97.1.aarch64",
"openSUSE Leap 15.6:python310-testsuite-3.10.19-150400.4.97.1.ppc64le",
"openSUSE Leap 15.6:python310-testsuite-3.10.19-150400.4.97.1.s390x",
"openSUSE Leap 15.6:python310-testsuite-3.10.19-150400.4.97.1.x86_64",
"openSUSE Leap 15.6:python310-tk-3.10.19-150400.4.97.1.aarch64",
"openSUSE Leap 15.6:python310-tk-3.10.19-150400.4.97.1.ppc64le",
"openSUSE Leap 15.6:python310-tk-3.10.19-150400.4.97.1.s390x",
"openSUSE Leap 15.6:python310-tk-3.10.19-150400.4.97.1.x86_64",
"openSUSE Leap 15.6:python310-tools-3.10.19-150400.4.97.1.aarch64",
"openSUSE Leap 15.6:python310-tools-3.10.19-150400.4.97.1.ppc64le",
"openSUSE Leap 15.6:python310-tools-3.10.19-150400.4.97.1.s390x",
"openSUSE Leap 15.6:python310-tools-3.10.19-150400.4.97.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-11468",
"url": "https://www.suse.com/security/cve/CVE-2025-11468"
},
{
"category": "external",
"summary": "SUSE Bug 1257029 for CVE-2025-11468",
"url": "https://bugzilla.suse.com/1257029"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_10-1_0-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_10-1_0-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-base-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-base-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-curses-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-curses-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-dbm-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-dbm-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-devel-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-devel-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-idle-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-idle-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-tk-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-tk-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-tools-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-tools-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_10-1_0-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_10-1_0-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-base-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-base-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-curses-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-curses-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-dbm-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-dbm-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-devel-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-devel-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-idle-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-idle-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-tk-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-tk-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-tools-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-tools-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_10-1_0-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_10-1_0-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_10-1_0-3.10.19-150400.4.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_10-1_0-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-3.10.19-150400.4.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-base-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-base-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-base-3.10.19-150400.4.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-base-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-curses-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-curses-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-curses-3.10.19-150400.4.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-curses-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-dbm-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-dbm-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-dbm-3.10.19-150400.4.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-dbm-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-devel-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-devel-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-devel-3.10.19-150400.4.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-devel-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-idle-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-idle-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-idle-3.10.19-150400.4.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-idle-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tk-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tk-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tk-3.10.19-150400.4.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tk-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tools-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tools-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tools-3.10.19-150400.4.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tools-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_10-1_0-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_10-1_0-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-base-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-base-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-curses-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-curses-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-dbm-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-dbm-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-devel-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-devel-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-idle-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-idle-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-tk-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-tk-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-tools-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-tools-3.10.19-150400.4.97.1.x86_64",
"openSUSE Leap 15.6:libpython3_10-1_0-3.10.19-150400.4.97.1.aarch64",
"openSUSE Leap 15.6:libpython3_10-1_0-3.10.19-150400.4.97.1.ppc64le",
"openSUSE Leap 15.6:libpython3_10-1_0-3.10.19-150400.4.97.1.s390x",
"openSUSE Leap 15.6:libpython3_10-1_0-3.10.19-150400.4.97.1.x86_64",
"openSUSE Leap 15.6:libpython3_10-1_0-32bit-3.10.19-150400.4.97.1.x86_64",
"openSUSE Leap 15.6:python310-3.10.19-150400.4.97.1.aarch64",
"openSUSE Leap 15.6:python310-3.10.19-150400.4.97.1.ppc64le",
"openSUSE Leap 15.6:python310-3.10.19-150400.4.97.1.s390x",
"openSUSE Leap 15.6:python310-3.10.19-150400.4.97.1.x86_64",
"openSUSE Leap 15.6:python310-32bit-3.10.19-150400.4.97.1.x86_64",
"openSUSE Leap 15.6:python310-base-3.10.19-150400.4.97.1.aarch64",
"openSUSE Leap 15.6:python310-base-3.10.19-150400.4.97.1.ppc64le",
"openSUSE Leap 15.6:python310-base-3.10.19-150400.4.97.1.s390x",
"openSUSE Leap 15.6:python310-base-3.10.19-150400.4.97.1.x86_64",
"openSUSE Leap 15.6:python310-base-32bit-3.10.19-150400.4.97.1.x86_64",
"openSUSE Leap 15.6:python310-curses-3.10.19-150400.4.97.1.aarch64",
"openSUSE Leap 15.6:python310-curses-3.10.19-150400.4.97.1.ppc64le",
"openSUSE Leap 15.6:python310-curses-3.10.19-150400.4.97.1.s390x",
"openSUSE Leap 15.6:python310-curses-3.10.19-150400.4.97.1.x86_64",
"openSUSE Leap 15.6:python310-dbm-3.10.19-150400.4.97.1.aarch64",
"openSUSE Leap 15.6:python310-dbm-3.10.19-150400.4.97.1.ppc64le",
"openSUSE Leap 15.6:python310-dbm-3.10.19-150400.4.97.1.s390x",
"openSUSE Leap 15.6:python310-dbm-3.10.19-150400.4.97.1.x86_64",
"openSUSE Leap 15.6:python310-devel-3.10.19-150400.4.97.1.aarch64",
"openSUSE Leap 15.6:python310-devel-3.10.19-150400.4.97.1.ppc64le",
"openSUSE Leap 15.6:python310-devel-3.10.19-150400.4.97.1.s390x",
"openSUSE Leap 15.6:python310-devel-3.10.19-150400.4.97.1.x86_64",
"openSUSE Leap 15.6:python310-doc-3.10.19-150400.4.97.1.aarch64",
"openSUSE Leap 15.6:python310-doc-3.10.19-150400.4.97.1.ppc64le",
"openSUSE Leap 15.6:python310-doc-3.10.19-150400.4.97.1.s390x",
"openSUSE Leap 15.6:python310-doc-3.10.19-150400.4.97.1.x86_64",
"openSUSE Leap 15.6:python310-doc-devhelp-3.10.19-150400.4.97.1.aarch64",
"openSUSE Leap 15.6:python310-doc-devhelp-3.10.19-150400.4.97.1.ppc64le",
"openSUSE Leap 15.6:python310-doc-devhelp-3.10.19-150400.4.97.1.s390x",
"openSUSE Leap 15.6:python310-doc-devhelp-3.10.19-150400.4.97.1.x86_64",
"openSUSE Leap 15.6:python310-idle-3.10.19-150400.4.97.1.aarch64",
"openSUSE Leap 15.6:python310-idle-3.10.19-150400.4.97.1.ppc64le",
"openSUSE Leap 15.6:python310-idle-3.10.19-150400.4.97.1.s390x",
"openSUSE Leap 15.6:python310-idle-3.10.19-150400.4.97.1.x86_64",
"openSUSE Leap 15.6:python310-testsuite-3.10.19-150400.4.97.1.aarch64",
"openSUSE Leap 15.6:python310-testsuite-3.10.19-150400.4.97.1.ppc64le",
"openSUSE Leap 15.6:python310-testsuite-3.10.19-150400.4.97.1.s390x",
"openSUSE Leap 15.6:python310-testsuite-3.10.19-150400.4.97.1.x86_64",
"openSUSE Leap 15.6:python310-tk-3.10.19-150400.4.97.1.aarch64",
"openSUSE Leap 15.6:python310-tk-3.10.19-150400.4.97.1.ppc64le",
"openSUSE Leap 15.6:python310-tk-3.10.19-150400.4.97.1.s390x",
"openSUSE Leap 15.6:python310-tk-3.10.19-150400.4.97.1.x86_64",
"openSUSE Leap 15.6:python310-tools-3.10.19-150400.4.97.1.aarch64",
"openSUSE Leap 15.6:python310-tools-3.10.19-150400.4.97.1.ppc64le",
"openSUSE Leap 15.6:python310-tools-3.10.19-150400.4.97.1.s390x",
"openSUSE Leap 15.6:python310-tools-3.10.19-150400.4.97.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_10-1_0-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_10-1_0-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-base-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-base-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-curses-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-curses-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-dbm-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-dbm-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-devel-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-devel-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-idle-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-idle-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-tk-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-tk-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-tools-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-tools-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_10-1_0-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_10-1_0-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-base-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-base-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-curses-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-curses-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-dbm-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-dbm-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-devel-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-devel-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-idle-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-idle-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-tk-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-tk-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-tools-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-tools-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_10-1_0-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_10-1_0-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_10-1_0-3.10.19-150400.4.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_10-1_0-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-3.10.19-150400.4.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-base-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-base-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-base-3.10.19-150400.4.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-base-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-curses-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-curses-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-curses-3.10.19-150400.4.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-curses-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-dbm-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-dbm-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-dbm-3.10.19-150400.4.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-dbm-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-devel-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-devel-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-devel-3.10.19-150400.4.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-devel-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-idle-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-idle-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-idle-3.10.19-150400.4.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-idle-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tk-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tk-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tk-3.10.19-150400.4.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tk-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tools-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tools-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tools-3.10.19-150400.4.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tools-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_10-1_0-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_10-1_0-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-base-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-base-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-curses-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-curses-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-dbm-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-dbm-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-devel-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-devel-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-idle-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-idle-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-tk-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-tk-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-tools-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-tools-3.10.19-150400.4.97.1.x86_64",
"openSUSE Leap 15.6:libpython3_10-1_0-3.10.19-150400.4.97.1.aarch64",
"openSUSE Leap 15.6:libpython3_10-1_0-3.10.19-150400.4.97.1.ppc64le",
"openSUSE Leap 15.6:libpython3_10-1_0-3.10.19-150400.4.97.1.s390x",
"openSUSE Leap 15.6:libpython3_10-1_0-3.10.19-150400.4.97.1.x86_64",
"openSUSE Leap 15.6:libpython3_10-1_0-32bit-3.10.19-150400.4.97.1.x86_64",
"openSUSE Leap 15.6:python310-3.10.19-150400.4.97.1.aarch64",
"openSUSE Leap 15.6:python310-3.10.19-150400.4.97.1.ppc64le",
"openSUSE Leap 15.6:python310-3.10.19-150400.4.97.1.s390x",
"openSUSE Leap 15.6:python310-3.10.19-150400.4.97.1.x86_64",
"openSUSE Leap 15.6:python310-32bit-3.10.19-150400.4.97.1.x86_64",
"openSUSE Leap 15.6:python310-base-3.10.19-150400.4.97.1.aarch64",
"openSUSE Leap 15.6:python310-base-3.10.19-150400.4.97.1.ppc64le",
"openSUSE Leap 15.6:python310-base-3.10.19-150400.4.97.1.s390x",
"openSUSE Leap 15.6:python310-base-3.10.19-150400.4.97.1.x86_64",
"openSUSE Leap 15.6:python310-base-32bit-3.10.19-150400.4.97.1.x86_64",
"openSUSE Leap 15.6:python310-curses-3.10.19-150400.4.97.1.aarch64",
"openSUSE Leap 15.6:python310-curses-3.10.19-150400.4.97.1.ppc64le",
"openSUSE Leap 15.6:python310-curses-3.10.19-150400.4.97.1.s390x",
"openSUSE Leap 15.6:python310-curses-3.10.19-150400.4.97.1.x86_64",
"openSUSE Leap 15.6:python310-dbm-3.10.19-150400.4.97.1.aarch64",
"openSUSE Leap 15.6:python310-dbm-3.10.19-150400.4.97.1.ppc64le",
"openSUSE Leap 15.6:python310-dbm-3.10.19-150400.4.97.1.s390x",
"openSUSE Leap 15.6:python310-dbm-3.10.19-150400.4.97.1.x86_64",
"openSUSE Leap 15.6:python310-devel-3.10.19-150400.4.97.1.aarch64",
"openSUSE Leap 15.6:python310-devel-3.10.19-150400.4.97.1.ppc64le",
"openSUSE Leap 15.6:python310-devel-3.10.19-150400.4.97.1.s390x",
"openSUSE Leap 15.6:python310-devel-3.10.19-150400.4.97.1.x86_64",
"openSUSE Leap 15.6:python310-doc-3.10.19-150400.4.97.1.aarch64",
"openSUSE Leap 15.6:python310-doc-3.10.19-150400.4.97.1.ppc64le",
"openSUSE Leap 15.6:python310-doc-3.10.19-150400.4.97.1.s390x",
"openSUSE Leap 15.6:python310-doc-3.10.19-150400.4.97.1.x86_64",
"openSUSE Leap 15.6:python310-doc-devhelp-3.10.19-150400.4.97.1.aarch64",
"openSUSE Leap 15.6:python310-doc-devhelp-3.10.19-150400.4.97.1.ppc64le",
"openSUSE Leap 15.6:python310-doc-devhelp-3.10.19-150400.4.97.1.s390x",
"openSUSE Leap 15.6:python310-doc-devhelp-3.10.19-150400.4.97.1.x86_64",
"openSUSE Leap 15.6:python310-idle-3.10.19-150400.4.97.1.aarch64",
"openSUSE Leap 15.6:python310-idle-3.10.19-150400.4.97.1.ppc64le",
"openSUSE Leap 15.6:python310-idle-3.10.19-150400.4.97.1.s390x",
"openSUSE Leap 15.6:python310-idle-3.10.19-150400.4.97.1.x86_64",
"openSUSE Leap 15.6:python310-testsuite-3.10.19-150400.4.97.1.aarch64",
"openSUSE Leap 15.6:python310-testsuite-3.10.19-150400.4.97.1.ppc64le",
"openSUSE Leap 15.6:python310-testsuite-3.10.19-150400.4.97.1.s390x",
"openSUSE Leap 15.6:python310-testsuite-3.10.19-150400.4.97.1.x86_64",
"openSUSE Leap 15.6:python310-tk-3.10.19-150400.4.97.1.aarch64",
"openSUSE Leap 15.6:python310-tk-3.10.19-150400.4.97.1.ppc64le",
"openSUSE Leap 15.6:python310-tk-3.10.19-150400.4.97.1.s390x",
"openSUSE Leap 15.6:python310-tk-3.10.19-150400.4.97.1.x86_64",
"openSUSE Leap 15.6:python310-tools-3.10.19-150400.4.97.1.aarch64",
"openSUSE Leap 15.6:python310-tools-3.10.19-150400.4.97.1.ppc64le",
"openSUSE Leap 15.6:python310-tools-3.10.19-150400.4.97.1.s390x",
"openSUSE Leap 15.6:python310-tools-3.10.19-150400.4.97.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-02-24T15:14:45Z",
"details": "important"
}
],
"title": "CVE-2025-11468"
},
{
"cve": "CVE-2025-15282",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-15282"
}
],
"notes": [
{
"category": "general",
"text": "User-controlled data URLs parsed by urllib.request.DataHandler allow injecting headers through newlines in the data URL mediatype.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_10-1_0-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_10-1_0-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-base-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-base-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-curses-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-curses-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-dbm-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-dbm-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-devel-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-devel-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-idle-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-idle-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-tk-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-tk-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-tools-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-tools-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_10-1_0-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_10-1_0-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-base-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-base-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-curses-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-curses-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-dbm-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-dbm-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-devel-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-devel-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-idle-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-idle-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-tk-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-tk-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-tools-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-tools-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_10-1_0-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_10-1_0-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_10-1_0-3.10.19-150400.4.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_10-1_0-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-3.10.19-150400.4.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-base-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-base-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-base-3.10.19-150400.4.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-base-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-curses-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-curses-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-curses-3.10.19-150400.4.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-curses-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-dbm-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-dbm-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-dbm-3.10.19-150400.4.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-dbm-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-devel-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-devel-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-devel-3.10.19-150400.4.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-devel-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-idle-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-idle-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-idle-3.10.19-150400.4.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-idle-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tk-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tk-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tk-3.10.19-150400.4.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tk-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tools-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tools-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tools-3.10.19-150400.4.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tools-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_10-1_0-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_10-1_0-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-base-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-base-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-curses-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-curses-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-dbm-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-dbm-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-devel-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-devel-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-idle-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-idle-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-tk-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-tk-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-tools-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-tools-3.10.19-150400.4.97.1.x86_64",
"openSUSE Leap 15.6:libpython3_10-1_0-3.10.19-150400.4.97.1.aarch64",
"openSUSE Leap 15.6:libpython3_10-1_0-3.10.19-150400.4.97.1.ppc64le",
"openSUSE Leap 15.6:libpython3_10-1_0-3.10.19-150400.4.97.1.s390x",
"openSUSE Leap 15.6:libpython3_10-1_0-3.10.19-150400.4.97.1.x86_64",
"openSUSE Leap 15.6:libpython3_10-1_0-32bit-3.10.19-150400.4.97.1.x86_64",
"openSUSE Leap 15.6:python310-3.10.19-150400.4.97.1.aarch64",
"openSUSE Leap 15.6:python310-3.10.19-150400.4.97.1.ppc64le",
"openSUSE Leap 15.6:python310-3.10.19-150400.4.97.1.s390x",
"openSUSE Leap 15.6:python310-3.10.19-150400.4.97.1.x86_64",
"openSUSE Leap 15.6:python310-32bit-3.10.19-150400.4.97.1.x86_64",
"openSUSE Leap 15.6:python310-base-3.10.19-150400.4.97.1.aarch64",
"openSUSE Leap 15.6:python310-base-3.10.19-150400.4.97.1.ppc64le",
"openSUSE Leap 15.6:python310-base-3.10.19-150400.4.97.1.s390x",
"openSUSE Leap 15.6:python310-base-3.10.19-150400.4.97.1.x86_64",
"openSUSE Leap 15.6:python310-base-32bit-3.10.19-150400.4.97.1.x86_64",
"openSUSE Leap 15.6:python310-curses-3.10.19-150400.4.97.1.aarch64",
"openSUSE Leap 15.6:python310-curses-3.10.19-150400.4.97.1.ppc64le",
"openSUSE Leap 15.6:python310-curses-3.10.19-150400.4.97.1.s390x",
"openSUSE Leap 15.6:python310-curses-3.10.19-150400.4.97.1.x86_64",
"openSUSE Leap 15.6:python310-dbm-3.10.19-150400.4.97.1.aarch64",
"openSUSE Leap 15.6:python310-dbm-3.10.19-150400.4.97.1.ppc64le",
"openSUSE Leap 15.6:python310-dbm-3.10.19-150400.4.97.1.s390x",
"openSUSE Leap 15.6:python310-dbm-3.10.19-150400.4.97.1.x86_64",
"openSUSE Leap 15.6:python310-devel-3.10.19-150400.4.97.1.aarch64",
"openSUSE Leap 15.6:python310-devel-3.10.19-150400.4.97.1.ppc64le",
"openSUSE Leap 15.6:python310-devel-3.10.19-150400.4.97.1.s390x",
"openSUSE Leap 15.6:python310-devel-3.10.19-150400.4.97.1.x86_64",
"openSUSE Leap 15.6:python310-doc-3.10.19-150400.4.97.1.aarch64",
"openSUSE Leap 15.6:python310-doc-3.10.19-150400.4.97.1.ppc64le",
"openSUSE Leap 15.6:python310-doc-3.10.19-150400.4.97.1.s390x",
"openSUSE Leap 15.6:python310-doc-3.10.19-150400.4.97.1.x86_64",
"openSUSE Leap 15.6:python310-doc-devhelp-3.10.19-150400.4.97.1.aarch64",
"openSUSE Leap 15.6:python310-doc-devhelp-3.10.19-150400.4.97.1.ppc64le",
"openSUSE Leap 15.6:python310-doc-devhelp-3.10.19-150400.4.97.1.s390x",
"openSUSE Leap 15.6:python310-doc-devhelp-3.10.19-150400.4.97.1.x86_64",
"openSUSE Leap 15.6:python310-idle-3.10.19-150400.4.97.1.aarch64",
"openSUSE Leap 15.6:python310-idle-3.10.19-150400.4.97.1.ppc64le",
"openSUSE Leap 15.6:python310-idle-3.10.19-150400.4.97.1.s390x",
"openSUSE Leap 15.6:python310-idle-3.10.19-150400.4.97.1.x86_64",
"openSUSE Leap 15.6:python310-testsuite-3.10.19-150400.4.97.1.aarch64",
"openSUSE Leap 15.6:python310-testsuite-3.10.19-150400.4.97.1.ppc64le",
"openSUSE Leap 15.6:python310-testsuite-3.10.19-150400.4.97.1.s390x",
"openSUSE Leap 15.6:python310-testsuite-3.10.19-150400.4.97.1.x86_64",
"openSUSE Leap 15.6:python310-tk-3.10.19-150400.4.97.1.aarch64",
"openSUSE Leap 15.6:python310-tk-3.10.19-150400.4.97.1.ppc64le",
"openSUSE Leap 15.6:python310-tk-3.10.19-150400.4.97.1.s390x",
"openSUSE Leap 15.6:python310-tk-3.10.19-150400.4.97.1.x86_64",
"openSUSE Leap 15.6:python310-tools-3.10.19-150400.4.97.1.aarch64",
"openSUSE Leap 15.6:python310-tools-3.10.19-150400.4.97.1.ppc64le",
"openSUSE Leap 15.6:python310-tools-3.10.19-150400.4.97.1.s390x",
"openSUSE Leap 15.6:python310-tools-3.10.19-150400.4.97.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-15282",
"url": "https://www.suse.com/security/cve/CVE-2025-15282"
},
{
"category": "external",
"summary": "SUSE Bug 1257046 for CVE-2025-15282",
"url": "https://bugzilla.suse.com/1257046"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_10-1_0-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_10-1_0-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-base-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-base-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-curses-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-curses-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-dbm-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-dbm-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-devel-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-devel-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-idle-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-idle-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-tk-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-tk-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-tools-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-tools-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_10-1_0-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_10-1_0-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-base-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-base-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-curses-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-curses-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-dbm-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-dbm-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-devel-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-devel-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-idle-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-idle-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-tk-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-tk-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-tools-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-tools-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_10-1_0-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_10-1_0-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_10-1_0-3.10.19-150400.4.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_10-1_0-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-3.10.19-150400.4.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-base-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-base-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-base-3.10.19-150400.4.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-base-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-curses-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-curses-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-curses-3.10.19-150400.4.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-curses-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-dbm-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-dbm-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-dbm-3.10.19-150400.4.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-dbm-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-devel-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-devel-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-devel-3.10.19-150400.4.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-devel-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-idle-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-idle-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-idle-3.10.19-150400.4.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-idle-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tk-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tk-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tk-3.10.19-150400.4.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tk-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tools-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tools-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tools-3.10.19-150400.4.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tools-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_10-1_0-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_10-1_0-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-base-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-base-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-curses-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-curses-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-dbm-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-dbm-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-devel-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-devel-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-idle-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-idle-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-tk-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-tk-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-tools-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-tools-3.10.19-150400.4.97.1.x86_64",
"openSUSE Leap 15.6:libpython3_10-1_0-3.10.19-150400.4.97.1.aarch64",
"openSUSE Leap 15.6:libpython3_10-1_0-3.10.19-150400.4.97.1.ppc64le",
"openSUSE Leap 15.6:libpython3_10-1_0-3.10.19-150400.4.97.1.s390x",
"openSUSE Leap 15.6:libpython3_10-1_0-3.10.19-150400.4.97.1.x86_64",
"openSUSE Leap 15.6:libpython3_10-1_0-32bit-3.10.19-150400.4.97.1.x86_64",
"openSUSE Leap 15.6:python310-3.10.19-150400.4.97.1.aarch64",
"openSUSE Leap 15.6:python310-3.10.19-150400.4.97.1.ppc64le",
"openSUSE Leap 15.6:python310-3.10.19-150400.4.97.1.s390x",
"openSUSE Leap 15.6:python310-3.10.19-150400.4.97.1.x86_64",
"openSUSE Leap 15.6:python310-32bit-3.10.19-150400.4.97.1.x86_64",
"openSUSE Leap 15.6:python310-base-3.10.19-150400.4.97.1.aarch64",
"openSUSE Leap 15.6:python310-base-3.10.19-150400.4.97.1.ppc64le",
"openSUSE Leap 15.6:python310-base-3.10.19-150400.4.97.1.s390x",
"openSUSE Leap 15.6:python310-base-3.10.19-150400.4.97.1.x86_64",
"openSUSE Leap 15.6:python310-base-32bit-3.10.19-150400.4.97.1.x86_64",
"openSUSE Leap 15.6:python310-curses-3.10.19-150400.4.97.1.aarch64",
"openSUSE Leap 15.6:python310-curses-3.10.19-150400.4.97.1.ppc64le",
"openSUSE Leap 15.6:python310-curses-3.10.19-150400.4.97.1.s390x",
"openSUSE Leap 15.6:python310-curses-3.10.19-150400.4.97.1.x86_64",
"openSUSE Leap 15.6:python310-dbm-3.10.19-150400.4.97.1.aarch64",
"openSUSE Leap 15.6:python310-dbm-3.10.19-150400.4.97.1.ppc64le",
"openSUSE Leap 15.6:python310-dbm-3.10.19-150400.4.97.1.s390x",
"openSUSE Leap 15.6:python310-dbm-3.10.19-150400.4.97.1.x86_64",
"openSUSE Leap 15.6:python310-devel-3.10.19-150400.4.97.1.aarch64",
"openSUSE Leap 15.6:python310-devel-3.10.19-150400.4.97.1.ppc64le",
"openSUSE Leap 15.6:python310-devel-3.10.19-150400.4.97.1.s390x",
"openSUSE Leap 15.6:python310-devel-3.10.19-150400.4.97.1.x86_64",
"openSUSE Leap 15.6:python310-doc-3.10.19-150400.4.97.1.aarch64",
"openSUSE Leap 15.6:python310-doc-3.10.19-150400.4.97.1.ppc64le",
"openSUSE Leap 15.6:python310-doc-3.10.19-150400.4.97.1.s390x",
"openSUSE Leap 15.6:python310-doc-3.10.19-150400.4.97.1.x86_64",
"openSUSE Leap 15.6:python310-doc-devhelp-3.10.19-150400.4.97.1.aarch64",
"openSUSE Leap 15.6:python310-doc-devhelp-3.10.19-150400.4.97.1.ppc64le",
"openSUSE Leap 15.6:python310-doc-devhelp-3.10.19-150400.4.97.1.s390x",
"openSUSE Leap 15.6:python310-doc-devhelp-3.10.19-150400.4.97.1.x86_64",
"openSUSE Leap 15.6:python310-idle-3.10.19-150400.4.97.1.aarch64",
"openSUSE Leap 15.6:python310-idle-3.10.19-150400.4.97.1.ppc64le",
"openSUSE Leap 15.6:python310-idle-3.10.19-150400.4.97.1.s390x",
"openSUSE Leap 15.6:python310-idle-3.10.19-150400.4.97.1.x86_64",
"openSUSE Leap 15.6:python310-testsuite-3.10.19-150400.4.97.1.aarch64",
"openSUSE Leap 15.6:python310-testsuite-3.10.19-150400.4.97.1.ppc64le",
"openSUSE Leap 15.6:python310-testsuite-3.10.19-150400.4.97.1.s390x",
"openSUSE Leap 15.6:python310-testsuite-3.10.19-150400.4.97.1.x86_64",
"openSUSE Leap 15.6:python310-tk-3.10.19-150400.4.97.1.aarch64",
"openSUSE Leap 15.6:python310-tk-3.10.19-150400.4.97.1.ppc64le",
"openSUSE Leap 15.6:python310-tk-3.10.19-150400.4.97.1.s390x",
"openSUSE Leap 15.6:python310-tk-3.10.19-150400.4.97.1.x86_64",
"openSUSE Leap 15.6:python310-tools-3.10.19-150400.4.97.1.aarch64",
"openSUSE Leap 15.6:python310-tools-3.10.19-150400.4.97.1.ppc64le",
"openSUSE Leap 15.6:python310-tools-3.10.19-150400.4.97.1.s390x",
"openSUSE Leap 15.6:python310-tools-3.10.19-150400.4.97.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_10-1_0-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_10-1_0-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-base-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-base-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-curses-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-curses-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-dbm-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-dbm-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-devel-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-devel-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-idle-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-idle-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-tk-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-tk-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-tools-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-tools-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_10-1_0-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_10-1_0-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-base-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-base-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-curses-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-curses-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-dbm-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-dbm-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-devel-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-devel-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-idle-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-idle-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-tk-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-tk-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-tools-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-tools-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_10-1_0-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_10-1_0-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_10-1_0-3.10.19-150400.4.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_10-1_0-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-3.10.19-150400.4.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-base-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-base-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-base-3.10.19-150400.4.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-base-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-curses-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-curses-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-curses-3.10.19-150400.4.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-curses-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-dbm-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-dbm-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-dbm-3.10.19-150400.4.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-dbm-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-devel-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-devel-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-devel-3.10.19-150400.4.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-devel-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-idle-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-idle-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-idle-3.10.19-150400.4.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-idle-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tk-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tk-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tk-3.10.19-150400.4.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tk-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tools-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tools-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tools-3.10.19-150400.4.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tools-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_10-1_0-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_10-1_0-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-base-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-base-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-curses-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-curses-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-dbm-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-dbm-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-devel-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-devel-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-idle-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-idle-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-tk-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-tk-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-tools-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-tools-3.10.19-150400.4.97.1.x86_64",
"openSUSE Leap 15.6:libpython3_10-1_0-3.10.19-150400.4.97.1.aarch64",
"openSUSE Leap 15.6:libpython3_10-1_0-3.10.19-150400.4.97.1.ppc64le",
"openSUSE Leap 15.6:libpython3_10-1_0-3.10.19-150400.4.97.1.s390x",
"openSUSE Leap 15.6:libpython3_10-1_0-3.10.19-150400.4.97.1.x86_64",
"openSUSE Leap 15.6:libpython3_10-1_0-32bit-3.10.19-150400.4.97.1.x86_64",
"openSUSE Leap 15.6:python310-3.10.19-150400.4.97.1.aarch64",
"openSUSE Leap 15.6:python310-3.10.19-150400.4.97.1.ppc64le",
"openSUSE Leap 15.6:python310-3.10.19-150400.4.97.1.s390x",
"openSUSE Leap 15.6:python310-3.10.19-150400.4.97.1.x86_64",
"openSUSE Leap 15.6:python310-32bit-3.10.19-150400.4.97.1.x86_64",
"openSUSE Leap 15.6:python310-base-3.10.19-150400.4.97.1.aarch64",
"openSUSE Leap 15.6:python310-base-3.10.19-150400.4.97.1.ppc64le",
"openSUSE Leap 15.6:python310-base-3.10.19-150400.4.97.1.s390x",
"openSUSE Leap 15.6:python310-base-3.10.19-150400.4.97.1.x86_64",
"openSUSE Leap 15.6:python310-base-32bit-3.10.19-150400.4.97.1.x86_64",
"openSUSE Leap 15.6:python310-curses-3.10.19-150400.4.97.1.aarch64",
"openSUSE Leap 15.6:python310-curses-3.10.19-150400.4.97.1.ppc64le",
"openSUSE Leap 15.6:python310-curses-3.10.19-150400.4.97.1.s390x",
"openSUSE Leap 15.6:python310-curses-3.10.19-150400.4.97.1.x86_64",
"openSUSE Leap 15.6:python310-dbm-3.10.19-150400.4.97.1.aarch64",
"openSUSE Leap 15.6:python310-dbm-3.10.19-150400.4.97.1.ppc64le",
"openSUSE Leap 15.6:python310-dbm-3.10.19-150400.4.97.1.s390x",
"openSUSE Leap 15.6:python310-dbm-3.10.19-150400.4.97.1.x86_64",
"openSUSE Leap 15.6:python310-devel-3.10.19-150400.4.97.1.aarch64",
"openSUSE Leap 15.6:python310-devel-3.10.19-150400.4.97.1.ppc64le",
"openSUSE Leap 15.6:python310-devel-3.10.19-150400.4.97.1.s390x",
"openSUSE Leap 15.6:python310-devel-3.10.19-150400.4.97.1.x86_64",
"openSUSE Leap 15.6:python310-doc-3.10.19-150400.4.97.1.aarch64",
"openSUSE Leap 15.6:python310-doc-3.10.19-150400.4.97.1.ppc64le",
"openSUSE Leap 15.6:python310-doc-3.10.19-150400.4.97.1.s390x",
"openSUSE Leap 15.6:python310-doc-3.10.19-150400.4.97.1.x86_64",
"openSUSE Leap 15.6:python310-doc-devhelp-3.10.19-150400.4.97.1.aarch64",
"openSUSE Leap 15.6:python310-doc-devhelp-3.10.19-150400.4.97.1.ppc64le",
"openSUSE Leap 15.6:python310-doc-devhelp-3.10.19-150400.4.97.1.s390x",
"openSUSE Leap 15.6:python310-doc-devhelp-3.10.19-150400.4.97.1.x86_64",
"openSUSE Leap 15.6:python310-idle-3.10.19-150400.4.97.1.aarch64",
"openSUSE Leap 15.6:python310-idle-3.10.19-150400.4.97.1.ppc64le",
"openSUSE Leap 15.6:python310-idle-3.10.19-150400.4.97.1.s390x",
"openSUSE Leap 15.6:python310-idle-3.10.19-150400.4.97.1.x86_64",
"openSUSE Leap 15.6:python310-testsuite-3.10.19-150400.4.97.1.aarch64",
"openSUSE Leap 15.6:python310-testsuite-3.10.19-150400.4.97.1.ppc64le",
"openSUSE Leap 15.6:python310-testsuite-3.10.19-150400.4.97.1.s390x",
"openSUSE Leap 15.6:python310-testsuite-3.10.19-150400.4.97.1.x86_64",
"openSUSE Leap 15.6:python310-tk-3.10.19-150400.4.97.1.aarch64",
"openSUSE Leap 15.6:python310-tk-3.10.19-150400.4.97.1.ppc64le",
"openSUSE Leap 15.6:python310-tk-3.10.19-150400.4.97.1.s390x",
"openSUSE Leap 15.6:python310-tk-3.10.19-150400.4.97.1.x86_64",
"openSUSE Leap 15.6:python310-tools-3.10.19-150400.4.97.1.aarch64",
"openSUSE Leap 15.6:python310-tools-3.10.19-150400.4.97.1.ppc64le",
"openSUSE Leap 15.6:python310-tools-3.10.19-150400.4.97.1.s390x",
"openSUSE Leap 15.6:python310-tools-3.10.19-150400.4.97.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-02-24T15:14:45Z",
"details": "moderate"
}
],
"title": "CVE-2025-15282"
},
{
"cve": "CVE-2025-15366",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-15366"
}
],
"notes": [
{
"category": "general",
"text": "The imaplib module, when passed a user-controlled command, can have additional commands injected using newlines. Mitigation rejects commands containing control characters.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_10-1_0-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_10-1_0-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-base-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-base-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-curses-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-curses-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-dbm-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-dbm-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-devel-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-devel-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-idle-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-idle-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-tk-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-tk-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-tools-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-tools-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_10-1_0-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_10-1_0-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-base-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-base-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-curses-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-curses-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-dbm-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-dbm-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-devel-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-devel-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-idle-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-idle-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-tk-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-tk-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-tools-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-tools-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_10-1_0-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_10-1_0-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_10-1_0-3.10.19-150400.4.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_10-1_0-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-3.10.19-150400.4.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-base-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-base-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-base-3.10.19-150400.4.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-base-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-curses-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-curses-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-curses-3.10.19-150400.4.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-curses-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-dbm-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-dbm-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-dbm-3.10.19-150400.4.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-dbm-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-devel-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-devel-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-devel-3.10.19-150400.4.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-devel-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-idle-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-idle-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-idle-3.10.19-150400.4.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-idle-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tk-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tk-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tk-3.10.19-150400.4.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tk-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tools-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tools-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tools-3.10.19-150400.4.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tools-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_10-1_0-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_10-1_0-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-base-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-base-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-curses-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-curses-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-dbm-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-dbm-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-devel-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-devel-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-idle-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-idle-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-tk-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-tk-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-tools-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-tools-3.10.19-150400.4.97.1.x86_64",
"openSUSE Leap 15.6:libpython3_10-1_0-3.10.19-150400.4.97.1.aarch64",
"openSUSE Leap 15.6:libpython3_10-1_0-3.10.19-150400.4.97.1.ppc64le",
"openSUSE Leap 15.6:libpython3_10-1_0-3.10.19-150400.4.97.1.s390x",
"openSUSE Leap 15.6:libpython3_10-1_0-3.10.19-150400.4.97.1.x86_64",
"openSUSE Leap 15.6:libpython3_10-1_0-32bit-3.10.19-150400.4.97.1.x86_64",
"openSUSE Leap 15.6:python310-3.10.19-150400.4.97.1.aarch64",
"openSUSE Leap 15.6:python310-3.10.19-150400.4.97.1.ppc64le",
"openSUSE Leap 15.6:python310-3.10.19-150400.4.97.1.s390x",
"openSUSE Leap 15.6:python310-3.10.19-150400.4.97.1.x86_64",
"openSUSE Leap 15.6:python310-32bit-3.10.19-150400.4.97.1.x86_64",
"openSUSE Leap 15.6:python310-base-3.10.19-150400.4.97.1.aarch64",
"openSUSE Leap 15.6:python310-base-3.10.19-150400.4.97.1.ppc64le",
"openSUSE Leap 15.6:python310-base-3.10.19-150400.4.97.1.s390x",
"openSUSE Leap 15.6:python310-base-3.10.19-150400.4.97.1.x86_64",
"openSUSE Leap 15.6:python310-base-32bit-3.10.19-150400.4.97.1.x86_64",
"openSUSE Leap 15.6:python310-curses-3.10.19-150400.4.97.1.aarch64",
"openSUSE Leap 15.6:python310-curses-3.10.19-150400.4.97.1.ppc64le",
"openSUSE Leap 15.6:python310-curses-3.10.19-150400.4.97.1.s390x",
"openSUSE Leap 15.6:python310-curses-3.10.19-150400.4.97.1.x86_64",
"openSUSE Leap 15.6:python310-dbm-3.10.19-150400.4.97.1.aarch64",
"openSUSE Leap 15.6:python310-dbm-3.10.19-150400.4.97.1.ppc64le",
"openSUSE Leap 15.6:python310-dbm-3.10.19-150400.4.97.1.s390x",
"openSUSE Leap 15.6:python310-dbm-3.10.19-150400.4.97.1.x86_64",
"openSUSE Leap 15.6:python310-devel-3.10.19-150400.4.97.1.aarch64",
"openSUSE Leap 15.6:python310-devel-3.10.19-150400.4.97.1.ppc64le",
"openSUSE Leap 15.6:python310-devel-3.10.19-150400.4.97.1.s390x",
"openSUSE Leap 15.6:python310-devel-3.10.19-150400.4.97.1.x86_64",
"openSUSE Leap 15.6:python310-doc-3.10.19-150400.4.97.1.aarch64",
"openSUSE Leap 15.6:python310-doc-3.10.19-150400.4.97.1.ppc64le",
"openSUSE Leap 15.6:python310-doc-3.10.19-150400.4.97.1.s390x",
"openSUSE Leap 15.6:python310-doc-3.10.19-150400.4.97.1.x86_64",
"openSUSE Leap 15.6:python310-doc-devhelp-3.10.19-150400.4.97.1.aarch64",
"openSUSE Leap 15.6:python310-doc-devhelp-3.10.19-150400.4.97.1.ppc64le",
"openSUSE Leap 15.6:python310-doc-devhelp-3.10.19-150400.4.97.1.s390x",
"openSUSE Leap 15.6:python310-doc-devhelp-3.10.19-150400.4.97.1.x86_64",
"openSUSE Leap 15.6:python310-idle-3.10.19-150400.4.97.1.aarch64",
"openSUSE Leap 15.6:python310-idle-3.10.19-150400.4.97.1.ppc64le",
"openSUSE Leap 15.6:python310-idle-3.10.19-150400.4.97.1.s390x",
"openSUSE Leap 15.6:python310-idle-3.10.19-150400.4.97.1.x86_64",
"openSUSE Leap 15.6:python310-testsuite-3.10.19-150400.4.97.1.aarch64",
"openSUSE Leap 15.6:python310-testsuite-3.10.19-150400.4.97.1.ppc64le",
"openSUSE Leap 15.6:python310-testsuite-3.10.19-150400.4.97.1.s390x",
"openSUSE Leap 15.6:python310-testsuite-3.10.19-150400.4.97.1.x86_64",
"openSUSE Leap 15.6:python310-tk-3.10.19-150400.4.97.1.aarch64",
"openSUSE Leap 15.6:python310-tk-3.10.19-150400.4.97.1.ppc64le",
"openSUSE Leap 15.6:python310-tk-3.10.19-150400.4.97.1.s390x",
"openSUSE Leap 15.6:python310-tk-3.10.19-150400.4.97.1.x86_64",
"openSUSE Leap 15.6:python310-tools-3.10.19-150400.4.97.1.aarch64",
"openSUSE Leap 15.6:python310-tools-3.10.19-150400.4.97.1.ppc64le",
"openSUSE Leap 15.6:python310-tools-3.10.19-150400.4.97.1.s390x",
"openSUSE Leap 15.6:python310-tools-3.10.19-150400.4.97.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-15366",
"url": "https://www.suse.com/security/cve/CVE-2025-15366"
},
{
"category": "external",
"summary": "SUSE Bug 1257044 for CVE-2025-15366",
"url": "https://bugzilla.suse.com/1257044"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_10-1_0-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_10-1_0-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-base-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-base-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-curses-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-curses-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-dbm-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-dbm-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-devel-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-devel-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-idle-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-idle-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-tk-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-tk-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-tools-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-tools-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_10-1_0-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_10-1_0-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-base-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-base-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-curses-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-curses-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-dbm-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-dbm-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-devel-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-devel-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-idle-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-idle-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-tk-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-tk-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-tools-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-tools-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_10-1_0-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_10-1_0-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_10-1_0-3.10.19-150400.4.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_10-1_0-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-3.10.19-150400.4.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-base-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-base-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-base-3.10.19-150400.4.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-base-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-curses-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-curses-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-curses-3.10.19-150400.4.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-curses-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-dbm-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-dbm-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-dbm-3.10.19-150400.4.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-dbm-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-devel-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-devel-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-devel-3.10.19-150400.4.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-devel-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-idle-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-idle-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-idle-3.10.19-150400.4.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-idle-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tk-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tk-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tk-3.10.19-150400.4.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tk-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tools-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tools-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tools-3.10.19-150400.4.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tools-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_10-1_0-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_10-1_0-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-base-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-base-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-curses-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-curses-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-dbm-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-dbm-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-devel-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-devel-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-idle-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-idle-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-tk-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-tk-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-tools-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-tools-3.10.19-150400.4.97.1.x86_64",
"openSUSE Leap 15.6:libpython3_10-1_0-3.10.19-150400.4.97.1.aarch64",
"openSUSE Leap 15.6:libpython3_10-1_0-3.10.19-150400.4.97.1.ppc64le",
"openSUSE Leap 15.6:libpython3_10-1_0-3.10.19-150400.4.97.1.s390x",
"openSUSE Leap 15.6:libpython3_10-1_0-3.10.19-150400.4.97.1.x86_64",
"openSUSE Leap 15.6:libpython3_10-1_0-32bit-3.10.19-150400.4.97.1.x86_64",
"openSUSE Leap 15.6:python310-3.10.19-150400.4.97.1.aarch64",
"openSUSE Leap 15.6:python310-3.10.19-150400.4.97.1.ppc64le",
"openSUSE Leap 15.6:python310-3.10.19-150400.4.97.1.s390x",
"openSUSE Leap 15.6:python310-3.10.19-150400.4.97.1.x86_64",
"openSUSE Leap 15.6:python310-32bit-3.10.19-150400.4.97.1.x86_64",
"openSUSE Leap 15.6:python310-base-3.10.19-150400.4.97.1.aarch64",
"openSUSE Leap 15.6:python310-base-3.10.19-150400.4.97.1.ppc64le",
"openSUSE Leap 15.6:python310-base-3.10.19-150400.4.97.1.s390x",
"openSUSE Leap 15.6:python310-base-3.10.19-150400.4.97.1.x86_64",
"openSUSE Leap 15.6:python310-base-32bit-3.10.19-150400.4.97.1.x86_64",
"openSUSE Leap 15.6:python310-curses-3.10.19-150400.4.97.1.aarch64",
"openSUSE Leap 15.6:python310-curses-3.10.19-150400.4.97.1.ppc64le",
"openSUSE Leap 15.6:python310-curses-3.10.19-150400.4.97.1.s390x",
"openSUSE Leap 15.6:python310-curses-3.10.19-150400.4.97.1.x86_64",
"openSUSE Leap 15.6:python310-dbm-3.10.19-150400.4.97.1.aarch64",
"openSUSE Leap 15.6:python310-dbm-3.10.19-150400.4.97.1.ppc64le",
"openSUSE Leap 15.6:python310-dbm-3.10.19-150400.4.97.1.s390x",
"openSUSE Leap 15.6:python310-dbm-3.10.19-150400.4.97.1.x86_64",
"openSUSE Leap 15.6:python310-devel-3.10.19-150400.4.97.1.aarch64",
"openSUSE Leap 15.6:python310-devel-3.10.19-150400.4.97.1.ppc64le",
"openSUSE Leap 15.6:python310-devel-3.10.19-150400.4.97.1.s390x",
"openSUSE Leap 15.6:python310-devel-3.10.19-150400.4.97.1.x86_64",
"openSUSE Leap 15.6:python310-doc-3.10.19-150400.4.97.1.aarch64",
"openSUSE Leap 15.6:python310-doc-3.10.19-150400.4.97.1.ppc64le",
"openSUSE Leap 15.6:python310-doc-3.10.19-150400.4.97.1.s390x",
"openSUSE Leap 15.6:python310-doc-3.10.19-150400.4.97.1.x86_64",
"openSUSE Leap 15.6:python310-doc-devhelp-3.10.19-150400.4.97.1.aarch64",
"openSUSE Leap 15.6:python310-doc-devhelp-3.10.19-150400.4.97.1.ppc64le",
"openSUSE Leap 15.6:python310-doc-devhelp-3.10.19-150400.4.97.1.s390x",
"openSUSE Leap 15.6:python310-doc-devhelp-3.10.19-150400.4.97.1.x86_64",
"openSUSE Leap 15.6:python310-idle-3.10.19-150400.4.97.1.aarch64",
"openSUSE Leap 15.6:python310-idle-3.10.19-150400.4.97.1.ppc64le",
"openSUSE Leap 15.6:python310-idle-3.10.19-150400.4.97.1.s390x",
"openSUSE Leap 15.6:python310-idle-3.10.19-150400.4.97.1.x86_64",
"openSUSE Leap 15.6:python310-testsuite-3.10.19-150400.4.97.1.aarch64",
"openSUSE Leap 15.6:python310-testsuite-3.10.19-150400.4.97.1.ppc64le",
"openSUSE Leap 15.6:python310-testsuite-3.10.19-150400.4.97.1.s390x",
"openSUSE Leap 15.6:python310-testsuite-3.10.19-150400.4.97.1.x86_64",
"openSUSE Leap 15.6:python310-tk-3.10.19-150400.4.97.1.aarch64",
"openSUSE Leap 15.6:python310-tk-3.10.19-150400.4.97.1.ppc64le",
"openSUSE Leap 15.6:python310-tk-3.10.19-150400.4.97.1.s390x",
"openSUSE Leap 15.6:python310-tk-3.10.19-150400.4.97.1.x86_64",
"openSUSE Leap 15.6:python310-tools-3.10.19-150400.4.97.1.aarch64",
"openSUSE Leap 15.6:python310-tools-3.10.19-150400.4.97.1.ppc64le",
"openSUSE Leap 15.6:python310-tools-3.10.19-150400.4.97.1.s390x",
"openSUSE Leap 15.6:python310-tools-3.10.19-150400.4.97.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.7,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:L/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_10-1_0-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_10-1_0-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-base-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-base-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-curses-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-curses-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-dbm-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-dbm-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-devel-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-devel-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-idle-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-idle-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-tk-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-tk-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-tools-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-tools-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_10-1_0-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_10-1_0-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-base-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-base-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-curses-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-curses-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-dbm-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-dbm-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-devel-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-devel-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-idle-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-idle-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-tk-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-tk-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-tools-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-tools-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_10-1_0-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_10-1_0-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_10-1_0-3.10.19-150400.4.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_10-1_0-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-3.10.19-150400.4.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-base-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-base-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-base-3.10.19-150400.4.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-base-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-curses-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-curses-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-curses-3.10.19-150400.4.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-curses-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-dbm-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-dbm-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-dbm-3.10.19-150400.4.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-dbm-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-devel-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-devel-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-devel-3.10.19-150400.4.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-devel-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-idle-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-idle-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-idle-3.10.19-150400.4.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-idle-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tk-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tk-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tk-3.10.19-150400.4.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tk-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tools-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tools-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tools-3.10.19-150400.4.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tools-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_10-1_0-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_10-1_0-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-base-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-base-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-curses-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-curses-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-dbm-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-dbm-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-devel-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-devel-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-idle-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-idle-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-tk-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-tk-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-tools-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-tools-3.10.19-150400.4.97.1.x86_64",
"openSUSE Leap 15.6:libpython3_10-1_0-3.10.19-150400.4.97.1.aarch64",
"openSUSE Leap 15.6:libpython3_10-1_0-3.10.19-150400.4.97.1.ppc64le",
"openSUSE Leap 15.6:libpython3_10-1_0-3.10.19-150400.4.97.1.s390x",
"openSUSE Leap 15.6:libpython3_10-1_0-3.10.19-150400.4.97.1.x86_64",
"openSUSE Leap 15.6:libpython3_10-1_0-32bit-3.10.19-150400.4.97.1.x86_64",
"openSUSE Leap 15.6:python310-3.10.19-150400.4.97.1.aarch64",
"openSUSE Leap 15.6:python310-3.10.19-150400.4.97.1.ppc64le",
"openSUSE Leap 15.6:python310-3.10.19-150400.4.97.1.s390x",
"openSUSE Leap 15.6:python310-3.10.19-150400.4.97.1.x86_64",
"openSUSE Leap 15.6:python310-32bit-3.10.19-150400.4.97.1.x86_64",
"openSUSE Leap 15.6:python310-base-3.10.19-150400.4.97.1.aarch64",
"openSUSE Leap 15.6:python310-base-3.10.19-150400.4.97.1.ppc64le",
"openSUSE Leap 15.6:python310-base-3.10.19-150400.4.97.1.s390x",
"openSUSE Leap 15.6:python310-base-3.10.19-150400.4.97.1.x86_64",
"openSUSE Leap 15.6:python310-base-32bit-3.10.19-150400.4.97.1.x86_64",
"openSUSE Leap 15.6:python310-curses-3.10.19-150400.4.97.1.aarch64",
"openSUSE Leap 15.6:python310-curses-3.10.19-150400.4.97.1.ppc64le",
"openSUSE Leap 15.6:python310-curses-3.10.19-150400.4.97.1.s390x",
"openSUSE Leap 15.6:python310-curses-3.10.19-150400.4.97.1.x86_64",
"openSUSE Leap 15.6:python310-dbm-3.10.19-150400.4.97.1.aarch64",
"openSUSE Leap 15.6:python310-dbm-3.10.19-150400.4.97.1.ppc64le",
"openSUSE Leap 15.6:python310-dbm-3.10.19-150400.4.97.1.s390x",
"openSUSE Leap 15.6:python310-dbm-3.10.19-150400.4.97.1.x86_64",
"openSUSE Leap 15.6:python310-devel-3.10.19-150400.4.97.1.aarch64",
"openSUSE Leap 15.6:python310-devel-3.10.19-150400.4.97.1.ppc64le",
"openSUSE Leap 15.6:python310-devel-3.10.19-150400.4.97.1.s390x",
"openSUSE Leap 15.6:python310-devel-3.10.19-150400.4.97.1.x86_64",
"openSUSE Leap 15.6:python310-doc-3.10.19-150400.4.97.1.aarch64",
"openSUSE Leap 15.6:python310-doc-3.10.19-150400.4.97.1.ppc64le",
"openSUSE Leap 15.6:python310-doc-3.10.19-150400.4.97.1.s390x",
"openSUSE Leap 15.6:python310-doc-3.10.19-150400.4.97.1.x86_64",
"openSUSE Leap 15.6:python310-doc-devhelp-3.10.19-150400.4.97.1.aarch64",
"openSUSE Leap 15.6:python310-doc-devhelp-3.10.19-150400.4.97.1.ppc64le",
"openSUSE Leap 15.6:python310-doc-devhelp-3.10.19-150400.4.97.1.s390x",
"openSUSE Leap 15.6:python310-doc-devhelp-3.10.19-150400.4.97.1.x86_64",
"openSUSE Leap 15.6:python310-idle-3.10.19-150400.4.97.1.aarch64",
"openSUSE Leap 15.6:python310-idle-3.10.19-150400.4.97.1.ppc64le",
"openSUSE Leap 15.6:python310-idle-3.10.19-150400.4.97.1.s390x",
"openSUSE Leap 15.6:python310-idle-3.10.19-150400.4.97.1.x86_64",
"openSUSE Leap 15.6:python310-testsuite-3.10.19-150400.4.97.1.aarch64",
"openSUSE Leap 15.6:python310-testsuite-3.10.19-150400.4.97.1.ppc64le",
"openSUSE Leap 15.6:python310-testsuite-3.10.19-150400.4.97.1.s390x",
"openSUSE Leap 15.6:python310-testsuite-3.10.19-150400.4.97.1.x86_64",
"openSUSE Leap 15.6:python310-tk-3.10.19-150400.4.97.1.aarch64",
"openSUSE Leap 15.6:python310-tk-3.10.19-150400.4.97.1.ppc64le",
"openSUSE Leap 15.6:python310-tk-3.10.19-150400.4.97.1.s390x",
"openSUSE Leap 15.6:python310-tk-3.10.19-150400.4.97.1.x86_64",
"openSUSE Leap 15.6:python310-tools-3.10.19-150400.4.97.1.aarch64",
"openSUSE Leap 15.6:python310-tools-3.10.19-150400.4.97.1.ppc64le",
"openSUSE Leap 15.6:python310-tools-3.10.19-150400.4.97.1.s390x",
"openSUSE Leap 15.6:python310-tools-3.10.19-150400.4.97.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-02-24T15:14:45Z",
"details": "moderate"
}
],
"title": "CVE-2025-15366"
},
{
"cve": "CVE-2025-15367",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-15367"
}
],
"notes": [
{
"category": "general",
"text": "The poplib module, when passed a user-controlled command, can have\nadditional commands injected using newlines. Mitigation rejects commands\ncontaining control characters.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_10-1_0-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_10-1_0-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-base-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-base-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-curses-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-curses-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-dbm-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-dbm-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-devel-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-devel-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-idle-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-idle-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-tk-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-tk-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-tools-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-tools-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_10-1_0-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_10-1_0-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-base-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-base-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-curses-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-curses-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-dbm-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-dbm-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-devel-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-devel-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-idle-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-idle-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-tk-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-tk-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-tools-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-tools-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_10-1_0-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_10-1_0-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_10-1_0-3.10.19-150400.4.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_10-1_0-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-3.10.19-150400.4.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-base-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-base-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-base-3.10.19-150400.4.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-base-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-curses-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-curses-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-curses-3.10.19-150400.4.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-curses-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-dbm-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-dbm-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-dbm-3.10.19-150400.4.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-dbm-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-devel-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-devel-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-devel-3.10.19-150400.4.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-devel-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-idle-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-idle-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-idle-3.10.19-150400.4.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-idle-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tk-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tk-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tk-3.10.19-150400.4.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tk-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tools-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tools-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tools-3.10.19-150400.4.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tools-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_10-1_0-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_10-1_0-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-base-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-base-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-curses-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-curses-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-dbm-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-dbm-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-devel-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-devel-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-idle-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-idle-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-tk-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-tk-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-tools-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-tools-3.10.19-150400.4.97.1.x86_64",
"openSUSE Leap 15.6:libpython3_10-1_0-3.10.19-150400.4.97.1.aarch64",
"openSUSE Leap 15.6:libpython3_10-1_0-3.10.19-150400.4.97.1.ppc64le",
"openSUSE Leap 15.6:libpython3_10-1_0-3.10.19-150400.4.97.1.s390x",
"openSUSE Leap 15.6:libpython3_10-1_0-3.10.19-150400.4.97.1.x86_64",
"openSUSE Leap 15.6:libpython3_10-1_0-32bit-3.10.19-150400.4.97.1.x86_64",
"openSUSE Leap 15.6:python310-3.10.19-150400.4.97.1.aarch64",
"openSUSE Leap 15.6:python310-3.10.19-150400.4.97.1.ppc64le",
"openSUSE Leap 15.6:python310-3.10.19-150400.4.97.1.s390x",
"openSUSE Leap 15.6:python310-3.10.19-150400.4.97.1.x86_64",
"openSUSE Leap 15.6:python310-32bit-3.10.19-150400.4.97.1.x86_64",
"openSUSE Leap 15.6:python310-base-3.10.19-150400.4.97.1.aarch64",
"openSUSE Leap 15.6:python310-base-3.10.19-150400.4.97.1.ppc64le",
"openSUSE Leap 15.6:python310-base-3.10.19-150400.4.97.1.s390x",
"openSUSE Leap 15.6:python310-base-3.10.19-150400.4.97.1.x86_64",
"openSUSE Leap 15.6:python310-base-32bit-3.10.19-150400.4.97.1.x86_64",
"openSUSE Leap 15.6:python310-curses-3.10.19-150400.4.97.1.aarch64",
"openSUSE Leap 15.6:python310-curses-3.10.19-150400.4.97.1.ppc64le",
"openSUSE Leap 15.6:python310-curses-3.10.19-150400.4.97.1.s390x",
"openSUSE Leap 15.6:python310-curses-3.10.19-150400.4.97.1.x86_64",
"openSUSE Leap 15.6:python310-dbm-3.10.19-150400.4.97.1.aarch64",
"openSUSE Leap 15.6:python310-dbm-3.10.19-150400.4.97.1.ppc64le",
"openSUSE Leap 15.6:python310-dbm-3.10.19-150400.4.97.1.s390x",
"openSUSE Leap 15.6:python310-dbm-3.10.19-150400.4.97.1.x86_64",
"openSUSE Leap 15.6:python310-devel-3.10.19-150400.4.97.1.aarch64",
"openSUSE Leap 15.6:python310-devel-3.10.19-150400.4.97.1.ppc64le",
"openSUSE Leap 15.6:python310-devel-3.10.19-150400.4.97.1.s390x",
"openSUSE Leap 15.6:python310-devel-3.10.19-150400.4.97.1.x86_64",
"openSUSE Leap 15.6:python310-doc-3.10.19-150400.4.97.1.aarch64",
"openSUSE Leap 15.6:python310-doc-3.10.19-150400.4.97.1.ppc64le",
"openSUSE Leap 15.6:python310-doc-3.10.19-150400.4.97.1.s390x",
"openSUSE Leap 15.6:python310-doc-3.10.19-150400.4.97.1.x86_64",
"openSUSE Leap 15.6:python310-doc-devhelp-3.10.19-150400.4.97.1.aarch64",
"openSUSE Leap 15.6:python310-doc-devhelp-3.10.19-150400.4.97.1.ppc64le",
"openSUSE Leap 15.6:python310-doc-devhelp-3.10.19-150400.4.97.1.s390x",
"openSUSE Leap 15.6:python310-doc-devhelp-3.10.19-150400.4.97.1.x86_64",
"openSUSE Leap 15.6:python310-idle-3.10.19-150400.4.97.1.aarch64",
"openSUSE Leap 15.6:python310-idle-3.10.19-150400.4.97.1.ppc64le",
"openSUSE Leap 15.6:python310-idle-3.10.19-150400.4.97.1.s390x",
"openSUSE Leap 15.6:python310-idle-3.10.19-150400.4.97.1.x86_64",
"openSUSE Leap 15.6:python310-testsuite-3.10.19-150400.4.97.1.aarch64",
"openSUSE Leap 15.6:python310-testsuite-3.10.19-150400.4.97.1.ppc64le",
"openSUSE Leap 15.6:python310-testsuite-3.10.19-150400.4.97.1.s390x",
"openSUSE Leap 15.6:python310-testsuite-3.10.19-150400.4.97.1.x86_64",
"openSUSE Leap 15.6:python310-tk-3.10.19-150400.4.97.1.aarch64",
"openSUSE Leap 15.6:python310-tk-3.10.19-150400.4.97.1.ppc64le",
"openSUSE Leap 15.6:python310-tk-3.10.19-150400.4.97.1.s390x",
"openSUSE Leap 15.6:python310-tk-3.10.19-150400.4.97.1.x86_64",
"openSUSE Leap 15.6:python310-tools-3.10.19-150400.4.97.1.aarch64",
"openSUSE Leap 15.6:python310-tools-3.10.19-150400.4.97.1.ppc64le",
"openSUSE Leap 15.6:python310-tools-3.10.19-150400.4.97.1.s390x",
"openSUSE Leap 15.6:python310-tools-3.10.19-150400.4.97.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-15367",
"url": "https://www.suse.com/security/cve/CVE-2025-15367"
},
{
"category": "external",
"summary": "SUSE Bug 1257041 for CVE-2025-15367",
"url": "https://bugzilla.suse.com/1257041"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_10-1_0-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_10-1_0-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-base-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-base-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-curses-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-curses-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-dbm-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-dbm-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-devel-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-devel-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-idle-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-idle-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-tk-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-tk-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-tools-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-tools-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_10-1_0-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_10-1_0-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-base-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-base-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-curses-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-curses-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-dbm-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-dbm-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-devel-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-devel-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-idle-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-idle-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-tk-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-tk-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-tools-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-tools-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_10-1_0-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_10-1_0-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_10-1_0-3.10.19-150400.4.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_10-1_0-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-3.10.19-150400.4.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-base-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-base-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-base-3.10.19-150400.4.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-base-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-curses-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-curses-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-curses-3.10.19-150400.4.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-curses-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-dbm-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-dbm-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-dbm-3.10.19-150400.4.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-dbm-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-devel-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-devel-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-devel-3.10.19-150400.4.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-devel-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-idle-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-idle-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-idle-3.10.19-150400.4.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-idle-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tk-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tk-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tk-3.10.19-150400.4.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tk-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tools-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tools-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tools-3.10.19-150400.4.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tools-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_10-1_0-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_10-1_0-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-base-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-base-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-curses-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-curses-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-dbm-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-dbm-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-devel-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-devel-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-idle-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-idle-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-tk-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-tk-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-tools-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-tools-3.10.19-150400.4.97.1.x86_64",
"openSUSE Leap 15.6:libpython3_10-1_0-3.10.19-150400.4.97.1.aarch64",
"openSUSE Leap 15.6:libpython3_10-1_0-3.10.19-150400.4.97.1.ppc64le",
"openSUSE Leap 15.6:libpython3_10-1_0-3.10.19-150400.4.97.1.s390x",
"openSUSE Leap 15.6:libpython3_10-1_0-3.10.19-150400.4.97.1.x86_64",
"openSUSE Leap 15.6:libpython3_10-1_0-32bit-3.10.19-150400.4.97.1.x86_64",
"openSUSE Leap 15.6:python310-3.10.19-150400.4.97.1.aarch64",
"openSUSE Leap 15.6:python310-3.10.19-150400.4.97.1.ppc64le",
"openSUSE Leap 15.6:python310-3.10.19-150400.4.97.1.s390x",
"openSUSE Leap 15.6:python310-3.10.19-150400.4.97.1.x86_64",
"openSUSE Leap 15.6:python310-32bit-3.10.19-150400.4.97.1.x86_64",
"openSUSE Leap 15.6:python310-base-3.10.19-150400.4.97.1.aarch64",
"openSUSE Leap 15.6:python310-base-3.10.19-150400.4.97.1.ppc64le",
"openSUSE Leap 15.6:python310-base-3.10.19-150400.4.97.1.s390x",
"openSUSE Leap 15.6:python310-base-3.10.19-150400.4.97.1.x86_64",
"openSUSE Leap 15.6:python310-base-32bit-3.10.19-150400.4.97.1.x86_64",
"openSUSE Leap 15.6:python310-curses-3.10.19-150400.4.97.1.aarch64",
"openSUSE Leap 15.6:python310-curses-3.10.19-150400.4.97.1.ppc64le",
"openSUSE Leap 15.6:python310-curses-3.10.19-150400.4.97.1.s390x",
"openSUSE Leap 15.6:python310-curses-3.10.19-150400.4.97.1.x86_64",
"openSUSE Leap 15.6:python310-dbm-3.10.19-150400.4.97.1.aarch64",
"openSUSE Leap 15.6:python310-dbm-3.10.19-150400.4.97.1.ppc64le",
"openSUSE Leap 15.6:python310-dbm-3.10.19-150400.4.97.1.s390x",
"openSUSE Leap 15.6:python310-dbm-3.10.19-150400.4.97.1.x86_64",
"openSUSE Leap 15.6:python310-devel-3.10.19-150400.4.97.1.aarch64",
"openSUSE Leap 15.6:python310-devel-3.10.19-150400.4.97.1.ppc64le",
"openSUSE Leap 15.6:python310-devel-3.10.19-150400.4.97.1.s390x",
"openSUSE Leap 15.6:python310-devel-3.10.19-150400.4.97.1.x86_64",
"openSUSE Leap 15.6:python310-doc-3.10.19-150400.4.97.1.aarch64",
"openSUSE Leap 15.6:python310-doc-3.10.19-150400.4.97.1.ppc64le",
"openSUSE Leap 15.6:python310-doc-3.10.19-150400.4.97.1.s390x",
"openSUSE Leap 15.6:python310-doc-3.10.19-150400.4.97.1.x86_64",
"openSUSE Leap 15.6:python310-doc-devhelp-3.10.19-150400.4.97.1.aarch64",
"openSUSE Leap 15.6:python310-doc-devhelp-3.10.19-150400.4.97.1.ppc64le",
"openSUSE Leap 15.6:python310-doc-devhelp-3.10.19-150400.4.97.1.s390x",
"openSUSE Leap 15.6:python310-doc-devhelp-3.10.19-150400.4.97.1.x86_64",
"openSUSE Leap 15.6:python310-idle-3.10.19-150400.4.97.1.aarch64",
"openSUSE Leap 15.6:python310-idle-3.10.19-150400.4.97.1.ppc64le",
"openSUSE Leap 15.6:python310-idle-3.10.19-150400.4.97.1.s390x",
"openSUSE Leap 15.6:python310-idle-3.10.19-150400.4.97.1.x86_64",
"openSUSE Leap 15.6:python310-testsuite-3.10.19-150400.4.97.1.aarch64",
"openSUSE Leap 15.6:python310-testsuite-3.10.19-150400.4.97.1.ppc64le",
"openSUSE Leap 15.6:python310-testsuite-3.10.19-150400.4.97.1.s390x",
"openSUSE Leap 15.6:python310-testsuite-3.10.19-150400.4.97.1.x86_64",
"openSUSE Leap 15.6:python310-tk-3.10.19-150400.4.97.1.aarch64",
"openSUSE Leap 15.6:python310-tk-3.10.19-150400.4.97.1.ppc64le",
"openSUSE Leap 15.6:python310-tk-3.10.19-150400.4.97.1.s390x",
"openSUSE Leap 15.6:python310-tk-3.10.19-150400.4.97.1.x86_64",
"openSUSE Leap 15.6:python310-tools-3.10.19-150400.4.97.1.aarch64",
"openSUSE Leap 15.6:python310-tools-3.10.19-150400.4.97.1.ppc64le",
"openSUSE Leap 15.6:python310-tools-3.10.19-150400.4.97.1.s390x",
"openSUSE Leap 15.6:python310-tools-3.10.19-150400.4.97.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.7,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:L/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_10-1_0-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_10-1_0-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-base-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-base-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-curses-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-curses-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-dbm-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-dbm-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-devel-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-devel-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-idle-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-idle-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-tk-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-tk-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-tools-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-tools-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_10-1_0-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_10-1_0-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-base-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-base-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-curses-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-curses-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-dbm-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-dbm-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-devel-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-devel-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-idle-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-idle-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-tk-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-tk-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-tools-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-tools-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_10-1_0-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_10-1_0-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_10-1_0-3.10.19-150400.4.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_10-1_0-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-3.10.19-150400.4.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-base-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-base-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-base-3.10.19-150400.4.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-base-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-curses-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-curses-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-curses-3.10.19-150400.4.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-curses-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-dbm-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-dbm-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-dbm-3.10.19-150400.4.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-dbm-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-devel-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-devel-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-devel-3.10.19-150400.4.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-devel-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-idle-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-idle-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-idle-3.10.19-150400.4.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-idle-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tk-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tk-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tk-3.10.19-150400.4.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tk-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tools-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tools-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tools-3.10.19-150400.4.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tools-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_10-1_0-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_10-1_0-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-base-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-base-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-curses-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-curses-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-dbm-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-dbm-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-devel-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-devel-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-idle-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-idle-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-tk-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-tk-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-tools-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-tools-3.10.19-150400.4.97.1.x86_64",
"openSUSE Leap 15.6:libpython3_10-1_0-3.10.19-150400.4.97.1.aarch64",
"openSUSE Leap 15.6:libpython3_10-1_0-3.10.19-150400.4.97.1.ppc64le",
"openSUSE Leap 15.6:libpython3_10-1_0-3.10.19-150400.4.97.1.s390x",
"openSUSE Leap 15.6:libpython3_10-1_0-3.10.19-150400.4.97.1.x86_64",
"openSUSE Leap 15.6:libpython3_10-1_0-32bit-3.10.19-150400.4.97.1.x86_64",
"openSUSE Leap 15.6:python310-3.10.19-150400.4.97.1.aarch64",
"openSUSE Leap 15.6:python310-3.10.19-150400.4.97.1.ppc64le",
"openSUSE Leap 15.6:python310-3.10.19-150400.4.97.1.s390x",
"openSUSE Leap 15.6:python310-3.10.19-150400.4.97.1.x86_64",
"openSUSE Leap 15.6:python310-32bit-3.10.19-150400.4.97.1.x86_64",
"openSUSE Leap 15.6:python310-base-3.10.19-150400.4.97.1.aarch64",
"openSUSE Leap 15.6:python310-base-3.10.19-150400.4.97.1.ppc64le",
"openSUSE Leap 15.6:python310-base-3.10.19-150400.4.97.1.s390x",
"openSUSE Leap 15.6:python310-base-3.10.19-150400.4.97.1.x86_64",
"openSUSE Leap 15.6:python310-base-32bit-3.10.19-150400.4.97.1.x86_64",
"openSUSE Leap 15.6:python310-curses-3.10.19-150400.4.97.1.aarch64",
"openSUSE Leap 15.6:python310-curses-3.10.19-150400.4.97.1.ppc64le",
"openSUSE Leap 15.6:python310-curses-3.10.19-150400.4.97.1.s390x",
"openSUSE Leap 15.6:python310-curses-3.10.19-150400.4.97.1.x86_64",
"openSUSE Leap 15.6:python310-dbm-3.10.19-150400.4.97.1.aarch64",
"openSUSE Leap 15.6:python310-dbm-3.10.19-150400.4.97.1.ppc64le",
"openSUSE Leap 15.6:python310-dbm-3.10.19-150400.4.97.1.s390x",
"openSUSE Leap 15.6:python310-dbm-3.10.19-150400.4.97.1.x86_64",
"openSUSE Leap 15.6:python310-devel-3.10.19-150400.4.97.1.aarch64",
"openSUSE Leap 15.6:python310-devel-3.10.19-150400.4.97.1.ppc64le",
"openSUSE Leap 15.6:python310-devel-3.10.19-150400.4.97.1.s390x",
"openSUSE Leap 15.6:python310-devel-3.10.19-150400.4.97.1.x86_64",
"openSUSE Leap 15.6:python310-doc-3.10.19-150400.4.97.1.aarch64",
"openSUSE Leap 15.6:python310-doc-3.10.19-150400.4.97.1.ppc64le",
"openSUSE Leap 15.6:python310-doc-3.10.19-150400.4.97.1.s390x",
"openSUSE Leap 15.6:python310-doc-3.10.19-150400.4.97.1.x86_64",
"openSUSE Leap 15.6:python310-doc-devhelp-3.10.19-150400.4.97.1.aarch64",
"openSUSE Leap 15.6:python310-doc-devhelp-3.10.19-150400.4.97.1.ppc64le",
"openSUSE Leap 15.6:python310-doc-devhelp-3.10.19-150400.4.97.1.s390x",
"openSUSE Leap 15.6:python310-doc-devhelp-3.10.19-150400.4.97.1.x86_64",
"openSUSE Leap 15.6:python310-idle-3.10.19-150400.4.97.1.aarch64",
"openSUSE Leap 15.6:python310-idle-3.10.19-150400.4.97.1.ppc64le",
"openSUSE Leap 15.6:python310-idle-3.10.19-150400.4.97.1.s390x",
"openSUSE Leap 15.6:python310-idle-3.10.19-150400.4.97.1.x86_64",
"openSUSE Leap 15.6:python310-testsuite-3.10.19-150400.4.97.1.aarch64",
"openSUSE Leap 15.6:python310-testsuite-3.10.19-150400.4.97.1.ppc64le",
"openSUSE Leap 15.6:python310-testsuite-3.10.19-150400.4.97.1.s390x",
"openSUSE Leap 15.6:python310-testsuite-3.10.19-150400.4.97.1.x86_64",
"openSUSE Leap 15.6:python310-tk-3.10.19-150400.4.97.1.aarch64",
"openSUSE Leap 15.6:python310-tk-3.10.19-150400.4.97.1.ppc64le",
"openSUSE Leap 15.6:python310-tk-3.10.19-150400.4.97.1.s390x",
"openSUSE Leap 15.6:python310-tk-3.10.19-150400.4.97.1.x86_64",
"openSUSE Leap 15.6:python310-tools-3.10.19-150400.4.97.1.aarch64",
"openSUSE Leap 15.6:python310-tools-3.10.19-150400.4.97.1.ppc64le",
"openSUSE Leap 15.6:python310-tools-3.10.19-150400.4.97.1.s390x",
"openSUSE Leap 15.6:python310-tools-3.10.19-150400.4.97.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-02-24T15:14:45Z",
"details": "moderate"
}
],
"title": "CVE-2025-15367"
},
{
"cve": "CVE-2026-0672",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-0672"
}
],
"notes": [
{
"category": "general",
"text": "When using http.cookies.Morsel, user-controlled cookie values and parameters can allow injecting HTTP headers into messages. Patch rejects all control characters within cookie names, values, and parameters.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_10-1_0-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_10-1_0-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-base-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-base-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-curses-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-curses-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-dbm-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-dbm-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-devel-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-devel-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-idle-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-idle-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-tk-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-tk-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-tools-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-tools-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_10-1_0-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_10-1_0-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-base-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-base-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-curses-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-curses-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-dbm-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-dbm-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-devel-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-devel-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-idle-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-idle-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-tk-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-tk-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-tools-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-tools-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_10-1_0-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_10-1_0-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_10-1_0-3.10.19-150400.4.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_10-1_0-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-3.10.19-150400.4.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-base-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-base-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-base-3.10.19-150400.4.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-base-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-curses-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-curses-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-curses-3.10.19-150400.4.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-curses-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-dbm-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-dbm-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-dbm-3.10.19-150400.4.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-dbm-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-devel-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-devel-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-devel-3.10.19-150400.4.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-devel-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-idle-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-idle-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-idle-3.10.19-150400.4.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-idle-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tk-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tk-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tk-3.10.19-150400.4.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tk-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tools-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tools-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tools-3.10.19-150400.4.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tools-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_10-1_0-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_10-1_0-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-base-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-base-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-curses-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-curses-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-dbm-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-dbm-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-devel-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-devel-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-idle-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-idle-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-tk-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-tk-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-tools-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-tools-3.10.19-150400.4.97.1.x86_64",
"openSUSE Leap 15.6:libpython3_10-1_0-3.10.19-150400.4.97.1.aarch64",
"openSUSE Leap 15.6:libpython3_10-1_0-3.10.19-150400.4.97.1.ppc64le",
"openSUSE Leap 15.6:libpython3_10-1_0-3.10.19-150400.4.97.1.s390x",
"openSUSE Leap 15.6:libpython3_10-1_0-3.10.19-150400.4.97.1.x86_64",
"openSUSE Leap 15.6:libpython3_10-1_0-32bit-3.10.19-150400.4.97.1.x86_64",
"openSUSE Leap 15.6:python310-3.10.19-150400.4.97.1.aarch64",
"openSUSE Leap 15.6:python310-3.10.19-150400.4.97.1.ppc64le",
"openSUSE Leap 15.6:python310-3.10.19-150400.4.97.1.s390x",
"openSUSE Leap 15.6:python310-3.10.19-150400.4.97.1.x86_64",
"openSUSE Leap 15.6:python310-32bit-3.10.19-150400.4.97.1.x86_64",
"openSUSE Leap 15.6:python310-base-3.10.19-150400.4.97.1.aarch64",
"openSUSE Leap 15.6:python310-base-3.10.19-150400.4.97.1.ppc64le",
"openSUSE Leap 15.6:python310-base-3.10.19-150400.4.97.1.s390x",
"openSUSE Leap 15.6:python310-base-3.10.19-150400.4.97.1.x86_64",
"openSUSE Leap 15.6:python310-base-32bit-3.10.19-150400.4.97.1.x86_64",
"openSUSE Leap 15.6:python310-curses-3.10.19-150400.4.97.1.aarch64",
"openSUSE Leap 15.6:python310-curses-3.10.19-150400.4.97.1.ppc64le",
"openSUSE Leap 15.6:python310-curses-3.10.19-150400.4.97.1.s390x",
"openSUSE Leap 15.6:python310-curses-3.10.19-150400.4.97.1.x86_64",
"openSUSE Leap 15.6:python310-dbm-3.10.19-150400.4.97.1.aarch64",
"openSUSE Leap 15.6:python310-dbm-3.10.19-150400.4.97.1.ppc64le",
"openSUSE Leap 15.6:python310-dbm-3.10.19-150400.4.97.1.s390x",
"openSUSE Leap 15.6:python310-dbm-3.10.19-150400.4.97.1.x86_64",
"openSUSE Leap 15.6:python310-devel-3.10.19-150400.4.97.1.aarch64",
"openSUSE Leap 15.6:python310-devel-3.10.19-150400.4.97.1.ppc64le",
"openSUSE Leap 15.6:python310-devel-3.10.19-150400.4.97.1.s390x",
"openSUSE Leap 15.6:python310-devel-3.10.19-150400.4.97.1.x86_64",
"openSUSE Leap 15.6:python310-doc-3.10.19-150400.4.97.1.aarch64",
"openSUSE Leap 15.6:python310-doc-3.10.19-150400.4.97.1.ppc64le",
"openSUSE Leap 15.6:python310-doc-3.10.19-150400.4.97.1.s390x",
"openSUSE Leap 15.6:python310-doc-3.10.19-150400.4.97.1.x86_64",
"openSUSE Leap 15.6:python310-doc-devhelp-3.10.19-150400.4.97.1.aarch64",
"openSUSE Leap 15.6:python310-doc-devhelp-3.10.19-150400.4.97.1.ppc64le",
"openSUSE Leap 15.6:python310-doc-devhelp-3.10.19-150400.4.97.1.s390x",
"openSUSE Leap 15.6:python310-doc-devhelp-3.10.19-150400.4.97.1.x86_64",
"openSUSE Leap 15.6:python310-idle-3.10.19-150400.4.97.1.aarch64",
"openSUSE Leap 15.6:python310-idle-3.10.19-150400.4.97.1.ppc64le",
"openSUSE Leap 15.6:python310-idle-3.10.19-150400.4.97.1.s390x",
"openSUSE Leap 15.6:python310-idle-3.10.19-150400.4.97.1.x86_64",
"openSUSE Leap 15.6:python310-testsuite-3.10.19-150400.4.97.1.aarch64",
"openSUSE Leap 15.6:python310-testsuite-3.10.19-150400.4.97.1.ppc64le",
"openSUSE Leap 15.6:python310-testsuite-3.10.19-150400.4.97.1.s390x",
"openSUSE Leap 15.6:python310-testsuite-3.10.19-150400.4.97.1.x86_64",
"openSUSE Leap 15.6:python310-tk-3.10.19-150400.4.97.1.aarch64",
"openSUSE Leap 15.6:python310-tk-3.10.19-150400.4.97.1.ppc64le",
"openSUSE Leap 15.6:python310-tk-3.10.19-150400.4.97.1.s390x",
"openSUSE Leap 15.6:python310-tk-3.10.19-150400.4.97.1.x86_64",
"openSUSE Leap 15.6:python310-tools-3.10.19-150400.4.97.1.aarch64",
"openSUSE Leap 15.6:python310-tools-3.10.19-150400.4.97.1.ppc64le",
"openSUSE Leap 15.6:python310-tools-3.10.19-150400.4.97.1.s390x",
"openSUSE Leap 15.6:python310-tools-3.10.19-150400.4.97.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-0672",
"url": "https://www.suse.com/security/cve/CVE-2026-0672"
},
{
"category": "external",
"summary": "SUSE Bug 1257031 for CVE-2026-0672",
"url": "https://bugzilla.suse.com/1257031"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_10-1_0-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_10-1_0-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-base-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-base-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-curses-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-curses-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-dbm-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-dbm-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-devel-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-devel-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-idle-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-idle-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-tk-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-tk-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-tools-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-tools-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_10-1_0-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_10-1_0-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-base-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-base-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-curses-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-curses-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-dbm-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-dbm-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-devel-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-devel-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-idle-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-idle-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-tk-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-tk-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-tools-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-tools-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_10-1_0-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_10-1_0-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_10-1_0-3.10.19-150400.4.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_10-1_0-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-3.10.19-150400.4.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-base-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-base-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-base-3.10.19-150400.4.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-base-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-curses-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-curses-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-curses-3.10.19-150400.4.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-curses-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-dbm-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-dbm-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-dbm-3.10.19-150400.4.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-dbm-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-devel-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-devel-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-devel-3.10.19-150400.4.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-devel-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-idle-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-idle-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-idle-3.10.19-150400.4.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-idle-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tk-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tk-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tk-3.10.19-150400.4.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tk-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tools-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tools-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tools-3.10.19-150400.4.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tools-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_10-1_0-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_10-1_0-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-base-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-base-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-curses-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-curses-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-dbm-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-dbm-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-devel-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-devel-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-idle-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-idle-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-tk-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-tk-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-tools-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-tools-3.10.19-150400.4.97.1.x86_64",
"openSUSE Leap 15.6:libpython3_10-1_0-3.10.19-150400.4.97.1.aarch64",
"openSUSE Leap 15.6:libpython3_10-1_0-3.10.19-150400.4.97.1.ppc64le",
"openSUSE Leap 15.6:libpython3_10-1_0-3.10.19-150400.4.97.1.s390x",
"openSUSE Leap 15.6:libpython3_10-1_0-3.10.19-150400.4.97.1.x86_64",
"openSUSE Leap 15.6:libpython3_10-1_0-32bit-3.10.19-150400.4.97.1.x86_64",
"openSUSE Leap 15.6:python310-3.10.19-150400.4.97.1.aarch64",
"openSUSE Leap 15.6:python310-3.10.19-150400.4.97.1.ppc64le",
"openSUSE Leap 15.6:python310-3.10.19-150400.4.97.1.s390x",
"openSUSE Leap 15.6:python310-3.10.19-150400.4.97.1.x86_64",
"openSUSE Leap 15.6:python310-32bit-3.10.19-150400.4.97.1.x86_64",
"openSUSE Leap 15.6:python310-base-3.10.19-150400.4.97.1.aarch64",
"openSUSE Leap 15.6:python310-base-3.10.19-150400.4.97.1.ppc64le",
"openSUSE Leap 15.6:python310-base-3.10.19-150400.4.97.1.s390x",
"openSUSE Leap 15.6:python310-base-3.10.19-150400.4.97.1.x86_64",
"openSUSE Leap 15.6:python310-base-32bit-3.10.19-150400.4.97.1.x86_64",
"openSUSE Leap 15.6:python310-curses-3.10.19-150400.4.97.1.aarch64",
"openSUSE Leap 15.6:python310-curses-3.10.19-150400.4.97.1.ppc64le",
"openSUSE Leap 15.6:python310-curses-3.10.19-150400.4.97.1.s390x",
"openSUSE Leap 15.6:python310-curses-3.10.19-150400.4.97.1.x86_64",
"openSUSE Leap 15.6:python310-dbm-3.10.19-150400.4.97.1.aarch64",
"openSUSE Leap 15.6:python310-dbm-3.10.19-150400.4.97.1.ppc64le",
"openSUSE Leap 15.6:python310-dbm-3.10.19-150400.4.97.1.s390x",
"openSUSE Leap 15.6:python310-dbm-3.10.19-150400.4.97.1.x86_64",
"openSUSE Leap 15.6:python310-devel-3.10.19-150400.4.97.1.aarch64",
"openSUSE Leap 15.6:python310-devel-3.10.19-150400.4.97.1.ppc64le",
"openSUSE Leap 15.6:python310-devel-3.10.19-150400.4.97.1.s390x",
"openSUSE Leap 15.6:python310-devel-3.10.19-150400.4.97.1.x86_64",
"openSUSE Leap 15.6:python310-doc-3.10.19-150400.4.97.1.aarch64",
"openSUSE Leap 15.6:python310-doc-3.10.19-150400.4.97.1.ppc64le",
"openSUSE Leap 15.6:python310-doc-3.10.19-150400.4.97.1.s390x",
"openSUSE Leap 15.6:python310-doc-3.10.19-150400.4.97.1.x86_64",
"openSUSE Leap 15.6:python310-doc-devhelp-3.10.19-150400.4.97.1.aarch64",
"openSUSE Leap 15.6:python310-doc-devhelp-3.10.19-150400.4.97.1.ppc64le",
"openSUSE Leap 15.6:python310-doc-devhelp-3.10.19-150400.4.97.1.s390x",
"openSUSE Leap 15.6:python310-doc-devhelp-3.10.19-150400.4.97.1.x86_64",
"openSUSE Leap 15.6:python310-idle-3.10.19-150400.4.97.1.aarch64",
"openSUSE Leap 15.6:python310-idle-3.10.19-150400.4.97.1.ppc64le",
"openSUSE Leap 15.6:python310-idle-3.10.19-150400.4.97.1.s390x",
"openSUSE Leap 15.6:python310-idle-3.10.19-150400.4.97.1.x86_64",
"openSUSE Leap 15.6:python310-testsuite-3.10.19-150400.4.97.1.aarch64",
"openSUSE Leap 15.6:python310-testsuite-3.10.19-150400.4.97.1.ppc64le",
"openSUSE Leap 15.6:python310-testsuite-3.10.19-150400.4.97.1.s390x",
"openSUSE Leap 15.6:python310-testsuite-3.10.19-150400.4.97.1.x86_64",
"openSUSE Leap 15.6:python310-tk-3.10.19-150400.4.97.1.aarch64",
"openSUSE Leap 15.6:python310-tk-3.10.19-150400.4.97.1.ppc64le",
"openSUSE Leap 15.6:python310-tk-3.10.19-150400.4.97.1.s390x",
"openSUSE Leap 15.6:python310-tk-3.10.19-150400.4.97.1.x86_64",
"openSUSE Leap 15.6:python310-tools-3.10.19-150400.4.97.1.aarch64",
"openSUSE Leap 15.6:python310-tools-3.10.19-150400.4.97.1.ppc64le",
"openSUSE Leap 15.6:python310-tools-3.10.19-150400.4.97.1.s390x",
"openSUSE Leap 15.6:python310-tools-3.10.19-150400.4.97.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_10-1_0-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_10-1_0-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-base-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-base-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-curses-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-curses-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-dbm-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-dbm-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-devel-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-devel-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-idle-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-idle-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-tk-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-tk-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-tools-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-tools-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_10-1_0-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_10-1_0-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-base-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-base-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-curses-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-curses-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-dbm-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-dbm-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-devel-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-devel-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-idle-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-idle-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-tk-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-tk-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-tools-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-tools-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_10-1_0-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_10-1_0-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_10-1_0-3.10.19-150400.4.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_10-1_0-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-3.10.19-150400.4.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-base-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-base-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-base-3.10.19-150400.4.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-base-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-curses-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-curses-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-curses-3.10.19-150400.4.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-curses-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-dbm-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-dbm-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-dbm-3.10.19-150400.4.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-dbm-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-devel-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-devel-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-devel-3.10.19-150400.4.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-devel-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-idle-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-idle-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-idle-3.10.19-150400.4.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-idle-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tk-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tk-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tk-3.10.19-150400.4.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tk-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tools-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tools-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tools-3.10.19-150400.4.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tools-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_10-1_0-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_10-1_0-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-base-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-base-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-curses-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-curses-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-dbm-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-dbm-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-devel-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-devel-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-idle-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-idle-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-tk-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-tk-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-tools-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-tools-3.10.19-150400.4.97.1.x86_64",
"openSUSE Leap 15.6:libpython3_10-1_0-3.10.19-150400.4.97.1.aarch64",
"openSUSE Leap 15.6:libpython3_10-1_0-3.10.19-150400.4.97.1.ppc64le",
"openSUSE Leap 15.6:libpython3_10-1_0-3.10.19-150400.4.97.1.s390x",
"openSUSE Leap 15.6:libpython3_10-1_0-3.10.19-150400.4.97.1.x86_64",
"openSUSE Leap 15.6:libpython3_10-1_0-32bit-3.10.19-150400.4.97.1.x86_64",
"openSUSE Leap 15.6:python310-3.10.19-150400.4.97.1.aarch64",
"openSUSE Leap 15.6:python310-3.10.19-150400.4.97.1.ppc64le",
"openSUSE Leap 15.6:python310-3.10.19-150400.4.97.1.s390x",
"openSUSE Leap 15.6:python310-3.10.19-150400.4.97.1.x86_64",
"openSUSE Leap 15.6:python310-32bit-3.10.19-150400.4.97.1.x86_64",
"openSUSE Leap 15.6:python310-base-3.10.19-150400.4.97.1.aarch64",
"openSUSE Leap 15.6:python310-base-3.10.19-150400.4.97.1.ppc64le",
"openSUSE Leap 15.6:python310-base-3.10.19-150400.4.97.1.s390x",
"openSUSE Leap 15.6:python310-base-3.10.19-150400.4.97.1.x86_64",
"openSUSE Leap 15.6:python310-base-32bit-3.10.19-150400.4.97.1.x86_64",
"openSUSE Leap 15.6:python310-curses-3.10.19-150400.4.97.1.aarch64",
"openSUSE Leap 15.6:python310-curses-3.10.19-150400.4.97.1.ppc64le",
"openSUSE Leap 15.6:python310-curses-3.10.19-150400.4.97.1.s390x",
"openSUSE Leap 15.6:python310-curses-3.10.19-150400.4.97.1.x86_64",
"openSUSE Leap 15.6:python310-dbm-3.10.19-150400.4.97.1.aarch64",
"openSUSE Leap 15.6:python310-dbm-3.10.19-150400.4.97.1.ppc64le",
"openSUSE Leap 15.6:python310-dbm-3.10.19-150400.4.97.1.s390x",
"openSUSE Leap 15.6:python310-dbm-3.10.19-150400.4.97.1.x86_64",
"openSUSE Leap 15.6:python310-devel-3.10.19-150400.4.97.1.aarch64",
"openSUSE Leap 15.6:python310-devel-3.10.19-150400.4.97.1.ppc64le",
"openSUSE Leap 15.6:python310-devel-3.10.19-150400.4.97.1.s390x",
"openSUSE Leap 15.6:python310-devel-3.10.19-150400.4.97.1.x86_64",
"openSUSE Leap 15.6:python310-doc-3.10.19-150400.4.97.1.aarch64",
"openSUSE Leap 15.6:python310-doc-3.10.19-150400.4.97.1.ppc64le",
"openSUSE Leap 15.6:python310-doc-3.10.19-150400.4.97.1.s390x",
"openSUSE Leap 15.6:python310-doc-3.10.19-150400.4.97.1.x86_64",
"openSUSE Leap 15.6:python310-doc-devhelp-3.10.19-150400.4.97.1.aarch64",
"openSUSE Leap 15.6:python310-doc-devhelp-3.10.19-150400.4.97.1.ppc64le",
"openSUSE Leap 15.6:python310-doc-devhelp-3.10.19-150400.4.97.1.s390x",
"openSUSE Leap 15.6:python310-doc-devhelp-3.10.19-150400.4.97.1.x86_64",
"openSUSE Leap 15.6:python310-idle-3.10.19-150400.4.97.1.aarch64",
"openSUSE Leap 15.6:python310-idle-3.10.19-150400.4.97.1.ppc64le",
"openSUSE Leap 15.6:python310-idle-3.10.19-150400.4.97.1.s390x",
"openSUSE Leap 15.6:python310-idle-3.10.19-150400.4.97.1.x86_64",
"openSUSE Leap 15.6:python310-testsuite-3.10.19-150400.4.97.1.aarch64",
"openSUSE Leap 15.6:python310-testsuite-3.10.19-150400.4.97.1.ppc64le",
"openSUSE Leap 15.6:python310-testsuite-3.10.19-150400.4.97.1.s390x",
"openSUSE Leap 15.6:python310-testsuite-3.10.19-150400.4.97.1.x86_64",
"openSUSE Leap 15.6:python310-tk-3.10.19-150400.4.97.1.aarch64",
"openSUSE Leap 15.6:python310-tk-3.10.19-150400.4.97.1.ppc64le",
"openSUSE Leap 15.6:python310-tk-3.10.19-150400.4.97.1.s390x",
"openSUSE Leap 15.6:python310-tk-3.10.19-150400.4.97.1.x86_64",
"openSUSE Leap 15.6:python310-tools-3.10.19-150400.4.97.1.aarch64",
"openSUSE Leap 15.6:python310-tools-3.10.19-150400.4.97.1.ppc64le",
"openSUSE Leap 15.6:python310-tools-3.10.19-150400.4.97.1.s390x",
"openSUSE Leap 15.6:python310-tools-3.10.19-150400.4.97.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-02-24T15:14:45Z",
"details": "important"
}
],
"title": "CVE-2026-0672"
},
{
"cve": "CVE-2026-0865",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-0865"
}
],
"notes": [
{
"category": "general",
"text": "User-controlled header names and values containing newlines can allow injecting HTTP headers.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_10-1_0-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_10-1_0-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-base-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-base-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-curses-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-curses-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-dbm-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-dbm-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-devel-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-devel-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-idle-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-idle-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-tk-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-tk-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-tools-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-tools-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_10-1_0-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_10-1_0-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-base-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-base-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-curses-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-curses-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-dbm-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-dbm-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-devel-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-devel-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-idle-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-idle-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-tk-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-tk-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-tools-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-tools-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_10-1_0-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_10-1_0-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_10-1_0-3.10.19-150400.4.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_10-1_0-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-3.10.19-150400.4.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-base-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-base-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-base-3.10.19-150400.4.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-base-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-curses-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-curses-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-curses-3.10.19-150400.4.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-curses-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-dbm-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-dbm-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-dbm-3.10.19-150400.4.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-dbm-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-devel-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-devel-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-devel-3.10.19-150400.4.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-devel-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-idle-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-idle-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-idle-3.10.19-150400.4.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-idle-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tk-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tk-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tk-3.10.19-150400.4.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tk-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tools-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tools-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tools-3.10.19-150400.4.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tools-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_10-1_0-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_10-1_0-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-base-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-base-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-curses-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-curses-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-dbm-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-dbm-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-devel-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-devel-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-idle-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-idle-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-tk-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-tk-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-tools-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-tools-3.10.19-150400.4.97.1.x86_64",
"openSUSE Leap 15.6:libpython3_10-1_0-3.10.19-150400.4.97.1.aarch64",
"openSUSE Leap 15.6:libpython3_10-1_0-3.10.19-150400.4.97.1.ppc64le",
"openSUSE Leap 15.6:libpython3_10-1_0-3.10.19-150400.4.97.1.s390x",
"openSUSE Leap 15.6:libpython3_10-1_0-3.10.19-150400.4.97.1.x86_64",
"openSUSE Leap 15.6:libpython3_10-1_0-32bit-3.10.19-150400.4.97.1.x86_64",
"openSUSE Leap 15.6:python310-3.10.19-150400.4.97.1.aarch64",
"openSUSE Leap 15.6:python310-3.10.19-150400.4.97.1.ppc64le",
"openSUSE Leap 15.6:python310-3.10.19-150400.4.97.1.s390x",
"openSUSE Leap 15.6:python310-3.10.19-150400.4.97.1.x86_64",
"openSUSE Leap 15.6:python310-32bit-3.10.19-150400.4.97.1.x86_64",
"openSUSE Leap 15.6:python310-base-3.10.19-150400.4.97.1.aarch64",
"openSUSE Leap 15.6:python310-base-3.10.19-150400.4.97.1.ppc64le",
"openSUSE Leap 15.6:python310-base-3.10.19-150400.4.97.1.s390x",
"openSUSE Leap 15.6:python310-base-3.10.19-150400.4.97.1.x86_64",
"openSUSE Leap 15.6:python310-base-32bit-3.10.19-150400.4.97.1.x86_64",
"openSUSE Leap 15.6:python310-curses-3.10.19-150400.4.97.1.aarch64",
"openSUSE Leap 15.6:python310-curses-3.10.19-150400.4.97.1.ppc64le",
"openSUSE Leap 15.6:python310-curses-3.10.19-150400.4.97.1.s390x",
"openSUSE Leap 15.6:python310-curses-3.10.19-150400.4.97.1.x86_64",
"openSUSE Leap 15.6:python310-dbm-3.10.19-150400.4.97.1.aarch64",
"openSUSE Leap 15.6:python310-dbm-3.10.19-150400.4.97.1.ppc64le",
"openSUSE Leap 15.6:python310-dbm-3.10.19-150400.4.97.1.s390x",
"openSUSE Leap 15.6:python310-dbm-3.10.19-150400.4.97.1.x86_64",
"openSUSE Leap 15.6:python310-devel-3.10.19-150400.4.97.1.aarch64",
"openSUSE Leap 15.6:python310-devel-3.10.19-150400.4.97.1.ppc64le",
"openSUSE Leap 15.6:python310-devel-3.10.19-150400.4.97.1.s390x",
"openSUSE Leap 15.6:python310-devel-3.10.19-150400.4.97.1.x86_64",
"openSUSE Leap 15.6:python310-doc-3.10.19-150400.4.97.1.aarch64",
"openSUSE Leap 15.6:python310-doc-3.10.19-150400.4.97.1.ppc64le",
"openSUSE Leap 15.6:python310-doc-3.10.19-150400.4.97.1.s390x",
"openSUSE Leap 15.6:python310-doc-3.10.19-150400.4.97.1.x86_64",
"openSUSE Leap 15.6:python310-doc-devhelp-3.10.19-150400.4.97.1.aarch64",
"openSUSE Leap 15.6:python310-doc-devhelp-3.10.19-150400.4.97.1.ppc64le",
"openSUSE Leap 15.6:python310-doc-devhelp-3.10.19-150400.4.97.1.s390x",
"openSUSE Leap 15.6:python310-doc-devhelp-3.10.19-150400.4.97.1.x86_64",
"openSUSE Leap 15.6:python310-idle-3.10.19-150400.4.97.1.aarch64",
"openSUSE Leap 15.6:python310-idle-3.10.19-150400.4.97.1.ppc64le",
"openSUSE Leap 15.6:python310-idle-3.10.19-150400.4.97.1.s390x",
"openSUSE Leap 15.6:python310-idle-3.10.19-150400.4.97.1.x86_64",
"openSUSE Leap 15.6:python310-testsuite-3.10.19-150400.4.97.1.aarch64",
"openSUSE Leap 15.6:python310-testsuite-3.10.19-150400.4.97.1.ppc64le",
"openSUSE Leap 15.6:python310-testsuite-3.10.19-150400.4.97.1.s390x",
"openSUSE Leap 15.6:python310-testsuite-3.10.19-150400.4.97.1.x86_64",
"openSUSE Leap 15.6:python310-tk-3.10.19-150400.4.97.1.aarch64",
"openSUSE Leap 15.6:python310-tk-3.10.19-150400.4.97.1.ppc64le",
"openSUSE Leap 15.6:python310-tk-3.10.19-150400.4.97.1.s390x",
"openSUSE Leap 15.6:python310-tk-3.10.19-150400.4.97.1.x86_64",
"openSUSE Leap 15.6:python310-tools-3.10.19-150400.4.97.1.aarch64",
"openSUSE Leap 15.6:python310-tools-3.10.19-150400.4.97.1.ppc64le",
"openSUSE Leap 15.6:python310-tools-3.10.19-150400.4.97.1.s390x",
"openSUSE Leap 15.6:python310-tools-3.10.19-150400.4.97.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-0865",
"url": "https://www.suse.com/security/cve/CVE-2026-0865"
},
{
"category": "external",
"summary": "SUSE Bug 1257042 for CVE-2026-0865",
"url": "https://bugzilla.suse.com/1257042"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_10-1_0-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_10-1_0-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-base-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-base-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-curses-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-curses-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-dbm-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-dbm-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-devel-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-devel-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-idle-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-idle-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-tk-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-tk-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-tools-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-tools-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_10-1_0-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_10-1_0-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-base-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-base-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-curses-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-curses-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-dbm-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-dbm-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-devel-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-devel-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-idle-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-idle-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-tk-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-tk-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-tools-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-tools-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_10-1_0-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_10-1_0-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_10-1_0-3.10.19-150400.4.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_10-1_0-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-3.10.19-150400.4.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-base-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-base-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-base-3.10.19-150400.4.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-base-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-curses-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-curses-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-curses-3.10.19-150400.4.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-curses-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-dbm-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-dbm-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-dbm-3.10.19-150400.4.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-dbm-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-devel-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-devel-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-devel-3.10.19-150400.4.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-devel-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-idle-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-idle-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-idle-3.10.19-150400.4.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-idle-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tk-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tk-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tk-3.10.19-150400.4.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tk-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tools-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tools-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tools-3.10.19-150400.4.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tools-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_10-1_0-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_10-1_0-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-base-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-base-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-curses-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-curses-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-dbm-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-dbm-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-devel-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-devel-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-idle-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-idle-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-tk-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-tk-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-tools-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-tools-3.10.19-150400.4.97.1.x86_64",
"openSUSE Leap 15.6:libpython3_10-1_0-3.10.19-150400.4.97.1.aarch64",
"openSUSE Leap 15.6:libpython3_10-1_0-3.10.19-150400.4.97.1.ppc64le",
"openSUSE Leap 15.6:libpython3_10-1_0-3.10.19-150400.4.97.1.s390x",
"openSUSE Leap 15.6:libpython3_10-1_0-3.10.19-150400.4.97.1.x86_64",
"openSUSE Leap 15.6:libpython3_10-1_0-32bit-3.10.19-150400.4.97.1.x86_64",
"openSUSE Leap 15.6:python310-3.10.19-150400.4.97.1.aarch64",
"openSUSE Leap 15.6:python310-3.10.19-150400.4.97.1.ppc64le",
"openSUSE Leap 15.6:python310-3.10.19-150400.4.97.1.s390x",
"openSUSE Leap 15.6:python310-3.10.19-150400.4.97.1.x86_64",
"openSUSE Leap 15.6:python310-32bit-3.10.19-150400.4.97.1.x86_64",
"openSUSE Leap 15.6:python310-base-3.10.19-150400.4.97.1.aarch64",
"openSUSE Leap 15.6:python310-base-3.10.19-150400.4.97.1.ppc64le",
"openSUSE Leap 15.6:python310-base-3.10.19-150400.4.97.1.s390x",
"openSUSE Leap 15.6:python310-base-3.10.19-150400.4.97.1.x86_64",
"openSUSE Leap 15.6:python310-base-32bit-3.10.19-150400.4.97.1.x86_64",
"openSUSE Leap 15.6:python310-curses-3.10.19-150400.4.97.1.aarch64",
"openSUSE Leap 15.6:python310-curses-3.10.19-150400.4.97.1.ppc64le",
"openSUSE Leap 15.6:python310-curses-3.10.19-150400.4.97.1.s390x",
"openSUSE Leap 15.6:python310-curses-3.10.19-150400.4.97.1.x86_64",
"openSUSE Leap 15.6:python310-dbm-3.10.19-150400.4.97.1.aarch64",
"openSUSE Leap 15.6:python310-dbm-3.10.19-150400.4.97.1.ppc64le",
"openSUSE Leap 15.6:python310-dbm-3.10.19-150400.4.97.1.s390x",
"openSUSE Leap 15.6:python310-dbm-3.10.19-150400.4.97.1.x86_64",
"openSUSE Leap 15.6:python310-devel-3.10.19-150400.4.97.1.aarch64",
"openSUSE Leap 15.6:python310-devel-3.10.19-150400.4.97.1.ppc64le",
"openSUSE Leap 15.6:python310-devel-3.10.19-150400.4.97.1.s390x",
"openSUSE Leap 15.6:python310-devel-3.10.19-150400.4.97.1.x86_64",
"openSUSE Leap 15.6:python310-doc-3.10.19-150400.4.97.1.aarch64",
"openSUSE Leap 15.6:python310-doc-3.10.19-150400.4.97.1.ppc64le",
"openSUSE Leap 15.6:python310-doc-3.10.19-150400.4.97.1.s390x",
"openSUSE Leap 15.6:python310-doc-3.10.19-150400.4.97.1.x86_64",
"openSUSE Leap 15.6:python310-doc-devhelp-3.10.19-150400.4.97.1.aarch64",
"openSUSE Leap 15.6:python310-doc-devhelp-3.10.19-150400.4.97.1.ppc64le",
"openSUSE Leap 15.6:python310-doc-devhelp-3.10.19-150400.4.97.1.s390x",
"openSUSE Leap 15.6:python310-doc-devhelp-3.10.19-150400.4.97.1.x86_64",
"openSUSE Leap 15.6:python310-idle-3.10.19-150400.4.97.1.aarch64",
"openSUSE Leap 15.6:python310-idle-3.10.19-150400.4.97.1.ppc64le",
"openSUSE Leap 15.6:python310-idle-3.10.19-150400.4.97.1.s390x",
"openSUSE Leap 15.6:python310-idle-3.10.19-150400.4.97.1.x86_64",
"openSUSE Leap 15.6:python310-testsuite-3.10.19-150400.4.97.1.aarch64",
"openSUSE Leap 15.6:python310-testsuite-3.10.19-150400.4.97.1.ppc64le",
"openSUSE Leap 15.6:python310-testsuite-3.10.19-150400.4.97.1.s390x",
"openSUSE Leap 15.6:python310-testsuite-3.10.19-150400.4.97.1.x86_64",
"openSUSE Leap 15.6:python310-tk-3.10.19-150400.4.97.1.aarch64",
"openSUSE Leap 15.6:python310-tk-3.10.19-150400.4.97.1.ppc64le",
"openSUSE Leap 15.6:python310-tk-3.10.19-150400.4.97.1.s390x",
"openSUSE Leap 15.6:python310-tk-3.10.19-150400.4.97.1.x86_64",
"openSUSE Leap 15.6:python310-tools-3.10.19-150400.4.97.1.aarch64",
"openSUSE Leap 15.6:python310-tools-3.10.19-150400.4.97.1.ppc64le",
"openSUSE Leap 15.6:python310-tools-3.10.19-150400.4.97.1.s390x",
"openSUSE Leap 15.6:python310-tools-3.10.19-150400.4.97.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_10-1_0-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_10-1_0-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-base-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-base-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-curses-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-curses-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-dbm-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-dbm-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-devel-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-devel-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-idle-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-idle-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-tk-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-tk-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-tools-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python310-tools-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_10-1_0-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_10-1_0-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-base-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-base-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-curses-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-curses-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-dbm-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-dbm-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-devel-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-devel-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-idle-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-idle-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-tk-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-tk-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-tools-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python310-tools-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_10-1_0-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_10-1_0-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_10-1_0-3.10.19-150400.4.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_10-1_0-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-3.10.19-150400.4.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-base-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-base-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-base-3.10.19-150400.4.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-base-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-curses-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-curses-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-curses-3.10.19-150400.4.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-curses-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-dbm-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-dbm-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-dbm-3.10.19-150400.4.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-dbm-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-devel-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-devel-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-devel-3.10.19-150400.4.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-devel-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-idle-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-idle-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-idle-3.10.19-150400.4.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-idle-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tk-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tk-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tk-3.10.19-150400.4.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tk-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tools-3.10.19-150400.4.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tools-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tools-3.10.19-150400.4.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python310-tools-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_10-1_0-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_10-1_0-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-base-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-base-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-curses-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-curses-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-dbm-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-dbm-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-devel-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-devel-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-idle-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-idle-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-tk-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-tk-3.10.19-150400.4.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-tools-3.10.19-150400.4.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python310-tools-3.10.19-150400.4.97.1.x86_64",
"openSUSE Leap 15.6:libpython3_10-1_0-3.10.19-150400.4.97.1.aarch64",
"openSUSE Leap 15.6:libpython3_10-1_0-3.10.19-150400.4.97.1.ppc64le",
"openSUSE Leap 15.6:libpython3_10-1_0-3.10.19-150400.4.97.1.s390x",
"openSUSE Leap 15.6:libpython3_10-1_0-3.10.19-150400.4.97.1.x86_64",
"openSUSE Leap 15.6:libpython3_10-1_0-32bit-3.10.19-150400.4.97.1.x86_64",
"openSUSE Leap 15.6:python310-3.10.19-150400.4.97.1.aarch64",
"openSUSE Leap 15.6:python310-3.10.19-150400.4.97.1.ppc64le",
"openSUSE Leap 15.6:python310-3.10.19-150400.4.97.1.s390x",
"openSUSE Leap 15.6:python310-3.10.19-150400.4.97.1.x86_64",
"openSUSE Leap 15.6:python310-32bit-3.10.19-150400.4.97.1.x86_64",
"openSUSE Leap 15.6:python310-base-3.10.19-150400.4.97.1.aarch64",
"openSUSE Leap 15.6:python310-base-3.10.19-150400.4.97.1.ppc64le",
"openSUSE Leap 15.6:python310-base-3.10.19-150400.4.97.1.s390x",
"openSUSE Leap 15.6:python310-base-3.10.19-150400.4.97.1.x86_64",
"openSUSE Leap 15.6:python310-base-32bit-3.10.19-150400.4.97.1.x86_64",
"openSUSE Leap 15.6:python310-curses-3.10.19-150400.4.97.1.aarch64",
"openSUSE Leap 15.6:python310-curses-3.10.19-150400.4.97.1.ppc64le",
"openSUSE Leap 15.6:python310-curses-3.10.19-150400.4.97.1.s390x",
"openSUSE Leap 15.6:python310-curses-3.10.19-150400.4.97.1.x86_64",
"openSUSE Leap 15.6:python310-dbm-3.10.19-150400.4.97.1.aarch64",
"openSUSE Leap 15.6:python310-dbm-3.10.19-150400.4.97.1.ppc64le",
"openSUSE Leap 15.6:python310-dbm-3.10.19-150400.4.97.1.s390x",
"openSUSE Leap 15.6:python310-dbm-3.10.19-150400.4.97.1.x86_64",
"openSUSE Leap 15.6:python310-devel-3.10.19-150400.4.97.1.aarch64",
"openSUSE Leap 15.6:python310-devel-3.10.19-150400.4.97.1.ppc64le",
"openSUSE Leap 15.6:python310-devel-3.10.19-150400.4.97.1.s390x",
"openSUSE Leap 15.6:python310-devel-3.10.19-150400.4.97.1.x86_64",
"openSUSE Leap 15.6:python310-doc-3.10.19-150400.4.97.1.aarch64",
"openSUSE Leap 15.6:python310-doc-3.10.19-150400.4.97.1.ppc64le",
"openSUSE Leap 15.6:python310-doc-3.10.19-150400.4.97.1.s390x",
"openSUSE Leap 15.6:python310-doc-3.10.19-150400.4.97.1.x86_64",
"openSUSE Leap 15.6:python310-doc-devhelp-3.10.19-150400.4.97.1.aarch64",
"openSUSE Leap 15.6:python310-doc-devhelp-3.10.19-150400.4.97.1.ppc64le",
"openSUSE Leap 15.6:python310-doc-devhelp-3.10.19-150400.4.97.1.s390x",
"openSUSE Leap 15.6:python310-doc-devhelp-3.10.19-150400.4.97.1.x86_64",
"openSUSE Leap 15.6:python310-idle-3.10.19-150400.4.97.1.aarch64",
"openSUSE Leap 15.6:python310-idle-3.10.19-150400.4.97.1.ppc64le",
"openSUSE Leap 15.6:python310-idle-3.10.19-150400.4.97.1.s390x",
"openSUSE Leap 15.6:python310-idle-3.10.19-150400.4.97.1.x86_64",
"openSUSE Leap 15.6:python310-testsuite-3.10.19-150400.4.97.1.aarch64",
"openSUSE Leap 15.6:python310-testsuite-3.10.19-150400.4.97.1.ppc64le",
"openSUSE Leap 15.6:python310-testsuite-3.10.19-150400.4.97.1.s390x",
"openSUSE Leap 15.6:python310-testsuite-3.10.19-150400.4.97.1.x86_64",
"openSUSE Leap 15.6:python310-tk-3.10.19-150400.4.97.1.aarch64",
"openSUSE Leap 15.6:python310-tk-3.10.19-150400.4.97.1.ppc64le",
"openSUSE Leap 15.6:python310-tk-3.10.19-150400.4.97.1.s390x",
"openSUSE Leap 15.6:python310-tk-3.10.19-150400.4.97.1.x86_64",
"openSUSE Leap 15.6:python310-tools-3.10.19-150400.4.97.1.aarch64",
"openSUSE Leap 15.6:python310-tools-3.10.19-150400.4.97.1.ppc64le",
"openSUSE Leap 15.6:python310-tools-3.10.19-150400.4.97.1.s390x",
"openSUSE Leap 15.6:python310-tools-3.10.19-150400.4.97.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-02-24T15:14:45Z",
"details": "moderate"
}
],
"title": "CVE-2026-0865"
}
]
}
SUSE-SU-2026:0642-1
Vulnerability from csaf_suse - Published: 2026-02-26 11:53 - Updated: 2026-02-26 11:53| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.12-150700.4.39.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.12-150700.4.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.12-150700.4.39.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.12-150700.4.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.12-150700.4.39.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.12-150700.4.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.12-150700.4.39.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.12-150700.4.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.12-150700.4.39.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.12-150700.4.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.12-150700.4.39.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.12-150700.4.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.12-150700.4.39.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.12-150700.4.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.12-150700.4.39.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.12-150700.4.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.12-150700.4.39.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.12-150700.4.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.12-150700.4.39.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.12-150700.4.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.12-150700.4.39.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.12-150700.4.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.12-150700.4.39.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.12-150700.4.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.12-150700.4.39.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.12-150700.4.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.12-150700.4.39.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.12-150700.4.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.12-150700.4.39.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.12-150700.4.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.12-150700.4.39.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.12-150700.4.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.12-150700.4.39.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.12-150700.4.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.12-150700.4.39.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.12-150700.4.39.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.12-150700.4.39.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.12-150700.4.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.12-150700.4.39.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.12-150700.4.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.12-150700.4.39.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.12-150700.4.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.12-150700.4.39.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.12-150700.4.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.12-150700.4.39.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.12-150700.4.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.12-150700.4.39.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.12-150700.4.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.12-150700.4.39.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.12-150700.4.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.12-150700.4.39.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.12-150700.4.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.12-150700.4.39.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.12-150700.4.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.12-150700.4.39.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.12-150700.4.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.12-150700.4.39.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.12-150700.4.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.12-150700.4.39.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.12-150700.4.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.12-150700.4.39.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.12-150700.4.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.12-150700.4.39.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.12-150700.4.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.12-150700.4.39.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.12-150700.4.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.12-150700.4.39.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.12-150700.4.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.12-150700.4.39.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.12-150700.4.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.12-150700.4.39.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.12-150700.4.39.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.12-150700.4.39.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.12-150700.4.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.12-150700.4.39.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.12-150700.4.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.12-150700.4.39.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.12-150700.4.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.12-150700.4.39.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.12-150700.4.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.12-150700.4.39.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.12-150700.4.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.12-150700.4.39.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.12-150700.4.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.12-150700.4.39.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.12-150700.4.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.12-150700.4.39.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.12-150700.4.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.12-150700.4.39.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.12-150700.4.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.12-150700.4.39.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.12-150700.4.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.12-150700.4.39.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.12-150700.4.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.12-150700.4.39.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.12-150700.4.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.12-150700.4.39.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.12-150700.4.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.12-150700.4.39.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.12-150700.4.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.12-150700.4.39.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.12-150700.4.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.12-150700.4.39.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.12-150700.4.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.12-150700.4.39.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.12-150700.4.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.12-150700.4.39.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.12-150700.4.39.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.12-150700.4.39.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.12-150700.4.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.12-150700.4.39.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.12-150700.4.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.12-150700.4.39.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.12-150700.4.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.12-150700.4.39.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.12-150700.4.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.12-150700.4.39.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.12-150700.4.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.12-150700.4.39.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.12-150700.4.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.12-150700.4.39.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.12-150700.4.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.12-150700.4.39.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.12-150700.4.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.12-150700.4.39.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.12-150700.4.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.12-150700.4.39.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.12-150700.4.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.12-150700.4.39.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.12-150700.4.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.12-150700.4.39.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.12-150700.4.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.12-150700.4.39.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.12-150700.4.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.12-150700.4.39.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.12-150700.4.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.12-150700.4.39.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.12-150700.4.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.12-150700.4.39.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.12-150700.4.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.12-150700.4.39.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.12-150700.4.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.12-150700.4.39.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.12-150700.4.39.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.12-150700.4.39.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.12-150700.4.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.12-150700.4.39.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.12-150700.4.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.12-150700.4.39.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.12-150700.4.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.12-150700.4.39.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.12-150700.4.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.12-150700.4.39.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.12-150700.4.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.12-150700.4.39.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.12-150700.4.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.12-150700.4.39.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.12-150700.4.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.12-150700.4.39.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.12-150700.4.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.12-150700.4.39.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.12-150700.4.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.12-150700.4.39.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.12-150700.4.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.12-150700.4.39.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.12-150700.4.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.12-150700.4.39.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.12-150700.4.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.12-150700.4.39.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.12-150700.4.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.12-150700.4.39.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.12-150700.4.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.12-150700.4.39.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.12-150700.4.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.12-150700.4.39.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.12-150700.4.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.12-150700.4.39.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.12-150700.4.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.12-150700.4.39.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.12-150700.4.39.1.x86_64 | — |
Vendor Fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for python313",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for python313 fixes the following issues:\n\nUpdate to Python 3.13.12\n\n- CVE-2026-0672: Fixed a HTTP header injection via user-controlled cookie values and parameters when using http.cookies.Morsel. (bsc#1257031)\n- CVE-2026-0865: Fixed a bug where a user-controlled header containing newlines can allow injecting HTTP headers. (bsc#1257042)\n- CVE-2025-15282: Fixed a bug where a user-controlled data URLs parsed may allow injecting headers. (bsc#1257046)\n- CVE-2025-11468: Fixed a header injection when folding a long comment in an email header containing exclusively unfoldable characters. (bsc#1257029)\n- CVE-2026-1299: Fixed header injection when an email is serialized due to improper newline quoting in `BytesGenerator`: Fixed a header injection when folding a long comment in an email header containing exclusively unfoldable characters. (bsc#1257029)\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2026-642,SUSE-SLE-Module-Python3-15-SP7-2026-642",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2026_0642-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2026:0642-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-20260642-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2026:0642-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-February/024405.html"
},
{
"category": "self",
"summary": "SUSE Bug 1257029",
"url": "https://bugzilla.suse.com/1257029"
},
{
"category": "self",
"summary": "SUSE Bug 1257031",
"url": "https://bugzilla.suse.com/1257031"
},
{
"category": "self",
"summary": "SUSE Bug 1257042",
"url": "https://bugzilla.suse.com/1257042"
},
{
"category": "self",
"summary": "SUSE Bug 1257046",
"url": "https://bugzilla.suse.com/1257046"
},
{
"category": "self",
"summary": "SUSE Bug 1257181",
"url": "https://bugzilla.suse.com/1257181"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-11468 page",
"url": "https://www.suse.com/security/cve/CVE-2025-11468/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-15282 page",
"url": "https://www.suse.com/security/cve/CVE-2025-15282/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-0672 page",
"url": "https://www.suse.com/security/cve/CVE-2026-0672/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-0865 page",
"url": "https://www.suse.com/security/cve/CVE-2026-0865/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-1299 page",
"url": "https://www.suse.com/security/cve/CVE-2026-1299/"
}
],
"title": "Security update for python313",
"tracking": {
"current_release_date": "2026-02-26T11:53:34Z",
"generator": {
"date": "2026-02-26T11:53:34Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2026:0642-1",
"initial_release_date": "2026-02-26T11:53:34Z",
"revision_history": [
{
"date": "2026-02-26T11:53:34Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "libpython3_13-1_0-3.13.12-150700.4.39.1.aarch64",
"product": {
"name": "libpython3_13-1_0-3.13.12-150700.4.39.1.aarch64",
"product_id": "libpython3_13-1_0-3.13.12-150700.4.39.1.aarch64"
}
},
{
"category": "product_version",
"name": "python313-3.13.12-150700.4.39.1.aarch64",
"product": {
"name": "python313-3.13.12-150700.4.39.1.aarch64",
"product_id": "python313-3.13.12-150700.4.39.1.aarch64"
}
},
{
"category": "product_version",
"name": "python313-base-3.13.12-150700.4.39.1.aarch64",
"product": {
"name": "python313-base-3.13.12-150700.4.39.1.aarch64",
"product_id": "python313-base-3.13.12-150700.4.39.1.aarch64"
}
},
{
"category": "product_version",
"name": "python313-curses-3.13.12-150700.4.39.1.aarch64",
"product": {
"name": "python313-curses-3.13.12-150700.4.39.1.aarch64",
"product_id": "python313-curses-3.13.12-150700.4.39.1.aarch64"
}
},
{
"category": "product_version",
"name": "python313-dbm-3.13.12-150700.4.39.1.aarch64",
"product": {
"name": "python313-dbm-3.13.12-150700.4.39.1.aarch64",
"product_id": "python313-dbm-3.13.12-150700.4.39.1.aarch64"
}
},
{
"category": "product_version",
"name": "python313-devel-3.13.12-150700.4.39.1.aarch64",
"product": {
"name": "python313-devel-3.13.12-150700.4.39.1.aarch64",
"product_id": "python313-devel-3.13.12-150700.4.39.1.aarch64"
}
},
{
"category": "product_version",
"name": "python313-doc-3.13.12-150700.4.39.1.aarch64",
"product": {
"name": "python313-doc-3.13.12-150700.4.39.1.aarch64",
"product_id": "python313-doc-3.13.12-150700.4.39.1.aarch64"
}
},
{
"category": "product_version",
"name": "python313-doc-devhelp-3.13.12-150700.4.39.1.aarch64",
"product": {
"name": "python313-doc-devhelp-3.13.12-150700.4.39.1.aarch64",
"product_id": "python313-doc-devhelp-3.13.12-150700.4.39.1.aarch64"
}
},
{
"category": "product_version",
"name": "python313-idle-3.13.12-150700.4.39.1.aarch64",
"product": {
"name": "python313-idle-3.13.12-150700.4.39.1.aarch64",
"product_id": "python313-idle-3.13.12-150700.4.39.1.aarch64"
}
},
{
"category": "product_version",
"name": "python313-testsuite-3.13.12-150700.4.39.1.aarch64",
"product": {
"name": "python313-testsuite-3.13.12-150700.4.39.1.aarch64",
"product_id": "python313-testsuite-3.13.12-150700.4.39.1.aarch64"
}
},
{
"category": "product_version",
"name": "python313-tk-3.13.12-150700.4.39.1.aarch64",
"product": {
"name": "python313-tk-3.13.12-150700.4.39.1.aarch64",
"product_id": "python313-tk-3.13.12-150700.4.39.1.aarch64"
}
},
{
"category": "product_version",
"name": "python313-tools-3.13.12-150700.4.39.1.aarch64",
"product": {
"name": "python313-tools-3.13.12-150700.4.39.1.aarch64",
"product_id": "python313-tools-3.13.12-150700.4.39.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_13-1_0-64bit-3.13.12-150700.4.39.1.aarch64_ilp32",
"product": {
"name": "libpython3_13-1_0-64bit-3.13.12-150700.4.39.1.aarch64_ilp32",
"product_id": "libpython3_13-1_0-64bit-3.13.12-150700.4.39.1.aarch64_ilp32"
}
},
{
"category": "product_version",
"name": "python313-64bit-3.13.12-150700.4.39.1.aarch64_ilp32",
"product": {
"name": "python313-64bit-3.13.12-150700.4.39.1.aarch64_ilp32",
"product_id": "python313-64bit-3.13.12-150700.4.39.1.aarch64_ilp32"
}
},
{
"category": "product_version",
"name": "python313-base-64bit-3.13.12-150700.4.39.1.aarch64_ilp32",
"product": {
"name": "python313-base-64bit-3.13.12-150700.4.39.1.aarch64_ilp32",
"product_id": "python313-base-64bit-3.13.12-150700.4.39.1.aarch64_ilp32"
}
}
],
"category": "architecture",
"name": "aarch64_ilp32"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_13-1_0-3.13.12-150700.4.39.1.i586",
"product": {
"name": "libpython3_13-1_0-3.13.12-150700.4.39.1.i586",
"product_id": "libpython3_13-1_0-3.13.12-150700.4.39.1.i586"
}
},
{
"category": "product_version",
"name": "libpython3_13t1_0-3.13.12-150700.4.39.1.i586",
"product": {
"name": "libpython3_13t1_0-3.13.12-150700.4.39.1.i586",
"product_id": "libpython3_13t1_0-3.13.12-150700.4.39.1.i586"
}
},
{
"category": "product_version",
"name": "python313-3.13.12-150700.4.39.1.i586",
"product": {
"name": "python313-3.13.12-150700.4.39.1.i586",
"product_id": "python313-3.13.12-150700.4.39.1.i586"
}
},
{
"category": "product_version",
"name": "python313-base-3.13.12-150700.4.39.1.i586",
"product": {
"name": "python313-base-3.13.12-150700.4.39.1.i586",
"product_id": "python313-base-3.13.12-150700.4.39.1.i586"
}
},
{
"category": "product_version",
"name": "python313-curses-3.13.12-150700.4.39.1.i586",
"product": {
"name": "python313-curses-3.13.12-150700.4.39.1.i586",
"product_id": "python313-curses-3.13.12-150700.4.39.1.i586"
}
},
{
"category": "product_version",
"name": "python313-dbm-3.13.12-150700.4.39.1.i586",
"product": {
"name": "python313-dbm-3.13.12-150700.4.39.1.i586",
"product_id": "python313-dbm-3.13.12-150700.4.39.1.i586"
}
},
{
"category": "product_version",
"name": "python313-devel-3.13.12-150700.4.39.1.i586",
"product": {
"name": "python313-devel-3.13.12-150700.4.39.1.i586",
"product_id": "python313-devel-3.13.12-150700.4.39.1.i586"
}
},
{
"category": "product_version",
"name": "python313-doc-3.13.12-150700.4.39.1.i586",
"product": {
"name": "python313-doc-3.13.12-150700.4.39.1.i586",
"product_id": "python313-doc-3.13.12-150700.4.39.1.i586"
}
},
{
"category": "product_version",
"name": "python313-doc-devhelp-3.13.12-150700.4.39.1.i586",
"product": {
"name": "python313-doc-devhelp-3.13.12-150700.4.39.1.i586",
"product_id": "python313-doc-devhelp-3.13.12-150700.4.39.1.i586"
}
},
{
"category": "product_version",
"name": "python313-idle-3.13.12-150700.4.39.1.i586",
"product": {
"name": "python313-idle-3.13.12-150700.4.39.1.i586",
"product_id": "python313-idle-3.13.12-150700.4.39.1.i586"
}
},
{
"category": "product_version",
"name": "python313-nogil-3.13.12-150700.4.39.1.i586",
"product": {
"name": "python313-nogil-3.13.12-150700.4.39.1.i586",
"product_id": "python313-nogil-3.13.12-150700.4.39.1.i586"
}
},
{
"category": "product_version",
"name": "python313-nogil-base-3.13.12-150700.4.39.1.i586",
"product": {
"name": "python313-nogil-base-3.13.12-150700.4.39.1.i586",
"product_id": "python313-nogil-base-3.13.12-150700.4.39.1.i586"
}
},
{
"category": "product_version",
"name": "python313-nogil-curses-3.13.12-150700.4.39.1.i586",
"product": {
"name": "python313-nogil-curses-3.13.12-150700.4.39.1.i586",
"product_id": "python313-nogil-curses-3.13.12-150700.4.39.1.i586"
}
},
{
"category": "product_version",
"name": "python313-nogil-dbm-3.13.12-150700.4.39.1.i586",
"product": {
"name": "python313-nogil-dbm-3.13.12-150700.4.39.1.i586",
"product_id": "python313-nogil-dbm-3.13.12-150700.4.39.1.i586"
}
},
{
"category": "product_version",
"name": "python313-nogil-devel-3.13.12-150700.4.39.1.i586",
"product": {
"name": "python313-nogil-devel-3.13.12-150700.4.39.1.i586",
"product_id": "python313-nogil-devel-3.13.12-150700.4.39.1.i586"
}
},
{
"category": "product_version",
"name": "python313-nogil-idle-3.13.12-150700.4.39.1.i586",
"product": {
"name": "python313-nogil-idle-3.13.12-150700.4.39.1.i586",
"product_id": "python313-nogil-idle-3.13.12-150700.4.39.1.i586"
}
},
{
"category": "product_version",
"name": "python313-nogil-testsuite-3.13.12-150700.4.39.1.i586",
"product": {
"name": "python313-nogil-testsuite-3.13.12-150700.4.39.1.i586",
"product_id": "python313-nogil-testsuite-3.13.12-150700.4.39.1.i586"
}
},
{
"category": "product_version",
"name": "python313-nogil-tk-3.13.12-150700.4.39.1.i586",
"product": {
"name": "python313-nogil-tk-3.13.12-150700.4.39.1.i586",
"product_id": "python313-nogil-tk-3.13.12-150700.4.39.1.i586"
}
},
{
"category": "product_version",
"name": "python313-nogil-tools-3.13.12-150700.4.39.1.i586",
"product": {
"name": "python313-nogil-tools-3.13.12-150700.4.39.1.i586",
"product_id": "python313-nogil-tools-3.13.12-150700.4.39.1.i586"
}
},
{
"category": "product_version",
"name": "python313-testsuite-3.13.12-150700.4.39.1.i586",
"product": {
"name": "python313-testsuite-3.13.12-150700.4.39.1.i586",
"product_id": "python313-testsuite-3.13.12-150700.4.39.1.i586"
}
},
{
"category": "product_version",
"name": "python313-tk-3.13.12-150700.4.39.1.i586",
"product": {
"name": "python313-tk-3.13.12-150700.4.39.1.i586",
"product_id": "python313-tk-3.13.12-150700.4.39.1.i586"
}
},
{
"category": "product_version",
"name": "python313-tools-3.13.12-150700.4.39.1.i586",
"product": {
"name": "python313-tools-3.13.12-150700.4.39.1.i586",
"product_id": "python313-tools-3.13.12-150700.4.39.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_13-1_0-3.13.12-150700.4.39.1.ppc64le",
"product": {
"name": "libpython3_13-1_0-3.13.12-150700.4.39.1.ppc64le",
"product_id": "libpython3_13-1_0-3.13.12-150700.4.39.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libpython3_13t1_0-3.13.12-150700.4.39.1.ppc64le",
"product": {
"name": "libpython3_13t1_0-3.13.12-150700.4.39.1.ppc64le",
"product_id": "libpython3_13t1_0-3.13.12-150700.4.39.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python313-3.13.12-150700.4.39.1.ppc64le",
"product": {
"name": "python313-3.13.12-150700.4.39.1.ppc64le",
"product_id": "python313-3.13.12-150700.4.39.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python313-base-3.13.12-150700.4.39.1.ppc64le",
"product": {
"name": "python313-base-3.13.12-150700.4.39.1.ppc64le",
"product_id": "python313-base-3.13.12-150700.4.39.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python313-curses-3.13.12-150700.4.39.1.ppc64le",
"product": {
"name": "python313-curses-3.13.12-150700.4.39.1.ppc64le",
"product_id": "python313-curses-3.13.12-150700.4.39.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python313-dbm-3.13.12-150700.4.39.1.ppc64le",
"product": {
"name": "python313-dbm-3.13.12-150700.4.39.1.ppc64le",
"product_id": "python313-dbm-3.13.12-150700.4.39.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python313-devel-3.13.12-150700.4.39.1.ppc64le",
"product": {
"name": "python313-devel-3.13.12-150700.4.39.1.ppc64le",
"product_id": "python313-devel-3.13.12-150700.4.39.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python313-doc-3.13.12-150700.4.39.1.ppc64le",
"product": {
"name": "python313-doc-3.13.12-150700.4.39.1.ppc64le",
"product_id": "python313-doc-3.13.12-150700.4.39.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python313-doc-devhelp-3.13.12-150700.4.39.1.ppc64le",
"product": {
"name": "python313-doc-devhelp-3.13.12-150700.4.39.1.ppc64le",
"product_id": "python313-doc-devhelp-3.13.12-150700.4.39.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python313-idle-3.13.12-150700.4.39.1.ppc64le",
"product": {
"name": "python313-idle-3.13.12-150700.4.39.1.ppc64le",
"product_id": "python313-idle-3.13.12-150700.4.39.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python313-nogil-3.13.12-150700.4.39.1.ppc64le",
"product": {
"name": "python313-nogil-3.13.12-150700.4.39.1.ppc64le",
"product_id": "python313-nogil-3.13.12-150700.4.39.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python313-nogil-base-3.13.12-150700.4.39.1.ppc64le",
"product": {
"name": "python313-nogil-base-3.13.12-150700.4.39.1.ppc64le",
"product_id": "python313-nogil-base-3.13.12-150700.4.39.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python313-nogil-curses-3.13.12-150700.4.39.1.ppc64le",
"product": {
"name": "python313-nogil-curses-3.13.12-150700.4.39.1.ppc64le",
"product_id": "python313-nogil-curses-3.13.12-150700.4.39.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python313-nogil-dbm-3.13.12-150700.4.39.1.ppc64le",
"product": {
"name": "python313-nogil-dbm-3.13.12-150700.4.39.1.ppc64le",
"product_id": "python313-nogil-dbm-3.13.12-150700.4.39.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python313-nogil-devel-3.13.12-150700.4.39.1.ppc64le",
"product": {
"name": "python313-nogil-devel-3.13.12-150700.4.39.1.ppc64le",
"product_id": "python313-nogil-devel-3.13.12-150700.4.39.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python313-nogil-idle-3.13.12-150700.4.39.1.ppc64le",
"product": {
"name": "python313-nogil-idle-3.13.12-150700.4.39.1.ppc64le",
"product_id": "python313-nogil-idle-3.13.12-150700.4.39.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python313-nogil-testsuite-3.13.12-150700.4.39.1.ppc64le",
"product": {
"name": "python313-nogil-testsuite-3.13.12-150700.4.39.1.ppc64le",
"product_id": "python313-nogil-testsuite-3.13.12-150700.4.39.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python313-nogil-tk-3.13.12-150700.4.39.1.ppc64le",
"product": {
"name": "python313-nogil-tk-3.13.12-150700.4.39.1.ppc64le",
"product_id": "python313-nogil-tk-3.13.12-150700.4.39.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python313-nogil-tools-3.13.12-150700.4.39.1.ppc64le",
"product": {
"name": "python313-nogil-tools-3.13.12-150700.4.39.1.ppc64le",
"product_id": "python313-nogil-tools-3.13.12-150700.4.39.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python313-testsuite-3.13.12-150700.4.39.1.ppc64le",
"product": {
"name": "python313-testsuite-3.13.12-150700.4.39.1.ppc64le",
"product_id": "python313-testsuite-3.13.12-150700.4.39.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python313-tk-3.13.12-150700.4.39.1.ppc64le",
"product": {
"name": "python313-tk-3.13.12-150700.4.39.1.ppc64le",
"product_id": "python313-tk-3.13.12-150700.4.39.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python313-tools-3.13.12-150700.4.39.1.ppc64le",
"product": {
"name": "python313-tools-3.13.12-150700.4.39.1.ppc64le",
"product_id": "python313-tools-3.13.12-150700.4.39.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_13-1_0-3.13.12-150700.4.39.1.s390x",
"product": {
"name": "libpython3_13-1_0-3.13.12-150700.4.39.1.s390x",
"product_id": "libpython3_13-1_0-3.13.12-150700.4.39.1.s390x"
}
},
{
"category": "product_version",
"name": "libpython3_13t1_0-3.13.12-150700.4.39.1.s390x",
"product": {
"name": "libpython3_13t1_0-3.13.12-150700.4.39.1.s390x",
"product_id": "libpython3_13t1_0-3.13.12-150700.4.39.1.s390x"
}
},
{
"category": "product_version",
"name": "python313-3.13.12-150700.4.39.1.s390x",
"product": {
"name": "python313-3.13.12-150700.4.39.1.s390x",
"product_id": "python313-3.13.12-150700.4.39.1.s390x"
}
},
{
"category": "product_version",
"name": "python313-base-3.13.12-150700.4.39.1.s390x",
"product": {
"name": "python313-base-3.13.12-150700.4.39.1.s390x",
"product_id": "python313-base-3.13.12-150700.4.39.1.s390x"
}
},
{
"category": "product_version",
"name": "python313-curses-3.13.12-150700.4.39.1.s390x",
"product": {
"name": "python313-curses-3.13.12-150700.4.39.1.s390x",
"product_id": "python313-curses-3.13.12-150700.4.39.1.s390x"
}
},
{
"category": "product_version",
"name": "python313-dbm-3.13.12-150700.4.39.1.s390x",
"product": {
"name": "python313-dbm-3.13.12-150700.4.39.1.s390x",
"product_id": "python313-dbm-3.13.12-150700.4.39.1.s390x"
}
},
{
"category": "product_version",
"name": "python313-devel-3.13.12-150700.4.39.1.s390x",
"product": {
"name": "python313-devel-3.13.12-150700.4.39.1.s390x",
"product_id": "python313-devel-3.13.12-150700.4.39.1.s390x"
}
},
{
"category": "product_version",
"name": "python313-doc-3.13.12-150700.4.39.1.s390x",
"product": {
"name": "python313-doc-3.13.12-150700.4.39.1.s390x",
"product_id": "python313-doc-3.13.12-150700.4.39.1.s390x"
}
},
{
"category": "product_version",
"name": "python313-doc-devhelp-3.13.12-150700.4.39.1.s390x",
"product": {
"name": "python313-doc-devhelp-3.13.12-150700.4.39.1.s390x",
"product_id": "python313-doc-devhelp-3.13.12-150700.4.39.1.s390x"
}
},
{
"category": "product_version",
"name": "python313-idle-3.13.12-150700.4.39.1.s390x",
"product": {
"name": "python313-idle-3.13.12-150700.4.39.1.s390x",
"product_id": "python313-idle-3.13.12-150700.4.39.1.s390x"
}
},
{
"category": "product_version",
"name": "python313-nogil-3.13.12-150700.4.39.1.s390x",
"product": {
"name": "python313-nogil-3.13.12-150700.4.39.1.s390x",
"product_id": "python313-nogil-3.13.12-150700.4.39.1.s390x"
}
},
{
"category": "product_version",
"name": "python313-nogil-base-3.13.12-150700.4.39.1.s390x",
"product": {
"name": "python313-nogil-base-3.13.12-150700.4.39.1.s390x",
"product_id": "python313-nogil-base-3.13.12-150700.4.39.1.s390x"
}
},
{
"category": "product_version",
"name": "python313-nogil-curses-3.13.12-150700.4.39.1.s390x",
"product": {
"name": "python313-nogil-curses-3.13.12-150700.4.39.1.s390x",
"product_id": "python313-nogil-curses-3.13.12-150700.4.39.1.s390x"
}
},
{
"category": "product_version",
"name": "python313-nogil-dbm-3.13.12-150700.4.39.1.s390x",
"product": {
"name": "python313-nogil-dbm-3.13.12-150700.4.39.1.s390x",
"product_id": "python313-nogil-dbm-3.13.12-150700.4.39.1.s390x"
}
},
{
"category": "product_version",
"name": "python313-nogil-devel-3.13.12-150700.4.39.1.s390x",
"product": {
"name": "python313-nogil-devel-3.13.12-150700.4.39.1.s390x",
"product_id": "python313-nogil-devel-3.13.12-150700.4.39.1.s390x"
}
},
{
"category": "product_version",
"name": "python313-nogil-idle-3.13.12-150700.4.39.1.s390x",
"product": {
"name": "python313-nogil-idle-3.13.12-150700.4.39.1.s390x",
"product_id": "python313-nogil-idle-3.13.12-150700.4.39.1.s390x"
}
},
{
"category": "product_version",
"name": "python313-nogil-testsuite-3.13.12-150700.4.39.1.s390x",
"product": {
"name": "python313-nogil-testsuite-3.13.12-150700.4.39.1.s390x",
"product_id": "python313-nogil-testsuite-3.13.12-150700.4.39.1.s390x"
}
},
{
"category": "product_version",
"name": "python313-nogil-tk-3.13.12-150700.4.39.1.s390x",
"product": {
"name": "python313-nogil-tk-3.13.12-150700.4.39.1.s390x",
"product_id": "python313-nogil-tk-3.13.12-150700.4.39.1.s390x"
}
},
{
"category": "product_version",
"name": "python313-nogil-tools-3.13.12-150700.4.39.1.s390x",
"product": {
"name": "python313-nogil-tools-3.13.12-150700.4.39.1.s390x",
"product_id": "python313-nogil-tools-3.13.12-150700.4.39.1.s390x"
}
},
{
"category": "product_version",
"name": "python313-testsuite-3.13.12-150700.4.39.1.s390x",
"product": {
"name": "python313-testsuite-3.13.12-150700.4.39.1.s390x",
"product_id": "python313-testsuite-3.13.12-150700.4.39.1.s390x"
}
},
{
"category": "product_version",
"name": "python313-tk-3.13.12-150700.4.39.1.s390x",
"product": {
"name": "python313-tk-3.13.12-150700.4.39.1.s390x",
"product_id": "python313-tk-3.13.12-150700.4.39.1.s390x"
}
},
{
"category": "product_version",
"name": "python313-tools-3.13.12-150700.4.39.1.s390x",
"product": {
"name": "python313-tools-3.13.12-150700.4.39.1.s390x",
"product_id": "python313-tools-3.13.12-150700.4.39.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_13-1_0-3.13.12-150700.4.39.1.x86_64",
"product": {
"name": "libpython3_13-1_0-3.13.12-150700.4.39.1.x86_64",
"product_id": "libpython3_13-1_0-3.13.12-150700.4.39.1.x86_64"
}
},
{
"category": "product_version",
"name": "libpython3_13-1_0-32bit-3.13.12-150700.4.39.1.x86_64",
"product": {
"name": "libpython3_13-1_0-32bit-3.13.12-150700.4.39.1.x86_64",
"product_id": "libpython3_13-1_0-32bit-3.13.12-150700.4.39.1.x86_64"
}
},
{
"category": "product_version",
"name": "libpython3_13t1_0-3.13.12-150700.4.39.1.x86_64",
"product": {
"name": "libpython3_13t1_0-3.13.12-150700.4.39.1.x86_64",
"product_id": "libpython3_13t1_0-3.13.12-150700.4.39.1.x86_64"
}
},
{
"category": "product_version",
"name": "python313-3.13.12-150700.4.39.1.x86_64",
"product": {
"name": "python313-3.13.12-150700.4.39.1.x86_64",
"product_id": "python313-3.13.12-150700.4.39.1.x86_64"
}
},
{
"category": "product_version",
"name": "python313-32bit-3.13.12-150700.4.39.1.x86_64",
"product": {
"name": "python313-32bit-3.13.12-150700.4.39.1.x86_64",
"product_id": "python313-32bit-3.13.12-150700.4.39.1.x86_64"
}
},
{
"category": "product_version",
"name": "python313-base-3.13.12-150700.4.39.1.x86_64",
"product": {
"name": "python313-base-3.13.12-150700.4.39.1.x86_64",
"product_id": "python313-base-3.13.12-150700.4.39.1.x86_64"
}
},
{
"category": "product_version",
"name": "python313-base-32bit-3.13.12-150700.4.39.1.x86_64",
"product": {
"name": "python313-base-32bit-3.13.12-150700.4.39.1.x86_64",
"product_id": "python313-base-32bit-3.13.12-150700.4.39.1.x86_64"
}
},
{
"category": "product_version",
"name": "python313-curses-3.13.12-150700.4.39.1.x86_64",
"product": {
"name": "python313-curses-3.13.12-150700.4.39.1.x86_64",
"product_id": "python313-curses-3.13.12-150700.4.39.1.x86_64"
}
},
{
"category": "product_version",
"name": "python313-dbm-3.13.12-150700.4.39.1.x86_64",
"product": {
"name": "python313-dbm-3.13.12-150700.4.39.1.x86_64",
"product_id": "python313-dbm-3.13.12-150700.4.39.1.x86_64"
}
},
{
"category": "product_version",
"name": "python313-devel-3.13.12-150700.4.39.1.x86_64",
"product": {
"name": "python313-devel-3.13.12-150700.4.39.1.x86_64",
"product_id": "python313-devel-3.13.12-150700.4.39.1.x86_64"
}
},
{
"category": "product_version",
"name": "python313-doc-3.13.12-150700.4.39.1.x86_64",
"product": {
"name": "python313-doc-3.13.12-150700.4.39.1.x86_64",
"product_id": "python313-doc-3.13.12-150700.4.39.1.x86_64"
}
},
{
"category": "product_version",
"name": "python313-doc-devhelp-3.13.12-150700.4.39.1.x86_64",
"product": {
"name": "python313-doc-devhelp-3.13.12-150700.4.39.1.x86_64",
"product_id": "python313-doc-devhelp-3.13.12-150700.4.39.1.x86_64"
}
},
{
"category": "product_version",
"name": "python313-idle-3.13.12-150700.4.39.1.x86_64",
"product": {
"name": "python313-idle-3.13.12-150700.4.39.1.x86_64",
"product_id": "python313-idle-3.13.12-150700.4.39.1.x86_64"
}
},
{
"category": "product_version",
"name": "python313-nogil-3.13.12-150700.4.39.1.x86_64",
"product": {
"name": "python313-nogil-3.13.12-150700.4.39.1.x86_64",
"product_id": "python313-nogil-3.13.12-150700.4.39.1.x86_64"
}
},
{
"category": "product_version",
"name": "python313-nogil-base-3.13.12-150700.4.39.1.x86_64",
"product": {
"name": "python313-nogil-base-3.13.12-150700.4.39.1.x86_64",
"product_id": "python313-nogil-base-3.13.12-150700.4.39.1.x86_64"
}
},
{
"category": "product_version",
"name": "python313-nogil-curses-3.13.12-150700.4.39.1.x86_64",
"product": {
"name": "python313-nogil-curses-3.13.12-150700.4.39.1.x86_64",
"product_id": "python313-nogil-curses-3.13.12-150700.4.39.1.x86_64"
}
},
{
"category": "product_version",
"name": "python313-nogil-dbm-3.13.12-150700.4.39.1.x86_64",
"product": {
"name": "python313-nogil-dbm-3.13.12-150700.4.39.1.x86_64",
"product_id": "python313-nogil-dbm-3.13.12-150700.4.39.1.x86_64"
}
},
{
"category": "product_version",
"name": "python313-nogil-devel-3.13.12-150700.4.39.1.x86_64",
"product": {
"name": "python313-nogil-devel-3.13.12-150700.4.39.1.x86_64",
"product_id": "python313-nogil-devel-3.13.12-150700.4.39.1.x86_64"
}
},
{
"category": "product_version",
"name": "python313-nogil-idle-3.13.12-150700.4.39.1.x86_64",
"product": {
"name": "python313-nogil-idle-3.13.12-150700.4.39.1.x86_64",
"product_id": "python313-nogil-idle-3.13.12-150700.4.39.1.x86_64"
}
},
{
"category": "product_version",
"name": "python313-nogil-testsuite-3.13.12-150700.4.39.1.x86_64",
"product": {
"name": "python313-nogil-testsuite-3.13.12-150700.4.39.1.x86_64",
"product_id": "python313-nogil-testsuite-3.13.12-150700.4.39.1.x86_64"
}
},
{
"category": "product_version",
"name": "python313-nogil-tk-3.13.12-150700.4.39.1.x86_64",
"product": {
"name": "python313-nogil-tk-3.13.12-150700.4.39.1.x86_64",
"product_id": "python313-nogil-tk-3.13.12-150700.4.39.1.x86_64"
}
},
{
"category": "product_version",
"name": "python313-nogil-tools-3.13.12-150700.4.39.1.x86_64",
"product": {
"name": "python313-nogil-tools-3.13.12-150700.4.39.1.x86_64",
"product_id": "python313-nogil-tools-3.13.12-150700.4.39.1.x86_64"
}
},
{
"category": "product_version",
"name": "python313-testsuite-3.13.12-150700.4.39.1.x86_64",
"product": {
"name": "python313-testsuite-3.13.12-150700.4.39.1.x86_64",
"product_id": "python313-testsuite-3.13.12-150700.4.39.1.x86_64"
}
},
{
"category": "product_version",
"name": "python313-tk-3.13.12-150700.4.39.1.x86_64",
"product": {
"name": "python313-tk-3.13.12-150700.4.39.1.x86_64",
"product_id": "python313-tk-3.13.12-150700.4.39.1.x86_64"
}
},
{
"category": "product_version",
"name": "python313-tools-3.13.12-150700.4.39.1.x86_64",
"product": {
"name": "python313-tools-3.13.12-150700.4.39.1.x86_64",
"product_id": "python313-tools-3.13.12-150700.4.39.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Python 3 15 SP7",
"product": {
"name": "SUSE Linux Enterprise Module for Python 3 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP7",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-python3:15:sp7"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_13-1_0-3.13.12-150700.4.39.1.aarch64 as component of SUSE Linux Enterprise Module for Python 3 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.12-150700.4.39.1.aarch64"
},
"product_reference": "libpython3_13-1_0-3.13.12-150700.4.39.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_13-1_0-3.13.12-150700.4.39.1.ppc64le as component of SUSE Linux Enterprise Module for Python 3 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.12-150700.4.39.1.ppc64le"
},
"product_reference": "libpython3_13-1_0-3.13.12-150700.4.39.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_13-1_0-3.13.12-150700.4.39.1.s390x as component of SUSE Linux Enterprise Module for Python 3 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.12-150700.4.39.1.s390x"
},
"product_reference": "libpython3_13-1_0-3.13.12-150700.4.39.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_13-1_0-3.13.12-150700.4.39.1.x86_64 as component of SUSE Linux Enterprise Module for Python 3 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.12-150700.4.39.1.x86_64"
},
"product_reference": "libpython3_13-1_0-3.13.12-150700.4.39.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-3.13.12-150700.4.39.1.aarch64 as component of SUSE Linux Enterprise Module for Python 3 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.12-150700.4.39.1.aarch64"
},
"product_reference": "python313-3.13.12-150700.4.39.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-3.13.12-150700.4.39.1.ppc64le as component of SUSE Linux Enterprise Module for Python 3 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.12-150700.4.39.1.ppc64le"
},
"product_reference": "python313-3.13.12-150700.4.39.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-3.13.12-150700.4.39.1.s390x as component of SUSE Linux Enterprise Module for Python 3 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.12-150700.4.39.1.s390x"
},
"product_reference": "python313-3.13.12-150700.4.39.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-3.13.12-150700.4.39.1.x86_64 as component of SUSE Linux Enterprise Module for Python 3 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.12-150700.4.39.1.x86_64"
},
"product_reference": "python313-3.13.12-150700.4.39.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-base-3.13.12-150700.4.39.1.aarch64 as component of SUSE Linux Enterprise Module for Python 3 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.12-150700.4.39.1.aarch64"
},
"product_reference": "python313-base-3.13.12-150700.4.39.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-base-3.13.12-150700.4.39.1.ppc64le as component of SUSE Linux Enterprise Module for Python 3 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.12-150700.4.39.1.ppc64le"
},
"product_reference": "python313-base-3.13.12-150700.4.39.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-base-3.13.12-150700.4.39.1.s390x as component of SUSE Linux Enterprise Module for Python 3 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.12-150700.4.39.1.s390x"
},
"product_reference": "python313-base-3.13.12-150700.4.39.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-base-3.13.12-150700.4.39.1.x86_64 as component of SUSE Linux Enterprise Module for Python 3 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.12-150700.4.39.1.x86_64"
},
"product_reference": "python313-base-3.13.12-150700.4.39.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-curses-3.13.12-150700.4.39.1.aarch64 as component of SUSE Linux Enterprise Module for Python 3 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.12-150700.4.39.1.aarch64"
},
"product_reference": "python313-curses-3.13.12-150700.4.39.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-curses-3.13.12-150700.4.39.1.ppc64le as component of SUSE Linux Enterprise Module for Python 3 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.12-150700.4.39.1.ppc64le"
},
"product_reference": "python313-curses-3.13.12-150700.4.39.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-curses-3.13.12-150700.4.39.1.s390x as component of SUSE Linux Enterprise Module for Python 3 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.12-150700.4.39.1.s390x"
},
"product_reference": "python313-curses-3.13.12-150700.4.39.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-curses-3.13.12-150700.4.39.1.x86_64 as component of SUSE Linux Enterprise Module for Python 3 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.12-150700.4.39.1.x86_64"
},
"product_reference": "python313-curses-3.13.12-150700.4.39.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-dbm-3.13.12-150700.4.39.1.aarch64 as component of SUSE Linux Enterprise Module for Python 3 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.12-150700.4.39.1.aarch64"
},
"product_reference": "python313-dbm-3.13.12-150700.4.39.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-dbm-3.13.12-150700.4.39.1.ppc64le as component of SUSE Linux Enterprise Module for Python 3 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.12-150700.4.39.1.ppc64le"
},
"product_reference": "python313-dbm-3.13.12-150700.4.39.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-dbm-3.13.12-150700.4.39.1.s390x as component of SUSE Linux Enterprise Module for Python 3 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.12-150700.4.39.1.s390x"
},
"product_reference": "python313-dbm-3.13.12-150700.4.39.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-dbm-3.13.12-150700.4.39.1.x86_64 as component of SUSE Linux Enterprise Module for Python 3 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.12-150700.4.39.1.x86_64"
},
"product_reference": "python313-dbm-3.13.12-150700.4.39.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-devel-3.13.12-150700.4.39.1.aarch64 as component of SUSE Linux Enterprise Module for Python 3 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.12-150700.4.39.1.aarch64"
},
"product_reference": "python313-devel-3.13.12-150700.4.39.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-devel-3.13.12-150700.4.39.1.ppc64le as component of SUSE Linux Enterprise Module for Python 3 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.12-150700.4.39.1.ppc64le"
},
"product_reference": "python313-devel-3.13.12-150700.4.39.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-devel-3.13.12-150700.4.39.1.s390x as component of SUSE Linux Enterprise Module for Python 3 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.12-150700.4.39.1.s390x"
},
"product_reference": "python313-devel-3.13.12-150700.4.39.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-devel-3.13.12-150700.4.39.1.x86_64 as component of SUSE Linux Enterprise Module for Python 3 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.12-150700.4.39.1.x86_64"
},
"product_reference": "python313-devel-3.13.12-150700.4.39.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-idle-3.13.12-150700.4.39.1.aarch64 as component of SUSE Linux Enterprise Module for Python 3 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.12-150700.4.39.1.aarch64"
},
"product_reference": "python313-idle-3.13.12-150700.4.39.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-idle-3.13.12-150700.4.39.1.ppc64le as component of SUSE Linux Enterprise Module for Python 3 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.12-150700.4.39.1.ppc64le"
},
"product_reference": "python313-idle-3.13.12-150700.4.39.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-idle-3.13.12-150700.4.39.1.s390x as component of SUSE Linux Enterprise Module for Python 3 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.12-150700.4.39.1.s390x"
},
"product_reference": "python313-idle-3.13.12-150700.4.39.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-idle-3.13.12-150700.4.39.1.x86_64 as component of SUSE Linux Enterprise Module for Python 3 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.12-150700.4.39.1.x86_64"
},
"product_reference": "python313-idle-3.13.12-150700.4.39.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-tk-3.13.12-150700.4.39.1.aarch64 as component of SUSE Linux Enterprise Module for Python 3 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.12-150700.4.39.1.aarch64"
},
"product_reference": "python313-tk-3.13.12-150700.4.39.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-tk-3.13.12-150700.4.39.1.ppc64le as component of SUSE Linux Enterprise Module for Python 3 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.12-150700.4.39.1.ppc64le"
},
"product_reference": "python313-tk-3.13.12-150700.4.39.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-tk-3.13.12-150700.4.39.1.s390x as component of SUSE Linux Enterprise Module for Python 3 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.12-150700.4.39.1.s390x"
},
"product_reference": "python313-tk-3.13.12-150700.4.39.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-tk-3.13.12-150700.4.39.1.x86_64 as component of SUSE Linux Enterprise Module for Python 3 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.12-150700.4.39.1.x86_64"
},
"product_reference": "python313-tk-3.13.12-150700.4.39.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-tools-3.13.12-150700.4.39.1.aarch64 as component of SUSE Linux Enterprise Module for Python 3 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.12-150700.4.39.1.aarch64"
},
"product_reference": "python313-tools-3.13.12-150700.4.39.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-tools-3.13.12-150700.4.39.1.ppc64le as component of SUSE Linux Enterprise Module for Python 3 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.12-150700.4.39.1.ppc64le"
},
"product_reference": "python313-tools-3.13.12-150700.4.39.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-tools-3.13.12-150700.4.39.1.s390x as component of SUSE Linux Enterprise Module for Python 3 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.12-150700.4.39.1.s390x"
},
"product_reference": "python313-tools-3.13.12-150700.4.39.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-tools-3.13.12-150700.4.39.1.x86_64 as component of SUSE Linux Enterprise Module for Python 3 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.12-150700.4.39.1.x86_64"
},
"product_reference": "python313-tools-3.13.12-150700.4.39.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP7"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-11468",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-11468"
}
],
"notes": [
{
"category": "general",
"text": "When folding a long comment in an email header containing exclusively unfoldable characters, the parenthesis would not be preserved. This could be used for injecting headers into email messages where addresses are user-controlled and not sanitized.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.12-150700.4.39.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.12-150700.4.39.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.12-150700.4.39.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.12-150700.4.39.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.12-150700.4.39.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.12-150700.4.39.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.12-150700.4.39.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.12-150700.4.39.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.12-150700.4.39.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.12-150700.4.39.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.12-150700.4.39.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.12-150700.4.39.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.12-150700.4.39.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.12-150700.4.39.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.12-150700.4.39.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.12-150700.4.39.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.12-150700.4.39.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.12-150700.4.39.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.12-150700.4.39.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.12-150700.4.39.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.12-150700.4.39.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.12-150700.4.39.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.12-150700.4.39.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.12-150700.4.39.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.12-150700.4.39.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.12-150700.4.39.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.12-150700.4.39.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.12-150700.4.39.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.12-150700.4.39.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.12-150700.4.39.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.12-150700.4.39.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.12-150700.4.39.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.12-150700.4.39.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.12-150700.4.39.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.12-150700.4.39.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.12-150700.4.39.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-11468",
"url": "https://www.suse.com/security/cve/CVE-2025-11468"
},
{
"category": "external",
"summary": "SUSE Bug 1257029 for CVE-2025-11468",
"url": "https://bugzilla.suse.com/1257029"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.12-150700.4.39.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.12-150700.4.39.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.12-150700.4.39.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.12-150700.4.39.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.12-150700.4.39.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.12-150700.4.39.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.12-150700.4.39.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.12-150700.4.39.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.12-150700.4.39.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.12-150700.4.39.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.12-150700.4.39.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.12-150700.4.39.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.12-150700.4.39.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.12-150700.4.39.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.12-150700.4.39.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.12-150700.4.39.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.12-150700.4.39.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.12-150700.4.39.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.12-150700.4.39.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.12-150700.4.39.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.12-150700.4.39.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.12-150700.4.39.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.12-150700.4.39.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.12-150700.4.39.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.12-150700.4.39.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.12-150700.4.39.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.12-150700.4.39.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.12-150700.4.39.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.12-150700.4.39.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.12-150700.4.39.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.12-150700.4.39.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.12-150700.4.39.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.12-150700.4.39.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.12-150700.4.39.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.12-150700.4.39.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.12-150700.4.39.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.12-150700.4.39.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.12-150700.4.39.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.12-150700.4.39.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.12-150700.4.39.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.12-150700.4.39.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.12-150700.4.39.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.12-150700.4.39.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.12-150700.4.39.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.12-150700.4.39.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.12-150700.4.39.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.12-150700.4.39.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.12-150700.4.39.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.12-150700.4.39.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.12-150700.4.39.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.12-150700.4.39.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.12-150700.4.39.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.12-150700.4.39.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.12-150700.4.39.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.12-150700.4.39.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.12-150700.4.39.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.12-150700.4.39.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.12-150700.4.39.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.12-150700.4.39.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.12-150700.4.39.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.12-150700.4.39.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.12-150700.4.39.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.12-150700.4.39.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.12-150700.4.39.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.12-150700.4.39.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.12-150700.4.39.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.12-150700.4.39.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.12-150700.4.39.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.12-150700.4.39.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.12-150700.4.39.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.12-150700.4.39.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.12-150700.4.39.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-02-26T11:53:34Z",
"details": "important"
}
],
"title": "CVE-2025-11468"
},
{
"cve": "CVE-2025-15282",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-15282"
}
],
"notes": [
{
"category": "general",
"text": "User-controlled data URLs parsed by urllib.request.DataHandler allow injecting headers through newlines in the data URL mediatype.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.12-150700.4.39.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.12-150700.4.39.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.12-150700.4.39.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.12-150700.4.39.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.12-150700.4.39.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.12-150700.4.39.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.12-150700.4.39.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.12-150700.4.39.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.12-150700.4.39.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.12-150700.4.39.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.12-150700.4.39.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.12-150700.4.39.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.12-150700.4.39.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.12-150700.4.39.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.12-150700.4.39.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.12-150700.4.39.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.12-150700.4.39.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.12-150700.4.39.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.12-150700.4.39.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.12-150700.4.39.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.12-150700.4.39.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.12-150700.4.39.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.12-150700.4.39.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.12-150700.4.39.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.12-150700.4.39.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.12-150700.4.39.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.12-150700.4.39.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.12-150700.4.39.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.12-150700.4.39.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.12-150700.4.39.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.12-150700.4.39.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.12-150700.4.39.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.12-150700.4.39.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.12-150700.4.39.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.12-150700.4.39.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.12-150700.4.39.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-15282",
"url": "https://www.suse.com/security/cve/CVE-2025-15282"
},
{
"category": "external",
"summary": "SUSE Bug 1257046 for CVE-2025-15282",
"url": "https://bugzilla.suse.com/1257046"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.12-150700.4.39.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.12-150700.4.39.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.12-150700.4.39.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.12-150700.4.39.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.12-150700.4.39.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.12-150700.4.39.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.12-150700.4.39.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.12-150700.4.39.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.12-150700.4.39.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.12-150700.4.39.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.12-150700.4.39.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.12-150700.4.39.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.12-150700.4.39.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.12-150700.4.39.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.12-150700.4.39.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.12-150700.4.39.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.12-150700.4.39.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.12-150700.4.39.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.12-150700.4.39.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.12-150700.4.39.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.12-150700.4.39.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.12-150700.4.39.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.12-150700.4.39.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.12-150700.4.39.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.12-150700.4.39.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.12-150700.4.39.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.12-150700.4.39.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.12-150700.4.39.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.12-150700.4.39.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.12-150700.4.39.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.12-150700.4.39.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.12-150700.4.39.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.12-150700.4.39.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.12-150700.4.39.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.12-150700.4.39.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.12-150700.4.39.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.12-150700.4.39.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.12-150700.4.39.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.12-150700.4.39.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.12-150700.4.39.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.12-150700.4.39.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.12-150700.4.39.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.12-150700.4.39.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.12-150700.4.39.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.12-150700.4.39.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.12-150700.4.39.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.12-150700.4.39.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.12-150700.4.39.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.12-150700.4.39.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.12-150700.4.39.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.12-150700.4.39.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.12-150700.4.39.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.12-150700.4.39.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.12-150700.4.39.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.12-150700.4.39.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.12-150700.4.39.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.12-150700.4.39.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.12-150700.4.39.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.12-150700.4.39.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.12-150700.4.39.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.12-150700.4.39.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.12-150700.4.39.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.12-150700.4.39.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.12-150700.4.39.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.12-150700.4.39.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.12-150700.4.39.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.12-150700.4.39.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.12-150700.4.39.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.12-150700.4.39.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.12-150700.4.39.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.12-150700.4.39.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.12-150700.4.39.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-02-26T11:53:34Z",
"details": "moderate"
}
],
"title": "CVE-2025-15282"
},
{
"cve": "CVE-2026-0672",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-0672"
}
],
"notes": [
{
"category": "general",
"text": "When using http.cookies.Morsel, user-controlled cookie values and parameters can allow injecting HTTP headers into messages. Patch rejects all control characters within cookie names, values, and parameters.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.12-150700.4.39.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.12-150700.4.39.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.12-150700.4.39.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.12-150700.4.39.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.12-150700.4.39.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.12-150700.4.39.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.12-150700.4.39.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.12-150700.4.39.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.12-150700.4.39.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.12-150700.4.39.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.12-150700.4.39.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.12-150700.4.39.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.12-150700.4.39.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.12-150700.4.39.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.12-150700.4.39.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.12-150700.4.39.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.12-150700.4.39.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.12-150700.4.39.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.12-150700.4.39.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.12-150700.4.39.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.12-150700.4.39.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.12-150700.4.39.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.12-150700.4.39.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.12-150700.4.39.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.12-150700.4.39.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.12-150700.4.39.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.12-150700.4.39.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.12-150700.4.39.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.12-150700.4.39.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.12-150700.4.39.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.12-150700.4.39.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.12-150700.4.39.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.12-150700.4.39.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.12-150700.4.39.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.12-150700.4.39.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.12-150700.4.39.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-0672",
"url": "https://www.suse.com/security/cve/CVE-2026-0672"
},
{
"category": "external",
"summary": "SUSE Bug 1257031 for CVE-2026-0672",
"url": "https://bugzilla.suse.com/1257031"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.12-150700.4.39.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.12-150700.4.39.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.12-150700.4.39.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.12-150700.4.39.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.12-150700.4.39.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.12-150700.4.39.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.12-150700.4.39.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.12-150700.4.39.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.12-150700.4.39.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.12-150700.4.39.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.12-150700.4.39.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.12-150700.4.39.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.12-150700.4.39.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.12-150700.4.39.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.12-150700.4.39.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.12-150700.4.39.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.12-150700.4.39.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.12-150700.4.39.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.12-150700.4.39.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.12-150700.4.39.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.12-150700.4.39.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.12-150700.4.39.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.12-150700.4.39.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.12-150700.4.39.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.12-150700.4.39.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.12-150700.4.39.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.12-150700.4.39.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.12-150700.4.39.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.12-150700.4.39.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.12-150700.4.39.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.12-150700.4.39.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.12-150700.4.39.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.12-150700.4.39.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.12-150700.4.39.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.12-150700.4.39.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.12-150700.4.39.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.12-150700.4.39.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.12-150700.4.39.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.12-150700.4.39.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.12-150700.4.39.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.12-150700.4.39.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.12-150700.4.39.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.12-150700.4.39.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.12-150700.4.39.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.12-150700.4.39.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.12-150700.4.39.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.12-150700.4.39.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.12-150700.4.39.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.12-150700.4.39.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.12-150700.4.39.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.12-150700.4.39.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.12-150700.4.39.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.12-150700.4.39.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.12-150700.4.39.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.12-150700.4.39.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.12-150700.4.39.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.12-150700.4.39.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.12-150700.4.39.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.12-150700.4.39.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.12-150700.4.39.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.12-150700.4.39.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.12-150700.4.39.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.12-150700.4.39.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.12-150700.4.39.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.12-150700.4.39.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.12-150700.4.39.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.12-150700.4.39.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.12-150700.4.39.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.12-150700.4.39.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.12-150700.4.39.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.12-150700.4.39.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.12-150700.4.39.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-02-26T11:53:34Z",
"details": "important"
}
],
"title": "CVE-2026-0672"
},
{
"cve": "CVE-2026-0865",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-0865"
}
],
"notes": [
{
"category": "general",
"text": "User-controlled header names and values containing newlines can allow injecting HTTP headers.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.12-150700.4.39.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.12-150700.4.39.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.12-150700.4.39.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.12-150700.4.39.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.12-150700.4.39.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.12-150700.4.39.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.12-150700.4.39.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.12-150700.4.39.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.12-150700.4.39.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.12-150700.4.39.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.12-150700.4.39.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.12-150700.4.39.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.12-150700.4.39.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.12-150700.4.39.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.12-150700.4.39.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.12-150700.4.39.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.12-150700.4.39.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.12-150700.4.39.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.12-150700.4.39.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.12-150700.4.39.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.12-150700.4.39.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.12-150700.4.39.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.12-150700.4.39.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.12-150700.4.39.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.12-150700.4.39.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.12-150700.4.39.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.12-150700.4.39.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.12-150700.4.39.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.12-150700.4.39.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.12-150700.4.39.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.12-150700.4.39.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.12-150700.4.39.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.12-150700.4.39.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.12-150700.4.39.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.12-150700.4.39.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.12-150700.4.39.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-0865",
"url": "https://www.suse.com/security/cve/CVE-2026-0865"
},
{
"category": "external",
"summary": "SUSE Bug 1257042 for CVE-2026-0865",
"url": "https://bugzilla.suse.com/1257042"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.12-150700.4.39.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.12-150700.4.39.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.12-150700.4.39.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.12-150700.4.39.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.12-150700.4.39.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.12-150700.4.39.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.12-150700.4.39.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.12-150700.4.39.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.12-150700.4.39.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.12-150700.4.39.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.12-150700.4.39.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.12-150700.4.39.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.12-150700.4.39.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.12-150700.4.39.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.12-150700.4.39.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.12-150700.4.39.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.12-150700.4.39.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.12-150700.4.39.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.12-150700.4.39.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.12-150700.4.39.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.12-150700.4.39.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.12-150700.4.39.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.12-150700.4.39.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.12-150700.4.39.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.12-150700.4.39.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.12-150700.4.39.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.12-150700.4.39.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.12-150700.4.39.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.12-150700.4.39.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.12-150700.4.39.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.12-150700.4.39.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.12-150700.4.39.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.12-150700.4.39.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.12-150700.4.39.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.12-150700.4.39.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.12-150700.4.39.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.12-150700.4.39.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.12-150700.4.39.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.12-150700.4.39.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.12-150700.4.39.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.12-150700.4.39.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.12-150700.4.39.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.12-150700.4.39.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.12-150700.4.39.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.12-150700.4.39.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.12-150700.4.39.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.12-150700.4.39.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.12-150700.4.39.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.12-150700.4.39.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.12-150700.4.39.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.12-150700.4.39.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.12-150700.4.39.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.12-150700.4.39.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.12-150700.4.39.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.12-150700.4.39.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.12-150700.4.39.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.12-150700.4.39.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.12-150700.4.39.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.12-150700.4.39.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.12-150700.4.39.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.12-150700.4.39.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.12-150700.4.39.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.12-150700.4.39.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.12-150700.4.39.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.12-150700.4.39.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.12-150700.4.39.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.12-150700.4.39.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.12-150700.4.39.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.12-150700.4.39.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.12-150700.4.39.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.12-150700.4.39.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.12-150700.4.39.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-02-26T11:53:34Z",
"details": "moderate"
}
],
"title": "CVE-2026-0865"
},
{
"cve": "CVE-2026-1299",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-1299"
}
],
"notes": [
{
"category": "general",
"text": "The \nemail module, specifically the \"BytesGenerator\" class, didn\u0027t properly quote newlines for email headers when \nserializing an email message allowing for header injection when an email\n is serialized. This is only applicable if using \"LiteralHeader\" writing headers that don\u0027t respect email folding rules, the new behavior will reject the incorrectly folded headers in \"BytesGenerator\".",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.12-150700.4.39.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.12-150700.4.39.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.12-150700.4.39.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.12-150700.4.39.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.12-150700.4.39.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.12-150700.4.39.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.12-150700.4.39.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.12-150700.4.39.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.12-150700.4.39.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.12-150700.4.39.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.12-150700.4.39.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.12-150700.4.39.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.12-150700.4.39.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.12-150700.4.39.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.12-150700.4.39.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.12-150700.4.39.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.12-150700.4.39.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.12-150700.4.39.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.12-150700.4.39.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.12-150700.4.39.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.12-150700.4.39.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.12-150700.4.39.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.12-150700.4.39.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.12-150700.4.39.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.12-150700.4.39.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.12-150700.4.39.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.12-150700.4.39.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.12-150700.4.39.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.12-150700.4.39.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.12-150700.4.39.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.12-150700.4.39.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.12-150700.4.39.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.12-150700.4.39.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.12-150700.4.39.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.12-150700.4.39.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.12-150700.4.39.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-1299",
"url": "https://www.suse.com/security/cve/CVE-2026-1299"
},
{
"category": "external",
"summary": "SUSE Bug 1257181 for CVE-2026-1299",
"url": "https://bugzilla.suse.com/1257181"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.12-150700.4.39.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.12-150700.4.39.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.12-150700.4.39.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.12-150700.4.39.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.12-150700.4.39.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.12-150700.4.39.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.12-150700.4.39.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.12-150700.4.39.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.12-150700.4.39.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.12-150700.4.39.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.12-150700.4.39.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.12-150700.4.39.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.12-150700.4.39.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.12-150700.4.39.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.12-150700.4.39.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.12-150700.4.39.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.12-150700.4.39.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.12-150700.4.39.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.12-150700.4.39.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.12-150700.4.39.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.12-150700.4.39.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.12-150700.4.39.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.12-150700.4.39.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.12-150700.4.39.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.12-150700.4.39.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.12-150700.4.39.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.12-150700.4.39.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.12-150700.4.39.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.12-150700.4.39.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.12-150700.4.39.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.12-150700.4.39.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.12-150700.4.39.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.12-150700.4.39.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.12-150700.4.39.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.12-150700.4.39.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.12-150700.4.39.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.2,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:H/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.12-150700.4.39.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.12-150700.4.39.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.12-150700.4.39.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.12-150700.4.39.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.12-150700.4.39.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.12-150700.4.39.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.12-150700.4.39.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.12-150700.4.39.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.12-150700.4.39.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.12-150700.4.39.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.12-150700.4.39.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.12-150700.4.39.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.12-150700.4.39.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.12-150700.4.39.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.12-150700.4.39.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.12-150700.4.39.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.12-150700.4.39.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.12-150700.4.39.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.12-150700.4.39.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.12-150700.4.39.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.12-150700.4.39.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.12-150700.4.39.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.12-150700.4.39.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.12-150700.4.39.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.12-150700.4.39.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.12-150700.4.39.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.12-150700.4.39.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.12-150700.4.39.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.12-150700.4.39.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.12-150700.4.39.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.12-150700.4.39.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.12-150700.4.39.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.12-150700.4.39.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.12-150700.4.39.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.12-150700.4.39.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.12-150700.4.39.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-02-26T11:53:34Z",
"details": "important"
}
],
"title": "CVE-2026-1299"
}
]
}
SUSE-SU-2026:0643-1
Vulnerability from csaf_suse - Published: 2026-02-25 16:27 - Updated: 2026-02-25 16:27| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_9-1_0-3.9.25-150300.4.93.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_9-1_0-3.9.25-150300.4.93.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_9-1_0-3.9.25-150300.4.93.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_9-1_0-3.9.25-150300.4.93.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python39-3.9.25-150300.4.93.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python39-3.9.25-150300.4.93.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python39-3.9.25-150300.4.93.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python39-3.9.25-150300.4.93.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python39-base-3.9.25-150300.4.93.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python39-base-3.9.25-150300.4.93.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python39-base-3.9.25-150300.4.93.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python39-base-3.9.25-150300.4.93.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python39-curses-3.9.25-150300.4.93.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python39-curses-3.9.25-150300.4.93.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python39-curses-3.9.25-150300.4.93.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python39-curses-3.9.25-150300.4.93.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python39-dbm-3.9.25-150300.4.93.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python39-dbm-3.9.25-150300.4.93.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python39-dbm-3.9.25-150300.4.93.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python39-dbm-3.9.25-150300.4.93.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpython3_9-1_0-3.9.25-150300.4.93.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpython3_9-1_0-3.9.25-150300.4.93.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-3.9.25-150300.4.93.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-3.9.25-150300.4.93.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-base-3.9.25-150300.4.93.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-base-3.9.25-150300.4.93.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-curses-3.9.25-150300.4.93.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-curses-3.9.25-150300.4.93.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-dbm-3.9.25-150300.4.93.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-dbm-3.9.25-150300.4.93.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_9-1_0-3.9.25-150300.4.93.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_9-1_0-3.9.25-150300.4.93.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_9-1_0-3.9.25-150300.4.93.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_9-1_0-3.9.25-150300.4.93.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_9-1_0-32bit-3.9.25-150300.4.93.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-3.9.25-150300.4.93.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-3.9.25-150300.4.93.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-3.9.25-150300.4.93.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-3.9.25-150300.4.93.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-32bit-3.9.25-150300.4.93.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-base-3.9.25-150300.4.93.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-base-3.9.25-150300.4.93.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-base-3.9.25-150300.4.93.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-base-3.9.25-150300.4.93.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-base-32bit-3.9.25-150300.4.93.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-curses-3.9.25-150300.4.93.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-curses-3.9.25-150300.4.93.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-curses-3.9.25-150300.4.93.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-curses-3.9.25-150300.4.93.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-dbm-3.9.25-150300.4.93.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-dbm-3.9.25-150300.4.93.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-dbm-3.9.25-150300.4.93.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-dbm-3.9.25-150300.4.93.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-devel-3.9.25-150300.4.93.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-devel-3.9.25-150300.4.93.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-devel-3.9.25-150300.4.93.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-devel-3.9.25-150300.4.93.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-doc-3.9.25-150300.4.93.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-doc-3.9.25-150300.4.93.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-doc-3.9.25-150300.4.93.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-doc-3.9.25-150300.4.93.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-doc-devhelp-3.9.25-150300.4.93.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-doc-devhelp-3.9.25-150300.4.93.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-doc-devhelp-3.9.25-150300.4.93.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-doc-devhelp-3.9.25-150300.4.93.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-idle-3.9.25-150300.4.93.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-idle-3.9.25-150300.4.93.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-idle-3.9.25-150300.4.93.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-idle-3.9.25-150300.4.93.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-testsuite-3.9.25-150300.4.93.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-testsuite-3.9.25-150300.4.93.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-testsuite-3.9.25-150300.4.93.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-testsuite-3.9.25-150300.4.93.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-tk-3.9.25-150300.4.93.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-tk-3.9.25-150300.4.93.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-tk-3.9.25-150300.4.93.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-tk-3.9.25-150300.4.93.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-tools-3.9.25-150300.4.93.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-tools-3.9.25-150300.4.93.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-tools-3.9.25-150300.4.93.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-tools-3.9.25-150300.4.93.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_9-1_0-3.9.25-150300.4.93.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_9-1_0-3.9.25-150300.4.93.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_9-1_0-3.9.25-150300.4.93.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_9-1_0-3.9.25-150300.4.93.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python39-3.9.25-150300.4.93.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python39-3.9.25-150300.4.93.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python39-3.9.25-150300.4.93.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python39-3.9.25-150300.4.93.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python39-base-3.9.25-150300.4.93.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python39-base-3.9.25-150300.4.93.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python39-base-3.9.25-150300.4.93.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python39-base-3.9.25-150300.4.93.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python39-curses-3.9.25-150300.4.93.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python39-curses-3.9.25-150300.4.93.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python39-curses-3.9.25-150300.4.93.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python39-curses-3.9.25-150300.4.93.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python39-dbm-3.9.25-150300.4.93.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python39-dbm-3.9.25-150300.4.93.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python39-dbm-3.9.25-150300.4.93.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python39-dbm-3.9.25-150300.4.93.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpython3_9-1_0-3.9.25-150300.4.93.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpython3_9-1_0-3.9.25-150300.4.93.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-3.9.25-150300.4.93.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-3.9.25-150300.4.93.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-base-3.9.25-150300.4.93.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-base-3.9.25-150300.4.93.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-curses-3.9.25-150300.4.93.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-curses-3.9.25-150300.4.93.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-dbm-3.9.25-150300.4.93.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-dbm-3.9.25-150300.4.93.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_9-1_0-3.9.25-150300.4.93.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_9-1_0-3.9.25-150300.4.93.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_9-1_0-3.9.25-150300.4.93.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_9-1_0-3.9.25-150300.4.93.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_9-1_0-32bit-3.9.25-150300.4.93.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-3.9.25-150300.4.93.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-3.9.25-150300.4.93.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-3.9.25-150300.4.93.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-3.9.25-150300.4.93.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-32bit-3.9.25-150300.4.93.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-base-3.9.25-150300.4.93.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-base-3.9.25-150300.4.93.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-base-3.9.25-150300.4.93.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-base-3.9.25-150300.4.93.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-base-32bit-3.9.25-150300.4.93.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-curses-3.9.25-150300.4.93.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-curses-3.9.25-150300.4.93.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-curses-3.9.25-150300.4.93.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-curses-3.9.25-150300.4.93.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-dbm-3.9.25-150300.4.93.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-dbm-3.9.25-150300.4.93.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-dbm-3.9.25-150300.4.93.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-dbm-3.9.25-150300.4.93.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-devel-3.9.25-150300.4.93.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-devel-3.9.25-150300.4.93.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-devel-3.9.25-150300.4.93.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-devel-3.9.25-150300.4.93.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-doc-3.9.25-150300.4.93.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-doc-3.9.25-150300.4.93.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-doc-3.9.25-150300.4.93.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-doc-3.9.25-150300.4.93.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-doc-devhelp-3.9.25-150300.4.93.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-doc-devhelp-3.9.25-150300.4.93.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-doc-devhelp-3.9.25-150300.4.93.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-doc-devhelp-3.9.25-150300.4.93.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-idle-3.9.25-150300.4.93.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-idle-3.9.25-150300.4.93.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-idle-3.9.25-150300.4.93.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-idle-3.9.25-150300.4.93.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-testsuite-3.9.25-150300.4.93.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-testsuite-3.9.25-150300.4.93.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-testsuite-3.9.25-150300.4.93.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-testsuite-3.9.25-150300.4.93.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-tk-3.9.25-150300.4.93.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-tk-3.9.25-150300.4.93.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-tk-3.9.25-150300.4.93.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-tk-3.9.25-150300.4.93.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-tools-3.9.25-150300.4.93.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-tools-3.9.25-150300.4.93.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-tools-3.9.25-150300.4.93.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-tools-3.9.25-150300.4.93.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_9-1_0-3.9.25-150300.4.93.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_9-1_0-3.9.25-150300.4.93.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_9-1_0-3.9.25-150300.4.93.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_9-1_0-3.9.25-150300.4.93.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python39-3.9.25-150300.4.93.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python39-3.9.25-150300.4.93.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python39-3.9.25-150300.4.93.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python39-3.9.25-150300.4.93.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python39-base-3.9.25-150300.4.93.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python39-base-3.9.25-150300.4.93.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python39-base-3.9.25-150300.4.93.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python39-base-3.9.25-150300.4.93.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python39-curses-3.9.25-150300.4.93.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python39-curses-3.9.25-150300.4.93.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python39-curses-3.9.25-150300.4.93.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python39-curses-3.9.25-150300.4.93.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python39-dbm-3.9.25-150300.4.93.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python39-dbm-3.9.25-150300.4.93.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python39-dbm-3.9.25-150300.4.93.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python39-dbm-3.9.25-150300.4.93.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpython3_9-1_0-3.9.25-150300.4.93.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpython3_9-1_0-3.9.25-150300.4.93.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-3.9.25-150300.4.93.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-3.9.25-150300.4.93.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-base-3.9.25-150300.4.93.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-base-3.9.25-150300.4.93.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-curses-3.9.25-150300.4.93.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-curses-3.9.25-150300.4.93.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-dbm-3.9.25-150300.4.93.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-dbm-3.9.25-150300.4.93.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_9-1_0-3.9.25-150300.4.93.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_9-1_0-3.9.25-150300.4.93.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_9-1_0-3.9.25-150300.4.93.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_9-1_0-3.9.25-150300.4.93.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_9-1_0-32bit-3.9.25-150300.4.93.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-3.9.25-150300.4.93.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-3.9.25-150300.4.93.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-3.9.25-150300.4.93.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-3.9.25-150300.4.93.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-32bit-3.9.25-150300.4.93.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-base-3.9.25-150300.4.93.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-base-3.9.25-150300.4.93.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-base-3.9.25-150300.4.93.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-base-3.9.25-150300.4.93.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-base-32bit-3.9.25-150300.4.93.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-curses-3.9.25-150300.4.93.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-curses-3.9.25-150300.4.93.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-curses-3.9.25-150300.4.93.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-curses-3.9.25-150300.4.93.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-dbm-3.9.25-150300.4.93.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-dbm-3.9.25-150300.4.93.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-dbm-3.9.25-150300.4.93.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-dbm-3.9.25-150300.4.93.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-devel-3.9.25-150300.4.93.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-devel-3.9.25-150300.4.93.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-devel-3.9.25-150300.4.93.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-devel-3.9.25-150300.4.93.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-doc-3.9.25-150300.4.93.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-doc-3.9.25-150300.4.93.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-doc-3.9.25-150300.4.93.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-doc-3.9.25-150300.4.93.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-doc-devhelp-3.9.25-150300.4.93.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-doc-devhelp-3.9.25-150300.4.93.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-doc-devhelp-3.9.25-150300.4.93.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-doc-devhelp-3.9.25-150300.4.93.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-idle-3.9.25-150300.4.93.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-idle-3.9.25-150300.4.93.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-idle-3.9.25-150300.4.93.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-idle-3.9.25-150300.4.93.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-testsuite-3.9.25-150300.4.93.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-testsuite-3.9.25-150300.4.93.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-testsuite-3.9.25-150300.4.93.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-testsuite-3.9.25-150300.4.93.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-tk-3.9.25-150300.4.93.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-tk-3.9.25-150300.4.93.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-tk-3.9.25-150300.4.93.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-tk-3.9.25-150300.4.93.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-tools-3.9.25-150300.4.93.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-tools-3.9.25-150300.4.93.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-tools-3.9.25-150300.4.93.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-tools-3.9.25-150300.4.93.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_9-1_0-3.9.25-150300.4.93.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_9-1_0-3.9.25-150300.4.93.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_9-1_0-3.9.25-150300.4.93.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_9-1_0-3.9.25-150300.4.93.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python39-3.9.25-150300.4.93.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python39-3.9.25-150300.4.93.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python39-3.9.25-150300.4.93.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python39-3.9.25-150300.4.93.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python39-base-3.9.25-150300.4.93.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python39-base-3.9.25-150300.4.93.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python39-base-3.9.25-150300.4.93.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python39-base-3.9.25-150300.4.93.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python39-curses-3.9.25-150300.4.93.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python39-curses-3.9.25-150300.4.93.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python39-curses-3.9.25-150300.4.93.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python39-curses-3.9.25-150300.4.93.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python39-dbm-3.9.25-150300.4.93.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python39-dbm-3.9.25-150300.4.93.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python39-dbm-3.9.25-150300.4.93.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python39-dbm-3.9.25-150300.4.93.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpython3_9-1_0-3.9.25-150300.4.93.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpython3_9-1_0-3.9.25-150300.4.93.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-3.9.25-150300.4.93.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-3.9.25-150300.4.93.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-base-3.9.25-150300.4.93.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-base-3.9.25-150300.4.93.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-curses-3.9.25-150300.4.93.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-curses-3.9.25-150300.4.93.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-dbm-3.9.25-150300.4.93.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-dbm-3.9.25-150300.4.93.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_9-1_0-3.9.25-150300.4.93.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_9-1_0-3.9.25-150300.4.93.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_9-1_0-3.9.25-150300.4.93.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_9-1_0-3.9.25-150300.4.93.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_9-1_0-32bit-3.9.25-150300.4.93.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-3.9.25-150300.4.93.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-3.9.25-150300.4.93.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-3.9.25-150300.4.93.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-3.9.25-150300.4.93.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-32bit-3.9.25-150300.4.93.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-base-3.9.25-150300.4.93.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-base-3.9.25-150300.4.93.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-base-3.9.25-150300.4.93.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-base-3.9.25-150300.4.93.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-base-32bit-3.9.25-150300.4.93.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-curses-3.9.25-150300.4.93.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-curses-3.9.25-150300.4.93.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-curses-3.9.25-150300.4.93.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-curses-3.9.25-150300.4.93.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-dbm-3.9.25-150300.4.93.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-dbm-3.9.25-150300.4.93.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-dbm-3.9.25-150300.4.93.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-dbm-3.9.25-150300.4.93.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-devel-3.9.25-150300.4.93.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-devel-3.9.25-150300.4.93.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-devel-3.9.25-150300.4.93.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-devel-3.9.25-150300.4.93.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-doc-3.9.25-150300.4.93.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-doc-3.9.25-150300.4.93.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-doc-3.9.25-150300.4.93.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-doc-3.9.25-150300.4.93.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-doc-devhelp-3.9.25-150300.4.93.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-doc-devhelp-3.9.25-150300.4.93.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-doc-devhelp-3.9.25-150300.4.93.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-doc-devhelp-3.9.25-150300.4.93.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-idle-3.9.25-150300.4.93.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-idle-3.9.25-150300.4.93.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-idle-3.9.25-150300.4.93.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-idle-3.9.25-150300.4.93.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-testsuite-3.9.25-150300.4.93.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-testsuite-3.9.25-150300.4.93.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-testsuite-3.9.25-150300.4.93.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-testsuite-3.9.25-150300.4.93.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-tk-3.9.25-150300.4.93.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-tk-3.9.25-150300.4.93.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-tk-3.9.25-150300.4.93.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-tk-3.9.25-150300.4.93.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-tools-3.9.25-150300.4.93.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-tools-3.9.25-150300.4.93.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-tools-3.9.25-150300.4.93.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-tools-3.9.25-150300.4.93.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_9-1_0-3.9.25-150300.4.93.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_9-1_0-3.9.25-150300.4.93.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_9-1_0-3.9.25-150300.4.93.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_9-1_0-3.9.25-150300.4.93.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python39-3.9.25-150300.4.93.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python39-3.9.25-150300.4.93.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python39-3.9.25-150300.4.93.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python39-3.9.25-150300.4.93.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python39-base-3.9.25-150300.4.93.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python39-base-3.9.25-150300.4.93.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python39-base-3.9.25-150300.4.93.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python39-base-3.9.25-150300.4.93.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python39-curses-3.9.25-150300.4.93.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python39-curses-3.9.25-150300.4.93.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python39-curses-3.9.25-150300.4.93.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python39-curses-3.9.25-150300.4.93.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python39-dbm-3.9.25-150300.4.93.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python39-dbm-3.9.25-150300.4.93.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python39-dbm-3.9.25-150300.4.93.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python39-dbm-3.9.25-150300.4.93.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpython3_9-1_0-3.9.25-150300.4.93.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpython3_9-1_0-3.9.25-150300.4.93.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-3.9.25-150300.4.93.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-3.9.25-150300.4.93.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-base-3.9.25-150300.4.93.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-base-3.9.25-150300.4.93.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-curses-3.9.25-150300.4.93.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-curses-3.9.25-150300.4.93.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-dbm-3.9.25-150300.4.93.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-dbm-3.9.25-150300.4.93.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_9-1_0-3.9.25-150300.4.93.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_9-1_0-3.9.25-150300.4.93.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_9-1_0-3.9.25-150300.4.93.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_9-1_0-3.9.25-150300.4.93.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_9-1_0-32bit-3.9.25-150300.4.93.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-3.9.25-150300.4.93.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-3.9.25-150300.4.93.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-3.9.25-150300.4.93.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-3.9.25-150300.4.93.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-32bit-3.9.25-150300.4.93.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-base-3.9.25-150300.4.93.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-base-3.9.25-150300.4.93.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-base-3.9.25-150300.4.93.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-base-3.9.25-150300.4.93.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-base-32bit-3.9.25-150300.4.93.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-curses-3.9.25-150300.4.93.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-curses-3.9.25-150300.4.93.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-curses-3.9.25-150300.4.93.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-curses-3.9.25-150300.4.93.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-dbm-3.9.25-150300.4.93.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-dbm-3.9.25-150300.4.93.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-dbm-3.9.25-150300.4.93.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-dbm-3.9.25-150300.4.93.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-devel-3.9.25-150300.4.93.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-devel-3.9.25-150300.4.93.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-devel-3.9.25-150300.4.93.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-devel-3.9.25-150300.4.93.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-doc-3.9.25-150300.4.93.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-doc-3.9.25-150300.4.93.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-doc-3.9.25-150300.4.93.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-doc-3.9.25-150300.4.93.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-doc-devhelp-3.9.25-150300.4.93.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-doc-devhelp-3.9.25-150300.4.93.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-doc-devhelp-3.9.25-150300.4.93.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-doc-devhelp-3.9.25-150300.4.93.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-idle-3.9.25-150300.4.93.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-idle-3.9.25-150300.4.93.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-idle-3.9.25-150300.4.93.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-idle-3.9.25-150300.4.93.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-testsuite-3.9.25-150300.4.93.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-testsuite-3.9.25-150300.4.93.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-testsuite-3.9.25-150300.4.93.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-testsuite-3.9.25-150300.4.93.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-tk-3.9.25-150300.4.93.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-tk-3.9.25-150300.4.93.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-tk-3.9.25-150300.4.93.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-tk-3.9.25-150300.4.93.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-tools-3.9.25-150300.4.93.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-tools-3.9.25-150300.4.93.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-tools-3.9.25-150300.4.93.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-tools-3.9.25-150300.4.93.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_9-1_0-3.9.25-150300.4.93.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_9-1_0-3.9.25-150300.4.93.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_9-1_0-3.9.25-150300.4.93.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_9-1_0-3.9.25-150300.4.93.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python39-3.9.25-150300.4.93.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python39-3.9.25-150300.4.93.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python39-3.9.25-150300.4.93.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python39-3.9.25-150300.4.93.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python39-base-3.9.25-150300.4.93.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python39-base-3.9.25-150300.4.93.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python39-base-3.9.25-150300.4.93.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python39-base-3.9.25-150300.4.93.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python39-curses-3.9.25-150300.4.93.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python39-curses-3.9.25-150300.4.93.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python39-curses-3.9.25-150300.4.93.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python39-curses-3.9.25-150300.4.93.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python39-dbm-3.9.25-150300.4.93.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python39-dbm-3.9.25-150300.4.93.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python39-dbm-3.9.25-150300.4.93.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python39-dbm-3.9.25-150300.4.93.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpython3_9-1_0-3.9.25-150300.4.93.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpython3_9-1_0-3.9.25-150300.4.93.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-3.9.25-150300.4.93.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-3.9.25-150300.4.93.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-base-3.9.25-150300.4.93.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-base-3.9.25-150300.4.93.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-curses-3.9.25-150300.4.93.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-curses-3.9.25-150300.4.93.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-dbm-3.9.25-150300.4.93.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-dbm-3.9.25-150300.4.93.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_9-1_0-3.9.25-150300.4.93.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_9-1_0-3.9.25-150300.4.93.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_9-1_0-3.9.25-150300.4.93.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_9-1_0-3.9.25-150300.4.93.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libpython3_9-1_0-32bit-3.9.25-150300.4.93.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-3.9.25-150300.4.93.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-3.9.25-150300.4.93.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-3.9.25-150300.4.93.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-3.9.25-150300.4.93.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-32bit-3.9.25-150300.4.93.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-base-3.9.25-150300.4.93.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-base-3.9.25-150300.4.93.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-base-3.9.25-150300.4.93.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-base-3.9.25-150300.4.93.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-base-32bit-3.9.25-150300.4.93.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-curses-3.9.25-150300.4.93.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-curses-3.9.25-150300.4.93.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-curses-3.9.25-150300.4.93.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-curses-3.9.25-150300.4.93.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-dbm-3.9.25-150300.4.93.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-dbm-3.9.25-150300.4.93.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-dbm-3.9.25-150300.4.93.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-dbm-3.9.25-150300.4.93.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-devel-3.9.25-150300.4.93.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-devel-3.9.25-150300.4.93.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-devel-3.9.25-150300.4.93.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-devel-3.9.25-150300.4.93.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-doc-3.9.25-150300.4.93.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-doc-3.9.25-150300.4.93.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-doc-3.9.25-150300.4.93.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-doc-3.9.25-150300.4.93.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-doc-devhelp-3.9.25-150300.4.93.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-doc-devhelp-3.9.25-150300.4.93.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-doc-devhelp-3.9.25-150300.4.93.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-doc-devhelp-3.9.25-150300.4.93.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-idle-3.9.25-150300.4.93.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-idle-3.9.25-150300.4.93.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-idle-3.9.25-150300.4.93.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-idle-3.9.25-150300.4.93.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-testsuite-3.9.25-150300.4.93.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-testsuite-3.9.25-150300.4.93.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-testsuite-3.9.25-150300.4.93.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-testsuite-3.9.25-150300.4.93.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-tk-3.9.25-150300.4.93.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-tk-3.9.25-150300.4.93.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-tk-3.9.25-150300.4.93.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-tk-3.9.25-150300.4.93.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-tools-3.9.25-150300.4.93.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-tools-3.9.25-150300.4.93.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-tools-3.9.25-150300.4.93.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python39-tools-3.9.25-150300.4.93.1.x86_64 | — |
Vendor Fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for python39",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for python39 fixes the following issues:\n\n- CVE-2025-11468: Fixed a header injection when folding a long comment in an email header containing exclusively unfoldable characters. (bsc#1257029)\n- CVE-2026-0672: Fixed a HTTP header injection via user-controlled cookie values and parameters when using http.cookies.Morsel. (bsc#1257031)\n- CVE-2026-0865: Fixed a bug where a user-controlled header containing newlines can allow injecting HTTP headers. (bsc#1257042)\n- CVE-2025-15282: Fixed a bug where a user-controlled data URLs parsed may allow injecting headers. (bsc#1257046)\n- CVE-2025-15366: Fixed a bug wherer a user-controlled command can allow additional commands injected using newlines. (bsc#1257044)\n- CVE-2025-15367: Fixed control characters which may allow the injection of additional commands. (bsc#1257041)\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2026-643,SUSE-SLE-Product-SLES-15-SP5-LTSS-2026-643,SUSE-SLE-Product-SLES_SAP-15-SP5-2026-643,openSUSE-SLE-15.6-2026-643",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2026_0643-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2026:0643-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-20260643-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2026:0643-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-February/024404.html"
},
{
"category": "self",
"summary": "SUSE Bug 1257029",
"url": "https://bugzilla.suse.com/1257029"
},
{
"category": "self",
"summary": "SUSE Bug 1257031",
"url": "https://bugzilla.suse.com/1257031"
},
{
"category": "self",
"summary": "SUSE Bug 1257041",
"url": "https://bugzilla.suse.com/1257041"
},
{
"category": "self",
"summary": "SUSE Bug 1257042",
"url": "https://bugzilla.suse.com/1257042"
},
{
"category": "self",
"summary": "SUSE Bug 1257044",
"url": "https://bugzilla.suse.com/1257044"
},
{
"category": "self",
"summary": "SUSE Bug 1257046",
"url": "https://bugzilla.suse.com/1257046"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-11468 page",
"url": "https://www.suse.com/security/cve/CVE-2025-11468/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-15282 page",
"url": "https://www.suse.com/security/cve/CVE-2025-15282/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-15366 page",
"url": "https://www.suse.com/security/cve/CVE-2025-15366/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-15367 page",
"url": "https://www.suse.com/security/cve/CVE-2025-15367/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-0672 page",
"url": "https://www.suse.com/security/cve/CVE-2026-0672/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-0865 page",
"url": "https://www.suse.com/security/cve/CVE-2026-0865/"
}
],
"title": "Security update for python39",
"tracking": {
"current_release_date": "2026-02-25T16:27:51Z",
"generator": {
"date": "2026-02-25T16:27:51Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2026:0643-1",
"initial_release_date": "2026-02-25T16:27:51Z",
"revision_history": [
{
"date": "2026-02-25T16:27:51Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "libpython3_9-1_0-3.9.25-150300.4.93.1.aarch64",
"product": {
"name": "libpython3_9-1_0-3.9.25-150300.4.93.1.aarch64",
"product_id": "libpython3_9-1_0-3.9.25-150300.4.93.1.aarch64"
}
},
{
"category": "product_version",
"name": "python39-3.9.25-150300.4.93.1.aarch64",
"product": {
"name": "python39-3.9.25-150300.4.93.1.aarch64",
"product_id": "python39-3.9.25-150300.4.93.1.aarch64"
}
},
{
"category": "product_version",
"name": "python39-base-3.9.25-150300.4.93.1.aarch64",
"product": {
"name": "python39-base-3.9.25-150300.4.93.1.aarch64",
"product_id": "python39-base-3.9.25-150300.4.93.1.aarch64"
}
},
{
"category": "product_version",
"name": "python39-curses-3.9.25-150300.4.93.1.aarch64",
"product": {
"name": "python39-curses-3.9.25-150300.4.93.1.aarch64",
"product_id": "python39-curses-3.9.25-150300.4.93.1.aarch64"
}
},
{
"category": "product_version",
"name": "python39-dbm-3.9.25-150300.4.93.1.aarch64",
"product": {
"name": "python39-dbm-3.9.25-150300.4.93.1.aarch64",
"product_id": "python39-dbm-3.9.25-150300.4.93.1.aarch64"
}
},
{
"category": "product_version",
"name": "python39-devel-3.9.25-150300.4.93.1.aarch64",
"product": {
"name": "python39-devel-3.9.25-150300.4.93.1.aarch64",
"product_id": "python39-devel-3.9.25-150300.4.93.1.aarch64"
}
},
{
"category": "product_version",
"name": "python39-doc-3.9.25-150300.4.93.1.aarch64",
"product": {
"name": "python39-doc-3.9.25-150300.4.93.1.aarch64",
"product_id": "python39-doc-3.9.25-150300.4.93.1.aarch64"
}
},
{
"category": "product_version",
"name": "python39-doc-devhelp-3.9.25-150300.4.93.1.aarch64",
"product": {
"name": "python39-doc-devhelp-3.9.25-150300.4.93.1.aarch64",
"product_id": "python39-doc-devhelp-3.9.25-150300.4.93.1.aarch64"
}
},
{
"category": "product_version",
"name": "python39-idle-3.9.25-150300.4.93.1.aarch64",
"product": {
"name": "python39-idle-3.9.25-150300.4.93.1.aarch64",
"product_id": "python39-idle-3.9.25-150300.4.93.1.aarch64"
}
},
{
"category": "product_version",
"name": "python39-testsuite-3.9.25-150300.4.93.1.aarch64",
"product": {
"name": "python39-testsuite-3.9.25-150300.4.93.1.aarch64",
"product_id": "python39-testsuite-3.9.25-150300.4.93.1.aarch64"
}
},
{
"category": "product_version",
"name": "python39-tk-3.9.25-150300.4.93.1.aarch64",
"product": {
"name": "python39-tk-3.9.25-150300.4.93.1.aarch64",
"product_id": "python39-tk-3.9.25-150300.4.93.1.aarch64"
}
},
{
"category": "product_version",
"name": "python39-tools-3.9.25-150300.4.93.1.aarch64",
"product": {
"name": "python39-tools-3.9.25-150300.4.93.1.aarch64",
"product_id": "python39-tools-3.9.25-150300.4.93.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_9-1_0-64bit-3.9.25-150300.4.93.1.aarch64_ilp32",
"product": {
"name": "libpython3_9-1_0-64bit-3.9.25-150300.4.93.1.aarch64_ilp32",
"product_id": "libpython3_9-1_0-64bit-3.9.25-150300.4.93.1.aarch64_ilp32"
}
},
{
"category": "product_version",
"name": "python39-64bit-3.9.25-150300.4.93.1.aarch64_ilp32",
"product": {
"name": "python39-64bit-3.9.25-150300.4.93.1.aarch64_ilp32",
"product_id": "python39-64bit-3.9.25-150300.4.93.1.aarch64_ilp32"
}
},
{
"category": "product_version",
"name": "python39-base-64bit-3.9.25-150300.4.93.1.aarch64_ilp32",
"product": {
"name": "python39-base-64bit-3.9.25-150300.4.93.1.aarch64_ilp32",
"product_id": "python39-base-64bit-3.9.25-150300.4.93.1.aarch64_ilp32"
}
}
],
"category": "architecture",
"name": "aarch64_ilp32"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_9-1_0-3.9.25-150300.4.93.1.i586",
"product": {
"name": "libpython3_9-1_0-3.9.25-150300.4.93.1.i586",
"product_id": "libpython3_9-1_0-3.9.25-150300.4.93.1.i586"
}
},
{
"category": "product_version",
"name": "python39-3.9.25-150300.4.93.1.i586",
"product": {
"name": "python39-3.9.25-150300.4.93.1.i586",
"product_id": "python39-3.9.25-150300.4.93.1.i586"
}
},
{
"category": "product_version",
"name": "python39-base-3.9.25-150300.4.93.1.i586",
"product": {
"name": "python39-base-3.9.25-150300.4.93.1.i586",
"product_id": "python39-base-3.9.25-150300.4.93.1.i586"
}
},
{
"category": "product_version",
"name": "python39-curses-3.9.25-150300.4.93.1.i586",
"product": {
"name": "python39-curses-3.9.25-150300.4.93.1.i586",
"product_id": "python39-curses-3.9.25-150300.4.93.1.i586"
}
},
{
"category": "product_version",
"name": "python39-dbm-3.9.25-150300.4.93.1.i586",
"product": {
"name": "python39-dbm-3.9.25-150300.4.93.1.i586",
"product_id": "python39-dbm-3.9.25-150300.4.93.1.i586"
}
},
{
"category": "product_version",
"name": "python39-devel-3.9.25-150300.4.93.1.i586",
"product": {
"name": "python39-devel-3.9.25-150300.4.93.1.i586",
"product_id": "python39-devel-3.9.25-150300.4.93.1.i586"
}
},
{
"category": "product_version",
"name": "python39-doc-3.9.25-150300.4.93.1.i586",
"product": {
"name": "python39-doc-3.9.25-150300.4.93.1.i586",
"product_id": "python39-doc-3.9.25-150300.4.93.1.i586"
}
},
{
"category": "product_version",
"name": "python39-doc-devhelp-3.9.25-150300.4.93.1.i586",
"product": {
"name": "python39-doc-devhelp-3.9.25-150300.4.93.1.i586",
"product_id": "python39-doc-devhelp-3.9.25-150300.4.93.1.i586"
}
},
{
"category": "product_version",
"name": "python39-idle-3.9.25-150300.4.93.1.i586",
"product": {
"name": "python39-idle-3.9.25-150300.4.93.1.i586",
"product_id": "python39-idle-3.9.25-150300.4.93.1.i586"
}
},
{
"category": "product_version",
"name": "python39-testsuite-3.9.25-150300.4.93.1.i586",
"product": {
"name": "python39-testsuite-3.9.25-150300.4.93.1.i586",
"product_id": "python39-testsuite-3.9.25-150300.4.93.1.i586"
}
},
{
"category": "product_version",
"name": "python39-tk-3.9.25-150300.4.93.1.i586",
"product": {
"name": "python39-tk-3.9.25-150300.4.93.1.i586",
"product_id": "python39-tk-3.9.25-150300.4.93.1.i586"
}
},
{
"category": "product_version",
"name": "python39-tools-3.9.25-150300.4.93.1.i586",
"product": {
"name": "python39-tools-3.9.25-150300.4.93.1.i586",
"product_id": "python39-tools-3.9.25-150300.4.93.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_9-1_0-3.9.25-150300.4.93.1.ppc64le",
"product": {
"name": "libpython3_9-1_0-3.9.25-150300.4.93.1.ppc64le",
"product_id": "libpython3_9-1_0-3.9.25-150300.4.93.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python39-3.9.25-150300.4.93.1.ppc64le",
"product": {
"name": "python39-3.9.25-150300.4.93.1.ppc64le",
"product_id": "python39-3.9.25-150300.4.93.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python39-base-3.9.25-150300.4.93.1.ppc64le",
"product": {
"name": "python39-base-3.9.25-150300.4.93.1.ppc64le",
"product_id": "python39-base-3.9.25-150300.4.93.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python39-curses-3.9.25-150300.4.93.1.ppc64le",
"product": {
"name": "python39-curses-3.9.25-150300.4.93.1.ppc64le",
"product_id": "python39-curses-3.9.25-150300.4.93.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python39-dbm-3.9.25-150300.4.93.1.ppc64le",
"product": {
"name": "python39-dbm-3.9.25-150300.4.93.1.ppc64le",
"product_id": "python39-dbm-3.9.25-150300.4.93.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python39-devel-3.9.25-150300.4.93.1.ppc64le",
"product": {
"name": "python39-devel-3.9.25-150300.4.93.1.ppc64le",
"product_id": "python39-devel-3.9.25-150300.4.93.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python39-doc-3.9.25-150300.4.93.1.ppc64le",
"product": {
"name": "python39-doc-3.9.25-150300.4.93.1.ppc64le",
"product_id": "python39-doc-3.9.25-150300.4.93.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python39-doc-devhelp-3.9.25-150300.4.93.1.ppc64le",
"product": {
"name": "python39-doc-devhelp-3.9.25-150300.4.93.1.ppc64le",
"product_id": "python39-doc-devhelp-3.9.25-150300.4.93.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python39-idle-3.9.25-150300.4.93.1.ppc64le",
"product": {
"name": "python39-idle-3.9.25-150300.4.93.1.ppc64le",
"product_id": "python39-idle-3.9.25-150300.4.93.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python39-testsuite-3.9.25-150300.4.93.1.ppc64le",
"product": {
"name": "python39-testsuite-3.9.25-150300.4.93.1.ppc64le",
"product_id": "python39-testsuite-3.9.25-150300.4.93.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python39-tk-3.9.25-150300.4.93.1.ppc64le",
"product": {
"name": "python39-tk-3.9.25-150300.4.93.1.ppc64le",
"product_id": "python39-tk-3.9.25-150300.4.93.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python39-tools-3.9.25-150300.4.93.1.ppc64le",
"product": {
"name": "python39-tools-3.9.25-150300.4.93.1.ppc64le",
"product_id": "python39-tools-3.9.25-150300.4.93.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_9-1_0-3.9.25-150300.4.93.1.s390x",
"product": {
"name": "libpython3_9-1_0-3.9.25-150300.4.93.1.s390x",
"product_id": "libpython3_9-1_0-3.9.25-150300.4.93.1.s390x"
}
},
{
"category": "product_version",
"name": "python39-3.9.25-150300.4.93.1.s390x",
"product": {
"name": "python39-3.9.25-150300.4.93.1.s390x",
"product_id": "python39-3.9.25-150300.4.93.1.s390x"
}
},
{
"category": "product_version",
"name": "python39-base-3.9.25-150300.4.93.1.s390x",
"product": {
"name": "python39-base-3.9.25-150300.4.93.1.s390x",
"product_id": "python39-base-3.9.25-150300.4.93.1.s390x"
}
},
{
"category": "product_version",
"name": "python39-curses-3.9.25-150300.4.93.1.s390x",
"product": {
"name": "python39-curses-3.9.25-150300.4.93.1.s390x",
"product_id": "python39-curses-3.9.25-150300.4.93.1.s390x"
}
},
{
"category": "product_version",
"name": "python39-dbm-3.9.25-150300.4.93.1.s390x",
"product": {
"name": "python39-dbm-3.9.25-150300.4.93.1.s390x",
"product_id": "python39-dbm-3.9.25-150300.4.93.1.s390x"
}
},
{
"category": "product_version",
"name": "python39-devel-3.9.25-150300.4.93.1.s390x",
"product": {
"name": "python39-devel-3.9.25-150300.4.93.1.s390x",
"product_id": "python39-devel-3.9.25-150300.4.93.1.s390x"
}
},
{
"category": "product_version",
"name": "python39-doc-3.9.25-150300.4.93.1.s390x",
"product": {
"name": "python39-doc-3.9.25-150300.4.93.1.s390x",
"product_id": "python39-doc-3.9.25-150300.4.93.1.s390x"
}
},
{
"category": "product_version",
"name": "python39-doc-devhelp-3.9.25-150300.4.93.1.s390x",
"product": {
"name": "python39-doc-devhelp-3.9.25-150300.4.93.1.s390x",
"product_id": "python39-doc-devhelp-3.9.25-150300.4.93.1.s390x"
}
},
{
"category": "product_version",
"name": "python39-idle-3.9.25-150300.4.93.1.s390x",
"product": {
"name": "python39-idle-3.9.25-150300.4.93.1.s390x",
"product_id": "python39-idle-3.9.25-150300.4.93.1.s390x"
}
},
{
"category": "product_version",
"name": "python39-testsuite-3.9.25-150300.4.93.1.s390x",
"product": {
"name": "python39-testsuite-3.9.25-150300.4.93.1.s390x",
"product_id": "python39-testsuite-3.9.25-150300.4.93.1.s390x"
}
},
{
"category": "product_version",
"name": "python39-tk-3.9.25-150300.4.93.1.s390x",
"product": {
"name": "python39-tk-3.9.25-150300.4.93.1.s390x",
"product_id": "python39-tk-3.9.25-150300.4.93.1.s390x"
}
},
{
"category": "product_version",
"name": "python39-tools-3.9.25-150300.4.93.1.s390x",
"product": {
"name": "python39-tools-3.9.25-150300.4.93.1.s390x",
"product_id": "python39-tools-3.9.25-150300.4.93.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_9-1_0-3.9.25-150300.4.93.1.x86_64",
"product": {
"name": "libpython3_9-1_0-3.9.25-150300.4.93.1.x86_64",
"product_id": "libpython3_9-1_0-3.9.25-150300.4.93.1.x86_64"
}
},
{
"category": "product_version",
"name": "libpython3_9-1_0-32bit-3.9.25-150300.4.93.1.x86_64",
"product": {
"name": "libpython3_9-1_0-32bit-3.9.25-150300.4.93.1.x86_64",
"product_id": "libpython3_9-1_0-32bit-3.9.25-150300.4.93.1.x86_64"
}
},
{
"category": "product_version",
"name": "python39-3.9.25-150300.4.93.1.x86_64",
"product": {
"name": "python39-3.9.25-150300.4.93.1.x86_64",
"product_id": "python39-3.9.25-150300.4.93.1.x86_64"
}
},
{
"category": "product_version",
"name": "python39-32bit-3.9.25-150300.4.93.1.x86_64",
"product": {
"name": "python39-32bit-3.9.25-150300.4.93.1.x86_64",
"product_id": "python39-32bit-3.9.25-150300.4.93.1.x86_64"
}
},
{
"category": "product_version",
"name": "python39-base-3.9.25-150300.4.93.1.x86_64",
"product": {
"name": "python39-base-3.9.25-150300.4.93.1.x86_64",
"product_id": "python39-base-3.9.25-150300.4.93.1.x86_64"
}
},
{
"category": "product_version",
"name": "python39-base-32bit-3.9.25-150300.4.93.1.x86_64",
"product": {
"name": "python39-base-32bit-3.9.25-150300.4.93.1.x86_64",
"product_id": "python39-base-32bit-3.9.25-150300.4.93.1.x86_64"
}
},
{
"category": "product_version",
"name": "python39-curses-3.9.25-150300.4.93.1.x86_64",
"product": {
"name": "python39-curses-3.9.25-150300.4.93.1.x86_64",
"product_id": "python39-curses-3.9.25-150300.4.93.1.x86_64"
}
},
{
"category": "product_version",
"name": "python39-dbm-3.9.25-150300.4.93.1.x86_64",
"product": {
"name": "python39-dbm-3.9.25-150300.4.93.1.x86_64",
"product_id": "python39-dbm-3.9.25-150300.4.93.1.x86_64"
}
},
{
"category": "product_version",
"name": "python39-devel-3.9.25-150300.4.93.1.x86_64",
"product": {
"name": "python39-devel-3.9.25-150300.4.93.1.x86_64",
"product_id": "python39-devel-3.9.25-150300.4.93.1.x86_64"
}
},
{
"category": "product_version",
"name": "python39-doc-3.9.25-150300.4.93.1.x86_64",
"product": {
"name": "python39-doc-3.9.25-150300.4.93.1.x86_64",
"product_id": "python39-doc-3.9.25-150300.4.93.1.x86_64"
}
},
{
"category": "product_version",
"name": "python39-doc-devhelp-3.9.25-150300.4.93.1.x86_64",
"product": {
"name": "python39-doc-devhelp-3.9.25-150300.4.93.1.x86_64",
"product_id": "python39-doc-devhelp-3.9.25-150300.4.93.1.x86_64"
}
},
{
"category": "product_version",
"name": "python39-idle-3.9.25-150300.4.93.1.x86_64",
"product": {
"name": "python39-idle-3.9.25-150300.4.93.1.x86_64",
"product_id": "python39-idle-3.9.25-150300.4.93.1.x86_64"
}
},
{
"category": "product_version",
"name": "python39-testsuite-3.9.25-150300.4.93.1.x86_64",
"product": {
"name": "python39-testsuite-3.9.25-150300.4.93.1.x86_64",
"product_id": "python39-testsuite-3.9.25-150300.4.93.1.x86_64"
}
},
{
"category": "product_version",
"name": "python39-tk-3.9.25-150300.4.93.1.x86_64",
"product": {
"name": "python39-tk-3.9.25-150300.4.93.1.x86_64",
"product_id": "python39-tk-3.9.25-150300.4.93.1.x86_64"
}
},
{
"category": "product_version",
"name": "python39-tools-3.9.25-150300.4.93.1.x86_64",
"product": {
"name": "python39-tools-3.9.25-150300.4.93.1.x86_64",
"product_id": "python39-tools-3.9.25-150300.4.93.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 15 SP5-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:15:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_sap:15:sp5"
}
}
},
{
"category": "product_name",
"name": "openSUSE Leap 15.6",
"product": {
"name": "openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:leap:15.6"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_9-1_0-3.9.25-150300.4.93.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_9-1_0-3.9.25-150300.4.93.1.aarch64"
},
"product_reference": "libpython3_9-1_0-3.9.25-150300.4.93.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_9-1_0-3.9.25-150300.4.93.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_9-1_0-3.9.25-150300.4.93.1.ppc64le"
},
"product_reference": "libpython3_9-1_0-3.9.25-150300.4.93.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_9-1_0-3.9.25-150300.4.93.1.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_9-1_0-3.9.25-150300.4.93.1.s390x"
},
"product_reference": "libpython3_9-1_0-3.9.25-150300.4.93.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_9-1_0-3.9.25-150300.4.93.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_9-1_0-3.9.25-150300.4.93.1.x86_64"
},
"product_reference": "libpython3_9-1_0-3.9.25-150300.4.93.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-3.9.25-150300.4.93.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:python39-3.9.25-150300.4.93.1.aarch64"
},
"product_reference": "python39-3.9.25-150300.4.93.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-3.9.25-150300.4.93.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:python39-3.9.25-150300.4.93.1.ppc64le"
},
"product_reference": "python39-3.9.25-150300.4.93.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-3.9.25-150300.4.93.1.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:python39-3.9.25-150300.4.93.1.s390x"
},
"product_reference": "python39-3.9.25-150300.4.93.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-3.9.25-150300.4.93.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:python39-3.9.25-150300.4.93.1.x86_64"
},
"product_reference": "python39-3.9.25-150300.4.93.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-base-3.9.25-150300.4.93.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:python39-base-3.9.25-150300.4.93.1.aarch64"
},
"product_reference": "python39-base-3.9.25-150300.4.93.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-base-3.9.25-150300.4.93.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:python39-base-3.9.25-150300.4.93.1.ppc64le"
},
"product_reference": "python39-base-3.9.25-150300.4.93.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-base-3.9.25-150300.4.93.1.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:python39-base-3.9.25-150300.4.93.1.s390x"
},
"product_reference": "python39-base-3.9.25-150300.4.93.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-base-3.9.25-150300.4.93.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:python39-base-3.9.25-150300.4.93.1.x86_64"
},
"product_reference": "python39-base-3.9.25-150300.4.93.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-curses-3.9.25-150300.4.93.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:python39-curses-3.9.25-150300.4.93.1.aarch64"
},
"product_reference": "python39-curses-3.9.25-150300.4.93.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-curses-3.9.25-150300.4.93.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:python39-curses-3.9.25-150300.4.93.1.ppc64le"
},
"product_reference": "python39-curses-3.9.25-150300.4.93.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-curses-3.9.25-150300.4.93.1.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:python39-curses-3.9.25-150300.4.93.1.s390x"
},
"product_reference": "python39-curses-3.9.25-150300.4.93.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-curses-3.9.25-150300.4.93.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:python39-curses-3.9.25-150300.4.93.1.x86_64"
},
"product_reference": "python39-curses-3.9.25-150300.4.93.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-dbm-3.9.25-150300.4.93.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:python39-dbm-3.9.25-150300.4.93.1.aarch64"
},
"product_reference": "python39-dbm-3.9.25-150300.4.93.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-dbm-3.9.25-150300.4.93.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:python39-dbm-3.9.25-150300.4.93.1.ppc64le"
},
"product_reference": "python39-dbm-3.9.25-150300.4.93.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-dbm-3.9.25-150300.4.93.1.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:python39-dbm-3.9.25-150300.4.93.1.s390x"
},
"product_reference": "python39-dbm-3.9.25-150300.4.93.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-dbm-3.9.25-150300.4.93.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:python39-dbm-3.9.25-150300.4.93.1.x86_64"
},
"product_reference": "python39-dbm-3.9.25-150300.4.93.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_9-1_0-3.9.25-150300.4.93.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpython3_9-1_0-3.9.25-150300.4.93.1.ppc64le"
},
"product_reference": "libpython3_9-1_0-3.9.25-150300.4.93.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_9-1_0-3.9.25-150300.4.93.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpython3_9-1_0-3.9.25-150300.4.93.1.x86_64"
},
"product_reference": "libpython3_9-1_0-3.9.25-150300.4.93.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-3.9.25-150300.4.93.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-3.9.25-150300.4.93.1.ppc64le"
},
"product_reference": "python39-3.9.25-150300.4.93.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-3.9.25-150300.4.93.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-3.9.25-150300.4.93.1.x86_64"
},
"product_reference": "python39-3.9.25-150300.4.93.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-base-3.9.25-150300.4.93.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-base-3.9.25-150300.4.93.1.ppc64le"
},
"product_reference": "python39-base-3.9.25-150300.4.93.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-base-3.9.25-150300.4.93.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-base-3.9.25-150300.4.93.1.x86_64"
},
"product_reference": "python39-base-3.9.25-150300.4.93.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-curses-3.9.25-150300.4.93.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-curses-3.9.25-150300.4.93.1.ppc64le"
},
"product_reference": "python39-curses-3.9.25-150300.4.93.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-curses-3.9.25-150300.4.93.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-curses-3.9.25-150300.4.93.1.x86_64"
},
"product_reference": "python39-curses-3.9.25-150300.4.93.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-dbm-3.9.25-150300.4.93.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-dbm-3.9.25-150300.4.93.1.ppc64le"
},
"product_reference": "python39-dbm-3.9.25-150300.4.93.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-dbm-3.9.25-150300.4.93.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-dbm-3.9.25-150300.4.93.1.x86_64"
},
"product_reference": "python39-dbm-3.9.25-150300.4.93.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_9-1_0-3.9.25-150300.4.93.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libpython3_9-1_0-3.9.25-150300.4.93.1.aarch64"
},
"product_reference": "libpython3_9-1_0-3.9.25-150300.4.93.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_9-1_0-3.9.25-150300.4.93.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libpython3_9-1_0-3.9.25-150300.4.93.1.ppc64le"
},
"product_reference": "libpython3_9-1_0-3.9.25-150300.4.93.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_9-1_0-3.9.25-150300.4.93.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libpython3_9-1_0-3.9.25-150300.4.93.1.s390x"
},
"product_reference": "libpython3_9-1_0-3.9.25-150300.4.93.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_9-1_0-3.9.25-150300.4.93.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libpython3_9-1_0-3.9.25-150300.4.93.1.x86_64"
},
"product_reference": "libpython3_9-1_0-3.9.25-150300.4.93.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_9-1_0-32bit-3.9.25-150300.4.93.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libpython3_9-1_0-32bit-3.9.25-150300.4.93.1.x86_64"
},
"product_reference": "libpython3_9-1_0-32bit-3.9.25-150300.4.93.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-3.9.25-150300.4.93.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python39-3.9.25-150300.4.93.1.aarch64"
},
"product_reference": "python39-3.9.25-150300.4.93.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-3.9.25-150300.4.93.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python39-3.9.25-150300.4.93.1.ppc64le"
},
"product_reference": "python39-3.9.25-150300.4.93.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-3.9.25-150300.4.93.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python39-3.9.25-150300.4.93.1.s390x"
},
"product_reference": "python39-3.9.25-150300.4.93.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-3.9.25-150300.4.93.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python39-3.9.25-150300.4.93.1.x86_64"
},
"product_reference": "python39-3.9.25-150300.4.93.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-32bit-3.9.25-150300.4.93.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python39-32bit-3.9.25-150300.4.93.1.x86_64"
},
"product_reference": "python39-32bit-3.9.25-150300.4.93.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-base-3.9.25-150300.4.93.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python39-base-3.9.25-150300.4.93.1.aarch64"
},
"product_reference": "python39-base-3.9.25-150300.4.93.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-base-3.9.25-150300.4.93.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python39-base-3.9.25-150300.4.93.1.ppc64le"
},
"product_reference": "python39-base-3.9.25-150300.4.93.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-base-3.9.25-150300.4.93.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python39-base-3.9.25-150300.4.93.1.s390x"
},
"product_reference": "python39-base-3.9.25-150300.4.93.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-base-3.9.25-150300.4.93.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python39-base-3.9.25-150300.4.93.1.x86_64"
},
"product_reference": "python39-base-3.9.25-150300.4.93.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-base-32bit-3.9.25-150300.4.93.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python39-base-32bit-3.9.25-150300.4.93.1.x86_64"
},
"product_reference": "python39-base-32bit-3.9.25-150300.4.93.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-curses-3.9.25-150300.4.93.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python39-curses-3.9.25-150300.4.93.1.aarch64"
},
"product_reference": "python39-curses-3.9.25-150300.4.93.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-curses-3.9.25-150300.4.93.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python39-curses-3.9.25-150300.4.93.1.ppc64le"
},
"product_reference": "python39-curses-3.9.25-150300.4.93.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-curses-3.9.25-150300.4.93.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python39-curses-3.9.25-150300.4.93.1.s390x"
},
"product_reference": "python39-curses-3.9.25-150300.4.93.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-curses-3.9.25-150300.4.93.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python39-curses-3.9.25-150300.4.93.1.x86_64"
},
"product_reference": "python39-curses-3.9.25-150300.4.93.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-dbm-3.9.25-150300.4.93.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python39-dbm-3.9.25-150300.4.93.1.aarch64"
},
"product_reference": "python39-dbm-3.9.25-150300.4.93.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-dbm-3.9.25-150300.4.93.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python39-dbm-3.9.25-150300.4.93.1.ppc64le"
},
"product_reference": "python39-dbm-3.9.25-150300.4.93.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-dbm-3.9.25-150300.4.93.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python39-dbm-3.9.25-150300.4.93.1.s390x"
},
"product_reference": "python39-dbm-3.9.25-150300.4.93.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-dbm-3.9.25-150300.4.93.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python39-dbm-3.9.25-150300.4.93.1.x86_64"
},
"product_reference": "python39-dbm-3.9.25-150300.4.93.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-devel-3.9.25-150300.4.93.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python39-devel-3.9.25-150300.4.93.1.aarch64"
},
"product_reference": "python39-devel-3.9.25-150300.4.93.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-devel-3.9.25-150300.4.93.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python39-devel-3.9.25-150300.4.93.1.ppc64le"
},
"product_reference": "python39-devel-3.9.25-150300.4.93.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-devel-3.9.25-150300.4.93.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python39-devel-3.9.25-150300.4.93.1.s390x"
},
"product_reference": "python39-devel-3.9.25-150300.4.93.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-devel-3.9.25-150300.4.93.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python39-devel-3.9.25-150300.4.93.1.x86_64"
},
"product_reference": "python39-devel-3.9.25-150300.4.93.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-doc-3.9.25-150300.4.93.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python39-doc-3.9.25-150300.4.93.1.aarch64"
},
"product_reference": "python39-doc-3.9.25-150300.4.93.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-doc-3.9.25-150300.4.93.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python39-doc-3.9.25-150300.4.93.1.ppc64le"
},
"product_reference": "python39-doc-3.9.25-150300.4.93.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-doc-3.9.25-150300.4.93.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python39-doc-3.9.25-150300.4.93.1.s390x"
},
"product_reference": "python39-doc-3.9.25-150300.4.93.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-doc-3.9.25-150300.4.93.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python39-doc-3.9.25-150300.4.93.1.x86_64"
},
"product_reference": "python39-doc-3.9.25-150300.4.93.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-doc-devhelp-3.9.25-150300.4.93.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python39-doc-devhelp-3.9.25-150300.4.93.1.aarch64"
},
"product_reference": "python39-doc-devhelp-3.9.25-150300.4.93.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-doc-devhelp-3.9.25-150300.4.93.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python39-doc-devhelp-3.9.25-150300.4.93.1.ppc64le"
},
"product_reference": "python39-doc-devhelp-3.9.25-150300.4.93.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-doc-devhelp-3.9.25-150300.4.93.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python39-doc-devhelp-3.9.25-150300.4.93.1.s390x"
},
"product_reference": "python39-doc-devhelp-3.9.25-150300.4.93.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-doc-devhelp-3.9.25-150300.4.93.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python39-doc-devhelp-3.9.25-150300.4.93.1.x86_64"
},
"product_reference": "python39-doc-devhelp-3.9.25-150300.4.93.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-idle-3.9.25-150300.4.93.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python39-idle-3.9.25-150300.4.93.1.aarch64"
},
"product_reference": "python39-idle-3.9.25-150300.4.93.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-idle-3.9.25-150300.4.93.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python39-idle-3.9.25-150300.4.93.1.ppc64le"
},
"product_reference": "python39-idle-3.9.25-150300.4.93.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-idle-3.9.25-150300.4.93.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python39-idle-3.9.25-150300.4.93.1.s390x"
},
"product_reference": "python39-idle-3.9.25-150300.4.93.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-idle-3.9.25-150300.4.93.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python39-idle-3.9.25-150300.4.93.1.x86_64"
},
"product_reference": "python39-idle-3.9.25-150300.4.93.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-testsuite-3.9.25-150300.4.93.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python39-testsuite-3.9.25-150300.4.93.1.aarch64"
},
"product_reference": "python39-testsuite-3.9.25-150300.4.93.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-testsuite-3.9.25-150300.4.93.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python39-testsuite-3.9.25-150300.4.93.1.ppc64le"
},
"product_reference": "python39-testsuite-3.9.25-150300.4.93.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-testsuite-3.9.25-150300.4.93.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python39-testsuite-3.9.25-150300.4.93.1.s390x"
},
"product_reference": "python39-testsuite-3.9.25-150300.4.93.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-testsuite-3.9.25-150300.4.93.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python39-testsuite-3.9.25-150300.4.93.1.x86_64"
},
"product_reference": "python39-testsuite-3.9.25-150300.4.93.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-tk-3.9.25-150300.4.93.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python39-tk-3.9.25-150300.4.93.1.aarch64"
},
"product_reference": "python39-tk-3.9.25-150300.4.93.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-tk-3.9.25-150300.4.93.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python39-tk-3.9.25-150300.4.93.1.ppc64le"
},
"product_reference": "python39-tk-3.9.25-150300.4.93.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-tk-3.9.25-150300.4.93.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python39-tk-3.9.25-150300.4.93.1.s390x"
},
"product_reference": "python39-tk-3.9.25-150300.4.93.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-tk-3.9.25-150300.4.93.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python39-tk-3.9.25-150300.4.93.1.x86_64"
},
"product_reference": "python39-tk-3.9.25-150300.4.93.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-tools-3.9.25-150300.4.93.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python39-tools-3.9.25-150300.4.93.1.aarch64"
},
"product_reference": "python39-tools-3.9.25-150300.4.93.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-tools-3.9.25-150300.4.93.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python39-tools-3.9.25-150300.4.93.1.ppc64le"
},
"product_reference": "python39-tools-3.9.25-150300.4.93.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-tools-3.9.25-150300.4.93.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python39-tools-3.9.25-150300.4.93.1.s390x"
},
"product_reference": "python39-tools-3.9.25-150300.4.93.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-tools-3.9.25-150300.4.93.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python39-tools-3.9.25-150300.4.93.1.x86_64"
},
"product_reference": "python39-tools-3.9.25-150300.4.93.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-11468",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-11468"
}
],
"notes": [
{
"category": "general",
"text": "When folding a long comment in an email header containing exclusively unfoldable characters, the parenthesis would not be preserved. This could be used for injecting headers into email messages where addresses are user-controlled and not sanitized.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_9-1_0-3.9.25-150300.4.93.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_9-1_0-3.9.25-150300.4.93.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_9-1_0-3.9.25-150300.4.93.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_9-1_0-3.9.25-150300.4.93.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-3.9.25-150300.4.93.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-3.9.25-150300.4.93.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-3.9.25-150300.4.93.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-3.9.25-150300.4.93.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-base-3.9.25-150300.4.93.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-base-3.9.25-150300.4.93.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-base-3.9.25-150300.4.93.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-base-3.9.25-150300.4.93.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-curses-3.9.25-150300.4.93.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-curses-3.9.25-150300.4.93.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-curses-3.9.25-150300.4.93.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-curses-3.9.25-150300.4.93.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-dbm-3.9.25-150300.4.93.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-dbm-3.9.25-150300.4.93.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-dbm-3.9.25-150300.4.93.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-dbm-3.9.25-150300.4.93.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpython3_9-1_0-3.9.25-150300.4.93.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpython3_9-1_0-3.9.25-150300.4.93.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-3.9.25-150300.4.93.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-3.9.25-150300.4.93.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-base-3.9.25-150300.4.93.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-base-3.9.25-150300.4.93.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-curses-3.9.25-150300.4.93.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-curses-3.9.25-150300.4.93.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-dbm-3.9.25-150300.4.93.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-dbm-3.9.25-150300.4.93.1.x86_64",
"openSUSE Leap 15.6:libpython3_9-1_0-3.9.25-150300.4.93.1.aarch64",
"openSUSE Leap 15.6:libpython3_9-1_0-3.9.25-150300.4.93.1.ppc64le",
"openSUSE Leap 15.6:libpython3_9-1_0-3.9.25-150300.4.93.1.s390x",
"openSUSE Leap 15.6:libpython3_9-1_0-3.9.25-150300.4.93.1.x86_64",
"openSUSE Leap 15.6:libpython3_9-1_0-32bit-3.9.25-150300.4.93.1.x86_64",
"openSUSE Leap 15.6:python39-3.9.25-150300.4.93.1.aarch64",
"openSUSE Leap 15.6:python39-3.9.25-150300.4.93.1.ppc64le",
"openSUSE Leap 15.6:python39-3.9.25-150300.4.93.1.s390x",
"openSUSE Leap 15.6:python39-3.9.25-150300.4.93.1.x86_64",
"openSUSE Leap 15.6:python39-32bit-3.9.25-150300.4.93.1.x86_64",
"openSUSE Leap 15.6:python39-base-3.9.25-150300.4.93.1.aarch64",
"openSUSE Leap 15.6:python39-base-3.9.25-150300.4.93.1.ppc64le",
"openSUSE Leap 15.6:python39-base-3.9.25-150300.4.93.1.s390x",
"openSUSE Leap 15.6:python39-base-3.9.25-150300.4.93.1.x86_64",
"openSUSE Leap 15.6:python39-base-32bit-3.9.25-150300.4.93.1.x86_64",
"openSUSE Leap 15.6:python39-curses-3.9.25-150300.4.93.1.aarch64",
"openSUSE Leap 15.6:python39-curses-3.9.25-150300.4.93.1.ppc64le",
"openSUSE Leap 15.6:python39-curses-3.9.25-150300.4.93.1.s390x",
"openSUSE Leap 15.6:python39-curses-3.9.25-150300.4.93.1.x86_64",
"openSUSE Leap 15.6:python39-dbm-3.9.25-150300.4.93.1.aarch64",
"openSUSE Leap 15.6:python39-dbm-3.9.25-150300.4.93.1.ppc64le",
"openSUSE Leap 15.6:python39-dbm-3.9.25-150300.4.93.1.s390x",
"openSUSE Leap 15.6:python39-dbm-3.9.25-150300.4.93.1.x86_64",
"openSUSE Leap 15.6:python39-devel-3.9.25-150300.4.93.1.aarch64",
"openSUSE Leap 15.6:python39-devel-3.9.25-150300.4.93.1.ppc64le",
"openSUSE Leap 15.6:python39-devel-3.9.25-150300.4.93.1.s390x",
"openSUSE Leap 15.6:python39-devel-3.9.25-150300.4.93.1.x86_64",
"openSUSE Leap 15.6:python39-doc-3.9.25-150300.4.93.1.aarch64",
"openSUSE Leap 15.6:python39-doc-3.9.25-150300.4.93.1.ppc64le",
"openSUSE Leap 15.6:python39-doc-3.9.25-150300.4.93.1.s390x",
"openSUSE Leap 15.6:python39-doc-3.9.25-150300.4.93.1.x86_64",
"openSUSE Leap 15.6:python39-doc-devhelp-3.9.25-150300.4.93.1.aarch64",
"openSUSE Leap 15.6:python39-doc-devhelp-3.9.25-150300.4.93.1.ppc64le",
"openSUSE Leap 15.6:python39-doc-devhelp-3.9.25-150300.4.93.1.s390x",
"openSUSE Leap 15.6:python39-doc-devhelp-3.9.25-150300.4.93.1.x86_64",
"openSUSE Leap 15.6:python39-idle-3.9.25-150300.4.93.1.aarch64",
"openSUSE Leap 15.6:python39-idle-3.9.25-150300.4.93.1.ppc64le",
"openSUSE Leap 15.6:python39-idle-3.9.25-150300.4.93.1.s390x",
"openSUSE Leap 15.6:python39-idle-3.9.25-150300.4.93.1.x86_64",
"openSUSE Leap 15.6:python39-testsuite-3.9.25-150300.4.93.1.aarch64",
"openSUSE Leap 15.6:python39-testsuite-3.9.25-150300.4.93.1.ppc64le",
"openSUSE Leap 15.6:python39-testsuite-3.9.25-150300.4.93.1.s390x",
"openSUSE Leap 15.6:python39-testsuite-3.9.25-150300.4.93.1.x86_64",
"openSUSE Leap 15.6:python39-tk-3.9.25-150300.4.93.1.aarch64",
"openSUSE Leap 15.6:python39-tk-3.9.25-150300.4.93.1.ppc64le",
"openSUSE Leap 15.6:python39-tk-3.9.25-150300.4.93.1.s390x",
"openSUSE Leap 15.6:python39-tk-3.9.25-150300.4.93.1.x86_64",
"openSUSE Leap 15.6:python39-tools-3.9.25-150300.4.93.1.aarch64",
"openSUSE Leap 15.6:python39-tools-3.9.25-150300.4.93.1.ppc64le",
"openSUSE Leap 15.6:python39-tools-3.9.25-150300.4.93.1.s390x",
"openSUSE Leap 15.6:python39-tools-3.9.25-150300.4.93.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-11468",
"url": "https://www.suse.com/security/cve/CVE-2025-11468"
},
{
"category": "external",
"summary": "SUSE Bug 1257029 for CVE-2025-11468",
"url": "https://bugzilla.suse.com/1257029"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_9-1_0-3.9.25-150300.4.93.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_9-1_0-3.9.25-150300.4.93.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_9-1_0-3.9.25-150300.4.93.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_9-1_0-3.9.25-150300.4.93.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-3.9.25-150300.4.93.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-3.9.25-150300.4.93.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-3.9.25-150300.4.93.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-3.9.25-150300.4.93.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-base-3.9.25-150300.4.93.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-base-3.9.25-150300.4.93.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-base-3.9.25-150300.4.93.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-base-3.9.25-150300.4.93.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-curses-3.9.25-150300.4.93.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-curses-3.9.25-150300.4.93.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-curses-3.9.25-150300.4.93.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-curses-3.9.25-150300.4.93.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-dbm-3.9.25-150300.4.93.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-dbm-3.9.25-150300.4.93.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-dbm-3.9.25-150300.4.93.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-dbm-3.9.25-150300.4.93.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpython3_9-1_0-3.9.25-150300.4.93.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpython3_9-1_0-3.9.25-150300.4.93.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-3.9.25-150300.4.93.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-3.9.25-150300.4.93.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-base-3.9.25-150300.4.93.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-base-3.9.25-150300.4.93.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-curses-3.9.25-150300.4.93.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-curses-3.9.25-150300.4.93.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-dbm-3.9.25-150300.4.93.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-dbm-3.9.25-150300.4.93.1.x86_64",
"openSUSE Leap 15.6:libpython3_9-1_0-3.9.25-150300.4.93.1.aarch64",
"openSUSE Leap 15.6:libpython3_9-1_0-3.9.25-150300.4.93.1.ppc64le",
"openSUSE Leap 15.6:libpython3_9-1_0-3.9.25-150300.4.93.1.s390x",
"openSUSE Leap 15.6:libpython3_9-1_0-3.9.25-150300.4.93.1.x86_64",
"openSUSE Leap 15.6:libpython3_9-1_0-32bit-3.9.25-150300.4.93.1.x86_64",
"openSUSE Leap 15.6:python39-3.9.25-150300.4.93.1.aarch64",
"openSUSE Leap 15.6:python39-3.9.25-150300.4.93.1.ppc64le",
"openSUSE Leap 15.6:python39-3.9.25-150300.4.93.1.s390x",
"openSUSE Leap 15.6:python39-3.9.25-150300.4.93.1.x86_64",
"openSUSE Leap 15.6:python39-32bit-3.9.25-150300.4.93.1.x86_64",
"openSUSE Leap 15.6:python39-base-3.9.25-150300.4.93.1.aarch64",
"openSUSE Leap 15.6:python39-base-3.9.25-150300.4.93.1.ppc64le",
"openSUSE Leap 15.6:python39-base-3.9.25-150300.4.93.1.s390x",
"openSUSE Leap 15.6:python39-base-3.9.25-150300.4.93.1.x86_64",
"openSUSE Leap 15.6:python39-base-32bit-3.9.25-150300.4.93.1.x86_64",
"openSUSE Leap 15.6:python39-curses-3.9.25-150300.4.93.1.aarch64",
"openSUSE Leap 15.6:python39-curses-3.9.25-150300.4.93.1.ppc64le",
"openSUSE Leap 15.6:python39-curses-3.9.25-150300.4.93.1.s390x",
"openSUSE Leap 15.6:python39-curses-3.9.25-150300.4.93.1.x86_64",
"openSUSE Leap 15.6:python39-dbm-3.9.25-150300.4.93.1.aarch64",
"openSUSE Leap 15.6:python39-dbm-3.9.25-150300.4.93.1.ppc64le",
"openSUSE Leap 15.6:python39-dbm-3.9.25-150300.4.93.1.s390x",
"openSUSE Leap 15.6:python39-dbm-3.9.25-150300.4.93.1.x86_64",
"openSUSE Leap 15.6:python39-devel-3.9.25-150300.4.93.1.aarch64",
"openSUSE Leap 15.6:python39-devel-3.9.25-150300.4.93.1.ppc64le",
"openSUSE Leap 15.6:python39-devel-3.9.25-150300.4.93.1.s390x",
"openSUSE Leap 15.6:python39-devel-3.9.25-150300.4.93.1.x86_64",
"openSUSE Leap 15.6:python39-doc-3.9.25-150300.4.93.1.aarch64",
"openSUSE Leap 15.6:python39-doc-3.9.25-150300.4.93.1.ppc64le",
"openSUSE Leap 15.6:python39-doc-3.9.25-150300.4.93.1.s390x",
"openSUSE Leap 15.6:python39-doc-3.9.25-150300.4.93.1.x86_64",
"openSUSE Leap 15.6:python39-doc-devhelp-3.9.25-150300.4.93.1.aarch64",
"openSUSE Leap 15.6:python39-doc-devhelp-3.9.25-150300.4.93.1.ppc64le",
"openSUSE Leap 15.6:python39-doc-devhelp-3.9.25-150300.4.93.1.s390x",
"openSUSE Leap 15.6:python39-doc-devhelp-3.9.25-150300.4.93.1.x86_64",
"openSUSE Leap 15.6:python39-idle-3.9.25-150300.4.93.1.aarch64",
"openSUSE Leap 15.6:python39-idle-3.9.25-150300.4.93.1.ppc64le",
"openSUSE Leap 15.6:python39-idle-3.9.25-150300.4.93.1.s390x",
"openSUSE Leap 15.6:python39-idle-3.9.25-150300.4.93.1.x86_64",
"openSUSE Leap 15.6:python39-testsuite-3.9.25-150300.4.93.1.aarch64",
"openSUSE Leap 15.6:python39-testsuite-3.9.25-150300.4.93.1.ppc64le",
"openSUSE Leap 15.6:python39-testsuite-3.9.25-150300.4.93.1.s390x",
"openSUSE Leap 15.6:python39-testsuite-3.9.25-150300.4.93.1.x86_64",
"openSUSE Leap 15.6:python39-tk-3.9.25-150300.4.93.1.aarch64",
"openSUSE Leap 15.6:python39-tk-3.9.25-150300.4.93.1.ppc64le",
"openSUSE Leap 15.6:python39-tk-3.9.25-150300.4.93.1.s390x",
"openSUSE Leap 15.6:python39-tk-3.9.25-150300.4.93.1.x86_64",
"openSUSE Leap 15.6:python39-tools-3.9.25-150300.4.93.1.aarch64",
"openSUSE Leap 15.6:python39-tools-3.9.25-150300.4.93.1.ppc64le",
"openSUSE Leap 15.6:python39-tools-3.9.25-150300.4.93.1.s390x",
"openSUSE Leap 15.6:python39-tools-3.9.25-150300.4.93.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_9-1_0-3.9.25-150300.4.93.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_9-1_0-3.9.25-150300.4.93.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_9-1_0-3.9.25-150300.4.93.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_9-1_0-3.9.25-150300.4.93.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-3.9.25-150300.4.93.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-3.9.25-150300.4.93.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-3.9.25-150300.4.93.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-3.9.25-150300.4.93.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-base-3.9.25-150300.4.93.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-base-3.9.25-150300.4.93.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-base-3.9.25-150300.4.93.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-base-3.9.25-150300.4.93.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-curses-3.9.25-150300.4.93.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-curses-3.9.25-150300.4.93.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-curses-3.9.25-150300.4.93.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-curses-3.9.25-150300.4.93.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-dbm-3.9.25-150300.4.93.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-dbm-3.9.25-150300.4.93.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-dbm-3.9.25-150300.4.93.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-dbm-3.9.25-150300.4.93.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpython3_9-1_0-3.9.25-150300.4.93.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpython3_9-1_0-3.9.25-150300.4.93.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-3.9.25-150300.4.93.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-3.9.25-150300.4.93.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-base-3.9.25-150300.4.93.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-base-3.9.25-150300.4.93.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-curses-3.9.25-150300.4.93.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-curses-3.9.25-150300.4.93.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-dbm-3.9.25-150300.4.93.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-dbm-3.9.25-150300.4.93.1.x86_64",
"openSUSE Leap 15.6:libpython3_9-1_0-3.9.25-150300.4.93.1.aarch64",
"openSUSE Leap 15.6:libpython3_9-1_0-3.9.25-150300.4.93.1.ppc64le",
"openSUSE Leap 15.6:libpython3_9-1_0-3.9.25-150300.4.93.1.s390x",
"openSUSE Leap 15.6:libpython3_9-1_0-3.9.25-150300.4.93.1.x86_64",
"openSUSE Leap 15.6:libpython3_9-1_0-32bit-3.9.25-150300.4.93.1.x86_64",
"openSUSE Leap 15.6:python39-3.9.25-150300.4.93.1.aarch64",
"openSUSE Leap 15.6:python39-3.9.25-150300.4.93.1.ppc64le",
"openSUSE Leap 15.6:python39-3.9.25-150300.4.93.1.s390x",
"openSUSE Leap 15.6:python39-3.9.25-150300.4.93.1.x86_64",
"openSUSE Leap 15.6:python39-32bit-3.9.25-150300.4.93.1.x86_64",
"openSUSE Leap 15.6:python39-base-3.9.25-150300.4.93.1.aarch64",
"openSUSE Leap 15.6:python39-base-3.9.25-150300.4.93.1.ppc64le",
"openSUSE Leap 15.6:python39-base-3.9.25-150300.4.93.1.s390x",
"openSUSE Leap 15.6:python39-base-3.9.25-150300.4.93.1.x86_64",
"openSUSE Leap 15.6:python39-base-32bit-3.9.25-150300.4.93.1.x86_64",
"openSUSE Leap 15.6:python39-curses-3.9.25-150300.4.93.1.aarch64",
"openSUSE Leap 15.6:python39-curses-3.9.25-150300.4.93.1.ppc64le",
"openSUSE Leap 15.6:python39-curses-3.9.25-150300.4.93.1.s390x",
"openSUSE Leap 15.6:python39-curses-3.9.25-150300.4.93.1.x86_64",
"openSUSE Leap 15.6:python39-dbm-3.9.25-150300.4.93.1.aarch64",
"openSUSE Leap 15.6:python39-dbm-3.9.25-150300.4.93.1.ppc64le",
"openSUSE Leap 15.6:python39-dbm-3.9.25-150300.4.93.1.s390x",
"openSUSE Leap 15.6:python39-dbm-3.9.25-150300.4.93.1.x86_64",
"openSUSE Leap 15.6:python39-devel-3.9.25-150300.4.93.1.aarch64",
"openSUSE Leap 15.6:python39-devel-3.9.25-150300.4.93.1.ppc64le",
"openSUSE Leap 15.6:python39-devel-3.9.25-150300.4.93.1.s390x",
"openSUSE Leap 15.6:python39-devel-3.9.25-150300.4.93.1.x86_64",
"openSUSE Leap 15.6:python39-doc-3.9.25-150300.4.93.1.aarch64",
"openSUSE Leap 15.6:python39-doc-3.9.25-150300.4.93.1.ppc64le",
"openSUSE Leap 15.6:python39-doc-3.9.25-150300.4.93.1.s390x",
"openSUSE Leap 15.6:python39-doc-3.9.25-150300.4.93.1.x86_64",
"openSUSE Leap 15.6:python39-doc-devhelp-3.9.25-150300.4.93.1.aarch64",
"openSUSE Leap 15.6:python39-doc-devhelp-3.9.25-150300.4.93.1.ppc64le",
"openSUSE Leap 15.6:python39-doc-devhelp-3.9.25-150300.4.93.1.s390x",
"openSUSE Leap 15.6:python39-doc-devhelp-3.9.25-150300.4.93.1.x86_64",
"openSUSE Leap 15.6:python39-idle-3.9.25-150300.4.93.1.aarch64",
"openSUSE Leap 15.6:python39-idle-3.9.25-150300.4.93.1.ppc64le",
"openSUSE Leap 15.6:python39-idle-3.9.25-150300.4.93.1.s390x",
"openSUSE Leap 15.6:python39-idle-3.9.25-150300.4.93.1.x86_64",
"openSUSE Leap 15.6:python39-testsuite-3.9.25-150300.4.93.1.aarch64",
"openSUSE Leap 15.6:python39-testsuite-3.9.25-150300.4.93.1.ppc64le",
"openSUSE Leap 15.6:python39-testsuite-3.9.25-150300.4.93.1.s390x",
"openSUSE Leap 15.6:python39-testsuite-3.9.25-150300.4.93.1.x86_64",
"openSUSE Leap 15.6:python39-tk-3.9.25-150300.4.93.1.aarch64",
"openSUSE Leap 15.6:python39-tk-3.9.25-150300.4.93.1.ppc64le",
"openSUSE Leap 15.6:python39-tk-3.9.25-150300.4.93.1.s390x",
"openSUSE Leap 15.6:python39-tk-3.9.25-150300.4.93.1.x86_64",
"openSUSE Leap 15.6:python39-tools-3.9.25-150300.4.93.1.aarch64",
"openSUSE Leap 15.6:python39-tools-3.9.25-150300.4.93.1.ppc64le",
"openSUSE Leap 15.6:python39-tools-3.9.25-150300.4.93.1.s390x",
"openSUSE Leap 15.6:python39-tools-3.9.25-150300.4.93.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-02-25T16:27:51Z",
"details": "important"
}
],
"title": "CVE-2025-11468"
},
{
"cve": "CVE-2025-15282",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-15282"
}
],
"notes": [
{
"category": "general",
"text": "User-controlled data URLs parsed by urllib.request.DataHandler allow injecting headers through newlines in the data URL mediatype.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_9-1_0-3.9.25-150300.4.93.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_9-1_0-3.9.25-150300.4.93.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_9-1_0-3.9.25-150300.4.93.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_9-1_0-3.9.25-150300.4.93.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-3.9.25-150300.4.93.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-3.9.25-150300.4.93.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-3.9.25-150300.4.93.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-3.9.25-150300.4.93.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-base-3.9.25-150300.4.93.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-base-3.9.25-150300.4.93.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-base-3.9.25-150300.4.93.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-base-3.9.25-150300.4.93.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-curses-3.9.25-150300.4.93.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-curses-3.9.25-150300.4.93.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-curses-3.9.25-150300.4.93.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-curses-3.9.25-150300.4.93.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-dbm-3.9.25-150300.4.93.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-dbm-3.9.25-150300.4.93.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-dbm-3.9.25-150300.4.93.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-dbm-3.9.25-150300.4.93.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpython3_9-1_0-3.9.25-150300.4.93.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpython3_9-1_0-3.9.25-150300.4.93.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-3.9.25-150300.4.93.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-3.9.25-150300.4.93.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-base-3.9.25-150300.4.93.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-base-3.9.25-150300.4.93.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-curses-3.9.25-150300.4.93.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-curses-3.9.25-150300.4.93.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-dbm-3.9.25-150300.4.93.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-dbm-3.9.25-150300.4.93.1.x86_64",
"openSUSE Leap 15.6:libpython3_9-1_0-3.9.25-150300.4.93.1.aarch64",
"openSUSE Leap 15.6:libpython3_9-1_0-3.9.25-150300.4.93.1.ppc64le",
"openSUSE Leap 15.6:libpython3_9-1_0-3.9.25-150300.4.93.1.s390x",
"openSUSE Leap 15.6:libpython3_9-1_0-3.9.25-150300.4.93.1.x86_64",
"openSUSE Leap 15.6:libpython3_9-1_0-32bit-3.9.25-150300.4.93.1.x86_64",
"openSUSE Leap 15.6:python39-3.9.25-150300.4.93.1.aarch64",
"openSUSE Leap 15.6:python39-3.9.25-150300.4.93.1.ppc64le",
"openSUSE Leap 15.6:python39-3.9.25-150300.4.93.1.s390x",
"openSUSE Leap 15.6:python39-3.9.25-150300.4.93.1.x86_64",
"openSUSE Leap 15.6:python39-32bit-3.9.25-150300.4.93.1.x86_64",
"openSUSE Leap 15.6:python39-base-3.9.25-150300.4.93.1.aarch64",
"openSUSE Leap 15.6:python39-base-3.9.25-150300.4.93.1.ppc64le",
"openSUSE Leap 15.6:python39-base-3.9.25-150300.4.93.1.s390x",
"openSUSE Leap 15.6:python39-base-3.9.25-150300.4.93.1.x86_64",
"openSUSE Leap 15.6:python39-base-32bit-3.9.25-150300.4.93.1.x86_64",
"openSUSE Leap 15.6:python39-curses-3.9.25-150300.4.93.1.aarch64",
"openSUSE Leap 15.6:python39-curses-3.9.25-150300.4.93.1.ppc64le",
"openSUSE Leap 15.6:python39-curses-3.9.25-150300.4.93.1.s390x",
"openSUSE Leap 15.6:python39-curses-3.9.25-150300.4.93.1.x86_64",
"openSUSE Leap 15.6:python39-dbm-3.9.25-150300.4.93.1.aarch64",
"openSUSE Leap 15.6:python39-dbm-3.9.25-150300.4.93.1.ppc64le",
"openSUSE Leap 15.6:python39-dbm-3.9.25-150300.4.93.1.s390x",
"openSUSE Leap 15.6:python39-dbm-3.9.25-150300.4.93.1.x86_64",
"openSUSE Leap 15.6:python39-devel-3.9.25-150300.4.93.1.aarch64",
"openSUSE Leap 15.6:python39-devel-3.9.25-150300.4.93.1.ppc64le",
"openSUSE Leap 15.6:python39-devel-3.9.25-150300.4.93.1.s390x",
"openSUSE Leap 15.6:python39-devel-3.9.25-150300.4.93.1.x86_64",
"openSUSE Leap 15.6:python39-doc-3.9.25-150300.4.93.1.aarch64",
"openSUSE Leap 15.6:python39-doc-3.9.25-150300.4.93.1.ppc64le",
"openSUSE Leap 15.6:python39-doc-3.9.25-150300.4.93.1.s390x",
"openSUSE Leap 15.6:python39-doc-3.9.25-150300.4.93.1.x86_64",
"openSUSE Leap 15.6:python39-doc-devhelp-3.9.25-150300.4.93.1.aarch64",
"openSUSE Leap 15.6:python39-doc-devhelp-3.9.25-150300.4.93.1.ppc64le",
"openSUSE Leap 15.6:python39-doc-devhelp-3.9.25-150300.4.93.1.s390x",
"openSUSE Leap 15.6:python39-doc-devhelp-3.9.25-150300.4.93.1.x86_64",
"openSUSE Leap 15.6:python39-idle-3.9.25-150300.4.93.1.aarch64",
"openSUSE Leap 15.6:python39-idle-3.9.25-150300.4.93.1.ppc64le",
"openSUSE Leap 15.6:python39-idle-3.9.25-150300.4.93.1.s390x",
"openSUSE Leap 15.6:python39-idle-3.9.25-150300.4.93.1.x86_64",
"openSUSE Leap 15.6:python39-testsuite-3.9.25-150300.4.93.1.aarch64",
"openSUSE Leap 15.6:python39-testsuite-3.9.25-150300.4.93.1.ppc64le",
"openSUSE Leap 15.6:python39-testsuite-3.9.25-150300.4.93.1.s390x",
"openSUSE Leap 15.6:python39-testsuite-3.9.25-150300.4.93.1.x86_64",
"openSUSE Leap 15.6:python39-tk-3.9.25-150300.4.93.1.aarch64",
"openSUSE Leap 15.6:python39-tk-3.9.25-150300.4.93.1.ppc64le",
"openSUSE Leap 15.6:python39-tk-3.9.25-150300.4.93.1.s390x",
"openSUSE Leap 15.6:python39-tk-3.9.25-150300.4.93.1.x86_64",
"openSUSE Leap 15.6:python39-tools-3.9.25-150300.4.93.1.aarch64",
"openSUSE Leap 15.6:python39-tools-3.9.25-150300.4.93.1.ppc64le",
"openSUSE Leap 15.6:python39-tools-3.9.25-150300.4.93.1.s390x",
"openSUSE Leap 15.6:python39-tools-3.9.25-150300.4.93.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-15282",
"url": "https://www.suse.com/security/cve/CVE-2025-15282"
},
{
"category": "external",
"summary": "SUSE Bug 1257046 for CVE-2025-15282",
"url": "https://bugzilla.suse.com/1257046"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_9-1_0-3.9.25-150300.4.93.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_9-1_0-3.9.25-150300.4.93.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_9-1_0-3.9.25-150300.4.93.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_9-1_0-3.9.25-150300.4.93.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-3.9.25-150300.4.93.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-3.9.25-150300.4.93.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-3.9.25-150300.4.93.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-3.9.25-150300.4.93.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-base-3.9.25-150300.4.93.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-base-3.9.25-150300.4.93.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-base-3.9.25-150300.4.93.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-base-3.9.25-150300.4.93.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-curses-3.9.25-150300.4.93.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-curses-3.9.25-150300.4.93.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-curses-3.9.25-150300.4.93.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-curses-3.9.25-150300.4.93.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-dbm-3.9.25-150300.4.93.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-dbm-3.9.25-150300.4.93.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-dbm-3.9.25-150300.4.93.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-dbm-3.9.25-150300.4.93.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpython3_9-1_0-3.9.25-150300.4.93.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpython3_9-1_0-3.9.25-150300.4.93.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-3.9.25-150300.4.93.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-3.9.25-150300.4.93.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-base-3.9.25-150300.4.93.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-base-3.9.25-150300.4.93.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-curses-3.9.25-150300.4.93.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-curses-3.9.25-150300.4.93.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-dbm-3.9.25-150300.4.93.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-dbm-3.9.25-150300.4.93.1.x86_64",
"openSUSE Leap 15.6:libpython3_9-1_0-3.9.25-150300.4.93.1.aarch64",
"openSUSE Leap 15.6:libpython3_9-1_0-3.9.25-150300.4.93.1.ppc64le",
"openSUSE Leap 15.6:libpython3_9-1_0-3.9.25-150300.4.93.1.s390x",
"openSUSE Leap 15.6:libpython3_9-1_0-3.9.25-150300.4.93.1.x86_64",
"openSUSE Leap 15.6:libpython3_9-1_0-32bit-3.9.25-150300.4.93.1.x86_64",
"openSUSE Leap 15.6:python39-3.9.25-150300.4.93.1.aarch64",
"openSUSE Leap 15.6:python39-3.9.25-150300.4.93.1.ppc64le",
"openSUSE Leap 15.6:python39-3.9.25-150300.4.93.1.s390x",
"openSUSE Leap 15.6:python39-3.9.25-150300.4.93.1.x86_64",
"openSUSE Leap 15.6:python39-32bit-3.9.25-150300.4.93.1.x86_64",
"openSUSE Leap 15.6:python39-base-3.9.25-150300.4.93.1.aarch64",
"openSUSE Leap 15.6:python39-base-3.9.25-150300.4.93.1.ppc64le",
"openSUSE Leap 15.6:python39-base-3.9.25-150300.4.93.1.s390x",
"openSUSE Leap 15.6:python39-base-3.9.25-150300.4.93.1.x86_64",
"openSUSE Leap 15.6:python39-base-32bit-3.9.25-150300.4.93.1.x86_64",
"openSUSE Leap 15.6:python39-curses-3.9.25-150300.4.93.1.aarch64",
"openSUSE Leap 15.6:python39-curses-3.9.25-150300.4.93.1.ppc64le",
"openSUSE Leap 15.6:python39-curses-3.9.25-150300.4.93.1.s390x",
"openSUSE Leap 15.6:python39-curses-3.9.25-150300.4.93.1.x86_64",
"openSUSE Leap 15.6:python39-dbm-3.9.25-150300.4.93.1.aarch64",
"openSUSE Leap 15.6:python39-dbm-3.9.25-150300.4.93.1.ppc64le",
"openSUSE Leap 15.6:python39-dbm-3.9.25-150300.4.93.1.s390x",
"openSUSE Leap 15.6:python39-dbm-3.9.25-150300.4.93.1.x86_64",
"openSUSE Leap 15.6:python39-devel-3.9.25-150300.4.93.1.aarch64",
"openSUSE Leap 15.6:python39-devel-3.9.25-150300.4.93.1.ppc64le",
"openSUSE Leap 15.6:python39-devel-3.9.25-150300.4.93.1.s390x",
"openSUSE Leap 15.6:python39-devel-3.9.25-150300.4.93.1.x86_64",
"openSUSE Leap 15.6:python39-doc-3.9.25-150300.4.93.1.aarch64",
"openSUSE Leap 15.6:python39-doc-3.9.25-150300.4.93.1.ppc64le",
"openSUSE Leap 15.6:python39-doc-3.9.25-150300.4.93.1.s390x",
"openSUSE Leap 15.6:python39-doc-3.9.25-150300.4.93.1.x86_64",
"openSUSE Leap 15.6:python39-doc-devhelp-3.9.25-150300.4.93.1.aarch64",
"openSUSE Leap 15.6:python39-doc-devhelp-3.9.25-150300.4.93.1.ppc64le",
"openSUSE Leap 15.6:python39-doc-devhelp-3.9.25-150300.4.93.1.s390x",
"openSUSE Leap 15.6:python39-doc-devhelp-3.9.25-150300.4.93.1.x86_64",
"openSUSE Leap 15.6:python39-idle-3.9.25-150300.4.93.1.aarch64",
"openSUSE Leap 15.6:python39-idle-3.9.25-150300.4.93.1.ppc64le",
"openSUSE Leap 15.6:python39-idle-3.9.25-150300.4.93.1.s390x",
"openSUSE Leap 15.6:python39-idle-3.9.25-150300.4.93.1.x86_64",
"openSUSE Leap 15.6:python39-testsuite-3.9.25-150300.4.93.1.aarch64",
"openSUSE Leap 15.6:python39-testsuite-3.9.25-150300.4.93.1.ppc64le",
"openSUSE Leap 15.6:python39-testsuite-3.9.25-150300.4.93.1.s390x",
"openSUSE Leap 15.6:python39-testsuite-3.9.25-150300.4.93.1.x86_64",
"openSUSE Leap 15.6:python39-tk-3.9.25-150300.4.93.1.aarch64",
"openSUSE Leap 15.6:python39-tk-3.9.25-150300.4.93.1.ppc64le",
"openSUSE Leap 15.6:python39-tk-3.9.25-150300.4.93.1.s390x",
"openSUSE Leap 15.6:python39-tk-3.9.25-150300.4.93.1.x86_64",
"openSUSE Leap 15.6:python39-tools-3.9.25-150300.4.93.1.aarch64",
"openSUSE Leap 15.6:python39-tools-3.9.25-150300.4.93.1.ppc64le",
"openSUSE Leap 15.6:python39-tools-3.9.25-150300.4.93.1.s390x",
"openSUSE Leap 15.6:python39-tools-3.9.25-150300.4.93.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_9-1_0-3.9.25-150300.4.93.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_9-1_0-3.9.25-150300.4.93.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_9-1_0-3.9.25-150300.4.93.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_9-1_0-3.9.25-150300.4.93.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-3.9.25-150300.4.93.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-3.9.25-150300.4.93.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-3.9.25-150300.4.93.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-3.9.25-150300.4.93.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-base-3.9.25-150300.4.93.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-base-3.9.25-150300.4.93.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-base-3.9.25-150300.4.93.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-base-3.9.25-150300.4.93.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-curses-3.9.25-150300.4.93.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-curses-3.9.25-150300.4.93.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-curses-3.9.25-150300.4.93.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-curses-3.9.25-150300.4.93.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-dbm-3.9.25-150300.4.93.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-dbm-3.9.25-150300.4.93.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-dbm-3.9.25-150300.4.93.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-dbm-3.9.25-150300.4.93.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpython3_9-1_0-3.9.25-150300.4.93.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpython3_9-1_0-3.9.25-150300.4.93.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-3.9.25-150300.4.93.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-3.9.25-150300.4.93.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-base-3.9.25-150300.4.93.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-base-3.9.25-150300.4.93.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-curses-3.9.25-150300.4.93.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-curses-3.9.25-150300.4.93.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-dbm-3.9.25-150300.4.93.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-dbm-3.9.25-150300.4.93.1.x86_64",
"openSUSE Leap 15.6:libpython3_9-1_0-3.9.25-150300.4.93.1.aarch64",
"openSUSE Leap 15.6:libpython3_9-1_0-3.9.25-150300.4.93.1.ppc64le",
"openSUSE Leap 15.6:libpython3_9-1_0-3.9.25-150300.4.93.1.s390x",
"openSUSE Leap 15.6:libpython3_9-1_0-3.9.25-150300.4.93.1.x86_64",
"openSUSE Leap 15.6:libpython3_9-1_0-32bit-3.9.25-150300.4.93.1.x86_64",
"openSUSE Leap 15.6:python39-3.9.25-150300.4.93.1.aarch64",
"openSUSE Leap 15.6:python39-3.9.25-150300.4.93.1.ppc64le",
"openSUSE Leap 15.6:python39-3.9.25-150300.4.93.1.s390x",
"openSUSE Leap 15.6:python39-3.9.25-150300.4.93.1.x86_64",
"openSUSE Leap 15.6:python39-32bit-3.9.25-150300.4.93.1.x86_64",
"openSUSE Leap 15.6:python39-base-3.9.25-150300.4.93.1.aarch64",
"openSUSE Leap 15.6:python39-base-3.9.25-150300.4.93.1.ppc64le",
"openSUSE Leap 15.6:python39-base-3.9.25-150300.4.93.1.s390x",
"openSUSE Leap 15.6:python39-base-3.9.25-150300.4.93.1.x86_64",
"openSUSE Leap 15.6:python39-base-32bit-3.9.25-150300.4.93.1.x86_64",
"openSUSE Leap 15.6:python39-curses-3.9.25-150300.4.93.1.aarch64",
"openSUSE Leap 15.6:python39-curses-3.9.25-150300.4.93.1.ppc64le",
"openSUSE Leap 15.6:python39-curses-3.9.25-150300.4.93.1.s390x",
"openSUSE Leap 15.6:python39-curses-3.9.25-150300.4.93.1.x86_64",
"openSUSE Leap 15.6:python39-dbm-3.9.25-150300.4.93.1.aarch64",
"openSUSE Leap 15.6:python39-dbm-3.9.25-150300.4.93.1.ppc64le",
"openSUSE Leap 15.6:python39-dbm-3.9.25-150300.4.93.1.s390x",
"openSUSE Leap 15.6:python39-dbm-3.9.25-150300.4.93.1.x86_64",
"openSUSE Leap 15.6:python39-devel-3.9.25-150300.4.93.1.aarch64",
"openSUSE Leap 15.6:python39-devel-3.9.25-150300.4.93.1.ppc64le",
"openSUSE Leap 15.6:python39-devel-3.9.25-150300.4.93.1.s390x",
"openSUSE Leap 15.6:python39-devel-3.9.25-150300.4.93.1.x86_64",
"openSUSE Leap 15.6:python39-doc-3.9.25-150300.4.93.1.aarch64",
"openSUSE Leap 15.6:python39-doc-3.9.25-150300.4.93.1.ppc64le",
"openSUSE Leap 15.6:python39-doc-3.9.25-150300.4.93.1.s390x",
"openSUSE Leap 15.6:python39-doc-3.9.25-150300.4.93.1.x86_64",
"openSUSE Leap 15.6:python39-doc-devhelp-3.9.25-150300.4.93.1.aarch64",
"openSUSE Leap 15.6:python39-doc-devhelp-3.9.25-150300.4.93.1.ppc64le",
"openSUSE Leap 15.6:python39-doc-devhelp-3.9.25-150300.4.93.1.s390x",
"openSUSE Leap 15.6:python39-doc-devhelp-3.9.25-150300.4.93.1.x86_64",
"openSUSE Leap 15.6:python39-idle-3.9.25-150300.4.93.1.aarch64",
"openSUSE Leap 15.6:python39-idle-3.9.25-150300.4.93.1.ppc64le",
"openSUSE Leap 15.6:python39-idle-3.9.25-150300.4.93.1.s390x",
"openSUSE Leap 15.6:python39-idle-3.9.25-150300.4.93.1.x86_64",
"openSUSE Leap 15.6:python39-testsuite-3.9.25-150300.4.93.1.aarch64",
"openSUSE Leap 15.6:python39-testsuite-3.9.25-150300.4.93.1.ppc64le",
"openSUSE Leap 15.6:python39-testsuite-3.9.25-150300.4.93.1.s390x",
"openSUSE Leap 15.6:python39-testsuite-3.9.25-150300.4.93.1.x86_64",
"openSUSE Leap 15.6:python39-tk-3.9.25-150300.4.93.1.aarch64",
"openSUSE Leap 15.6:python39-tk-3.9.25-150300.4.93.1.ppc64le",
"openSUSE Leap 15.6:python39-tk-3.9.25-150300.4.93.1.s390x",
"openSUSE Leap 15.6:python39-tk-3.9.25-150300.4.93.1.x86_64",
"openSUSE Leap 15.6:python39-tools-3.9.25-150300.4.93.1.aarch64",
"openSUSE Leap 15.6:python39-tools-3.9.25-150300.4.93.1.ppc64le",
"openSUSE Leap 15.6:python39-tools-3.9.25-150300.4.93.1.s390x",
"openSUSE Leap 15.6:python39-tools-3.9.25-150300.4.93.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-02-25T16:27:51Z",
"details": "moderate"
}
],
"title": "CVE-2025-15282"
},
{
"cve": "CVE-2025-15366",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-15366"
}
],
"notes": [
{
"category": "general",
"text": "The imaplib module, when passed a user-controlled command, can have additional commands injected using newlines. Mitigation rejects commands containing control characters.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_9-1_0-3.9.25-150300.4.93.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_9-1_0-3.9.25-150300.4.93.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_9-1_0-3.9.25-150300.4.93.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_9-1_0-3.9.25-150300.4.93.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-3.9.25-150300.4.93.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-3.9.25-150300.4.93.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-3.9.25-150300.4.93.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-3.9.25-150300.4.93.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-base-3.9.25-150300.4.93.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-base-3.9.25-150300.4.93.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-base-3.9.25-150300.4.93.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-base-3.9.25-150300.4.93.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-curses-3.9.25-150300.4.93.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-curses-3.9.25-150300.4.93.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-curses-3.9.25-150300.4.93.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-curses-3.9.25-150300.4.93.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-dbm-3.9.25-150300.4.93.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-dbm-3.9.25-150300.4.93.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-dbm-3.9.25-150300.4.93.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-dbm-3.9.25-150300.4.93.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpython3_9-1_0-3.9.25-150300.4.93.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpython3_9-1_0-3.9.25-150300.4.93.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-3.9.25-150300.4.93.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-3.9.25-150300.4.93.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-base-3.9.25-150300.4.93.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-base-3.9.25-150300.4.93.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-curses-3.9.25-150300.4.93.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-curses-3.9.25-150300.4.93.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-dbm-3.9.25-150300.4.93.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-dbm-3.9.25-150300.4.93.1.x86_64",
"openSUSE Leap 15.6:libpython3_9-1_0-3.9.25-150300.4.93.1.aarch64",
"openSUSE Leap 15.6:libpython3_9-1_0-3.9.25-150300.4.93.1.ppc64le",
"openSUSE Leap 15.6:libpython3_9-1_0-3.9.25-150300.4.93.1.s390x",
"openSUSE Leap 15.6:libpython3_9-1_0-3.9.25-150300.4.93.1.x86_64",
"openSUSE Leap 15.6:libpython3_9-1_0-32bit-3.9.25-150300.4.93.1.x86_64",
"openSUSE Leap 15.6:python39-3.9.25-150300.4.93.1.aarch64",
"openSUSE Leap 15.6:python39-3.9.25-150300.4.93.1.ppc64le",
"openSUSE Leap 15.6:python39-3.9.25-150300.4.93.1.s390x",
"openSUSE Leap 15.6:python39-3.9.25-150300.4.93.1.x86_64",
"openSUSE Leap 15.6:python39-32bit-3.9.25-150300.4.93.1.x86_64",
"openSUSE Leap 15.6:python39-base-3.9.25-150300.4.93.1.aarch64",
"openSUSE Leap 15.6:python39-base-3.9.25-150300.4.93.1.ppc64le",
"openSUSE Leap 15.6:python39-base-3.9.25-150300.4.93.1.s390x",
"openSUSE Leap 15.6:python39-base-3.9.25-150300.4.93.1.x86_64",
"openSUSE Leap 15.6:python39-base-32bit-3.9.25-150300.4.93.1.x86_64",
"openSUSE Leap 15.6:python39-curses-3.9.25-150300.4.93.1.aarch64",
"openSUSE Leap 15.6:python39-curses-3.9.25-150300.4.93.1.ppc64le",
"openSUSE Leap 15.6:python39-curses-3.9.25-150300.4.93.1.s390x",
"openSUSE Leap 15.6:python39-curses-3.9.25-150300.4.93.1.x86_64",
"openSUSE Leap 15.6:python39-dbm-3.9.25-150300.4.93.1.aarch64",
"openSUSE Leap 15.6:python39-dbm-3.9.25-150300.4.93.1.ppc64le",
"openSUSE Leap 15.6:python39-dbm-3.9.25-150300.4.93.1.s390x",
"openSUSE Leap 15.6:python39-dbm-3.9.25-150300.4.93.1.x86_64",
"openSUSE Leap 15.6:python39-devel-3.9.25-150300.4.93.1.aarch64",
"openSUSE Leap 15.6:python39-devel-3.9.25-150300.4.93.1.ppc64le",
"openSUSE Leap 15.6:python39-devel-3.9.25-150300.4.93.1.s390x",
"openSUSE Leap 15.6:python39-devel-3.9.25-150300.4.93.1.x86_64",
"openSUSE Leap 15.6:python39-doc-3.9.25-150300.4.93.1.aarch64",
"openSUSE Leap 15.6:python39-doc-3.9.25-150300.4.93.1.ppc64le",
"openSUSE Leap 15.6:python39-doc-3.9.25-150300.4.93.1.s390x",
"openSUSE Leap 15.6:python39-doc-3.9.25-150300.4.93.1.x86_64",
"openSUSE Leap 15.6:python39-doc-devhelp-3.9.25-150300.4.93.1.aarch64",
"openSUSE Leap 15.6:python39-doc-devhelp-3.9.25-150300.4.93.1.ppc64le",
"openSUSE Leap 15.6:python39-doc-devhelp-3.9.25-150300.4.93.1.s390x",
"openSUSE Leap 15.6:python39-doc-devhelp-3.9.25-150300.4.93.1.x86_64",
"openSUSE Leap 15.6:python39-idle-3.9.25-150300.4.93.1.aarch64",
"openSUSE Leap 15.6:python39-idle-3.9.25-150300.4.93.1.ppc64le",
"openSUSE Leap 15.6:python39-idle-3.9.25-150300.4.93.1.s390x",
"openSUSE Leap 15.6:python39-idle-3.9.25-150300.4.93.1.x86_64",
"openSUSE Leap 15.6:python39-testsuite-3.9.25-150300.4.93.1.aarch64",
"openSUSE Leap 15.6:python39-testsuite-3.9.25-150300.4.93.1.ppc64le",
"openSUSE Leap 15.6:python39-testsuite-3.9.25-150300.4.93.1.s390x",
"openSUSE Leap 15.6:python39-testsuite-3.9.25-150300.4.93.1.x86_64",
"openSUSE Leap 15.6:python39-tk-3.9.25-150300.4.93.1.aarch64",
"openSUSE Leap 15.6:python39-tk-3.9.25-150300.4.93.1.ppc64le",
"openSUSE Leap 15.6:python39-tk-3.9.25-150300.4.93.1.s390x",
"openSUSE Leap 15.6:python39-tk-3.9.25-150300.4.93.1.x86_64",
"openSUSE Leap 15.6:python39-tools-3.9.25-150300.4.93.1.aarch64",
"openSUSE Leap 15.6:python39-tools-3.9.25-150300.4.93.1.ppc64le",
"openSUSE Leap 15.6:python39-tools-3.9.25-150300.4.93.1.s390x",
"openSUSE Leap 15.6:python39-tools-3.9.25-150300.4.93.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-15366",
"url": "https://www.suse.com/security/cve/CVE-2025-15366"
},
{
"category": "external",
"summary": "SUSE Bug 1257044 for CVE-2025-15366",
"url": "https://bugzilla.suse.com/1257044"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_9-1_0-3.9.25-150300.4.93.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_9-1_0-3.9.25-150300.4.93.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_9-1_0-3.9.25-150300.4.93.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_9-1_0-3.9.25-150300.4.93.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-3.9.25-150300.4.93.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-3.9.25-150300.4.93.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-3.9.25-150300.4.93.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-3.9.25-150300.4.93.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-base-3.9.25-150300.4.93.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-base-3.9.25-150300.4.93.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-base-3.9.25-150300.4.93.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-base-3.9.25-150300.4.93.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-curses-3.9.25-150300.4.93.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-curses-3.9.25-150300.4.93.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-curses-3.9.25-150300.4.93.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-curses-3.9.25-150300.4.93.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-dbm-3.9.25-150300.4.93.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-dbm-3.9.25-150300.4.93.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-dbm-3.9.25-150300.4.93.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-dbm-3.9.25-150300.4.93.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpython3_9-1_0-3.9.25-150300.4.93.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpython3_9-1_0-3.9.25-150300.4.93.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-3.9.25-150300.4.93.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-3.9.25-150300.4.93.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-base-3.9.25-150300.4.93.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-base-3.9.25-150300.4.93.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-curses-3.9.25-150300.4.93.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-curses-3.9.25-150300.4.93.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-dbm-3.9.25-150300.4.93.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-dbm-3.9.25-150300.4.93.1.x86_64",
"openSUSE Leap 15.6:libpython3_9-1_0-3.9.25-150300.4.93.1.aarch64",
"openSUSE Leap 15.6:libpython3_9-1_0-3.9.25-150300.4.93.1.ppc64le",
"openSUSE Leap 15.6:libpython3_9-1_0-3.9.25-150300.4.93.1.s390x",
"openSUSE Leap 15.6:libpython3_9-1_0-3.9.25-150300.4.93.1.x86_64",
"openSUSE Leap 15.6:libpython3_9-1_0-32bit-3.9.25-150300.4.93.1.x86_64",
"openSUSE Leap 15.6:python39-3.9.25-150300.4.93.1.aarch64",
"openSUSE Leap 15.6:python39-3.9.25-150300.4.93.1.ppc64le",
"openSUSE Leap 15.6:python39-3.9.25-150300.4.93.1.s390x",
"openSUSE Leap 15.6:python39-3.9.25-150300.4.93.1.x86_64",
"openSUSE Leap 15.6:python39-32bit-3.9.25-150300.4.93.1.x86_64",
"openSUSE Leap 15.6:python39-base-3.9.25-150300.4.93.1.aarch64",
"openSUSE Leap 15.6:python39-base-3.9.25-150300.4.93.1.ppc64le",
"openSUSE Leap 15.6:python39-base-3.9.25-150300.4.93.1.s390x",
"openSUSE Leap 15.6:python39-base-3.9.25-150300.4.93.1.x86_64",
"openSUSE Leap 15.6:python39-base-32bit-3.9.25-150300.4.93.1.x86_64",
"openSUSE Leap 15.6:python39-curses-3.9.25-150300.4.93.1.aarch64",
"openSUSE Leap 15.6:python39-curses-3.9.25-150300.4.93.1.ppc64le",
"openSUSE Leap 15.6:python39-curses-3.9.25-150300.4.93.1.s390x",
"openSUSE Leap 15.6:python39-curses-3.9.25-150300.4.93.1.x86_64",
"openSUSE Leap 15.6:python39-dbm-3.9.25-150300.4.93.1.aarch64",
"openSUSE Leap 15.6:python39-dbm-3.9.25-150300.4.93.1.ppc64le",
"openSUSE Leap 15.6:python39-dbm-3.9.25-150300.4.93.1.s390x",
"openSUSE Leap 15.6:python39-dbm-3.9.25-150300.4.93.1.x86_64",
"openSUSE Leap 15.6:python39-devel-3.9.25-150300.4.93.1.aarch64",
"openSUSE Leap 15.6:python39-devel-3.9.25-150300.4.93.1.ppc64le",
"openSUSE Leap 15.6:python39-devel-3.9.25-150300.4.93.1.s390x",
"openSUSE Leap 15.6:python39-devel-3.9.25-150300.4.93.1.x86_64",
"openSUSE Leap 15.6:python39-doc-3.9.25-150300.4.93.1.aarch64",
"openSUSE Leap 15.6:python39-doc-3.9.25-150300.4.93.1.ppc64le",
"openSUSE Leap 15.6:python39-doc-3.9.25-150300.4.93.1.s390x",
"openSUSE Leap 15.6:python39-doc-3.9.25-150300.4.93.1.x86_64",
"openSUSE Leap 15.6:python39-doc-devhelp-3.9.25-150300.4.93.1.aarch64",
"openSUSE Leap 15.6:python39-doc-devhelp-3.9.25-150300.4.93.1.ppc64le",
"openSUSE Leap 15.6:python39-doc-devhelp-3.9.25-150300.4.93.1.s390x",
"openSUSE Leap 15.6:python39-doc-devhelp-3.9.25-150300.4.93.1.x86_64",
"openSUSE Leap 15.6:python39-idle-3.9.25-150300.4.93.1.aarch64",
"openSUSE Leap 15.6:python39-idle-3.9.25-150300.4.93.1.ppc64le",
"openSUSE Leap 15.6:python39-idle-3.9.25-150300.4.93.1.s390x",
"openSUSE Leap 15.6:python39-idle-3.9.25-150300.4.93.1.x86_64",
"openSUSE Leap 15.6:python39-testsuite-3.9.25-150300.4.93.1.aarch64",
"openSUSE Leap 15.6:python39-testsuite-3.9.25-150300.4.93.1.ppc64le",
"openSUSE Leap 15.6:python39-testsuite-3.9.25-150300.4.93.1.s390x",
"openSUSE Leap 15.6:python39-testsuite-3.9.25-150300.4.93.1.x86_64",
"openSUSE Leap 15.6:python39-tk-3.9.25-150300.4.93.1.aarch64",
"openSUSE Leap 15.6:python39-tk-3.9.25-150300.4.93.1.ppc64le",
"openSUSE Leap 15.6:python39-tk-3.9.25-150300.4.93.1.s390x",
"openSUSE Leap 15.6:python39-tk-3.9.25-150300.4.93.1.x86_64",
"openSUSE Leap 15.6:python39-tools-3.9.25-150300.4.93.1.aarch64",
"openSUSE Leap 15.6:python39-tools-3.9.25-150300.4.93.1.ppc64le",
"openSUSE Leap 15.6:python39-tools-3.9.25-150300.4.93.1.s390x",
"openSUSE Leap 15.6:python39-tools-3.9.25-150300.4.93.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.7,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:L/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_9-1_0-3.9.25-150300.4.93.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_9-1_0-3.9.25-150300.4.93.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_9-1_0-3.9.25-150300.4.93.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_9-1_0-3.9.25-150300.4.93.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-3.9.25-150300.4.93.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-3.9.25-150300.4.93.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-3.9.25-150300.4.93.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-3.9.25-150300.4.93.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-base-3.9.25-150300.4.93.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-base-3.9.25-150300.4.93.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-base-3.9.25-150300.4.93.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-base-3.9.25-150300.4.93.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-curses-3.9.25-150300.4.93.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-curses-3.9.25-150300.4.93.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-curses-3.9.25-150300.4.93.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-curses-3.9.25-150300.4.93.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-dbm-3.9.25-150300.4.93.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-dbm-3.9.25-150300.4.93.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-dbm-3.9.25-150300.4.93.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-dbm-3.9.25-150300.4.93.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpython3_9-1_0-3.9.25-150300.4.93.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpython3_9-1_0-3.9.25-150300.4.93.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-3.9.25-150300.4.93.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-3.9.25-150300.4.93.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-base-3.9.25-150300.4.93.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-base-3.9.25-150300.4.93.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-curses-3.9.25-150300.4.93.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-curses-3.9.25-150300.4.93.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-dbm-3.9.25-150300.4.93.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-dbm-3.9.25-150300.4.93.1.x86_64",
"openSUSE Leap 15.6:libpython3_9-1_0-3.9.25-150300.4.93.1.aarch64",
"openSUSE Leap 15.6:libpython3_9-1_0-3.9.25-150300.4.93.1.ppc64le",
"openSUSE Leap 15.6:libpython3_9-1_0-3.9.25-150300.4.93.1.s390x",
"openSUSE Leap 15.6:libpython3_9-1_0-3.9.25-150300.4.93.1.x86_64",
"openSUSE Leap 15.6:libpython3_9-1_0-32bit-3.9.25-150300.4.93.1.x86_64",
"openSUSE Leap 15.6:python39-3.9.25-150300.4.93.1.aarch64",
"openSUSE Leap 15.6:python39-3.9.25-150300.4.93.1.ppc64le",
"openSUSE Leap 15.6:python39-3.9.25-150300.4.93.1.s390x",
"openSUSE Leap 15.6:python39-3.9.25-150300.4.93.1.x86_64",
"openSUSE Leap 15.6:python39-32bit-3.9.25-150300.4.93.1.x86_64",
"openSUSE Leap 15.6:python39-base-3.9.25-150300.4.93.1.aarch64",
"openSUSE Leap 15.6:python39-base-3.9.25-150300.4.93.1.ppc64le",
"openSUSE Leap 15.6:python39-base-3.9.25-150300.4.93.1.s390x",
"openSUSE Leap 15.6:python39-base-3.9.25-150300.4.93.1.x86_64",
"openSUSE Leap 15.6:python39-base-32bit-3.9.25-150300.4.93.1.x86_64",
"openSUSE Leap 15.6:python39-curses-3.9.25-150300.4.93.1.aarch64",
"openSUSE Leap 15.6:python39-curses-3.9.25-150300.4.93.1.ppc64le",
"openSUSE Leap 15.6:python39-curses-3.9.25-150300.4.93.1.s390x",
"openSUSE Leap 15.6:python39-curses-3.9.25-150300.4.93.1.x86_64",
"openSUSE Leap 15.6:python39-dbm-3.9.25-150300.4.93.1.aarch64",
"openSUSE Leap 15.6:python39-dbm-3.9.25-150300.4.93.1.ppc64le",
"openSUSE Leap 15.6:python39-dbm-3.9.25-150300.4.93.1.s390x",
"openSUSE Leap 15.6:python39-dbm-3.9.25-150300.4.93.1.x86_64",
"openSUSE Leap 15.6:python39-devel-3.9.25-150300.4.93.1.aarch64",
"openSUSE Leap 15.6:python39-devel-3.9.25-150300.4.93.1.ppc64le",
"openSUSE Leap 15.6:python39-devel-3.9.25-150300.4.93.1.s390x",
"openSUSE Leap 15.6:python39-devel-3.9.25-150300.4.93.1.x86_64",
"openSUSE Leap 15.6:python39-doc-3.9.25-150300.4.93.1.aarch64",
"openSUSE Leap 15.6:python39-doc-3.9.25-150300.4.93.1.ppc64le",
"openSUSE Leap 15.6:python39-doc-3.9.25-150300.4.93.1.s390x",
"openSUSE Leap 15.6:python39-doc-3.9.25-150300.4.93.1.x86_64",
"openSUSE Leap 15.6:python39-doc-devhelp-3.9.25-150300.4.93.1.aarch64",
"openSUSE Leap 15.6:python39-doc-devhelp-3.9.25-150300.4.93.1.ppc64le",
"openSUSE Leap 15.6:python39-doc-devhelp-3.9.25-150300.4.93.1.s390x",
"openSUSE Leap 15.6:python39-doc-devhelp-3.9.25-150300.4.93.1.x86_64",
"openSUSE Leap 15.6:python39-idle-3.9.25-150300.4.93.1.aarch64",
"openSUSE Leap 15.6:python39-idle-3.9.25-150300.4.93.1.ppc64le",
"openSUSE Leap 15.6:python39-idle-3.9.25-150300.4.93.1.s390x",
"openSUSE Leap 15.6:python39-idle-3.9.25-150300.4.93.1.x86_64",
"openSUSE Leap 15.6:python39-testsuite-3.9.25-150300.4.93.1.aarch64",
"openSUSE Leap 15.6:python39-testsuite-3.9.25-150300.4.93.1.ppc64le",
"openSUSE Leap 15.6:python39-testsuite-3.9.25-150300.4.93.1.s390x",
"openSUSE Leap 15.6:python39-testsuite-3.9.25-150300.4.93.1.x86_64",
"openSUSE Leap 15.6:python39-tk-3.9.25-150300.4.93.1.aarch64",
"openSUSE Leap 15.6:python39-tk-3.9.25-150300.4.93.1.ppc64le",
"openSUSE Leap 15.6:python39-tk-3.9.25-150300.4.93.1.s390x",
"openSUSE Leap 15.6:python39-tk-3.9.25-150300.4.93.1.x86_64",
"openSUSE Leap 15.6:python39-tools-3.9.25-150300.4.93.1.aarch64",
"openSUSE Leap 15.6:python39-tools-3.9.25-150300.4.93.1.ppc64le",
"openSUSE Leap 15.6:python39-tools-3.9.25-150300.4.93.1.s390x",
"openSUSE Leap 15.6:python39-tools-3.9.25-150300.4.93.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-02-25T16:27:51Z",
"details": "moderate"
}
],
"title": "CVE-2025-15366"
},
{
"cve": "CVE-2025-15367",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-15367"
}
],
"notes": [
{
"category": "general",
"text": "The poplib module, when passed a user-controlled command, can have\nadditional commands injected using newlines. Mitigation rejects commands\ncontaining control characters.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_9-1_0-3.9.25-150300.4.93.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_9-1_0-3.9.25-150300.4.93.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_9-1_0-3.9.25-150300.4.93.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_9-1_0-3.9.25-150300.4.93.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-3.9.25-150300.4.93.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-3.9.25-150300.4.93.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-3.9.25-150300.4.93.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-3.9.25-150300.4.93.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-base-3.9.25-150300.4.93.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-base-3.9.25-150300.4.93.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-base-3.9.25-150300.4.93.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-base-3.9.25-150300.4.93.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-curses-3.9.25-150300.4.93.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-curses-3.9.25-150300.4.93.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-curses-3.9.25-150300.4.93.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-curses-3.9.25-150300.4.93.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-dbm-3.9.25-150300.4.93.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-dbm-3.9.25-150300.4.93.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-dbm-3.9.25-150300.4.93.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-dbm-3.9.25-150300.4.93.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpython3_9-1_0-3.9.25-150300.4.93.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpython3_9-1_0-3.9.25-150300.4.93.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-3.9.25-150300.4.93.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-3.9.25-150300.4.93.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-base-3.9.25-150300.4.93.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-base-3.9.25-150300.4.93.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-curses-3.9.25-150300.4.93.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-curses-3.9.25-150300.4.93.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-dbm-3.9.25-150300.4.93.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-dbm-3.9.25-150300.4.93.1.x86_64",
"openSUSE Leap 15.6:libpython3_9-1_0-3.9.25-150300.4.93.1.aarch64",
"openSUSE Leap 15.6:libpython3_9-1_0-3.9.25-150300.4.93.1.ppc64le",
"openSUSE Leap 15.6:libpython3_9-1_0-3.9.25-150300.4.93.1.s390x",
"openSUSE Leap 15.6:libpython3_9-1_0-3.9.25-150300.4.93.1.x86_64",
"openSUSE Leap 15.6:libpython3_9-1_0-32bit-3.9.25-150300.4.93.1.x86_64",
"openSUSE Leap 15.6:python39-3.9.25-150300.4.93.1.aarch64",
"openSUSE Leap 15.6:python39-3.9.25-150300.4.93.1.ppc64le",
"openSUSE Leap 15.6:python39-3.9.25-150300.4.93.1.s390x",
"openSUSE Leap 15.6:python39-3.9.25-150300.4.93.1.x86_64",
"openSUSE Leap 15.6:python39-32bit-3.9.25-150300.4.93.1.x86_64",
"openSUSE Leap 15.6:python39-base-3.9.25-150300.4.93.1.aarch64",
"openSUSE Leap 15.6:python39-base-3.9.25-150300.4.93.1.ppc64le",
"openSUSE Leap 15.6:python39-base-3.9.25-150300.4.93.1.s390x",
"openSUSE Leap 15.6:python39-base-3.9.25-150300.4.93.1.x86_64",
"openSUSE Leap 15.6:python39-base-32bit-3.9.25-150300.4.93.1.x86_64",
"openSUSE Leap 15.6:python39-curses-3.9.25-150300.4.93.1.aarch64",
"openSUSE Leap 15.6:python39-curses-3.9.25-150300.4.93.1.ppc64le",
"openSUSE Leap 15.6:python39-curses-3.9.25-150300.4.93.1.s390x",
"openSUSE Leap 15.6:python39-curses-3.9.25-150300.4.93.1.x86_64",
"openSUSE Leap 15.6:python39-dbm-3.9.25-150300.4.93.1.aarch64",
"openSUSE Leap 15.6:python39-dbm-3.9.25-150300.4.93.1.ppc64le",
"openSUSE Leap 15.6:python39-dbm-3.9.25-150300.4.93.1.s390x",
"openSUSE Leap 15.6:python39-dbm-3.9.25-150300.4.93.1.x86_64",
"openSUSE Leap 15.6:python39-devel-3.9.25-150300.4.93.1.aarch64",
"openSUSE Leap 15.6:python39-devel-3.9.25-150300.4.93.1.ppc64le",
"openSUSE Leap 15.6:python39-devel-3.9.25-150300.4.93.1.s390x",
"openSUSE Leap 15.6:python39-devel-3.9.25-150300.4.93.1.x86_64",
"openSUSE Leap 15.6:python39-doc-3.9.25-150300.4.93.1.aarch64",
"openSUSE Leap 15.6:python39-doc-3.9.25-150300.4.93.1.ppc64le",
"openSUSE Leap 15.6:python39-doc-3.9.25-150300.4.93.1.s390x",
"openSUSE Leap 15.6:python39-doc-3.9.25-150300.4.93.1.x86_64",
"openSUSE Leap 15.6:python39-doc-devhelp-3.9.25-150300.4.93.1.aarch64",
"openSUSE Leap 15.6:python39-doc-devhelp-3.9.25-150300.4.93.1.ppc64le",
"openSUSE Leap 15.6:python39-doc-devhelp-3.9.25-150300.4.93.1.s390x",
"openSUSE Leap 15.6:python39-doc-devhelp-3.9.25-150300.4.93.1.x86_64",
"openSUSE Leap 15.6:python39-idle-3.9.25-150300.4.93.1.aarch64",
"openSUSE Leap 15.6:python39-idle-3.9.25-150300.4.93.1.ppc64le",
"openSUSE Leap 15.6:python39-idle-3.9.25-150300.4.93.1.s390x",
"openSUSE Leap 15.6:python39-idle-3.9.25-150300.4.93.1.x86_64",
"openSUSE Leap 15.6:python39-testsuite-3.9.25-150300.4.93.1.aarch64",
"openSUSE Leap 15.6:python39-testsuite-3.9.25-150300.4.93.1.ppc64le",
"openSUSE Leap 15.6:python39-testsuite-3.9.25-150300.4.93.1.s390x",
"openSUSE Leap 15.6:python39-testsuite-3.9.25-150300.4.93.1.x86_64",
"openSUSE Leap 15.6:python39-tk-3.9.25-150300.4.93.1.aarch64",
"openSUSE Leap 15.6:python39-tk-3.9.25-150300.4.93.1.ppc64le",
"openSUSE Leap 15.6:python39-tk-3.9.25-150300.4.93.1.s390x",
"openSUSE Leap 15.6:python39-tk-3.9.25-150300.4.93.1.x86_64",
"openSUSE Leap 15.6:python39-tools-3.9.25-150300.4.93.1.aarch64",
"openSUSE Leap 15.6:python39-tools-3.9.25-150300.4.93.1.ppc64le",
"openSUSE Leap 15.6:python39-tools-3.9.25-150300.4.93.1.s390x",
"openSUSE Leap 15.6:python39-tools-3.9.25-150300.4.93.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-15367",
"url": "https://www.suse.com/security/cve/CVE-2025-15367"
},
{
"category": "external",
"summary": "SUSE Bug 1257041 for CVE-2025-15367",
"url": "https://bugzilla.suse.com/1257041"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_9-1_0-3.9.25-150300.4.93.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_9-1_0-3.9.25-150300.4.93.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_9-1_0-3.9.25-150300.4.93.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_9-1_0-3.9.25-150300.4.93.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-3.9.25-150300.4.93.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-3.9.25-150300.4.93.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-3.9.25-150300.4.93.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-3.9.25-150300.4.93.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-base-3.9.25-150300.4.93.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-base-3.9.25-150300.4.93.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-base-3.9.25-150300.4.93.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-base-3.9.25-150300.4.93.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-curses-3.9.25-150300.4.93.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-curses-3.9.25-150300.4.93.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-curses-3.9.25-150300.4.93.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-curses-3.9.25-150300.4.93.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-dbm-3.9.25-150300.4.93.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-dbm-3.9.25-150300.4.93.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-dbm-3.9.25-150300.4.93.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-dbm-3.9.25-150300.4.93.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpython3_9-1_0-3.9.25-150300.4.93.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpython3_9-1_0-3.9.25-150300.4.93.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-3.9.25-150300.4.93.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-3.9.25-150300.4.93.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-base-3.9.25-150300.4.93.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-base-3.9.25-150300.4.93.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-curses-3.9.25-150300.4.93.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-curses-3.9.25-150300.4.93.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-dbm-3.9.25-150300.4.93.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-dbm-3.9.25-150300.4.93.1.x86_64",
"openSUSE Leap 15.6:libpython3_9-1_0-3.9.25-150300.4.93.1.aarch64",
"openSUSE Leap 15.6:libpython3_9-1_0-3.9.25-150300.4.93.1.ppc64le",
"openSUSE Leap 15.6:libpython3_9-1_0-3.9.25-150300.4.93.1.s390x",
"openSUSE Leap 15.6:libpython3_9-1_0-3.9.25-150300.4.93.1.x86_64",
"openSUSE Leap 15.6:libpython3_9-1_0-32bit-3.9.25-150300.4.93.1.x86_64",
"openSUSE Leap 15.6:python39-3.9.25-150300.4.93.1.aarch64",
"openSUSE Leap 15.6:python39-3.9.25-150300.4.93.1.ppc64le",
"openSUSE Leap 15.6:python39-3.9.25-150300.4.93.1.s390x",
"openSUSE Leap 15.6:python39-3.9.25-150300.4.93.1.x86_64",
"openSUSE Leap 15.6:python39-32bit-3.9.25-150300.4.93.1.x86_64",
"openSUSE Leap 15.6:python39-base-3.9.25-150300.4.93.1.aarch64",
"openSUSE Leap 15.6:python39-base-3.9.25-150300.4.93.1.ppc64le",
"openSUSE Leap 15.6:python39-base-3.9.25-150300.4.93.1.s390x",
"openSUSE Leap 15.6:python39-base-3.9.25-150300.4.93.1.x86_64",
"openSUSE Leap 15.6:python39-base-32bit-3.9.25-150300.4.93.1.x86_64",
"openSUSE Leap 15.6:python39-curses-3.9.25-150300.4.93.1.aarch64",
"openSUSE Leap 15.6:python39-curses-3.9.25-150300.4.93.1.ppc64le",
"openSUSE Leap 15.6:python39-curses-3.9.25-150300.4.93.1.s390x",
"openSUSE Leap 15.6:python39-curses-3.9.25-150300.4.93.1.x86_64",
"openSUSE Leap 15.6:python39-dbm-3.9.25-150300.4.93.1.aarch64",
"openSUSE Leap 15.6:python39-dbm-3.9.25-150300.4.93.1.ppc64le",
"openSUSE Leap 15.6:python39-dbm-3.9.25-150300.4.93.1.s390x",
"openSUSE Leap 15.6:python39-dbm-3.9.25-150300.4.93.1.x86_64",
"openSUSE Leap 15.6:python39-devel-3.9.25-150300.4.93.1.aarch64",
"openSUSE Leap 15.6:python39-devel-3.9.25-150300.4.93.1.ppc64le",
"openSUSE Leap 15.6:python39-devel-3.9.25-150300.4.93.1.s390x",
"openSUSE Leap 15.6:python39-devel-3.9.25-150300.4.93.1.x86_64",
"openSUSE Leap 15.6:python39-doc-3.9.25-150300.4.93.1.aarch64",
"openSUSE Leap 15.6:python39-doc-3.9.25-150300.4.93.1.ppc64le",
"openSUSE Leap 15.6:python39-doc-3.9.25-150300.4.93.1.s390x",
"openSUSE Leap 15.6:python39-doc-3.9.25-150300.4.93.1.x86_64",
"openSUSE Leap 15.6:python39-doc-devhelp-3.9.25-150300.4.93.1.aarch64",
"openSUSE Leap 15.6:python39-doc-devhelp-3.9.25-150300.4.93.1.ppc64le",
"openSUSE Leap 15.6:python39-doc-devhelp-3.9.25-150300.4.93.1.s390x",
"openSUSE Leap 15.6:python39-doc-devhelp-3.9.25-150300.4.93.1.x86_64",
"openSUSE Leap 15.6:python39-idle-3.9.25-150300.4.93.1.aarch64",
"openSUSE Leap 15.6:python39-idle-3.9.25-150300.4.93.1.ppc64le",
"openSUSE Leap 15.6:python39-idle-3.9.25-150300.4.93.1.s390x",
"openSUSE Leap 15.6:python39-idle-3.9.25-150300.4.93.1.x86_64",
"openSUSE Leap 15.6:python39-testsuite-3.9.25-150300.4.93.1.aarch64",
"openSUSE Leap 15.6:python39-testsuite-3.9.25-150300.4.93.1.ppc64le",
"openSUSE Leap 15.6:python39-testsuite-3.9.25-150300.4.93.1.s390x",
"openSUSE Leap 15.6:python39-testsuite-3.9.25-150300.4.93.1.x86_64",
"openSUSE Leap 15.6:python39-tk-3.9.25-150300.4.93.1.aarch64",
"openSUSE Leap 15.6:python39-tk-3.9.25-150300.4.93.1.ppc64le",
"openSUSE Leap 15.6:python39-tk-3.9.25-150300.4.93.1.s390x",
"openSUSE Leap 15.6:python39-tk-3.9.25-150300.4.93.1.x86_64",
"openSUSE Leap 15.6:python39-tools-3.9.25-150300.4.93.1.aarch64",
"openSUSE Leap 15.6:python39-tools-3.9.25-150300.4.93.1.ppc64le",
"openSUSE Leap 15.6:python39-tools-3.9.25-150300.4.93.1.s390x",
"openSUSE Leap 15.6:python39-tools-3.9.25-150300.4.93.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.7,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:L/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_9-1_0-3.9.25-150300.4.93.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_9-1_0-3.9.25-150300.4.93.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_9-1_0-3.9.25-150300.4.93.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_9-1_0-3.9.25-150300.4.93.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-3.9.25-150300.4.93.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-3.9.25-150300.4.93.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-3.9.25-150300.4.93.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-3.9.25-150300.4.93.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-base-3.9.25-150300.4.93.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-base-3.9.25-150300.4.93.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-base-3.9.25-150300.4.93.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-base-3.9.25-150300.4.93.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-curses-3.9.25-150300.4.93.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-curses-3.9.25-150300.4.93.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-curses-3.9.25-150300.4.93.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-curses-3.9.25-150300.4.93.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-dbm-3.9.25-150300.4.93.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-dbm-3.9.25-150300.4.93.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-dbm-3.9.25-150300.4.93.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-dbm-3.9.25-150300.4.93.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpython3_9-1_0-3.9.25-150300.4.93.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpython3_9-1_0-3.9.25-150300.4.93.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-3.9.25-150300.4.93.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-3.9.25-150300.4.93.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-base-3.9.25-150300.4.93.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-base-3.9.25-150300.4.93.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-curses-3.9.25-150300.4.93.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-curses-3.9.25-150300.4.93.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-dbm-3.9.25-150300.4.93.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-dbm-3.9.25-150300.4.93.1.x86_64",
"openSUSE Leap 15.6:libpython3_9-1_0-3.9.25-150300.4.93.1.aarch64",
"openSUSE Leap 15.6:libpython3_9-1_0-3.9.25-150300.4.93.1.ppc64le",
"openSUSE Leap 15.6:libpython3_9-1_0-3.9.25-150300.4.93.1.s390x",
"openSUSE Leap 15.6:libpython3_9-1_0-3.9.25-150300.4.93.1.x86_64",
"openSUSE Leap 15.6:libpython3_9-1_0-32bit-3.9.25-150300.4.93.1.x86_64",
"openSUSE Leap 15.6:python39-3.9.25-150300.4.93.1.aarch64",
"openSUSE Leap 15.6:python39-3.9.25-150300.4.93.1.ppc64le",
"openSUSE Leap 15.6:python39-3.9.25-150300.4.93.1.s390x",
"openSUSE Leap 15.6:python39-3.9.25-150300.4.93.1.x86_64",
"openSUSE Leap 15.6:python39-32bit-3.9.25-150300.4.93.1.x86_64",
"openSUSE Leap 15.6:python39-base-3.9.25-150300.4.93.1.aarch64",
"openSUSE Leap 15.6:python39-base-3.9.25-150300.4.93.1.ppc64le",
"openSUSE Leap 15.6:python39-base-3.9.25-150300.4.93.1.s390x",
"openSUSE Leap 15.6:python39-base-3.9.25-150300.4.93.1.x86_64",
"openSUSE Leap 15.6:python39-base-32bit-3.9.25-150300.4.93.1.x86_64",
"openSUSE Leap 15.6:python39-curses-3.9.25-150300.4.93.1.aarch64",
"openSUSE Leap 15.6:python39-curses-3.9.25-150300.4.93.1.ppc64le",
"openSUSE Leap 15.6:python39-curses-3.9.25-150300.4.93.1.s390x",
"openSUSE Leap 15.6:python39-curses-3.9.25-150300.4.93.1.x86_64",
"openSUSE Leap 15.6:python39-dbm-3.9.25-150300.4.93.1.aarch64",
"openSUSE Leap 15.6:python39-dbm-3.9.25-150300.4.93.1.ppc64le",
"openSUSE Leap 15.6:python39-dbm-3.9.25-150300.4.93.1.s390x",
"openSUSE Leap 15.6:python39-dbm-3.9.25-150300.4.93.1.x86_64",
"openSUSE Leap 15.6:python39-devel-3.9.25-150300.4.93.1.aarch64",
"openSUSE Leap 15.6:python39-devel-3.9.25-150300.4.93.1.ppc64le",
"openSUSE Leap 15.6:python39-devel-3.9.25-150300.4.93.1.s390x",
"openSUSE Leap 15.6:python39-devel-3.9.25-150300.4.93.1.x86_64",
"openSUSE Leap 15.6:python39-doc-3.9.25-150300.4.93.1.aarch64",
"openSUSE Leap 15.6:python39-doc-3.9.25-150300.4.93.1.ppc64le",
"openSUSE Leap 15.6:python39-doc-3.9.25-150300.4.93.1.s390x",
"openSUSE Leap 15.6:python39-doc-3.9.25-150300.4.93.1.x86_64",
"openSUSE Leap 15.6:python39-doc-devhelp-3.9.25-150300.4.93.1.aarch64",
"openSUSE Leap 15.6:python39-doc-devhelp-3.9.25-150300.4.93.1.ppc64le",
"openSUSE Leap 15.6:python39-doc-devhelp-3.9.25-150300.4.93.1.s390x",
"openSUSE Leap 15.6:python39-doc-devhelp-3.9.25-150300.4.93.1.x86_64",
"openSUSE Leap 15.6:python39-idle-3.9.25-150300.4.93.1.aarch64",
"openSUSE Leap 15.6:python39-idle-3.9.25-150300.4.93.1.ppc64le",
"openSUSE Leap 15.6:python39-idle-3.9.25-150300.4.93.1.s390x",
"openSUSE Leap 15.6:python39-idle-3.9.25-150300.4.93.1.x86_64",
"openSUSE Leap 15.6:python39-testsuite-3.9.25-150300.4.93.1.aarch64",
"openSUSE Leap 15.6:python39-testsuite-3.9.25-150300.4.93.1.ppc64le",
"openSUSE Leap 15.6:python39-testsuite-3.9.25-150300.4.93.1.s390x",
"openSUSE Leap 15.6:python39-testsuite-3.9.25-150300.4.93.1.x86_64",
"openSUSE Leap 15.6:python39-tk-3.9.25-150300.4.93.1.aarch64",
"openSUSE Leap 15.6:python39-tk-3.9.25-150300.4.93.1.ppc64le",
"openSUSE Leap 15.6:python39-tk-3.9.25-150300.4.93.1.s390x",
"openSUSE Leap 15.6:python39-tk-3.9.25-150300.4.93.1.x86_64",
"openSUSE Leap 15.6:python39-tools-3.9.25-150300.4.93.1.aarch64",
"openSUSE Leap 15.6:python39-tools-3.9.25-150300.4.93.1.ppc64le",
"openSUSE Leap 15.6:python39-tools-3.9.25-150300.4.93.1.s390x",
"openSUSE Leap 15.6:python39-tools-3.9.25-150300.4.93.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-02-25T16:27:51Z",
"details": "moderate"
}
],
"title": "CVE-2025-15367"
},
{
"cve": "CVE-2026-0672",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-0672"
}
],
"notes": [
{
"category": "general",
"text": "When using http.cookies.Morsel, user-controlled cookie values and parameters can allow injecting HTTP headers into messages. Patch rejects all control characters within cookie names, values, and parameters.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_9-1_0-3.9.25-150300.4.93.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_9-1_0-3.9.25-150300.4.93.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_9-1_0-3.9.25-150300.4.93.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_9-1_0-3.9.25-150300.4.93.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-3.9.25-150300.4.93.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-3.9.25-150300.4.93.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-3.9.25-150300.4.93.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-3.9.25-150300.4.93.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-base-3.9.25-150300.4.93.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-base-3.9.25-150300.4.93.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-base-3.9.25-150300.4.93.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-base-3.9.25-150300.4.93.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-curses-3.9.25-150300.4.93.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-curses-3.9.25-150300.4.93.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-curses-3.9.25-150300.4.93.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-curses-3.9.25-150300.4.93.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-dbm-3.9.25-150300.4.93.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-dbm-3.9.25-150300.4.93.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-dbm-3.9.25-150300.4.93.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-dbm-3.9.25-150300.4.93.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpython3_9-1_0-3.9.25-150300.4.93.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpython3_9-1_0-3.9.25-150300.4.93.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-3.9.25-150300.4.93.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-3.9.25-150300.4.93.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-base-3.9.25-150300.4.93.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-base-3.9.25-150300.4.93.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-curses-3.9.25-150300.4.93.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-curses-3.9.25-150300.4.93.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-dbm-3.9.25-150300.4.93.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-dbm-3.9.25-150300.4.93.1.x86_64",
"openSUSE Leap 15.6:libpython3_9-1_0-3.9.25-150300.4.93.1.aarch64",
"openSUSE Leap 15.6:libpython3_9-1_0-3.9.25-150300.4.93.1.ppc64le",
"openSUSE Leap 15.6:libpython3_9-1_0-3.9.25-150300.4.93.1.s390x",
"openSUSE Leap 15.6:libpython3_9-1_0-3.9.25-150300.4.93.1.x86_64",
"openSUSE Leap 15.6:libpython3_9-1_0-32bit-3.9.25-150300.4.93.1.x86_64",
"openSUSE Leap 15.6:python39-3.9.25-150300.4.93.1.aarch64",
"openSUSE Leap 15.6:python39-3.9.25-150300.4.93.1.ppc64le",
"openSUSE Leap 15.6:python39-3.9.25-150300.4.93.1.s390x",
"openSUSE Leap 15.6:python39-3.9.25-150300.4.93.1.x86_64",
"openSUSE Leap 15.6:python39-32bit-3.9.25-150300.4.93.1.x86_64",
"openSUSE Leap 15.6:python39-base-3.9.25-150300.4.93.1.aarch64",
"openSUSE Leap 15.6:python39-base-3.9.25-150300.4.93.1.ppc64le",
"openSUSE Leap 15.6:python39-base-3.9.25-150300.4.93.1.s390x",
"openSUSE Leap 15.6:python39-base-3.9.25-150300.4.93.1.x86_64",
"openSUSE Leap 15.6:python39-base-32bit-3.9.25-150300.4.93.1.x86_64",
"openSUSE Leap 15.6:python39-curses-3.9.25-150300.4.93.1.aarch64",
"openSUSE Leap 15.6:python39-curses-3.9.25-150300.4.93.1.ppc64le",
"openSUSE Leap 15.6:python39-curses-3.9.25-150300.4.93.1.s390x",
"openSUSE Leap 15.6:python39-curses-3.9.25-150300.4.93.1.x86_64",
"openSUSE Leap 15.6:python39-dbm-3.9.25-150300.4.93.1.aarch64",
"openSUSE Leap 15.6:python39-dbm-3.9.25-150300.4.93.1.ppc64le",
"openSUSE Leap 15.6:python39-dbm-3.9.25-150300.4.93.1.s390x",
"openSUSE Leap 15.6:python39-dbm-3.9.25-150300.4.93.1.x86_64",
"openSUSE Leap 15.6:python39-devel-3.9.25-150300.4.93.1.aarch64",
"openSUSE Leap 15.6:python39-devel-3.9.25-150300.4.93.1.ppc64le",
"openSUSE Leap 15.6:python39-devel-3.9.25-150300.4.93.1.s390x",
"openSUSE Leap 15.6:python39-devel-3.9.25-150300.4.93.1.x86_64",
"openSUSE Leap 15.6:python39-doc-3.9.25-150300.4.93.1.aarch64",
"openSUSE Leap 15.6:python39-doc-3.9.25-150300.4.93.1.ppc64le",
"openSUSE Leap 15.6:python39-doc-3.9.25-150300.4.93.1.s390x",
"openSUSE Leap 15.6:python39-doc-3.9.25-150300.4.93.1.x86_64",
"openSUSE Leap 15.6:python39-doc-devhelp-3.9.25-150300.4.93.1.aarch64",
"openSUSE Leap 15.6:python39-doc-devhelp-3.9.25-150300.4.93.1.ppc64le",
"openSUSE Leap 15.6:python39-doc-devhelp-3.9.25-150300.4.93.1.s390x",
"openSUSE Leap 15.6:python39-doc-devhelp-3.9.25-150300.4.93.1.x86_64",
"openSUSE Leap 15.6:python39-idle-3.9.25-150300.4.93.1.aarch64",
"openSUSE Leap 15.6:python39-idle-3.9.25-150300.4.93.1.ppc64le",
"openSUSE Leap 15.6:python39-idle-3.9.25-150300.4.93.1.s390x",
"openSUSE Leap 15.6:python39-idle-3.9.25-150300.4.93.1.x86_64",
"openSUSE Leap 15.6:python39-testsuite-3.9.25-150300.4.93.1.aarch64",
"openSUSE Leap 15.6:python39-testsuite-3.9.25-150300.4.93.1.ppc64le",
"openSUSE Leap 15.6:python39-testsuite-3.9.25-150300.4.93.1.s390x",
"openSUSE Leap 15.6:python39-testsuite-3.9.25-150300.4.93.1.x86_64",
"openSUSE Leap 15.6:python39-tk-3.9.25-150300.4.93.1.aarch64",
"openSUSE Leap 15.6:python39-tk-3.9.25-150300.4.93.1.ppc64le",
"openSUSE Leap 15.6:python39-tk-3.9.25-150300.4.93.1.s390x",
"openSUSE Leap 15.6:python39-tk-3.9.25-150300.4.93.1.x86_64",
"openSUSE Leap 15.6:python39-tools-3.9.25-150300.4.93.1.aarch64",
"openSUSE Leap 15.6:python39-tools-3.9.25-150300.4.93.1.ppc64le",
"openSUSE Leap 15.6:python39-tools-3.9.25-150300.4.93.1.s390x",
"openSUSE Leap 15.6:python39-tools-3.9.25-150300.4.93.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-0672",
"url": "https://www.suse.com/security/cve/CVE-2026-0672"
},
{
"category": "external",
"summary": "SUSE Bug 1257031 for CVE-2026-0672",
"url": "https://bugzilla.suse.com/1257031"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_9-1_0-3.9.25-150300.4.93.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_9-1_0-3.9.25-150300.4.93.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_9-1_0-3.9.25-150300.4.93.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_9-1_0-3.9.25-150300.4.93.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-3.9.25-150300.4.93.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-3.9.25-150300.4.93.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-3.9.25-150300.4.93.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-3.9.25-150300.4.93.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-base-3.9.25-150300.4.93.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-base-3.9.25-150300.4.93.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-base-3.9.25-150300.4.93.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-base-3.9.25-150300.4.93.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-curses-3.9.25-150300.4.93.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-curses-3.9.25-150300.4.93.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-curses-3.9.25-150300.4.93.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-curses-3.9.25-150300.4.93.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-dbm-3.9.25-150300.4.93.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-dbm-3.9.25-150300.4.93.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-dbm-3.9.25-150300.4.93.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-dbm-3.9.25-150300.4.93.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpython3_9-1_0-3.9.25-150300.4.93.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpython3_9-1_0-3.9.25-150300.4.93.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-3.9.25-150300.4.93.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-3.9.25-150300.4.93.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-base-3.9.25-150300.4.93.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-base-3.9.25-150300.4.93.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-curses-3.9.25-150300.4.93.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-curses-3.9.25-150300.4.93.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-dbm-3.9.25-150300.4.93.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-dbm-3.9.25-150300.4.93.1.x86_64",
"openSUSE Leap 15.6:libpython3_9-1_0-3.9.25-150300.4.93.1.aarch64",
"openSUSE Leap 15.6:libpython3_9-1_0-3.9.25-150300.4.93.1.ppc64le",
"openSUSE Leap 15.6:libpython3_9-1_0-3.9.25-150300.4.93.1.s390x",
"openSUSE Leap 15.6:libpython3_9-1_0-3.9.25-150300.4.93.1.x86_64",
"openSUSE Leap 15.6:libpython3_9-1_0-32bit-3.9.25-150300.4.93.1.x86_64",
"openSUSE Leap 15.6:python39-3.9.25-150300.4.93.1.aarch64",
"openSUSE Leap 15.6:python39-3.9.25-150300.4.93.1.ppc64le",
"openSUSE Leap 15.6:python39-3.9.25-150300.4.93.1.s390x",
"openSUSE Leap 15.6:python39-3.9.25-150300.4.93.1.x86_64",
"openSUSE Leap 15.6:python39-32bit-3.9.25-150300.4.93.1.x86_64",
"openSUSE Leap 15.6:python39-base-3.9.25-150300.4.93.1.aarch64",
"openSUSE Leap 15.6:python39-base-3.9.25-150300.4.93.1.ppc64le",
"openSUSE Leap 15.6:python39-base-3.9.25-150300.4.93.1.s390x",
"openSUSE Leap 15.6:python39-base-3.9.25-150300.4.93.1.x86_64",
"openSUSE Leap 15.6:python39-base-32bit-3.9.25-150300.4.93.1.x86_64",
"openSUSE Leap 15.6:python39-curses-3.9.25-150300.4.93.1.aarch64",
"openSUSE Leap 15.6:python39-curses-3.9.25-150300.4.93.1.ppc64le",
"openSUSE Leap 15.6:python39-curses-3.9.25-150300.4.93.1.s390x",
"openSUSE Leap 15.6:python39-curses-3.9.25-150300.4.93.1.x86_64",
"openSUSE Leap 15.6:python39-dbm-3.9.25-150300.4.93.1.aarch64",
"openSUSE Leap 15.6:python39-dbm-3.9.25-150300.4.93.1.ppc64le",
"openSUSE Leap 15.6:python39-dbm-3.9.25-150300.4.93.1.s390x",
"openSUSE Leap 15.6:python39-dbm-3.9.25-150300.4.93.1.x86_64",
"openSUSE Leap 15.6:python39-devel-3.9.25-150300.4.93.1.aarch64",
"openSUSE Leap 15.6:python39-devel-3.9.25-150300.4.93.1.ppc64le",
"openSUSE Leap 15.6:python39-devel-3.9.25-150300.4.93.1.s390x",
"openSUSE Leap 15.6:python39-devel-3.9.25-150300.4.93.1.x86_64",
"openSUSE Leap 15.6:python39-doc-3.9.25-150300.4.93.1.aarch64",
"openSUSE Leap 15.6:python39-doc-3.9.25-150300.4.93.1.ppc64le",
"openSUSE Leap 15.6:python39-doc-3.9.25-150300.4.93.1.s390x",
"openSUSE Leap 15.6:python39-doc-3.9.25-150300.4.93.1.x86_64",
"openSUSE Leap 15.6:python39-doc-devhelp-3.9.25-150300.4.93.1.aarch64",
"openSUSE Leap 15.6:python39-doc-devhelp-3.9.25-150300.4.93.1.ppc64le",
"openSUSE Leap 15.6:python39-doc-devhelp-3.9.25-150300.4.93.1.s390x",
"openSUSE Leap 15.6:python39-doc-devhelp-3.9.25-150300.4.93.1.x86_64",
"openSUSE Leap 15.6:python39-idle-3.9.25-150300.4.93.1.aarch64",
"openSUSE Leap 15.6:python39-idle-3.9.25-150300.4.93.1.ppc64le",
"openSUSE Leap 15.6:python39-idle-3.9.25-150300.4.93.1.s390x",
"openSUSE Leap 15.6:python39-idle-3.9.25-150300.4.93.1.x86_64",
"openSUSE Leap 15.6:python39-testsuite-3.9.25-150300.4.93.1.aarch64",
"openSUSE Leap 15.6:python39-testsuite-3.9.25-150300.4.93.1.ppc64le",
"openSUSE Leap 15.6:python39-testsuite-3.9.25-150300.4.93.1.s390x",
"openSUSE Leap 15.6:python39-testsuite-3.9.25-150300.4.93.1.x86_64",
"openSUSE Leap 15.6:python39-tk-3.9.25-150300.4.93.1.aarch64",
"openSUSE Leap 15.6:python39-tk-3.9.25-150300.4.93.1.ppc64le",
"openSUSE Leap 15.6:python39-tk-3.9.25-150300.4.93.1.s390x",
"openSUSE Leap 15.6:python39-tk-3.9.25-150300.4.93.1.x86_64",
"openSUSE Leap 15.6:python39-tools-3.9.25-150300.4.93.1.aarch64",
"openSUSE Leap 15.6:python39-tools-3.9.25-150300.4.93.1.ppc64le",
"openSUSE Leap 15.6:python39-tools-3.9.25-150300.4.93.1.s390x",
"openSUSE Leap 15.6:python39-tools-3.9.25-150300.4.93.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_9-1_0-3.9.25-150300.4.93.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_9-1_0-3.9.25-150300.4.93.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_9-1_0-3.9.25-150300.4.93.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_9-1_0-3.9.25-150300.4.93.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-3.9.25-150300.4.93.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-3.9.25-150300.4.93.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-3.9.25-150300.4.93.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-3.9.25-150300.4.93.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-base-3.9.25-150300.4.93.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-base-3.9.25-150300.4.93.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-base-3.9.25-150300.4.93.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-base-3.9.25-150300.4.93.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-curses-3.9.25-150300.4.93.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-curses-3.9.25-150300.4.93.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-curses-3.9.25-150300.4.93.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-curses-3.9.25-150300.4.93.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-dbm-3.9.25-150300.4.93.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-dbm-3.9.25-150300.4.93.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-dbm-3.9.25-150300.4.93.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-dbm-3.9.25-150300.4.93.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpython3_9-1_0-3.9.25-150300.4.93.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpython3_9-1_0-3.9.25-150300.4.93.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-3.9.25-150300.4.93.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-3.9.25-150300.4.93.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-base-3.9.25-150300.4.93.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-base-3.9.25-150300.4.93.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-curses-3.9.25-150300.4.93.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-curses-3.9.25-150300.4.93.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-dbm-3.9.25-150300.4.93.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-dbm-3.9.25-150300.4.93.1.x86_64",
"openSUSE Leap 15.6:libpython3_9-1_0-3.9.25-150300.4.93.1.aarch64",
"openSUSE Leap 15.6:libpython3_9-1_0-3.9.25-150300.4.93.1.ppc64le",
"openSUSE Leap 15.6:libpython3_9-1_0-3.9.25-150300.4.93.1.s390x",
"openSUSE Leap 15.6:libpython3_9-1_0-3.9.25-150300.4.93.1.x86_64",
"openSUSE Leap 15.6:libpython3_9-1_0-32bit-3.9.25-150300.4.93.1.x86_64",
"openSUSE Leap 15.6:python39-3.9.25-150300.4.93.1.aarch64",
"openSUSE Leap 15.6:python39-3.9.25-150300.4.93.1.ppc64le",
"openSUSE Leap 15.6:python39-3.9.25-150300.4.93.1.s390x",
"openSUSE Leap 15.6:python39-3.9.25-150300.4.93.1.x86_64",
"openSUSE Leap 15.6:python39-32bit-3.9.25-150300.4.93.1.x86_64",
"openSUSE Leap 15.6:python39-base-3.9.25-150300.4.93.1.aarch64",
"openSUSE Leap 15.6:python39-base-3.9.25-150300.4.93.1.ppc64le",
"openSUSE Leap 15.6:python39-base-3.9.25-150300.4.93.1.s390x",
"openSUSE Leap 15.6:python39-base-3.9.25-150300.4.93.1.x86_64",
"openSUSE Leap 15.6:python39-base-32bit-3.9.25-150300.4.93.1.x86_64",
"openSUSE Leap 15.6:python39-curses-3.9.25-150300.4.93.1.aarch64",
"openSUSE Leap 15.6:python39-curses-3.9.25-150300.4.93.1.ppc64le",
"openSUSE Leap 15.6:python39-curses-3.9.25-150300.4.93.1.s390x",
"openSUSE Leap 15.6:python39-curses-3.9.25-150300.4.93.1.x86_64",
"openSUSE Leap 15.6:python39-dbm-3.9.25-150300.4.93.1.aarch64",
"openSUSE Leap 15.6:python39-dbm-3.9.25-150300.4.93.1.ppc64le",
"openSUSE Leap 15.6:python39-dbm-3.9.25-150300.4.93.1.s390x",
"openSUSE Leap 15.6:python39-dbm-3.9.25-150300.4.93.1.x86_64",
"openSUSE Leap 15.6:python39-devel-3.9.25-150300.4.93.1.aarch64",
"openSUSE Leap 15.6:python39-devel-3.9.25-150300.4.93.1.ppc64le",
"openSUSE Leap 15.6:python39-devel-3.9.25-150300.4.93.1.s390x",
"openSUSE Leap 15.6:python39-devel-3.9.25-150300.4.93.1.x86_64",
"openSUSE Leap 15.6:python39-doc-3.9.25-150300.4.93.1.aarch64",
"openSUSE Leap 15.6:python39-doc-3.9.25-150300.4.93.1.ppc64le",
"openSUSE Leap 15.6:python39-doc-3.9.25-150300.4.93.1.s390x",
"openSUSE Leap 15.6:python39-doc-3.9.25-150300.4.93.1.x86_64",
"openSUSE Leap 15.6:python39-doc-devhelp-3.9.25-150300.4.93.1.aarch64",
"openSUSE Leap 15.6:python39-doc-devhelp-3.9.25-150300.4.93.1.ppc64le",
"openSUSE Leap 15.6:python39-doc-devhelp-3.9.25-150300.4.93.1.s390x",
"openSUSE Leap 15.6:python39-doc-devhelp-3.9.25-150300.4.93.1.x86_64",
"openSUSE Leap 15.6:python39-idle-3.9.25-150300.4.93.1.aarch64",
"openSUSE Leap 15.6:python39-idle-3.9.25-150300.4.93.1.ppc64le",
"openSUSE Leap 15.6:python39-idle-3.9.25-150300.4.93.1.s390x",
"openSUSE Leap 15.6:python39-idle-3.9.25-150300.4.93.1.x86_64",
"openSUSE Leap 15.6:python39-testsuite-3.9.25-150300.4.93.1.aarch64",
"openSUSE Leap 15.6:python39-testsuite-3.9.25-150300.4.93.1.ppc64le",
"openSUSE Leap 15.6:python39-testsuite-3.9.25-150300.4.93.1.s390x",
"openSUSE Leap 15.6:python39-testsuite-3.9.25-150300.4.93.1.x86_64",
"openSUSE Leap 15.6:python39-tk-3.9.25-150300.4.93.1.aarch64",
"openSUSE Leap 15.6:python39-tk-3.9.25-150300.4.93.1.ppc64le",
"openSUSE Leap 15.6:python39-tk-3.9.25-150300.4.93.1.s390x",
"openSUSE Leap 15.6:python39-tk-3.9.25-150300.4.93.1.x86_64",
"openSUSE Leap 15.6:python39-tools-3.9.25-150300.4.93.1.aarch64",
"openSUSE Leap 15.6:python39-tools-3.9.25-150300.4.93.1.ppc64le",
"openSUSE Leap 15.6:python39-tools-3.9.25-150300.4.93.1.s390x",
"openSUSE Leap 15.6:python39-tools-3.9.25-150300.4.93.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-02-25T16:27:51Z",
"details": "important"
}
],
"title": "CVE-2026-0672"
},
{
"cve": "CVE-2026-0865",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-0865"
}
],
"notes": [
{
"category": "general",
"text": "User-controlled header names and values containing newlines can allow injecting HTTP headers.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_9-1_0-3.9.25-150300.4.93.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_9-1_0-3.9.25-150300.4.93.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_9-1_0-3.9.25-150300.4.93.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_9-1_0-3.9.25-150300.4.93.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-3.9.25-150300.4.93.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-3.9.25-150300.4.93.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-3.9.25-150300.4.93.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-3.9.25-150300.4.93.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-base-3.9.25-150300.4.93.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-base-3.9.25-150300.4.93.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-base-3.9.25-150300.4.93.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-base-3.9.25-150300.4.93.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-curses-3.9.25-150300.4.93.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-curses-3.9.25-150300.4.93.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-curses-3.9.25-150300.4.93.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-curses-3.9.25-150300.4.93.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-dbm-3.9.25-150300.4.93.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-dbm-3.9.25-150300.4.93.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-dbm-3.9.25-150300.4.93.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-dbm-3.9.25-150300.4.93.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpython3_9-1_0-3.9.25-150300.4.93.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpython3_9-1_0-3.9.25-150300.4.93.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-3.9.25-150300.4.93.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-3.9.25-150300.4.93.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-base-3.9.25-150300.4.93.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-base-3.9.25-150300.4.93.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-curses-3.9.25-150300.4.93.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-curses-3.9.25-150300.4.93.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-dbm-3.9.25-150300.4.93.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-dbm-3.9.25-150300.4.93.1.x86_64",
"openSUSE Leap 15.6:libpython3_9-1_0-3.9.25-150300.4.93.1.aarch64",
"openSUSE Leap 15.6:libpython3_9-1_0-3.9.25-150300.4.93.1.ppc64le",
"openSUSE Leap 15.6:libpython3_9-1_0-3.9.25-150300.4.93.1.s390x",
"openSUSE Leap 15.6:libpython3_9-1_0-3.9.25-150300.4.93.1.x86_64",
"openSUSE Leap 15.6:libpython3_9-1_0-32bit-3.9.25-150300.4.93.1.x86_64",
"openSUSE Leap 15.6:python39-3.9.25-150300.4.93.1.aarch64",
"openSUSE Leap 15.6:python39-3.9.25-150300.4.93.1.ppc64le",
"openSUSE Leap 15.6:python39-3.9.25-150300.4.93.1.s390x",
"openSUSE Leap 15.6:python39-3.9.25-150300.4.93.1.x86_64",
"openSUSE Leap 15.6:python39-32bit-3.9.25-150300.4.93.1.x86_64",
"openSUSE Leap 15.6:python39-base-3.9.25-150300.4.93.1.aarch64",
"openSUSE Leap 15.6:python39-base-3.9.25-150300.4.93.1.ppc64le",
"openSUSE Leap 15.6:python39-base-3.9.25-150300.4.93.1.s390x",
"openSUSE Leap 15.6:python39-base-3.9.25-150300.4.93.1.x86_64",
"openSUSE Leap 15.6:python39-base-32bit-3.9.25-150300.4.93.1.x86_64",
"openSUSE Leap 15.6:python39-curses-3.9.25-150300.4.93.1.aarch64",
"openSUSE Leap 15.6:python39-curses-3.9.25-150300.4.93.1.ppc64le",
"openSUSE Leap 15.6:python39-curses-3.9.25-150300.4.93.1.s390x",
"openSUSE Leap 15.6:python39-curses-3.9.25-150300.4.93.1.x86_64",
"openSUSE Leap 15.6:python39-dbm-3.9.25-150300.4.93.1.aarch64",
"openSUSE Leap 15.6:python39-dbm-3.9.25-150300.4.93.1.ppc64le",
"openSUSE Leap 15.6:python39-dbm-3.9.25-150300.4.93.1.s390x",
"openSUSE Leap 15.6:python39-dbm-3.9.25-150300.4.93.1.x86_64",
"openSUSE Leap 15.6:python39-devel-3.9.25-150300.4.93.1.aarch64",
"openSUSE Leap 15.6:python39-devel-3.9.25-150300.4.93.1.ppc64le",
"openSUSE Leap 15.6:python39-devel-3.9.25-150300.4.93.1.s390x",
"openSUSE Leap 15.6:python39-devel-3.9.25-150300.4.93.1.x86_64",
"openSUSE Leap 15.6:python39-doc-3.9.25-150300.4.93.1.aarch64",
"openSUSE Leap 15.6:python39-doc-3.9.25-150300.4.93.1.ppc64le",
"openSUSE Leap 15.6:python39-doc-3.9.25-150300.4.93.1.s390x",
"openSUSE Leap 15.6:python39-doc-3.9.25-150300.4.93.1.x86_64",
"openSUSE Leap 15.6:python39-doc-devhelp-3.9.25-150300.4.93.1.aarch64",
"openSUSE Leap 15.6:python39-doc-devhelp-3.9.25-150300.4.93.1.ppc64le",
"openSUSE Leap 15.6:python39-doc-devhelp-3.9.25-150300.4.93.1.s390x",
"openSUSE Leap 15.6:python39-doc-devhelp-3.9.25-150300.4.93.1.x86_64",
"openSUSE Leap 15.6:python39-idle-3.9.25-150300.4.93.1.aarch64",
"openSUSE Leap 15.6:python39-idle-3.9.25-150300.4.93.1.ppc64le",
"openSUSE Leap 15.6:python39-idle-3.9.25-150300.4.93.1.s390x",
"openSUSE Leap 15.6:python39-idle-3.9.25-150300.4.93.1.x86_64",
"openSUSE Leap 15.6:python39-testsuite-3.9.25-150300.4.93.1.aarch64",
"openSUSE Leap 15.6:python39-testsuite-3.9.25-150300.4.93.1.ppc64le",
"openSUSE Leap 15.6:python39-testsuite-3.9.25-150300.4.93.1.s390x",
"openSUSE Leap 15.6:python39-testsuite-3.9.25-150300.4.93.1.x86_64",
"openSUSE Leap 15.6:python39-tk-3.9.25-150300.4.93.1.aarch64",
"openSUSE Leap 15.6:python39-tk-3.9.25-150300.4.93.1.ppc64le",
"openSUSE Leap 15.6:python39-tk-3.9.25-150300.4.93.1.s390x",
"openSUSE Leap 15.6:python39-tk-3.9.25-150300.4.93.1.x86_64",
"openSUSE Leap 15.6:python39-tools-3.9.25-150300.4.93.1.aarch64",
"openSUSE Leap 15.6:python39-tools-3.9.25-150300.4.93.1.ppc64le",
"openSUSE Leap 15.6:python39-tools-3.9.25-150300.4.93.1.s390x",
"openSUSE Leap 15.6:python39-tools-3.9.25-150300.4.93.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-0865",
"url": "https://www.suse.com/security/cve/CVE-2026-0865"
},
{
"category": "external",
"summary": "SUSE Bug 1257042 for CVE-2026-0865",
"url": "https://bugzilla.suse.com/1257042"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_9-1_0-3.9.25-150300.4.93.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_9-1_0-3.9.25-150300.4.93.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_9-1_0-3.9.25-150300.4.93.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_9-1_0-3.9.25-150300.4.93.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-3.9.25-150300.4.93.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-3.9.25-150300.4.93.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-3.9.25-150300.4.93.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-3.9.25-150300.4.93.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-base-3.9.25-150300.4.93.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-base-3.9.25-150300.4.93.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-base-3.9.25-150300.4.93.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-base-3.9.25-150300.4.93.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-curses-3.9.25-150300.4.93.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-curses-3.9.25-150300.4.93.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-curses-3.9.25-150300.4.93.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-curses-3.9.25-150300.4.93.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-dbm-3.9.25-150300.4.93.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-dbm-3.9.25-150300.4.93.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-dbm-3.9.25-150300.4.93.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-dbm-3.9.25-150300.4.93.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpython3_9-1_0-3.9.25-150300.4.93.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpython3_9-1_0-3.9.25-150300.4.93.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-3.9.25-150300.4.93.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-3.9.25-150300.4.93.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-base-3.9.25-150300.4.93.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-base-3.9.25-150300.4.93.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-curses-3.9.25-150300.4.93.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-curses-3.9.25-150300.4.93.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-dbm-3.9.25-150300.4.93.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-dbm-3.9.25-150300.4.93.1.x86_64",
"openSUSE Leap 15.6:libpython3_9-1_0-3.9.25-150300.4.93.1.aarch64",
"openSUSE Leap 15.6:libpython3_9-1_0-3.9.25-150300.4.93.1.ppc64le",
"openSUSE Leap 15.6:libpython3_9-1_0-3.9.25-150300.4.93.1.s390x",
"openSUSE Leap 15.6:libpython3_9-1_0-3.9.25-150300.4.93.1.x86_64",
"openSUSE Leap 15.6:libpython3_9-1_0-32bit-3.9.25-150300.4.93.1.x86_64",
"openSUSE Leap 15.6:python39-3.9.25-150300.4.93.1.aarch64",
"openSUSE Leap 15.6:python39-3.9.25-150300.4.93.1.ppc64le",
"openSUSE Leap 15.6:python39-3.9.25-150300.4.93.1.s390x",
"openSUSE Leap 15.6:python39-3.9.25-150300.4.93.1.x86_64",
"openSUSE Leap 15.6:python39-32bit-3.9.25-150300.4.93.1.x86_64",
"openSUSE Leap 15.6:python39-base-3.9.25-150300.4.93.1.aarch64",
"openSUSE Leap 15.6:python39-base-3.9.25-150300.4.93.1.ppc64le",
"openSUSE Leap 15.6:python39-base-3.9.25-150300.4.93.1.s390x",
"openSUSE Leap 15.6:python39-base-3.9.25-150300.4.93.1.x86_64",
"openSUSE Leap 15.6:python39-base-32bit-3.9.25-150300.4.93.1.x86_64",
"openSUSE Leap 15.6:python39-curses-3.9.25-150300.4.93.1.aarch64",
"openSUSE Leap 15.6:python39-curses-3.9.25-150300.4.93.1.ppc64le",
"openSUSE Leap 15.6:python39-curses-3.9.25-150300.4.93.1.s390x",
"openSUSE Leap 15.6:python39-curses-3.9.25-150300.4.93.1.x86_64",
"openSUSE Leap 15.6:python39-dbm-3.9.25-150300.4.93.1.aarch64",
"openSUSE Leap 15.6:python39-dbm-3.9.25-150300.4.93.1.ppc64le",
"openSUSE Leap 15.6:python39-dbm-3.9.25-150300.4.93.1.s390x",
"openSUSE Leap 15.6:python39-dbm-3.9.25-150300.4.93.1.x86_64",
"openSUSE Leap 15.6:python39-devel-3.9.25-150300.4.93.1.aarch64",
"openSUSE Leap 15.6:python39-devel-3.9.25-150300.4.93.1.ppc64le",
"openSUSE Leap 15.6:python39-devel-3.9.25-150300.4.93.1.s390x",
"openSUSE Leap 15.6:python39-devel-3.9.25-150300.4.93.1.x86_64",
"openSUSE Leap 15.6:python39-doc-3.9.25-150300.4.93.1.aarch64",
"openSUSE Leap 15.6:python39-doc-3.9.25-150300.4.93.1.ppc64le",
"openSUSE Leap 15.6:python39-doc-3.9.25-150300.4.93.1.s390x",
"openSUSE Leap 15.6:python39-doc-3.9.25-150300.4.93.1.x86_64",
"openSUSE Leap 15.6:python39-doc-devhelp-3.9.25-150300.4.93.1.aarch64",
"openSUSE Leap 15.6:python39-doc-devhelp-3.9.25-150300.4.93.1.ppc64le",
"openSUSE Leap 15.6:python39-doc-devhelp-3.9.25-150300.4.93.1.s390x",
"openSUSE Leap 15.6:python39-doc-devhelp-3.9.25-150300.4.93.1.x86_64",
"openSUSE Leap 15.6:python39-idle-3.9.25-150300.4.93.1.aarch64",
"openSUSE Leap 15.6:python39-idle-3.9.25-150300.4.93.1.ppc64le",
"openSUSE Leap 15.6:python39-idle-3.9.25-150300.4.93.1.s390x",
"openSUSE Leap 15.6:python39-idle-3.9.25-150300.4.93.1.x86_64",
"openSUSE Leap 15.6:python39-testsuite-3.9.25-150300.4.93.1.aarch64",
"openSUSE Leap 15.6:python39-testsuite-3.9.25-150300.4.93.1.ppc64le",
"openSUSE Leap 15.6:python39-testsuite-3.9.25-150300.4.93.1.s390x",
"openSUSE Leap 15.6:python39-testsuite-3.9.25-150300.4.93.1.x86_64",
"openSUSE Leap 15.6:python39-tk-3.9.25-150300.4.93.1.aarch64",
"openSUSE Leap 15.6:python39-tk-3.9.25-150300.4.93.1.ppc64le",
"openSUSE Leap 15.6:python39-tk-3.9.25-150300.4.93.1.s390x",
"openSUSE Leap 15.6:python39-tk-3.9.25-150300.4.93.1.x86_64",
"openSUSE Leap 15.6:python39-tools-3.9.25-150300.4.93.1.aarch64",
"openSUSE Leap 15.6:python39-tools-3.9.25-150300.4.93.1.ppc64le",
"openSUSE Leap 15.6:python39-tools-3.9.25-150300.4.93.1.s390x",
"openSUSE Leap 15.6:python39-tools-3.9.25-150300.4.93.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_9-1_0-3.9.25-150300.4.93.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_9-1_0-3.9.25-150300.4.93.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_9-1_0-3.9.25-150300.4.93.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_9-1_0-3.9.25-150300.4.93.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-3.9.25-150300.4.93.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-3.9.25-150300.4.93.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-3.9.25-150300.4.93.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-3.9.25-150300.4.93.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-base-3.9.25-150300.4.93.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-base-3.9.25-150300.4.93.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-base-3.9.25-150300.4.93.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-base-3.9.25-150300.4.93.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-curses-3.9.25-150300.4.93.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-curses-3.9.25-150300.4.93.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-curses-3.9.25-150300.4.93.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-curses-3.9.25-150300.4.93.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-dbm-3.9.25-150300.4.93.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-dbm-3.9.25-150300.4.93.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-dbm-3.9.25-150300.4.93.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python39-dbm-3.9.25-150300.4.93.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpython3_9-1_0-3.9.25-150300.4.93.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpython3_9-1_0-3.9.25-150300.4.93.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-3.9.25-150300.4.93.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-3.9.25-150300.4.93.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-base-3.9.25-150300.4.93.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-base-3.9.25-150300.4.93.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-curses-3.9.25-150300.4.93.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-curses-3.9.25-150300.4.93.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-dbm-3.9.25-150300.4.93.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python39-dbm-3.9.25-150300.4.93.1.x86_64",
"openSUSE Leap 15.6:libpython3_9-1_0-3.9.25-150300.4.93.1.aarch64",
"openSUSE Leap 15.6:libpython3_9-1_0-3.9.25-150300.4.93.1.ppc64le",
"openSUSE Leap 15.6:libpython3_9-1_0-3.9.25-150300.4.93.1.s390x",
"openSUSE Leap 15.6:libpython3_9-1_0-3.9.25-150300.4.93.1.x86_64",
"openSUSE Leap 15.6:libpython3_9-1_0-32bit-3.9.25-150300.4.93.1.x86_64",
"openSUSE Leap 15.6:python39-3.9.25-150300.4.93.1.aarch64",
"openSUSE Leap 15.6:python39-3.9.25-150300.4.93.1.ppc64le",
"openSUSE Leap 15.6:python39-3.9.25-150300.4.93.1.s390x",
"openSUSE Leap 15.6:python39-3.9.25-150300.4.93.1.x86_64",
"openSUSE Leap 15.6:python39-32bit-3.9.25-150300.4.93.1.x86_64",
"openSUSE Leap 15.6:python39-base-3.9.25-150300.4.93.1.aarch64",
"openSUSE Leap 15.6:python39-base-3.9.25-150300.4.93.1.ppc64le",
"openSUSE Leap 15.6:python39-base-3.9.25-150300.4.93.1.s390x",
"openSUSE Leap 15.6:python39-base-3.9.25-150300.4.93.1.x86_64",
"openSUSE Leap 15.6:python39-base-32bit-3.9.25-150300.4.93.1.x86_64",
"openSUSE Leap 15.6:python39-curses-3.9.25-150300.4.93.1.aarch64",
"openSUSE Leap 15.6:python39-curses-3.9.25-150300.4.93.1.ppc64le",
"openSUSE Leap 15.6:python39-curses-3.9.25-150300.4.93.1.s390x",
"openSUSE Leap 15.6:python39-curses-3.9.25-150300.4.93.1.x86_64",
"openSUSE Leap 15.6:python39-dbm-3.9.25-150300.4.93.1.aarch64",
"openSUSE Leap 15.6:python39-dbm-3.9.25-150300.4.93.1.ppc64le",
"openSUSE Leap 15.6:python39-dbm-3.9.25-150300.4.93.1.s390x",
"openSUSE Leap 15.6:python39-dbm-3.9.25-150300.4.93.1.x86_64",
"openSUSE Leap 15.6:python39-devel-3.9.25-150300.4.93.1.aarch64",
"openSUSE Leap 15.6:python39-devel-3.9.25-150300.4.93.1.ppc64le",
"openSUSE Leap 15.6:python39-devel-3.9.25-150300.4.93.1.s390x",
"openSUSE Leap 15.6:python39-devel-3.9.25-150300.4.93.1.x86_64",
"openSUSE Leap 15.6:python39-doc-3.9.25-150300.4.93.1.aarch64",
"openSUSE Leap 15.6:python39-doc-3.9.25-150300.4.93.1.ppc64le",
"openSUSE Leap 15.6:python39-doc-3.9.25-150300.4.93.1.s390x",
"openSUSE Leap 15.6:python39-doc-3.9.25-150300.4.93.1.x86_64",
"openSUSE Leap 15.6:python39-doc-devhelp-3.9.25-150300.4.93.1.aarch64",
"openSUSE Leap 15.6:python39-doc-devhelp-3.9.25-150300.4.93.1.ppc64le",
"openSUSE Leap 15.6:python39-doc-devhelp-3.9.25-150300.4.93.1.s390x",
"openSUSE Leap 15.6:python39-doc-devhelp-3.9.25-150300.4.93.1.x86_64",
"openSUSE Leap 15.6:python39-idle-3.9.25-150300.4.93.1.aarch64",
"openSUSE Leap 15.6:python39-idle-3.9.25-150300.4.93.1.ppc64le",
"openSUSE Leap 15.6:python39-idle-3.9.25-150300.4.93.1.s390x",
"openSUSE Leap 15.6:python39-idle-3.9.25-150300.4.93.1.x86_64",
"openSUSE Leap 15.6:python39-testsuite-3.9.25-150300.4.93.1.aarch64",
"openSUSE Leap 15.6:python39-testsuite-3.9.25-150300.4.93.1.ppc64le",
"openSUSE Leap 15.6:python39-testsuite-3.9.25-150300.4.93.1.s390x",
"openSUSE Leap 15.6:python39-testsuite-3.9.25-150300.4.93.1.x86_64",
"openSUSE Leap 15.6:python39-tk-3.9.25-150300.4.93.1.aarch64",
"openSUSE Leap 15.6:python39-tk-3.9.25-150300.4.93.1.ppc64le",
"openSUSE Leap 15.6:python39-tk-3.9.25-150300.4.93.1.s390x",
"openSUSE Leap 15.6:python39-tk-3.9.25-150300.4.93.1.x86_64",
"openSUSE Leap 15.6:python39-tools-3.9.25-150300.4.93.1.aarch64",
"openSUSE Leap 15.6:python39-tools-3.9.25-150300.4.93.1.ppc64le",
"openSUSE Leap 15.6:python39-tools-3.9.25-150300.4.93.1.s390x",
"openSUSE Leap 15.6:python39-tools-3.9.25-150300.4.93.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-02-25T16:27:51Z",
"details": "moderate"
}
],
"title": "CVE-2026-0865"
}
]
}
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.