Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2026-7774 (GCVE-0-2026-7774)
Vulnerability from cvelistv5 – Published: 2026-06-04 14:21 – Updated: 2026-06-10 18:57| Vendor | Product | Version | |
|---|---|---|---|
| Python Software Foundation | CPython |
Affected:
0 , < 3.13.14
(python)
Affected: 3.14.0 , < 3.14.6 (python) Affected: 3.15.0a1 , < 3.15.0b2 (python) |
{
"containers": {
"adp": [
{
"metrics": [
{
"other": {
"content": {
"id": "CVE-2026-7774",
"options": [
{
"Exploitation": "none"
},
{
"Automatable": "no"
},
{
"Technical Impact": "partial"
}
],
"role": "CISA Coordinator",
"timestamp": "2026-06-04T17:27:23.917872Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"providerMetadata": {
"dateUpdated": "2026-06-04T17:27:34.304Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"title": "CISA ADP Vulnrichment"
},
{
"providerMetadata": {
"dateUpdated": "2026-06-04T18:45:41.657Z",
"orgId": "af854a3a-2127-422b-91ae-364da2661108",
"shortName": "CVE"
},
"references": [
{
"url": "http://www.openwall.com/lists/oss-security/2026/06/04/9"
}
],
"title": "CVE Program Container"
}
],
"cna": {
"affected": [
{
"defaultStatus": "unaffected",
"modules": [
"tarfile"
],
"product": "CPython",
"repo": "https://github.com/python/cpython",
"vendor": "Python Software Foundation",
"versions": [
{
"lessThan": "3.13.14",
"status": "affected",
"version": "0",
"versionType": "python"
},
{
"lessThan": "3.14.6",
"status": "affected",
"version": "3.14.0",
"versionType": "python"
},
{
"lessThan": "3.15.0b2",
"status": "affected",
"version": "3.15.0a1",
"versionType": "python"
}
]
}
],
"credits": [
{
"lang": "en",
"type": "reporter",
"value": "Ph\u00f9ng Si\u00eau \u0110\u1ea1t (OPSWAT Unit 515)"
},
{
"lang": "en",
"type": "coordinator",
"value": "Seth Larson (https://github.com/sethmlarson)"
},
{
"lang": "en",
"type": "remediation developer",
"value": "Gregory P. Smith (https://github.com/gpshead)"
},
{
"lang": "en",
"type": "remediation developer",
"value": "Petr Viktorin (https://github.com/encukou)"
},
{
"lang": "en",
"type": "coordinator",
"value": "Stan Ulbrych (https://github.com/StanFromIreland)"
}
],
"descriptions": [
{
"lang": "en",
"supportingMedia": [
{
"base64": false,
"type": "text/html",
"value": "tarfile.data_filter could be bypassed using crafted link entries, including symlinks with empty or directory-like names, to redirect later archive members outside the intended extraction directory. This allowed a malicious tar archive to cause tarfile.extractall() to write files outside the destination directory, subject to the permissions of the extracting process."
}
],
"value": "tarfile.data_filter could be bypassed using crafted link entries, including symlinks with empty or directory-like names, to redirect later archive members outside the intended extraction directory. This allowed a malicious tar archive to cause tarfile.extractall() to write files outside the destination directory, subject to the permissions of the extracting process."
}
],
"metrics": [
{
"cvssV4_0": {
"Automatable": "NOT_DEFINED",
"Recovery": "NOT_DEFINED",
"Safety": "NOT_DEFINED",
"attackComplexity": "LOW",
"attackRequirements": "NONE",
"attackVector": "NETWORK",
"baseScore": 6.9,
"baseSeverity": "MEDIUM",
"exploitMaturity": "NOT_DEFINED",
"privilegesRequired": "NONE",
"providerUrgency": "NOT_DEFINED",
"subAvailabilityImpact": "NONE",
"subConfidentialityImpact": "NONE",
"subIntegrityImpact": "NONE",
"userInteraction": "ACTIVE",
"valueDensity": "NOT_DEFINED",
"vectorString": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:A/VC:N/VI:H/VA:N/SC:N/SI:N/SA:N",
"version": "4.0",
"vulnAvailabilityImpact": "NONE",
"vulnConfidentialityImpact": "NONE",
"vulnIntegrityImpact": "HIGH",
"vulnerabilityResponseEffort": "NOT_DEFINED"
},
"format": "CVSS",
"scenarios": [
{
"lang": "en",
"value": "GENERAL"
}
]
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-22",
"description": "CWE-22",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2026-06-10T18:57:42.846Z",
"orgId": "28c92f92-d60d-412d-b760-e73465c3df22",
"shortName": "PSF"
},
"references": [
{
"tags": [
"patch"
],
"url": "https://github.com/python/cpython/pull/149487"
},
{
"tags": [
"issue-tracking"
],
"url": "https://github.com/python/cpython/issues/149486"
},
{
"tags": [
"vendor-advisory"
],
"url": "https://mail.python.org/archives/list/security-announce@python.org/thread/4FU62L2M6RMMHT2QPGQNPEHHUND7CEX5/"
},
{
"tags": [
"patch"
],
"url": "https://github.com/python/cpython/commit/0478bd83d82b255e0f29f613367a59d261e7eaa2"
},
{
"tags": [
"patch"
],
"url": "https://github.com/python/cpython/commit/0d28f5e46e151718972dfabd91205444d0037b6d"
},
{
"tags": [
"patch"
],
"url": "https://github.com/python/cpython/commit/578411982c16f753f4893532510099ef665117da"
},
{
"tags": [
"patch"
],
"url": "https://github.com/python/cpython/commit/5cf47a248c35c375d610b87b2f72fd1ed454b558"
},
{
"tags": [
"patch"
],
"url": "https://github.com/python/cpython/commit/74cca9a92fb7d653e404843a56b8bdc7b0afdbbf"
}
],
"source": {
"discovery": "UNKNOWN"
},
"title": "tarfile.data_filter path traversal bypass allows writing outside the extraction directory",
"x_generator": {
"engine": "Vulnogram 0.6.0"
}
}
},
"cveMetadata": {
"assignerOrgId": "28c92f92-d60d-412d-b760-e73465c3df22",
"assignerShortName": "PSF",
"cveId": "CVE-2026-7774",
"datePublished": "2026-06-04T14:21:23.904Z",
"dateReserved": "2026-05-04T14:47:51.154Z",
"dateUpdated": "2026-06-10T18:57:42.846Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2",
"vulnerability-lookup:meta": {
"epss": {
"cve": "CVE-2026-7774",
"date": "2026-06-26",
"epss": "0.00606",
"percentile": "0.44498"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2026-7774\",\"sourceIdentifier\":\"cna@python.org\",\"published\":\"2026-06-04T16:16:42.103\",\"lastModified\":\"2026-06-10T19:16:38.280\",\"vulnStatus\":\"Awaiting Analysis\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"tarfile.data_filter could be bypassed using crafted link entries, including symlinks with empty or directory-like names, to redirect later archive members outside the intended extraction directory. This allowed a malicious tar archive to cause tarfile.extractall() to write files outside the destination directory, subject to the permissions of the extracting process.\"}],\"metrics\":{\"cvssMetricV40\":[{\"source\":\"cna@python.org\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"4.0\",\"vectorString\":\"CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:A/VC:N/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.9,\"baseSeverity\":\"MEDIUM\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"attackRequirements\":\"NONE\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"ACTIVE\",\"vulnConfidentialityImpact\":\"NONE\",\"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-22\"}]}],\"references\":[{\"url\":\"https://github.com/python/cpython/commit/0478bd83d82b255e0f29f613367a59d261e7eaa2\",\"source\":\"cna@python.org\"},{\"url\":\"https://github.com/python/cpython/commit/0d28f5e46e151718972dfabd91205444d0037b6d\",\"source\":\"cna@python.org\"},{\"url\":\"https://github.com/python/cpython/commit/578411982c16f753f4893532510099ef665117da\",\"source\":\"cna@python.org\"},{\"url\":\"https://github.com/python/cpython/commit/5cf47a248c35c375d610b87b2f72fd1ed454b558\",\"source\":\"cna@python.org\"},{\"url\":\"https://github.com/python/cpython/commit/74cca9a92fb7d653e404843a56b8bdc7b0afdbbf\",\"source\":\"cna@python.org\"},{\"url\":\"https://github.com/python/cpython/issues/149486\",\"source\":\"cna@python.org\"},{\"url\":\"https://github.com/python/cpython/pull/149487\",\"source\":\"cna@python.org\"},{\"url\":\"https://mail.python.org/archives/list/security-announce@python.org/thread/4FU62L2M6RMMHT2QPGQNPEHHUND7CEX5/\",\"source\":\"cna@python.org\"},{\"url\":\"http://www.openwall.com/lists/oss-security/2026/06/04/9\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"}]}}",
"vulnrichment": {
"containers": "{\"adp\": [{\"title\": \"CVE Program Container\", \"references\": [{\"url\": \"http://www.openwall.com/lists/oss-security/2026/06/04/9\"}], \"providerMetadata\": {\"orgId\": \"af854a3a-2127-422b-91ae-364da2661108\", \"shortName\": \"CVE\", \"dateUpdated\": \"2026-06-04T18:45:41.657Z\"}}, {\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2026-7774\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"no\"}, {\"Technical Impact\": \"partial\"}], \"version\": \"2.0.3\", \"timestamp\": \"2026-06-04T17:27:23.917872Z\"}}}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2026-06-04T17:27:30.565Z\"}}], \"cna\": {\"title\": \"tarfile.data_filter path traversal bypass allows writing outside the extraction directory\", \"source\": {\"discovery\": \"UNKNOWN\"}, \"credits\": [{\"lang\": \"en\", \"type\": \"reporter\", \"value\": \"Ph\\u00f9ng Si\\u00eau \\u0110\\u1ea1t (OPSWAT Unit 515)\"}, {\"lang\": \"en\", \"type\": \"coordinator\", \"value\": \"Seth Larson (https://github.com/sethmlarson)\"}, {\"lang\": \"en\", \"type\": \"remediation developer\", \"value\": \"Gregory P. Smith (https://github.com/gpshead)\"}, {\"lang\": \"en\", \"type\": \"remediation developer\", \"value\": \"Petr Viktorin (https://github.com/encukou)\"}, {\"lang\": \"en\", \"type\": \"coordinator\", \"value\": \"Stan Ulbrych (https://github.com/StanFromIreland)\"}], \"metrics\": [{\"format\": \"CVSS\", \"cvssV4_0\": {\"Safety\": \"NOT_DEFINED\", \"version\": \"4.0\", \"Recovery\": \"NOT_DEFINED\", \"baseScore\": 6.9, \"Automatable\": \"NOT_DEFINED\", \"attackVector\": \"NETWORK\", \"baseSeverity\": \"MEDIUM\", \"valueDensity\": \"NOT_DEFINED\", \"vectorString\": \"CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:A/VC:N/VI:H/VA:N/SC:N/SI:N/SA:N\", \"exploitMaturity\": \"NOT_DEFINED\", \"providerUrgency\": \"NOT_DEFINED\", \"userInteraction\": \"ACTIVE\", \"attackComplexity\": \"LOW\", \"attackRequirements\": \"NONE\", \"privilegesRequired\": \"NONE\", \"subIntegrityImpact\": \"NONE\", \"vulnIntegrityImpact\": \"HIGH\", \"subAvailabilityImpact\": \"NONE\", \"vulnAvailabilityImpact\": \"NONE\", \"subConfidentialityImpact\": \"NONE\", \"vulnConfidentialityImpact\": \"NONE\", \"vulnerabilityResponseEffort\": \"NOT_DEFINED\"}, \"scenarios\": [{\"lang\": \"en\", \"value\": \"GENERAL\"}]}], \"affected\": [{\"repo\": \"https://github.com/python/cpython\", \"vendor\": \"Python Software Foundation\", \"modules\": [\"tarfile\"], \"product\": \"CPython\", \"versions\": [{\"status\": \"affected\", \"version\": \"0\", \"lessThan\": \"3.15.0\", \"versionType\": \"python\"}], \"defaultStatus\": \"unaffected\"}], \"references\": [{\"url\": \"https://github.com/python/cpython/pull/149487\", \"tags\": [\"patch\"]}, {\"url\": \"https://github.com/python/cpython/issues/149486\", \"tags\": [\"issue-tracking\"]}, {\"url\": \"https://mail.python.org/archives/list/security-announce@python.org/thread/4FU62L2M6RMMHT2QPGQNPEHHUND7CEX5/\", \"tags\": [\"vendor-advisory\"]}], \"x_generator\": {\"engine\": \"Vulnogram 0.6.0\"}, \"descriptions\": [{\"lang\": \"en\", \"value\": \"tarfile.data_filter could be bypassed using crafted link entries, including symlinks with empty or directory-like names, to redirect later archive members outside the intended extraction directory. This allowed a malicious tar archive to cause tarfile.extractall() to write files outside the destination directory, subject to the permissions of the extracting process.\", \"supportingMedia\": [{\"type\": \"text/html\", \"value\": \"tarfile.data_filter could be bypassed using crafted link entries, including symlinks with empty or directory-like names, to redirect later archive members outside the intended extraction directory. This allowed a malicious tar archive to cause tarfile.extractall() to write files outside the destination directory, subject to the permissions of the extracting process.\", \"base64\": false}]}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-22\", \"description\": \"CWE-22\"}]}], \"providerMetadata\": {\"orgId\": \"28c92f92-d60d-412d-b760-e73465c3df22\", \"shortName\": \"PSF\", \"dateUpdated\": \"2026-06-04T14:34:33.794Z\"}}}",
"cveMetadata": "{\"cveId\": \"CVE-2026-7774\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2026-06-04T18:45:41.657Z\", \"dateReserved\": \"2026-05-04T14:47:51.154Z\", \"assignerOrgId\": \"28c92f92-d60d-412d-b760-e73465c3df22\", \"datePublished\": \"2026-06-04T14:21:23.904Z\", \"assignerShortName\": \"PSF\"}",
"dataType": "CVE_RECORD",
"dataVersion": "5.2"
}
}
}
bit-libpython-2026-7774
Vulnerability from bitnami_vulndb
tarfile.data_filter could be bypassed using crafted link entries, including symlinks with empty or directory-like names, to redirect later archive members outside the intended extraction directory. This allowed a malicious tar archive to cause tarfile.extractall() to write files outside the destination directory, subject to the permissions of the extracting process.
{
"affected": [
{
"package": {
"ecosystem": "Bitnami",
"name": "libpython",
"purl": "pkg:bitnami/libpython"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "3.13.14"
},
{
"introduced": "3.14.0"
},
{
"fixed": "3.14.6"
}
],
"type": "SEMVER"
}
],
"severity": [
{
"score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:A/VC:N/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",
"type": "CVSS_V4"
}
]
}
],
"aliases": [
"CVE-2026-7774"
],
"database_specific": {
"cpes": [
"cpe:2.3:a:python:python:*:*:*:*:*:*:*:*"
],
"severity": "Medium"
},
"details": "tarfile.data_filter could be bypassed using crafted link entries, including symlinks with empty or directory-like names, to redirect later archive members outside the intended extraction directory. This allowed a malicious tar archive to cause tarfile.extractall() to write files outside the destination directory, subject to the permissions of the extracting process.",
"id": "BIT-libpython-2026-7774",
"modified": "2026-06-18T10:12:34.543Z",
"published": "2026-06-08T08:09:23.366Z",
"references": [
{
"type": "WEB",
"url": "http://www.openwall.com/lists/oss-security/2026/06/04/9"
},
{
"type": "WEB",
"url": "https://github.com/python/cpython/issues/149486"
},
{
"type": "WEB",
"url": "https://github.com/python/cpython/pull/149487"
},
{
"type": "WEB",
"url": "https://mail.python.org/archives/list/security-announce@python.org/thread/4FU62L2M6RMMHT2QPGQNPEHHUND7CEX5/"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-7774"
},
{
"type": "WEB",
"url": "https://github.com/python/cpython/commit/0478bd83d82b255e0f29f613367a59d261e7eaa2"
},
{
"type": "WEB",
"url": "https://github.com/python/cpython/commit/0d28f5e46e151718972dfabd91205444d0037b6d"
},
{
"type": "WEB",
"url": "https://github.com/python/cpython/commit/578411982c16f753f4893532510099ef665117da"
},
{
"type": "WEB",
"url": "https://github.com/python/cpython/commit/5cf47a248c35c375d610b87b2f72fd1ed454b558"
},
{
"type": "WEB",
"url": "https://github.com/python/cpython/commit/74cca9a92fb7d653e404843a56b8bdc7b0afdbbf"
}
],
"schema_version": "1.6.2",
"summary": "tarfile.data_filter path traversal bypass allows writing outside the extraction directory"
}
bit-python-2026-7774
Vulnerability from bitnami_vulndb
tarfile.data_filter could be bypassed using crafted link entries, including symlinks with empty or directory-like names, to redirect later archive members outside the intended extraction directory. This allowed a malicious tar archive to cause tarfile.extractall() to write files outside the destination directory, subject to the permissions of the extracting process.
{
"affected": [
{
"package": {
"ecosystem": "Bitnami",
"name": "python",
"purl": "pkg:bitnami/python"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "3.13.14"
},
{
"introduced": "3.14.0"
},
{
"fixed": "3.14.6"
}
],
"type": "SEMVER"
}
],
"severity": [
{
"score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:A/VC:N/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",
"type": "CVSS_V4"
}
]
}
],
"aliases": [
"CVE-2026-7774"
],
"database_specific": {
"cpes": [
"cpe:2.3:a:python:python:*:*:*:*:*:*:*:*"
],
"severity": "Medium"
},
"details": "tarfile.data_filter could be bypassed using crafted link entries, including symlinks with empty or directory-like names, to redirect later archive members outside the intended extraction directory. This allowed a malicious tar archive to cause tarfile.extractall() to write files outside the destination directory, subject to the permissions of the extracting process.",
"id": "BIT-python-2026-7774",
"modified": "2026-06-18T10:12:34.543Z",
"published": "2026-06-08T08:13:38.414Z",
"references": [
{
"type": "WEB",
"url": "http://www.openwall.com/lists/oss-security/2026/06/04/9"
},
{
"type": "WEB",
"url": "https://github.com/python/cpython/issues/149486"
},
{
"type": "WEB",
"url": "https://github.com/python/cpython/pull/149487"
},
{
"type": "WEB",
"url": "https://mail.python.org/archives/list/security-announce@python.org/thread/4FU62L2M6RMMHT2QPGQNPEHHUND7CEX5/"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-7774"
},
{
"type": "WEB",
"url": "https://github.com/python/cpython/commit/0478bd83d82b255e0f29f613367a59d261e7eaa2"
},
{
"type": "WEB",
"url": "https://github.com/python/cpython/commit/0d28f5e46e151718972dfabd91205444d0037b6d"
},
{
"type": "WEB",
"url": "https://github.com/python/cpython/commit/578411982c16f753f4893532510099ef665117da"
},
{
"type": "WEB",
"url": "https://github.com/python/cpython/commit/5cf47a248c35c375d610b87b2f72fd1ed454b558"
},
{
"type": "WEB",
"url": "https://github.com/python/cpython/commit/74cca9a92fb7d653e404843a56b8bdc7b0afdbbf"
}
],
"schema_version": "1.6.2",
"summary": "tarfile.data_filter path traversal bypass allows writing outside the extraction directory"
}
CERTFR-2026-AVI-0691
Vulnerability from certfr_avis - Published: 2026-06-05 - Updated: 2026-06-05
De multiples vulnérabilités ont été découvertes dans CPython. Certaines d'entre elles permettent à un attaquant de provoquer une atteinte à l'intégrité des données, un contournement de la politique de sécurité et un déni de service.
Solutions
Se référer au bulletin de sécurité de l'éditeur pour l'obtention des correctifs (cf. section Documentation).
| Title | Publication Time | Tags | ||||||
|---|---|---|---|---|---|---|---|---|
|
||||||||
{
"$ref": "https://www.cert.ssi.gouv.fr/openapi.json",
"affected_systems": [
{
"description": "CPython sans les derniers correctifs de s\u00e9curit\u00e9",
"product": {
"name": "CPython",
"vendor": {
"name": "Python",
"scada": false
}
}
}
],
"affected_systems_content": "",
"content": "## Solutions\n\nSe r\u00e9f\u00e9rer au bulletin de s\u00e9curit\u00e9 de l\u0027\u00e9diteur pour l\u0027obtention des correctifs (cf. section Documentation).",
"cves": [
{
"name": "CVE-2026-7774",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-7774"
},
{
"name": "CVE-2026-3276",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-3276"
}
],
"initial_release_date": "2026-06-05T00:00:00",
"last_revision_date": "2026-06-05T00:00:00",
"links": [],
"reference": "CERTFR-2026-AVI-0691",
"revisions": [
{
"description": "Version initiale",
"revision_date": "2026-06-05T00:00:00.000000"
}
],
"risks": [
{
"description": "Atteinte \u00e0 l\u0027int\u00e9grit\u00e9 des donn\u00e9es"
},
{
"description": "D\u00e9ni de service"
},
{
"description": "Contournement de la politique de s\u00e9curit\u00e9"
}
],
"summary": "De multiples vuln\u00e9rabilit\u00e9s ont \u00e9t\u00e9 d\u00e9couvertes dans CPython. Certaines d\u0027entre elles permettent \u00e0 un attaquant de provoquer une atteinte \u00e0 l\u0027int\u00e9grit\u00e9 des donn\u00e9es, un contournement de la politique de s\u00e9curit\u00e9 et un d\u00e9ni de service.",
"title": "Multiples vuln\u00e9rabilit\u00e9s dans CPython",
"vendor_advisories": [
{
"published_at": "2026-06-04",
"title": "Bulletin de s\u00e9curit\u00e9 Python 4FU62L2M6RMMHT2QPGQNPEHHUND7CEX5",
"url": "https://mail.python.org/archives/list/security-announce@python.org/thread/4FU62L2M6RMMHT2QPGQNPEHHUND7CEX5/"
},
{
"published_at": "2026-06-03",
"title": "Bulletin de s\u00e9curit\u00e9 Python PP5HB4K7727OBBM76KA2ILID76K3OZGZ",
"url": "https://mail.python.org/archives/list/security-announce@python.org/thread/PP5HB4K7727OBBM76KA2ILID76K3OZGZ/"
}
]
}
CERTFR-2026-AVI-0753
Vulnerability from certfr_avis - Published: 2026-06-15 - Updated: 2026-06-15
De multiples vulnérabilités ont été découvertes dans Microsoft Azure. Elles permettent à un attaquant de provoquer un problème de sécurité non spécifié par l'éditeur.
Solutions
Se référer au bulletin de sécurité de l'éditeur pour l'obtention des correctifs (cf. section Documentation).
| Vendor | Product | Description | ||
|---|---|---|---|---|
| Microsoft | N/A | azl3 sqlite 3.44.0-3 versions antérieures à 3.44.0-4 | ||
| Microsoft | N/A | azl3 elixir 1.16.1-1 versions antérieures à 1.16.1-2 | ||
| Microsoft | N/A | azl3 ldns 1.8.3-2 versions antérieures à 1.8.3-3 | ||
| Microsoft | N/A | azl3 rust 1.75.0-29 versions antérieures à 1.75.0-30 | ||
| Microsoft | N/A | azl3 lldpd 1.0.17-2 versions antérieures à 1.0.22-1 | ||
| Microsoft | N/A | azl3 python3 3.12.9-11 versions antérieures à 3.12.9-13 | ||
| Microsoft | N/A | azl3 rust 1.90.0-8 versions antérieures à 1.90.0-9 | ||
| Microsoft | N/A | azl3 vim 9.2.0488-1 versions antérieures à 9.2.0620-1 |
| Title | Publication Time | Tags | ||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
||||||||||||||||||||||||||||||||||||||
{
"$ref": "https://www.cert.ssi.gouv.fr/openapi.json",
"affected_systems": [
{
"description": "azl3 sqlite 3.44.0-3 versions ant\u00e9rieures \u00e0 3.44.0-4",
"product": {
"name": "N/A",
"vendor": {
"name": "Microsoft",
"scada": false
}
}
},
{
"description": "azl3 elixir 1.16.1-1 versions ant\u00e9rieures \u00e0 1.16.1-2",
"product": {
"name": "N/A",
"vendor": {
"name": "Microsoft",
"scada": false
}
}
},
{
"description": "azl3 ldns 1.8.3-2 versions ant\u00e9rieures \u00e0 1.8.3-3",
"product": {
"name": "N/A",
"vendor": {
"name": "Microsoft",
"scada": false
}
}
},
{
"description": "azl3 rust 1.75.0-29 versions ant\u00e9rieures \u00e0 1.75.0-30",
"product": {
"name": "N/A",
"vendor": {
"name": "Microsoft",
"scada": false
}
}
},
{
"description": "azl3 lldpd 1.0.17-2 versions ant\u00e9rieures \u00e0 1.0.22-1",
"product": {
"name": "N/A",
"vendor": {
"name": "Microsoft",
"scada": false
}
}
},
{
"description": "azl3 python3 3.12.9-11 versions ant\u00e9rieures \u00e0 3.12.9-13",
"product": {
"name": "N/A",
"vendor": {
"name": "Microsoft",
"scada": false
}
}
},
{
"description": "azl3 rust 1.90.0-8 versions ant\u00e9rieures \u00e0 1.90.0-9",
"product": {
"name": "N/A",
"vendor": {
"name": "Microsoft",
"scada": false
}
}
},
{
"description": "azl3 vim 9.2.0488-1 versions ant\u00e9rieures \u00e0 9.2.0620-1",
"product": {
"name": "N/A",
"vendor": {
"name": "Microsoft",
"scada": false
}
}
}
],
"affected_systems_content": "",
"content": "## Solutions\n\nSe r\u00e9f\u00e9rer au bulletin de s\u00e9curit\u00e9 de l\u0027\u00e9diteur pour l\u0027obtention des correctifs (cf. section Documentation).",
"cves": [
{
"name": "CVE-2026-46433",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46433"
},
{
"name": "CVE-2026-10846",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-10846"
},
{
"name": "CVE-2026-47162",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-47162"
},
{
"name": "CVE-2026-11822",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-11822"
},
{
"name": "CVE-2026-52858",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-52858"
},
{
"name": "CVE-2026-49762",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-49762"
},
{
"name": "CVE-2026-7774",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-7774"
},
{
"name": "CVE-2026-11824",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-11824"
},
{
"name": "CVE-2026-40034",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-40034"
},
{
"name": "CVE-2026-47167",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-47167"
},
{
"name": "CVE-2026-52859",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-52859"
},
{
"name": "CVE-2026-52860",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-52860"
}
],
"initial_release_date": "2026-06-15T00:00:00",
"last_revision_date": "2026-06-15T00:00:00",
"links": [],
"reference": "CERTFR-2026-AVI-0753",
"revisions": [
{
"description": "Version initiale",
"revision_date": "2026-06-15T00:00:00.000000"
}
],
"risks": [
{
"description": "Non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur"
}
],
"summary": "De multiples vuln\u00e9rabilit\u00e9s ont \u00e9t\u00e9 d\u00e9couvertes dans Microsoft Azure. Elles permettent \u00e0 un attaquant de provoquer un probl\u00e8me de s\u00e9curit\u00e9 non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur.",
"title": "Multiples vuln\u00e9rabilit\u00e9s dans Microsoft Azure",
"vendor_advisories": [
{
"published_at": "2026-06-13",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2026-47162",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-47162"
},
{
"published_at": "2026-05-31",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2026-40034",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-40034"
},
{
"published_at": "2026-06-11",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2026-10846",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-10846"
},
{
"published_at": "2026-06-11",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2026-11822",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-11822"
},
{
"published_at": "2026-06-13",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2026-47167",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-47167"
},
{
"published_at": "2026-06-13",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2026-52860",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-52860"
},
{
"published_at": "2026-06-13",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2026-52858",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-52858"
},
{
"published_at": "2026-06-10",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2026-49762",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-49762"
},
{
"published_at": "2026-06-11",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2026-11824",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-11824"
},
{
"published_at": "2026-06-07",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2026-7774",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-7774"
},
{
"published_at": "2026-06-11",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2026-46433",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-46433"
},
{
"published_at": "2026-06-13",
"title": "Bulletin de s\u00e9curit\u00e9 Microsoft CVE-2026-52859",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-52859"
}
]
}
FKIE_CVE-2026-7774
Vulnerability from fkie_nvd - Published: 2026-06-04 16:16 - Updated: 2026-06-17 11:02| Vendor | Product | Version |
|---|
{
"affected": [
{
"affectedData": [
{
"defaultStatus": "unaffected",
"modules": [
"tarfile"
],
"product": "CPython",
"repo": "https://github.com/python/cpython",
"vendor": "Python Software Foundation",
"versions": [
{
"lessThan": "3.13.14",
"status": "affected",
"version": "0",
"versionType": "python"
},
{
"lessThan": "3.14.6",
"status": "affected",
"version": "3.14.0",
"versionType": "python"
},
{
"lessThan": "3.15.0b2",
"status": "affected",
"version": "3.15.0a1",
"versionType": "python"
}
]
}
],
"source": "cna@python.org"
}
],
"cveTags": [],
"descriptions": [
{
"lang": "en",
"value": "tarfile.data_filter could be bypassed using crafted link entries, including symlinks with empty or directory-like names, to redirect later archive members outside the intended extraction directory. This allowed a malicious tar archive to cause tarfile.extractall() to write files outside the destination directory, subject to the permissions of the extracting process."
}
],
"id": "CVE-2026-7774",
"lastModified": "2026-06-17T11:02:56.613",
"metrics": {
"cvssMetricV40": [
{
"cvssData": {
"Automatable": "NOT_DEFINED",
"Recovery": "NOT_DEFINED",
"Safety": "NOT_DEFINED",
"attackComplexity": "LOW",
"attackRequirements": "NONE",
"attackVector": "NETWORK",
"availabilityRequirement": "NOT_DEFINED",
"baseScore": 6.9,
"baseSeverity": "MEDIUM",
"confidentialityRequirement": "NOT_DEFINED",
"exploitMaturity": "NOT_DEFINED",
"integrityRequirement": "NOT_DEFINED",
"modifiedAttackComplexity": "NOT_DEFINED",
"modifiedAttackRequirements": "NOT_DEFINED",
"modifiedAttackVector": "NOT_DEFINED",
"modifiedPrivilegesRequired": "NOT_DEFINED",
"modifiedSubAvailabilityImpact": "NOT_DEFINED",
"modifiedSubConfidentialityImpact": "NOT_DEFINED",
"modifiedSubIntegrityImpact": "NOT_DEFINED",
"modifiedUserInteraction": "NOT_DEFINED",
"modifiedVulnAvailabilityImpact": "NOT_DEFINED",
"modifiedVulnConfidentialityImpact": "NOT_DEFINED",
"modifiedVulnIntegrityImpact": "NOT_DEFINED",
"privilegesRequired": "NONE",
"providerUrgency": "NOT_DEFINED",
"subAvailabilityImpact": "NONE",
"subConfidentialityImpact": "NONE",
"subIntegrityImpact": "NONE",
"userInteraction": "ACTIVE",
"valueDensity": "NOT_DEFINED",
"vectorString": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:A/VC:N/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",
"version": "4.0",
"vulnAvailabilityImpact": "NONE",
"vulnConfidentialityImpact": "NONE",
"vulnIntegrityImpact": "HIGH",
"vulnerabilityResponseEffort": "NOT_DEFINED"
},
"source": "cna@python.org",
"type": "Secondary"
}
],
"ssvcV203": [
{
"source": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"ssvcData": {
"id": "CVE-2026-7774",
"options": [
{
"exploitation": "none"
},
{
"automatable": "no"
},
{
"technicalImpact": "partial"
}
],
"role": "CISA Coordinator",
"timestamp": "2026-06-04T17:27:23.917872Z",
"version": "2.0.3"
}
}
]
},
"published": "2026-06-04T16:16:42.103",
"references": [
{
"source": "cna@python.org",
"url": "https://github.com/python/cpython/commit/0478bd83d82b255e0f29f613367a59d261e7eaa2"
},
{
"source": "cna@python.org",
"url": "https://github.com/python/cpython/commit/0d28f5e46e151718972dfabd91205444d0037b6d"
},
{
"source": "cna@python.org",
"url": "https://github.com/python/cpython/commit/578411982c16f753f4893532510099ef665117da"
},
{
"source": "cna@python.org",
"url": "https://github.com/python/cpython/commit/5cf47a248c35c375d610b87b2f72fd1ed454b558"
},
{
"source": "cna@python.org",
"url": "https://github.com/python/cpython/commit/74cca9a92fb7d653e404843a56b8bdc7b0afdbbf"
},
{
"source": "cna@python.org",
"url": "https://github.com/python/cpython/issues/149486"
},
{
"source": "cna@python.org",
"url": "https://github.com/python/cpython/pull/149487"
},
{
"source": "cna@python.org",
"url": "https://mail.python.org/archives/list/security-announce@python.org/thread/4FU62L2M6RMMHT2QPGQNPEHHUND7CEX5/"
},
{
"source": "af854a3a-2127-422b-91ae-364da2661108",
"url": "http://www.openwall.com/lists/oss-security/2026/06/04/9"
}
],
"sourceIdentifier": "cna@python.org",
"vulnStatus": "Awaiting Analysis",
"weaknesses": [
{
"description": [
{
"lang": "en",
"value": "CWE-22"
}
],
"source": "cna@python.org",
"type": "Secondary"
}
]
}
GHSA-6CJ7-V55X-8MWR
Vulnerability from github – Published: 2026-06-04 18:30 – Updated: 2026-06-10 21:31tarfile.data_filter could be bypassed using crafted link entries, including symlinks with empty or directory-like names, to redirect later archive members outside the intended extraction directory. This allowed a malicious tar archive to cause tarfile.extractall() to write files outside the destination directory, subject to the permissions of the extracting process.
{
"affected": [],
"aliases": [
"CVE-2026-7774"
],
"database_specific": {
"cwe_ids": [
"CWE-22"
],
"github_reviewed": false,
"github_reviewed_at": null,
"nvd_published_at": "2026-06-04T16:16:42Z",
"severity": "MODERATE"
},
"details": "tarfile.data_filter could be bypassed using crafted link entries, including symlinks with empty or directory-like names, to redirect later archive members outside the intended extraction directory. This allowed a malicious tar archive to cause tarfile.extractall() to write files outside the destination directory, subject to the permissions of the extracting process.",
"id": "GHSA-6cj7-v55x-8mwr",
"modified": "2026-06-10T21:31:27Z",
"published": "2026-06-04T18:30:32Z",
"references": [
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-7774"
},
{
"type": "WEB",
"url": "https://github.com/python/cpython/issues/149486"
},
{
"type": "WEB",
"url": "https://github.com/python/cpython/pull/149487"
},
{
"type": "WEB",
"url": "https://github.com/python/cpython/commit/0478bd83d82b255e0f29f613367a59d261e7eaa2"
},
{
"type": "WEB",
"url": "https://github.com/python/cpython/commit/0d28f5e46e151718972dfabd91205444d0037b6d"
},
{
"type": "WEB",
"url": "https://github.com/python/cpython/commit/578411982c16f753f4893532510099ef665117da"
},
{
"type": "WEB",
"url": "https://github.com/python/cpython/commit/5cf47a248c35c375d610b87b2f72fd1ed454b558"
},
{
"type": "WEB",
"url": "https://github.com/python/cpython/commit/74cca9a92fb7d653e404843a56b8bdc7b0afdbbf"
},
{
"type": "WEB",
"url": "https://mail.python.org/archives/list/security-announce@python.org/thread/4FU62L2M6RMMHT2QPGQNPEHHUND7CEX5"
},
{
"type": "WEB",
"url": "http://www.openwall.com/lists/oss-security/2026/06/04/9"
}
],
"schema_version": "1.4.0",
"severity": [
{
"score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:A/VC:N/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",
"type": "CVSS_V4"
}
]
}
MSRC_CVE-2026-7774
Vulnerability from csaf_microsoft - Published: 2026-06-02 00:00 - Updated: 2026-06-15 01:41| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 21379-17084 | — |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 17084-1 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 17084-2 | — |
| URL | Category |
|---|---|
| https://msrc.microsoft.com/csaf/vex/2026/msrc_cve… | self |
| https://support.microsoft.com/lifecycle | external |
| https://www.first.org/cvss | external |
| https://msrc.microsoft.com/csaf/vex/2026/msrc_cve… | self |
{
"document": {
"category": "csaf_vex",
"csaf_version": "2.0",
"distribution": {
"text": "Public",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en-US",
"notes": [
{
"category": "general",
"text": "To determine the support lifecycle for your software, see the Microsoft Support Lifecycle: https://support.microsoft.com/lifecycle",
"title": "Additional Resources"
},
{
"category": "legal_disclaimer",
"text": "The information provided in the Microsoft Knowledge Base is provided \\\"as is\\\" without warranty of any kind. Microsoft disclaims all warranties, either express or implied, including the warranties of merchantability and fitness for a particular purpose. In no event shall Microsoft Corporation or its suppliers be liable for any damages whatsoever including direct, indirect, incidental, consequential, loss of business profits or special damages, even if Microsoft Corporation or its suppliers have been advised of the possibility of such damages. Some states do not allow the exclusion or limitation of liability for consequential or incidental damages so the foregoing limitation may not apply.",
"title": "Disclaimer"
}
],
"publisher": {
"category": "vendor",
"contact_details": "secure@microsoft.com",
"name": "Microsoft Security Response Center",
"namespace": "https://msrc.microsoft.com"
},
"references": [
{
"category": "self",
"summary": "CVE-2026-7774 tarfile.data_filter path traversal bypass allows writing outside the extraction directory - VEX",
"url": "https://msrc.microsoft.com/csaf/vex/2026/msrc_cve-2026-7774.json"
},
{
"category": "external",
"summary": "Microsoft Support Lifecycle",
"url": "https://support.microsoft.com/lifecycle"
},
{
"category": "external",
"summary": "Common Vulnerability Scoring System",
"url": "https://www.first.org/cvss"
}
],
"title": "tarfile.data_filter path traversal bypass allows writing outside the extraction directory",
"tracking": {
"current_release_date": "2026-06-15T01:41:21.000Z",
"generator": {
"date": "2026-06-15T07:03:08.153Z",
"engine": {
"name": "MSRC Generator",
"version": "1.0"
}
},
"id": "msrc_CVE-2026-7774",
"initial_release_date": "2026-06-02T00:00:00.000Z",
"revision_history": [
{
"date": "2026-06-07T01:03:17.000Z",
"legacy_version": "1",
"number": "1",
"summary": "Information published."
},
{
"date": "2026-06-07T14:42:28.000Z",
"legacy_version": "2",
"number": "2",
"summary": "Information published."
},
{
"date": "2026-06-08T14:40:56.000Z",
"legacy_version": "3",
"number": "3",
"summary": "Information published."
},
{
"date": "2026-06-09T01:46:31.000Z",
"legacy_version": "4",
"number": "4",
"summary": "Information published."
},
{
"date": "2026-06-15T01:41:21.000Z",
"legacy_version": "5",
"number": "5",
"summary": "Information published."
}
],
"status": "final",
"version": "5"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "3.0",
"product": {
"name": "Azure Linux 3.0",
"product_id": "17084"
}
}
],
"category": "product_name",
"name": "Azure Linux"
},
{
"branches": [
{
"category": "product_version_range",
"name": "\u003cazl3 python3 0:3.12.9-11.azl3",
"product": {
"name": "\u003cazl3 python3 0:3.12.9-11.azl3",
"product_id": "1"
}
},
{
"category": "product_version",
"name": "azl3 python3 0:3.12.9-11.azl3",
"product": {
"name": "azl3 python3 0:3.12.9-11.azl3",
"product_id": "21379"
}
}
],
"category": "product_name",
"name": "python3"
},
{
"category": "product_name",
"name": "azl3 tensorflow 0:2.16.1-11.azl3",
"product": {
"name": "azl3 tensorflow 0:2.16.1-11.azl3",
"product_id": "2"
}
}
],
"category": "vendor",
"name": "Microsoft"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "\u003cazl3 python3 0:3.12.9-11.azl3 as a component of Azure Linux 3.0",
"product_id": "17084-1"
},
"product_reference": "1",
"relates_to_product_reference": "17084"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "azl3 python3 0:3.12.9-11.azl3 as a component of Azure Linux 3.0",
"product_id": "21379-17084"
},
"product_reference": "21379",
"relates_to_product_reference": "17084"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "azl3 tensorflow 0:2.16.1-11.azl3 as a component of Azure Linux 3.0",
"product_id": "17084-2"
},
"product_reference": "2",
"relates_to_product_reference": "17084"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-7774",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"flags": [
{
"label": "component_not_present",
"product_ids": [
"17084-2"
]
}
],
"notes": [
{
"category": "general",
"text": "PSF",
"title": "Assigning CNA"
}
],
"product_status": {
"fixed": [
"21379-17084"
],
"known_affected": [
"17084-1"
],
"known_not_affected": [
"17084-2"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2026-7774 tarfile.data_filter path traversal bypass allows writing outside the extraction directory - VEX",
"url": "https://msrc.microsoft.com/csaf/vex/2026/msrc_cve-2026-7774.json"
}
],
"remediations": [
{
"category": "vendor_fix",
"date": "2026-06-07T01:03:17.000Z",
"details": "0:3.12.9-13.azl3:Security Update:https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade",
"product_ids": [
"17084-1"
],
"url": "https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade"
}
],
"title": "tarfile.data_filter path traversal bypass allows writing outside the extraction directory"
}
]
}
OPENSUSE-SU-2026:11101-1
Vulnerability from csaf_opensuse - Published: 2026-06-22 00:00 - Updated: 2026-06-22 00:00| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:python315-3.15.0~b2-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-3.15.0~b2-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-3.15.0~b2-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-3.15.0~b2-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-curses-3.15.0~b2-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-curses-3.15.0~b2-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-curses-3.15.0~b2-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-curses-3.15.0~b2-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-dbm-3.15.0~b2-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-dbm-3.15.0~b2-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-dbm-3.15.0~b2-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-dbm-3.15.0~b2-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-idle-3.15.0~b2-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-idle-3.15.0~b2-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-idle-3.15.0~b2-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-idle-3.15.0~b2-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-profiling-3.15.0~b2-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-profiling-3.15.0~b2-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-profiling-3.15.0~b2-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-profiling-3.15.0~b2-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-tk-3.15.0~b2-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-tk-3.15.0~b2-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-tk-3.15.0~b2-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-tk-3.15.0~b2-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~b2-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~b2-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~b2-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~b2-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:python315-3.15.0~b2-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-3.15.0~b2-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-3.15.0~b2-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-3.15.0~b2-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-curses-3.15.0~b2-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-curses-3.15.0~b2-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-curses-3.15.0~b2-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-curses-3.15.0~b2-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-dbm-3.15.0~b2-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-dbm-3.15.0~b2-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-dbm-3.15.0~b2-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-dbm-3.15.0~b2-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-idle-3.15.0~b2-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-idle-3.15.0~b2-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-idle-3.15.0~b2-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-idle-3.15.0~b2-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-profiling-3.15.0~b2-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-profiling-3.15.0~b2-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-profiling-3.15.0~b2-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-profiling-3.15.0~b2-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-tk-3.15.0~b2-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-tk-3.15.0~b2-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-tk-3.15.0~b2-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-tk-3.15.0~b2-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~b2-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~b2-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~b2-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~b2-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:python315-3.15.0~b2-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-3.15.0~b2-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-3.15.0~b2-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-3.15.0~b2-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-curses-3.15.0~b2-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-curses-3.15.0~b2-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-curses-3.15.0~b2-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-curses-3.15.0~b2-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-dbm-3.15.0~b2-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-dbm-3.15.0~b2-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-dbm-3.15.0~b2-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-dbm-3.15.0~b2-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-idle-3.15.0~b2-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-idle-3.15.0~b2-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-idle-3.15.0~b2-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-idle-3.15.0~b2-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-profiling-3.15.0~b2-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-profiling-3.15.0~b2-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-profiling-3.15.0~b2-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-profiling-3.15.0~b2-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-tk-3.15.0~b2-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-tk-3.15.0~b2-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-tk-3.15.0~b2-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-tk-3.15.0~b2-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~b2-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~b2-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~b2-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~b2-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:python315-3.15.0~b2-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-3.15.0~b2-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-3.15.0~b2-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-3.15.0~b2-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-curses-3.15.0~b2-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-curses-3.15.0~b2-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-curses-3.15.0~b2-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-curses-3.15.0~b2-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-dbm-3.15.0~b2-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-dbm-3.15.0~b2-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-dbm-3.15.0~b2-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-dbm-3.15.0~b2-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-idle-3.15.0~b2-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-idle-3.15.0~b2-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-idle-3.15.0~b2-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-idle-3.15.0~b2-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-profiling-3.15.0~b2-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-profiling-3.15.0~b2-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-profiling-3.15.0~b2-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-profiling-3.15.0~b2-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-tk-3.15.0~b2-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-tk-3.15.0~b2-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-tk-3.15.0~b2-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-tk-3.15.0~b2-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~b2-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~b2-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~b2-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~b2-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:python315-3.15.0~b2-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-3.15.0~b2-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-3.15.0~b2-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-3.15.0~b2-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-curses-3.15.0~b2-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-curses-3.15.0~b2-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-curses-3.15.0~b2-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-curses-3.15.0~b2-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-dbm-3.15.0~b2-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-dbm-3.15.0~b2-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-dbm-3.15.0~b2-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-dbm-3.15.0~b2-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-idle-3.15.0~b2-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-idle-3.15.0~b2-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-idle-3.15.0~b2-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-idle-3.15.0~b2-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-profiling-3.15.0~b2-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-profiling-3.15.0~b2-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-profiling-3.15.0~b2-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-profiling-3.15.0~b2-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-tk-3.15.0~b2-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-tk-3.15.0~b2-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-tk-3.15.0~b2-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-tk-3.15.0~b2-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~b2-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~b2-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~b2-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~b2-1.1.x86_64 | — |
Vendor Fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "python315-3.15.0~b2-1.1 on GA media",
"title": "Title of the patch"
},
{
"category": "description",
"text": "These are all security issues fixed in the python315-3.15.0~b2-1.1 package on the GA media of openSUSE Tumbleweed.",
"title": "Description of the patch"
},
{
"category": "details",
"text": "openSUSE-Tumbleweed-2026-11101",
"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_11101-1.json"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2021-4189 page",
"url": "https://www.suse.com/security/cve/CVE-2021-4189/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-3276 page",
"url": "https://www.suse.com/security/cve/CVE-2026-3276/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-7210 page",
"url": "https://www.suse.com/security/cve/CVE-2026-7210/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-7774 page",
"url": "https://www.suse.com/security/cve/CVE-2026-7774/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-8328 page",
"url": "https://www.suse.com/security/cve/CVE-2026-8328/"
}
],
"title": "python315-3.15.0~b2-1.1 on GA media",
"tracking": {
"current_release_date": "2026-06-22T00:00:00Z",
"generator": {
"date": "2026-06-22T00:00:00Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "openSUSE-SU-2026:11101-1",
"initial_release_date": "2026-06-22T00:00:00Z",
"revision_history": [
{
"date": "2026-06-22T00:00:00Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "python315-3.15.0~b2-1.1.aarch64",
"product": {
"name": "python315-3.15.0~b2-1.1.aarch64",
"product_id": "python315-3.15.0~b2-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "python315-curses-3.15.0~b2-1.1.aarch64",
"product": {
"name": "python315-curses-3.15.0~b2-1.1.aarch64",
"product_id": "python315-curses-3.15.0~b2-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "python315-dbm-3.15.0~b2-1.1.aarch64",
"product": {
"name": "python315-dbm-3.15.0~b2-1.1.aarch64",
"product_id": "python315-dbm-3.15.0~b2-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "python315-idle-3.15.0~b2-1.1.aarch64",
"product": {
"name": "python315-idle-3.15.0~b2-1.1.aarch64",
"product_id": "python315-idle-3.15.0~b2-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "python315-profiling-3.15.0~b2-1.1.aarch64",
"product": {
"name": "python315-profiling-3.15.0~b2-1.1.aarch64",
"product_id": "python315-profiling-3.15.0~b2-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "python315-tk-3.15.0~b2-1.1.aarch64",
"product": {
"name": "python315-tk-3.15.0~b2-1.1.aarch64",
"product_id": "python315-tk-3.15.0~b2-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "python315-x86-64-v3-3.15.0~b2-1.1.aarch64",
"product": {
"name": "python315-x86-64-v3-3.15.0~b2-1.1.aarch64",
"product_id": "python315-x86-64-v3-3.15.0~b2-1.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "python315-3.15.0~b2-1.1.ppc64le",
"product": {
"name": "python315-3.15.0~b2-1.1.ppc64le",
"product_id": "python315-3.15.0~b2-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python315-curses-3.15.0~b2-1.1.ppc64le",
"product": {
"name": "python315-curses-3.15.0~b2-1.1.ppc64le",
"product_id": "python315-curses-3.15.0~b2-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python315-dbm-3.15.0~b2-1.1.ppc64le",
"product": {
"name": "python315-dbm-3.15.0~b2-1.1.ppc64le",
"product_id": "python315-dbm-3.15.0~b2-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python315-idle-3.15.0~b2-1.1.ppc64le",
"product": {
"name": "python315-idle-3.15.0~b2-1.1.ppc64le",
"product_id": "python315-idle-3.15.0~b2-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python315-profiling-3.15.0~b2-1.1.ppc64le",
"product": {
"name": "python315-profiling-3.15.0~b2-1.1.ppc64le",
"product_id": "python315-profiling-3.15.0~b2-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python315-tk-3.15.0~b2-1.1.ppc64le",
"product": {
"name": "python315-tk-3.15.0~b2-1.1.ppc64le",
"product_id": "python315-tk-3.15.0~b2-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python315-x86-64-v3-3.15.0~b2-1.1.ppc64le",
"product": {
"name": "python315-x86-64-v3-3.15.0~b2-1.1.ppc64le",
"product_id": "python315-x86-64-v3-3.15.0~b2-1.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "python315-3.15.0~b2-1.1.s390x",
"product": {
"name": "python315-3.15.0~b2-1.1.s390x",
"product_id": "python315-3.15.0~b2-1.1.s390x"
}
},
{
"category": "product_version",
"name": "python315-curses-3.15.0~b2-1.1.s390x",
"product": {
"name": "python315-curses-3.15.0~b2-1.1.s390x",
"product_id": "python315-curses-3.15.0~b2-1.1.s390x"
}
},
{
"category": "product_version",
"name": "python315-dbm-3.15.0~b2-1.1.s390x",
"product": {
"name": "python315-dbm-3.15.0~b2-1.1.s390x",
"product_id": "python315-dbm-3.15.0~b2-1.1.s390x"
}
},
{
"category": "product_version",
"name": "python315-idle-3.15.0~b2-1.1.s390x",
"product": {
"name": "python315-idle-3.15.0~b2-1.1.s390x",
"product_id": "python315-idle-3.15.0~b2-1.1.s390x"
}
},
{
"category": "product_version",
"name": "python315-profiling-3.15.0~b2-1.1.s390x",
"product": {
"name": "python315-profiling-3.15.0~b2-1.1.s390x",
"product_id": "python315-profiling-3.15.0~b2-1.1.s390x"
}
},
{
"category": "product_version",
"name": "python315-tk-3.15.0~b2-1.1.s390x",
"product": {
"name": "python315-tk-3.15.0~b2-1.1.s390x",
"product_id": "python315-tk-3.15.0~b2-1.1.s390x"
}
},
{
"category": "product_version",
"name": "python315-x86-64-v3-3.15.0~b2-1.1.s390x",
"product": {
"name": "python315-x86-64-v3-3.15.0~b2-1.1.s390x",
"product_id": "python315-x86-64-v3-3.15.0~b2-1.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "python315-3.15.0~b2-1.1.x86_64",
"product": {
"name": "python315-3.15.0~b2-1.1.x86_64",
"product_id": "python315-3.15.0~b2-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "python315-curses-3.15.0~b2-1.1.x86_64",
"product": {
"name": "python315-curses-3.15.0~b2-1.1.x86_64",
"product_id": "python315-curses-3.15.0~b2-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "python315-dbm-3.15.0~b2-1.1.x86_64",
"product": {
"name": "python315-dbm-3.15.0~b2-1.1.x86_64",
"product_id": "python315-dbm-3.15.0~b2-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "python315-idle-3.15.0~b2-1.1.x86_64",
"product": {
"name": "python315-idle-3.15.0~b2-1.1.x86_64",
"product_id": "python315-idle-3.15.0~b2-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "python315-profiling-3.15.0~b2-1.1.x86_64",
"product": {
"name": "python315-profiling-3.15.0~b2-1.1.x86_64",
"product_id": "python315-profiling-3.15.0~b2-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "python315-tk-3.15.0~b2-1.1.x86_64",
"product": {
"name": "python315-tk-3.15.0~b2-1.1.x86_64",
"product_id": "python315-tk-3.15.0~b2-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "python315-x86-64-v3-3.15.0~b2-1.1.x86_64",
"product": {
"name": "python315-x86-64-v3-3.15.0~b2-1.1.x86_64",
"product_id": "python315-x86-64-v3-3.15.0~b2-1.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "openSUSE Tumbleweed",
"product": {
"name": "openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:tumbleweed"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "python315-3.15.0~b2-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python315-3.15.0~b2-1.1.aarch64"
},
"product_reference": "python315-3.15.0~b2-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python315-3.15.0~b2-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python315-3.15.0~b2-1.1.ppc64le"
},
"product_reference": "python315-3.15.0~b2-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python315-3.15.0~b2-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python315-3.15.0~b2-1.1.s390x"
},
"product_reference": "python315-3.15.0~b2-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python315-3.15.0~b2-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python315-3.15.0~b2-1.1.x86_64"
},
"product_reference": "python315-3.15.0~b2-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python315-curses-3.15.0~b2-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python315-curses-3.15.0~b2-1.1.aarch64"
},
"product_reference": "python315-curses-3.15.0~b2-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python315-curses-3.15.0~b2-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python315-curses-3.15.0~b2-1.1.ppc64le"
},
"product_reference": "python315-curses-3.15.0~b2-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python315-curses-3.15.0~b2-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python315-curses-3.15.0~b2-1.1.s390x"
},
"product_reference": "python315-curses-3.15.0~b2-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python315-curses-3.15.0~b2-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python315-curses-3.15.0~b2-1.1.x86_64"
},
"product_reference": "python315-curses-3.15.0~b2-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python315-dbm-3.15.0~b2-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python315-dbm-3.15.0~b2-1.1.aarch64"
},
"product_reference": "python315-dbm-3.15.0~b2-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python315-dbm-3.15.0~b2-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python315-dbm-3.15.0~b2-1.1.ppc64le"
},
"product_reference": "python315-dbm-3.15.0~b2-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python315-dbm-3.15.0~b2-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python315-dbm-3.15.0~b2-1.1.s390x"
},
"product_reference": "python315-dbm-3.15.0~b2-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python315-dbm-3.15.0~b2-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python315-dbm-3.15.0~b2-1.1.x86_64"
},
"product_reference": "python315-dbm-3.15.0~b2-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python315-idle-3.15.0~b2-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python315-idle-3.15.0~b2-1.1.aarch64"
},
"product_reference": "python315-idle-3.15.0~b2-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python315-idle-3.15.0~b2-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python315-idle-3.15.0~b2-1.1.ppc64le"
},
"product_reference": "python315-idle-3.15.0~b2-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python315-idle-3.15.0~b2-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python315-idle-3.15.0~b2-1.1.s390x"
},
"product_reference": "python315-idle-3.15.0~b2-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python315-idle-3.15.0~b2-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python315-idle-3.15.0~b2-1.1.x86_64"
},
"product_reference": "python315-idle-3.15.0~b2-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python315-profiling-3.15.0~b2-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python315-profiling-3.15.0~b2-1.1.aarch64"
},
"product_reference": "python315-profiling-3.15.0~b2-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python315-profiling-3.15.0~b2-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python315-profiling-3.15.0~b2-1.1.ppc64le"
},
"product_reference": "python315-profiling-3.15.0~b2-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python315-profiling-3.15.0~b2-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python315-profiling-3.15.0~b2-1.1.s390x"
},
"product_reference": "python315-profiling-3.15.0~b2-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python315-profiling-3.15.0~b2-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python315-profiling-3.15.0~b2-1.1.x86_64"
},
"product_reference": "python315-profiling-3.15.0~b2-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python315-tk-3.15.0~b2-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python315-tk-3.15.0~b2-1.1.aarch64"
},
"product_reference": "python315-tk-3.15.0~b2-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python315-tk-3.15.0~b2-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python315-tk-3.15.0~b2-1.1.ppc64le"
},
"product_reference": "python315-tk-3.15.0~b2-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python315-tk-3.15.0~b2-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python315-tk-3.15.0~b2-1.1.s390x"
},
"product_reference": "python315-tk-3.15.0~b2-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python315-tk-3.15.0~b2-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python315-tk-3.15.0~b2-1.1.x86_64"
},
"product_reference": "python315-tk-3.15.0~b2-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python315-x86-64-v3-3.15.0~b2-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~b2-1.1.aarch64"
},
"product_reference": "python315-x86-64-v3-3.15.0~b2-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python315-x86-64-v3-3.15.0~b2-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~b2-1.1.ppc64le"
},
"product_reference": "python315-x86-64-v3-3.15.0~b2-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python315-x86-64-v3-3.15.0~b2-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~b2-1.1.s390x"
},
"product_reference": "python315-x86-64-v3-3.15.0~b2-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python315-x86-64-v3-3.15.0~b2-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~b2-1.1.x86_64"
},
"product_reference": "python315-x86-64-v3-3.15.0~b2-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2021-4189",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2021-4189"
}
],
"notes": [
{
"category": "general",
"text": "A flaw was found in Python, specifically in the FTP (File Transfer Protocol) client library in PASV (passive) mode. The issue is how the FTP client trusts the host from the PASV response by default. This flaw allows an attacker to set up a malicious FTP server that can trick FTP clients into connecting back to a given IP address and port. This vulnerability could lead to FTP client scanning ports, which otherwise would not have been possible.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python315-3.15.0~b2-1.1.aarch64",
"openSUSE Tumbleweed:python315-3.15.0~b2-1.1.ppc64le",
"openSUSE Tumbleweed:python315-3.15.0~b2-1.1.s390x",
"openSUSE Tumbleweed:python315-3.15.0~b2-1.1.x86_64",
"openSUSE Tumbleweed:python315-curses-3.15.0~b2-1.1.aarch64",
"openSUSE Tumbleweed:python315-curses-3.15.0~b2-1.1.ppc64le",
"openSUSE Tumbleweed:python315-curses-3.15.0~b2-1.1.s390x",
"openSUSE Tumbleweed:python315-curses-3.15.0~b2-1.1.x86_64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~b2-1.1.aarch64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~b2-1.1.ppc64le",
"openSUSE Tumbleweed:python315-dbm-3.15.0~b2-1.1.s390x",
"openSUSE Tumbleweed:python315-dbm-3.15.0~b2-1.1.x86_64",
"openSUSE Tumbleweed:python315-idle-3.15.0~b2-1.1.aarch64",
"openSUSE Tumbleweed:python315-idle-3.15.0~b2-1.1.ppc64le",
"openSUSE Tumbleweed:python315-idle-3.15.0~b2-1.1.s390x",
"openSUSE Tumbleweed:python315-idle-3.15.0~b2-1.1.x86_64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~b2-1.1.aarch64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~b2-1.1.ppc64le",
"openSUSE Tumbleweed:python315-profiling-3.15.0~b2-1.1.s390x",
"openSUSE Tumbleweed:python315-profiling-3.15.0~b2-1.1.x86_64",
"openSUSE Tumbleweed:python315-tk-3.15.0~b2-1.1.aarch64",
"openSUSE Tumbleweed:python315-tk-3.15.0~b2-1.1.ppc64le",
"openSUSE Tumbleweed:python315-tk-3.15.0~b2-1.1.s390x",
"openSUSE Tumbleweed:python315-tk-3.15.0~b2-1.1.x86_64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~b2-1.1.aarch64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~b2-1.1.ppc64le",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~b2-1.1.s390x",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~b2-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2021-4189",
"url": "https://www.suse.com/security/cve/CVE-2021-4189"
},
{
"category": "external",
"summary": "SUSE Bug 1194146 for CVE-2021-4189",
"url": "https://bugzilla.suse.com/1194146"
},
{
"category": "external",
"summary": "SUSE Bug 1265268 for CVE-2021-4189",
"url": "https://bugzilla.suse.com/1265268"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:python315-3.15.0~b2-1.1.aarch64",
"openSUSE Tumbleweed:python315-3.15.0~b2-1.1.ppc64le",
"openSUSE Tumbleweed:python315-3.15.0~b2-1.1.s390x",
"openSUSE Tumbleweed:python315-3.15.0~b2-1.1.x86_64",
"openSUSE Tumbleweed:python315-curses-3.15.0~b2-1.1.aarch64",
"openSUSE Tumbleweed:python315-curses-3.15.0~b2-1.1.ppc64le",
"openSUSE Tumbleweed:python315-curses-3.15.0~b2-1.1.s390x",
"openSUSE Tumbleweed:python315-curses-3.15.0~b2-1.1.x86_64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~b2-1.1.aarch64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~b2-1.1.ppc64le",
"openSUSE Tumbleweed:python315-dbm-3.15.0~b2-1.1.s390x",
"openSUSE Tumbleweed:python315-dbm-3.15.0~b2-1.1.x86_64",
"openSUSE Tumbleweed:python315-idle-3.15.0~b2-1.1.aarch64",
"openSUSE Tumbleweed:python315-idle-3.15.0~b2-1.1.ppc64le",
"openSUSE Tumbleweed:python315-idle-3.15.0~b2-1.1.s390x",
"openSUSE Tumbleweed:python315-idle-3.15.0~b2-1.1.x86_64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~b2-1.1.aarch64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~b2-1.1.ppc64le",
"openSUSE Tumbleweed:python315-profiling-3.15.0~b2-1.1.s390x",
"openSUSE Tumbleweed:python315-profiling-3.15.0~b2-1.1.x86_64",
"openSUSE Tumbleweed:python315-tk-3.15.0~b2-1.1.aarch64",
"openSUSE Tumbleweed:python315-tk-3.15.0~b2-1.1.ppc64le",
"openSUSE Tumbleweed:python315-tk-3.15.0~b2-1.1.s390x",
"openSUSE Tumbleweed:python315-tk-3.15.0~b2-1.1.x86_64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~b2-1.1.aarch64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~b2-1.1.ppc64le",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~b2-1.1.s390x",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~b2-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:python315-3.15.0~b2-1.1.aarch64",
"openSUSE Tumbleweed:python315-3.15.0~b2-1.1.ppc64le",
"openSUSE Tumbleweed:python315-3.15.0~b2-1.1.s390x",
"openSUSE Tumbleweed:python315-3.15.0~b2-1.1.x86_64",
"openSUSE Tumbleweed:python315-curses-3.15.0~b2-1.1.aarch64",
"openSUSE Tumbleweed:python315-curses-3.15.0~b2-1.1.ppc64le",
"openSUSE Tumbleweed:python315-curses-3.15.0~b2-1.1.s390x",
"openSUSE Tumbleweed:python315-curses-3.15.0~b2-1.1.x86_64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~b2-1.1.aarch64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~b2-1.1.ppc64le",
"openSUSE Tumbleweed:python315-dbm-3.15.0~b2-1.1.s390x",
"openSUSE Tumbleweed:python315-dbm-3.15.0~b2-1.1.x86_64",
"openSUSE Tumbleweed:python315-idle-3.15.0~b2-1.1.aarch64",
"openSUSE Tumbleweed:python315-idle-3.15.0~b2-1.1.ppc64le",
"openSUSE Tumbleweed:python315-idle-3.15.0~b2-1.1.s390x",
"openSUSE Tumbleweed:python315-idle-3.15.0~b2-1.1.x86_64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~b2-1.1.aarch64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~b2-1.1.ppc64le",
"openSUSE Tumbleweed:python315-profiling-3.15.0~b2-1.1.s390x",
"openSUSE Tumbleweed:python315-profiling-3.15.0~b2-1.1.x86_64",
"openSUSE Tumbleweed:python315-tk-3.15.0~b2-1.1.aarch64",
"openSUSE Tumbleweed:python315-tk-3.15.0~b2-1.1.ppc64le",
"openSUSE Tumbleweed:python315-tk-3.15.0~b2-1.1.s390x",
"openSUSE Tumbleweed:python315-tk-3.15.0~b2-1.1.x86_64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~b2-1.1.aarch64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~b2-1.1.ppc64le",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~b2-1.1.s390x",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~b2-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-22T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2021-4189"
},
{
"cve": "CVE-2026-3276",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-3276"
}
],
"notes": [
{
"category": "general",
"text": "unicodedata.normalize() can take excessive CPU time when processing\nspecially crafted Unicode input containing long runs of combining characters\nwith alternating Canonical Combining Class values.\nThis affects all normalization forms.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python315-3.15.0~b2-1.1.aarch64",
"openSUSE Tumbleweed:python315-3.15.0~b2-1.1.ppc64le",
"openSUSE Tumbleweed:python315-3.15.0~b2-1.1.s390x",
"openSUSE Tumbleweed:python315-3.15.0~b2-1.1.x86_64",
"openSUSE Tumbleweed:python315-curses-3.15.0~b2-1.1.aarch64",
"openSUSE Tumbleweed:python315-curses-3.15.0~b2-1.1.ppc64le",
"openSUSE Tumbleweed:python315-curses-3.15.0~b2-1.1.s390x",
"openSUSE Tumbleweed:python315-curses-3.15.0~b2-1.1.x86_64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~b2-1.1.aarch64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~b2-1.1.ppc64le",
"openSUSE Tumbleweed:python315-dbm-3.15.0~b2-1.1.s390x",
"openSUSE Tumbleweed:python315-dbm-3.15.0~b2-1.1.x86_64",
"openSUSE Tumbleweed:python315-idle-3.15.0~b2-1.1.aarch64",
"openSUSE Tumbleweed:python315-idle-3.15.0~b2-1.1.ppc64le",
"openSUSE Tumbleweed:python315-idle-3.15.0~b2-1.1.s390x",
"openSUSE Tumbleweed:python315-idle-3.15.0~b2-1.1.x86_64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~b2-1.1.aarch64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~b2-1.1.ppc64le",
"openSUSE Tumbleweed:python315-profiling-3.15.0~b2-1.1.s390x",
"openSUSE Tumbleweed:python315-profiling-3.15.0~b2-1.1.x86_64",
"openSUSE Tumbleweed:python315-tk-3.15.0~b2-1.1.aarch64",
"openSUSE Tumbleweed:python315-tk-3.15.0~b2-1.1.ppc64le",
"openSUSE Tumbleweed:python315-tk-3.15.0~b2-1.1.s390x",
"openSUSE Tumbleweed:python315-tk-3.15.0~b2-1.1.x86_64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~b2-1.1.aarch64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~b2-1.1.ppc64le",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~b2-1.1.s390x",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~b2-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-3276",
"url": "https://www.suse.com/security/cve/CVE-2026-3276"
},
{
"category": "external",
"summary": "SUSE Bug 1267581 for CVE-2026-3276",
"url": "https://bugzilla.suse.com/1267581"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:python315-3.15.0~b2-1.1.aarch64",
"openSUSE Tumbleweed:python315-3.15.0~b2-1.1.ppc64le",
"openSUSE Tumbleweed:python315-3.15.0~b2-1.1.s390x",
"openSUSE Tumbleweed:python315-3.15.0~b2-1.1.x86_64",
"openSUSE Tumbleweed:python315-curses-3.15.0~b2-1.1.aarch64",
"openSUSE Tumbleweed:python315-curses-3.15.0~b2-1.1.ppc64le",
"openSUSE Tumbleweed:python315-curses-3.15.0~b2-1.1.s390x",
"openSUSE Tumbleweed:python315-curses-3.15.0~b2-1.1.x86_64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~b2-1.1.aarch64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~b2-1.1.ppc64le",
"openSUSE Tumbleweed:python315-dbm-3.15.0~b2-1.1.s390x",
"openSUSE Tumbleweed:python315-dbm-3.15.0~b2-1.1.x86_64",
"openSUSE Tumbleweed:python315-idle-3.15.0~b2-1.1.aarch64",
"openSUSE Tumbleweed:python315-idle-3.15.0~b2-1.1.ppc64le",
"openSUSE Tumbleweed:python315-idle-3.15.0~b2-1.1.s390x",
"openSUSE Tumbleweed:python315-idle-3.15.0~b2-1.1.x86_64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~b2-1.1.aarch64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~b2-1.1.ppc64le",
"openSUSE Tumbleweed:python315-profiling-3.15.0~b2-1.1.s390x",
"openSUSE Tumbleweed:python315-profiling-3.15.0~b2-1.1.x86_64",
"openSUSE Tumbleweed:python315-tk-3.15.0~b2-1.1.aarch64",
"openSUSE Tumbleweed:python315-tk-3.15.0~b2-1.1.ppc64le",
"openSUSE Tumbleweed:python315-tk-3.15.0~b2-1.1.s390x",
"openSUSE Tumbleweed:python315-tk-3.15.0~b2-1.1.x86_64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~b2-1.1.aarch64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~b2-1.1.ppc64le",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~b2-1.1.s390x",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~b2-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:python315-3.15.0~b2-1.1.aarch64",
"openSUSE Tumbleweed:python315-3.15.0~b2-1.1.ppc64le",
"openSUSE Tumbleweed:python315-3.15.0~b2-1.1.s390x",
"openSUSE Tumbleweed:python315-3.15.0~b2-1.1.x86_64",
"openSUSE Tumbleweed:python315-curses-3.15.0~b2-1.1.aarch64",
"openSUSE Tumbleweed:python315-curses-3.15.0~b2-1.1.ppc64le",
"openSUSE Tumbleweed:python315-curses-3.15.0~b2-1.1.s390x",
"openSUSE Tumbleweed:python315-curses-3.15.0~b2-1.1.x86_64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~b2-1.1.aarch64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~b2-1.1.ppc64le",
"openSUSE Tumbleweed:python315-dbm-3.15.0~b2-1.1.s390x",
"openSUSE Tumbleweed:python315-dbm-3.15.0~b2-1.1.x86_64",
"openSUSE Tumbleweed:python315-idle-3.15.0~b2-1.1.aarch64",
"openSUSE Tumbleweed:python315-idle-3.15.0~b2-1.1.ppc64le",
"openSUSE Tumbleweed:python315-idle-3.15.0~b2-1.1.s390x",
"openSUSE Tumbleweed:python315-idle-3.15.0~b2-1.1.x86_64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~b2-1.1.aarch64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~b2-1.1.ppc64le",
"openSUSE Tumbleweed:python315-profiling-3.15.0~b2-1.1.s390x",
"openSUSE Tumbleweed:python315-profiling-3.15.0~b2-1.1.x86_64",
"openSUSE Tumbleweed:python315-tk-3.15.0~b2-1.1.aarch64",
"openSUSE Tumbleweed:python315-tk-3.15.0~b2-1.1.ppc64le",
"openSUSE Tumbleweed:python315-tk-3.15.0~b2-1.1.s390x",
"openSUSE Tumbleweed:python315-tk-3.15.0~b2-1.1.x86_64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~b2-1.1.aarch64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~b2-1.1.ppc64le",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~b2-1.1.s390x",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~b2-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-22T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2026-3276"
},
{
"cve": "CVE-2026-7210",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-7210"
}
],
"notes": [
{
"category": "general",
"text": "`xml.parsers.expat` and `xml.etree.ElementTree` use insufficient entropy for Expat hash-flooding protection, which allows a crafted XML document to trigger hash flooding.\\r\\n\\r\\nFully mitigating this vulnerability requires both updating libexpat to 2.8.0 or later and applying this patch.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python315-3.15.0~b2-1.1.aarch64",
"openSUSE Tumbleweed:python315-3.15.0~b2-1.1.ppc64le",
"openSUSE Tumbleweed:python315-3.15.0~b2-1.1.s390x",
"openSUSE Tumbleweed:python315-3.15.0~b2-1.1.x86_64",
"openSUSE Tumbleweed:python315-curses-3.15.0~b2-1.1.aarch64",
"openSUSE Tumbleweed:python315-curses-3.15.0~b2-1.1.ppc64le",
"openSUSE Tumbleweed:python315-curses-3.15.0~b2-1.1.s390x",
"openSUSE Tumbleweed:python315-curses-3.15.0~b2-1.1.x86_64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~b2-1.1.aarch64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~b2-1.1.ppc64le",
"openSUSE Tumbleweed:python315-dbm-3.15.0~b2-1.1.s390x",
"openSUSE Tumbleweed:python315-dbm-3.15.0~b2-1.1.x86_64",
"openSUSE Tumbleweed:python315-idle-3.15.0~b2-1.1.aarch64",
"openSUSE Tumbleweed:python315-idle-3.15.0~b2-1.1.ppc64le",
"openSUSE Tumbleweed:python315-idle-3.15.0~b2-1.1.s390x",
"openSUSE Tumbleweed:python315-idle-3.15.0~b2-1.1.x86_64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~b2-1.1.aarch64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~b2-1.1.ppc64le",
"openSUSE Tumbleweed:python315-profiling-3.15.0~b2-1.1.s390x",
"openSUSE Tumbleweed:python315-profiling-3.15.0~b2-1.1.x86_64",
"openSUSE Tumbleweed:python315-tk-3.15.0~b2-1.1.aarch64",
"openSUSE Tumbleweed:python315-tk-3.15.0~b2-1.1.ppc64le",
"openSUSE Tumbleweed:python315-tk-3.15.0~b2-1.1.s390x",
"openSUSE Tumbleweed:python315-tk-3.15.0~b2-1.1.x86_64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~b2-1.1.aarch64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~b2-1.1.ppc64le",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~b2-1.1.s390x",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~b2-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-7210",
"url": "https://www.suse.com/security/cve/CVE-2026-7210"
},
{
"category": "external",
"summary": "SUSE Bug 1264962 for CVE-2026-7210",
"url": "https://bugzilla.suse.com/1264962"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:python315-3.15.0~b2-1.1.aarch64",
"openSUSE Tumbleweed:python315-3.15.0~b2-1.1.ppc64le",
"openSUSE Tumbleweed:python315-3.15.0~b2-1.1.s390x",
"openSUSE Tumbleweed:python315-3.15.0~b2-1.1.x86_64",
"openSUSE Tumbleweed:python315-curses-3.15.0~b2-1.1.aarch64",
"openSUSE Tumbleweed:python315-curses-3.15.0~b2-1.1.ppc64le",
"openSUSE Tumbleweed:python315-curses-3.15.0~b2-1.1.s390x",
"openSUSE Tumbleweed:python315-curses-3.15.0~b2-1.1.x86_64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~b2-1.1.aarch64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~b2-1.1.ppc64le",
"openSUSE Tumbleweed:python315-dbm-3.15.0~b2-1.1.s390x",
"openSUSE Tumbleweed:python315-dbm-3.15.0~b2-1.1.x86_64",
"openSUSE Tumbleweed:python315-idle-3.15.0~b2-1.1.aarch64",
"openSUSE Tumbleweed:python315-idle-3.15.0~b2-1.1.ppc64le",
"openSUSE Tumbleweed:python315-idle-3.15.0~b2-1.1.s390x",
"openSUSE Tumbleweed:python315-idle-3.15.0~b2-1.1.x86_64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~b2-1.1.aarch64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~b2-1.1.ppc64le",
"openSUSE Tumbleweed:python315-profiling-3.15.0~b2-1.1.s390x",
"openSUSE Tumbleweed:python315-profiling-3.15.0~b2-1.1.x86_64",
"openSUSE Tumbleweed:python315-tk-3.15.0~b2-1.1.aarch64",
"openSUSE Tumbleweed:python315-tk-3.15.0~b2-1.1.ppc64le",
"openSUSE Tumbleweed:python315-tk-3.15.0~b2-1.1.s390x",
"openSUSE Tumbleweed:python315-tk-3.15.0~b2-1.1.x86_64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~b2-1.1.aarch64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~b2-1.1.ppc64le",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~b2-1.1.s390x",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~b2-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:python315-3.15.0~b2-1.1.aarch64",
"openSUSE Tumbleweed:python315-3.15.0~b2-1.1.ppc64le",
"openSUSE Tumbleweed:python315-3.15.0~b2-1.1.s390x",
"openSUSE Tumbleweed:python315-3.15.0~b2-1.1.x86_64",
"openSUSE Tumbleweed:python315-curses-3.15.0~b2-1.1.aarch64",
"openSUSE Tumbleweed:python315-curses-3.15.0~b2-1.1.ppc64le",
"openSUSE Tumbleweed:python315-curses-3.15.0~b2-1.1.s390x",
"openSUSE Tumbleweed:python315-curses-3.15.0~b2-1.1.x86_64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~b2-1.1.aarch64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~b2-1.1.ppc64le",
"openSUSE Tumbleweed:python315-dbm-3.15.0~b2-1.1.s390x",
"openSUSE Tumbleweed:python315-dbm-3.15.0~b2-1.1.x86_64",
"openSUSE Tumbleweed:python315-idle-3.15.0~b2-1.1.aarch64",
"openSUSE Tumbleweed:python315-idle-3.15.0~b2-1.1.ppc64le",
"openSUSE Tumbleweed:python315-idle-3.15.0~b2-1.1.s390x",
"openSUSE Tumbleweed:python315-idle-3.15.0~b2-1.1.x86_64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~b2-1.1.aarch64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~b2-1.1.ppc64le",
"openSUSE Tumbleweed:python315-profiling-3.15.0~b2-1.1.s390x",
"openSUSE Tumbleweed:python315-profiling-3.15.0~b2-1.1.x86_64",
"openSUSE Tumbleweed:python315-tk-3.15.0~b2-1.1.aarch64",
"openSUSE Tumbleweed:python315-tk-3.15.0~b2-1.1.ppc64le",
"openSUSE Tumbleweed:python315-tk-3.15.0~b2-1.1.s390x",
"openSUSE Tumbleweed:python315-tk-3.15.0~b2-1.1.x86_64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~b2-1.1.aarch64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~b2-1.1.ppc64le",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~b2-1.1.s390x",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~b2-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-22T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2026-7210"
},
{
"cve": "CVE-2026-7774",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-7774"
}
],
"notes": [
{
"category": "general",
"text": "tarfile.data_filter could be bypassed using crafted link entries, including symlinks with empty or directory-like names, to redirect later archive members outside the intended extraction directory. This allowed a malicious tar archive to cause tarfile.extractall() to write files outside the destination directory, subject to the permissions of the extracting process.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python315-3.15.0~b2-1.1.aarch64",
"openSUSE Tumbleweed:python315-3.15.0~b2-1.1.ppc64le",
"openSUSE Tumbleweed:python315-3.15.0~b2-1.1.s390x",
"openSUSE Tumbleweed:python315-3.15.0~b2-1.1.x86_64",
"openSUSE Tumbleweed:python315-curses-3.15.0~b2-1.1.aarch64",
"openSUSE Tumbleweed:python315-curses-3.15.0~b2-1.1.ppc64le",
"openSUSE Tumbleweed:python315-curses-3.15.0~b2-1.1.s390x",
"openSUSE Tumbleweed:python315-curses-3.15.0~b2-1.1.x86_64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~b2-1.1.aarch64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~b2-1.1.ppc64le",
"openSUSE Tumbleweed:python315-dbm-3.15.0~b2-1.1.s390x",
"openSUSE Tumbleweed:python315-dbm-3.15.0~b2-1.1.x86_64",
"openSUSE Tumbleweed:python315-idle-3.15.0~b2-1.1.aarch64",
"openSUSE Tumbleweed:python315-idle-3.15.0~b2-1.1.ppc64le",
"openSUSE Tumbleweed:python315-idle-3.15.0~b2-1.1.s390x",
"openSUSE Tumbleweed:python315-idle-3.15.0~b2-1.1.x86_64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~b2-1.1.aarch64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~b2-1.1.ppc64le",
"openSUSE Tumbleweed:python315-profiling-3.15.0~b2-1.1.s390x",
"openSUSE Tumbleweed:python315-profiling-3.15.0~b2-1.1.x86_64",
"openSUSE Tumbleweed:python315-tk-3.15.0~b2-1.1.aarch64",
"openSUSE Tumbleweed:python315-tk-3.15.0~b2-1.1.ppc64le",
"openSUSE Tumbleweed:python315-tk-3.15.0~b2-1.1.s390x",
"openSUSE Tumbleweed:python315-tk-3.15.0~b2-1.1.x86_64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~b2-1.1.aarch64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~b2-1.1.ppc64le",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~b2-1.1.s390x",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~b2-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-7774",
"url": "https://www.suse.com/security/cve/CVE-2026-7774"
},
{
"category": "external",
"summary": "SUSE Bug 1267821 for CVE-2026-7774",
"url": "https://bugzilla.suse.com/1267821"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:python315-3.15.0~b2-1.1.aarch64",
"openSUSE Tumbleweed:python315-3.15.0~b2-1.1.ppc64le",
"openSUSE Tumbleweed:python315-3.15.0~b2-1.1.s390x",
"openSUSE Tumbleweed:python315-3.15.0~b2-1.1.x86_64",
"openSUSE Tumbleweed:python315-curses-3.15.0~b2-1.1.aarch64",
"openSUSE Tumbleweed:python315-curses-3.15.0~b2-1.1.ppc64le",
"openSUSE Tumbleweed:python315-curses-3.15.0~b2-1.1.s390x",
"openSUSE Tumbleweed:python315-curses-3.15.0~b2-1.1.x86_64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~b2-1.1.aarch64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~b2-1.1.ppc64le",
"openSUSE Tumbleweed:python315-dbm-3.15.0~b2-1.1.s390x",
"openSUSE Tumbleweed:python315-dbm-3.15.0~b2-1.1.x86_64",
"openSUSE Tumbleweed:python315-idle-3.15.0~b2-1.1.aarch64",
"openSUSE Tumbleweed:python315-idle-3.15.0~b2-1.1.ppc64le",
"openSUSE Tumbleweed:python315-idle-3.15.0~b2-1.1.s390x",
"openSUSE Tumbleweed:python315-idle-3.15.0~b2-1.1.x86_64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~b2-1.1.aarch64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~b2-1.1.ppc64le",
"openSUSE Tumbleweed:python315-profiling-3.15.0~b2-1.1.s390x",
"openSUSE Tumbleweed:python315-profiling-3.15.0~b2-1.1.x86_64",
"openSUSE Tumbleweed:python315-tk-3.15.0~b2-1.1.aarch64",
"openSUSE Tumbleweed:python315-tk-3.15.0~b2-1.1.ppc64le",
"openSUSE Tumbleweed:python315-tk-3.15.0~b2-1.1.s390x",
"openSUSE Tumbleweed:python315-tk-3.15.0~b2-1.1.x86_64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~b2-1.1.aarch64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~b2-1.1.ppc64le",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~b2-1.1.s390x",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~b2-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:python315-3.15.0~b2-1.1.aarch64",
"openSUSE Tumbleweed:python315-3.15.0~b2-1.1.ppc64le",
"openSUSE Tumbleweed:python315-3.15.0~b2-1.1.s390x",
"openSUSE Tumbleweed:python315-3.15.0~b2-1.1.x86_64",
"openSUSE Tumbleweed:python315-curses-3.15.0~b2-1.1.aarch64",
"openSUSE Tumbleweed:python315-curses-3.15.0~b2-1.1.ppc64le",
"openSUSE Tumbleweed:python315-curses-3.15.0~b2-1.1.s390x",
"openSUSE Tumbleweed:python315-curses-3.15.0~b2-1.1.x86_64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~b2-1.1.aarch64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~b2-1.1.ppc64le",
"openSUSE Tumbleweed:python315-dbm-3.15.0~b2-1.1.s390x",
"openSUSE Tumbleweed:python315-dbm-3.15.0~b2-1.1.x86_64",
"openSUSE Tumbleweed:python315-idle-3.15.0~b2-1.1.aarch64",
"openSUSE Tumbleweed:python315-idle-3.15.0~b2-1.1.ppc64le",
"openSUSE Tumbleweed:python315-idle-3.15.0~b2-1.1.s390x",
"openSUSE Tumbleweed:python315-idle-3.15.0~b2-1.1.x86_64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~b2-1.1.aarch64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~b2-1.1.ppc64le",
"openSUSE Tumbleweed:python315-profiling-3.15.0~b2-1.1.s390x",
"openSUSE Tumbleweed:python315-profiling-3.15.0~b2-1.1.x86_64",
"openSUSE Tumbleweed:python315-tk-3.15.0~b2-1.1.aarch64",
"openSUSE Tumbleweed:python315-tk-3.15.0~b2-1.1.ppc64le",
"openSUSE Tumbleweed:python315-tk-3.15.0~b2-1.1.s390x",
"openSUSE Tumbleweed:python315-tk-3.15.0~b2-1.1.x86_64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~b2-1.1.aarch64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~b2-1.1.ppc64le",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~b2-1.1.s390x",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~b2-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-22T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2026-7774"
},
{
"cve": "CVE-2026-8328",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-8328"
}
],
"notes": [
{
"category": "general",
"text": "The ftpcp() function in Lib/ftplib.py was not updated when \nCVE-2021-4189 was fixed. While makepasv() was patched to replace \nserver-supplied PASV host addresses with the actual peer address \n(getpeername()[0]), ftpcp() still calls parse227() directly and passes \nthe raw attacker-controllable IP address and port to target.sendport(). This patch is related to CVE-2021-4189.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python315-3.15.0~b2-1.1.aarch64",
"openSUSE Tumbleweed:python315-3.15.0~b2-1.1.ppc64le",
"openSUSE Tumbleweed:python315-3.15.0~b2-1.1.s390x",
"openSUSE Tumbleweed:python315-3.15.0~b2-1.1.x86_64",
"openSUSE Tumbleweed:python315-curses-3.15.0~b2-1.1.aarch64",
"openSUSE Tumbleweed:python315-curses-3.15.0~b2-1.1.ppc64le",
"openSUSE Tumbleweed:python315-curses-3.15.0~b2-1.1.s390x",
"openSUSE Tumbleweed:python315-curses-3.15.0~b2-1.1.x86_64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~b2-1.1.aarch64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~b2-1.1.ppc64le",
"openSUSE Tumbleweed:python315-dbm-3.15.0~b2-1.1.s390x",
"openSUSE Tumbleweed:python315-dbm-3.15.0~b2-1.1.x86_64",
"openSUSE Tumbleweed:python315-idle-3.15.0~b2-1.1.aarch64",
"openSUSE Tumbleweed:python315-idle-3.15.0~b2-1.1.ppc64le",
"openSUSE Tumbleweed:python315-idle-3.15.0~b2-1.1.s390x",
"openSUSE Tumbleweed:python315-idle-3.15.0~b2-1.1.x86_64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~b2-1.1.aarch64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~b2-1.1.ppc64le",
"openSUSE Tumbleweed:python315-profiling-3.15.0~b2-1.1.s390x",
"openSUSE Tumbleweed:python315-profiling-3.15.0~b2-1.1.x86_64",
"openSUSE Tumbleweed:python315-tk-3.15.0~b2-1.1.aarch64",
"openSUSE Tumbleweed:python315-tk-3.15.0~b2-1.1.ppc64le",
"openSUSE Tumbleweed:python315-tk-3.15.0~b2-1.1.s390x",
"openSUSE Tumbleweed:python315-tk-3.15.0~b2-1.1.x86_64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~b2-1.1.aarch64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~b2-1.1.ppc64le",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~b2-1.1.s390x",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~b2-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-8328",
"url": "https://www.suse.com/security/cve/CVE-2026-8328"
},
{
"category": "external",
"summary": "SUSE Bug 1265268 for CVE-2026-8328",
"url": "https://bugzilla.suse.com/1265268"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:python315-3.15.0~b2-1.1.aarch64",
"openSUSE Tumbleweed:python315-3.15.0~b2-1.1.ppc64le",
"openSUSE Tumbleweed:python315-3.15.0~b2-1.1.s390x",
"openSUSE Tumbleweed:python315-3.15.0~b2-1.1.x86_64",
"openSUSE Tumbleweed:python315-curses-3.15.0~b2-1.1.aarch64",
"openSUSE Tumbleweed:python315-curses-3.15.0~b2-1.1.ppc64le",
"openSUSE Tumbleweed:python315-curses-3.15.0~b2-1.1.s390x",
"openSUSE Tumbleweed:python315-curses-3.15.0~b2-1.1.x86_64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~b2-1.1.aarch64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~b2-1.1.ppc64le",
"openSUSE Tumbleweed:python315-dbm-3.15.0~b2-1.1.s390x",
"openSUSE Tumbleweed:python315-dbm-3.15.0~b2-1.1.x86_64",
"openSUSE Tumbleweed:python315-idle-3.15.0~b2-1.1.aarch64",
"openSUSE Tumbleweed:python315-idle-3.15.0~b2-1.1.ppc64le",
"openSUSE Tumbleweed:python315-idle-3.15.0~b2-1.1.s390x",
"openSUSE Tumbleweed:python315-idle-3.15.0~b2-1.1.x86_64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~b2-1.1.aarch64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~b2-1.1.ppc64le",
"openSUSE Tumbleweed:python315-profiling-3.15.0~b2-1.1.s390x",
"openSUSE Tumbleweed:python315-profiling-3.15.0~b2-1.1.x86_64",
"openSUSE Tumbleweed:python315-tk-3.15.0~b2-1.1.aarch64",
"openSUSE Tumbleweed:python315-tk-3.15.0~b2-1.1.ppc64le",
"openSUSE Tumbleweed:python315-tk-3.15.0~b2-1.1.s390x",
"openSUSE Tumbleweed:python315-tk-3.15.0~b2-1.1.x86_64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~b2-1.1.aarch64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~b2-1.1.ppc64le",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~b2-1.1.s390x",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~b2-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:python315-3.15.0~b2-1.1.aarch64",
"openSUSE Tumbleweed:python315-3.15.0~b2-1.1.ppc64le",
"openSUSE Tumbleweed:python315-3.15.0~b2-1.1.s390x",
"openSUSE Tumbleweed:python315-3.15.0~b2-1.1.x86_64",
"openSUSE Tumbleweed:python315-curses-3.15.0~b2-1.1.aarch64",
"openSUSE Tumbleweed:python315-curses-3.15.0~b2-1.1.ppc64le",
"openSUSE Tumbleweed:python315-curses-3.15.0~b2-1.1.s390x",
"openSUSE Tumbleweed:python315-curses-3.15.0~b2-1.1.x86_64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~b2-1.1.aarch64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~b2-1.1.ppc64le",
"openSUSE Tumbleweed:python315-dbm-3.15.0~b2-1.1.s390x",
"openSUSE Tumbleweed:python315-dbm-3.15.0~b2-1.1.x86_64",
"openSUSE Tumbleweed:python315-idle-3.15.0~b2-1.1.aarch64",
"openSUSE Tumbleweed:python315-idle-3.15.0~b2-1.1.ppc64le",
"openSUSE Tumbleweed:python315-idle-3.15.0~b2-1.1.s390x",
"openSUSE Tumbleweed:python315-idle-3.15.0~b2-1.1.x86_64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~b2-1.1.aarch64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~b2-1.1.ppc64le",
"openSUSE Tumbleweed:python315-profiling-3.15.0~b2-1.1.s390x",
"openSUSE Tumbleweed:python315-profiling-3.15.0~b2-1.1.x86_64",
"openSUSE Tumbleweed:python315-tk-3.15.0~b2-1.1.aarch64",
"openSUSE Tumbleweed:python315-tk-3.15.0~b2-1.1.ppc64le",
"openSUSE Tumbleweed:python315-tk-3.15.0~b2-1.1.s390x",
"openSUSE Tumbleweed:python315-tk-3.15.0~b2-1.1.x86_64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~b2-1.1.aarch64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~b2-1.1.ppc64le",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~b2-1.1.s390x",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~b2-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-22T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-8328"
}
]
}
WID-SEC-W-2026-1796
Vulnerability from csaf_certbund - Published: 2026-06-04 22:00 - Updated: 2026-06-09 22:00| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Python CPython <3.15.0
Open Source / Python
|
CPython <3.15.0 | ||
|
Microsoft Azure Linux azl3
Microsoft / Azure Linux
|
cpe:/o:microsoft:azure_linux:azl3
|
azl3 |
{
"document": {
"aggregate_severity": {
"text": "mittel"
},
"category": "csaf_base",
"csaf_version": "2.0",
"distribution": {
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "de-DE",
"notes": [
{
"category": "legal_disclaimer",
"text": "Das BSI ist als Anbieter f\u00fcr die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch daf\u00fcr verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgf\u00e4ltig im Einzelfall zu pr\u00fcfen."
},
{
"category": "description",
"text": "Python ist eine universelle, \u00fcblicherweise interpretierte, h\u00f6here Programmiersprache.",
"title": "Produktbeschreibung"
},
{
"category": "summary",
"text": "Ein entfernter, anonymer Angreifer kann eine Schwachstelle in CPython ausnutzen, um Dateien zu manipulieren.",
"title": "Angriff"
},
{
"category": "general",
"text": "- Linux\n- UNIX\n- Windows",
"title": "Betroffene Betriebssysteme"
}
],
"publisher": {
"category": "other",
"contact_details": "csaf-provider@cert-bund.de",
"name": "Bundesamt f\u00fcr Sicherheit in der Informationstechnik",
"namespace": "https://www.bsi.bund.de"
},
"references": [
{
"category": "self",
"summary": "WID-SEC-W-2026-1796 - CSAF Version",
"url": "https://wid.cert-bund.de/.well-known/csaf/white/2026/wid-sec-w-2026-1796.json"
},
{
"category": "self",
"summary": "WID-SEC-2026-1796 - Portal Version",
"url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2026-1796"
},
{
"category": "external",
"summary": "CPython Pull Request vom 2026-06-04",
"url": "https://github.com/python/cpython/pull/149487"
},
{
"category": "external",
"summary": "Mailing list oss-security vom 2026-06-04",
"url": "https://seclists.org/oss-sec/2026/q2/813"
},
{
"category": "external",
"summary": "Microsoft Security Update Guide vom 2026-06-09",
"url": "https://msrc.microsoft.com/update-guide/"
}
],
"source_lang": "en-US",
"title": "CPython: Schwachstelle erm\u00f6glicht Manipulation von Dateien",
"tracking": {
"current_release_date": "2026-06-09T22:00:00.000+00:00",
"generator": {
"date": "2026-06-10T07:21:05.800+00:00",
"engine": {
"name": "BSI-WID",
"version": "1.6.0"
}
},
"id": "WID-SEC-W-2026-1796",
"initial_release_date": "2026-06-04T22:00:00.000+00:00",
"revision_history": [
{
"date": "2026-06-04T22:00:00.000+00:00",
"number": "1",
"summary": "Initiale Fassung"
},
{
"date": "2026-06-09T22:00:00.000+00:00",
"number": "2",
"summary": "Neue Updates aufgenommen"
}
],
"status": "final",
"version": "2"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "azl3",
"product": {
"name": "Microsoft Azure Linux azl3",
"product_id": "T049210",
"product_identification_helper": {
"cpe": "cpe:/o:microsoft:azure_linux:azl3"
}
}
}
],
"category": "product_name",
"name": "Azure Linux"
}
],
"category": "vendor",
"name": "Microsoft"
},
{
"branches": [
{
"branches": [
{
"category": "product_version_range",
"name": "CPython \u003c3.15.0",
"product": {
"name": "Open Source Python CPython \u003c3.15.0",
"product_id": "T053174"
}
},
{
"category": "product_version",
"name": "CPython 3.15.0",
"product": {
"name": "Open Source Python CPython 3.15.0",
"product_id": "T053174-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:python:python:cpython__3.15.0"
}
}
}
],
"category": "product_name",
"name": "Python"
}
],
"category": "vendor",
"name": "Open Source"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-7774",
"product_status": {
"known_affected": [
"T053174",
"T049210"
]
},
"release_date": "2026-06-04T22:00:00.000+00:00",
"title": "CVE-2026-7774"
}
]
}
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.