Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2023-0286 (GCVE-0-2023-0286)
Vulnerability from cvelistv5 – Published: 2023-02-08 19:01 – Updated: 2025-11-04 19:14- type confusion vulnerability
{
"containers": {
"adp": [
{
"providerMetadata": {
"dateUpdated": "2025-11-04T19:14:36.256Z",
"orgId": "af854a3a-2127-422b-91ae-364da2661108",
"shortName": "CVE"
},
"references": [
{
"name": "OpenSSL Advisory",
"tags": [
"vendor-advisory",
"x_transferred"
],
"url": "https://www.openssl.org/news/secadv/20230207.txt"
},
{
"name": "3.0.8 git commit",
"tags": [
"patch",
"x_transferred"
],
"url": "https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=2f7530077e0ef79d98718138716bc51ca0cad658"
},
{
"name": "1.1.1t git commit",
"tags": [
"patch",
"x_transferred"
],
"url": "https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=2c6c9d439b484e1ba9830d8454a34fa4f80fdfe9"
},
{
"name": "1.0.2zg patch (premium)",
"tags": [
"patch",
"x_transferred"
],
"url": "https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=fd2af07dc083a350c959147097003a14a5e8ac4d"
},
{
"tags": [
"x_transferred"
],
"url": "https://ftp.openbsd.org/pub/OpenBSD/patches/7.2/common/018_x509.patch.sig"
},
{
"tags": [
"x_transferred"
],
"url": "https://ftp.openbsd.org/pub/OpenBSD/LibreSSL/libressl-3.6.2-relnotes.txt"
},
{
"tags": [
"x_transferred"
],
"url": "https://security.gentoo.org/glsa/202402-08"
},
{
"url": "https://psirt.global.sonicwall.com/vuln-detail/SNWLID-2023-0003"
}
],
"title": "CVE Program Container"
},
{
"metrics": [
{
"cvssV3_1": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.4,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:H",
"version": "3.1"
}
},
{
"other": {
"content": {
"id": "CVE-2023-0286",
"options": [
{
"Exploitation": "none"
},
{
"Automatable": "no"
},
{
"Technical Impact": "partial"
}
],
"role": "CISA Coordinator",
"timestamp": "2025-03-06T15:57:22.031399Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-843",
"description": "CWE-843 Access of Resource Using Incompatible Type (\u0027Type Confusion\u0027)",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2025-08-27T20:32:52.864Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"title": "CISA ADP Vulnrichment"
}
],
"cna": {
"affected": [
{
"defaultStatus": "unaffected",
"product": "OpenSSL",
"vendor": "OpenSSL",
"versions": [
{
"lessThan": "3.0.8",
"status": "affected",
"version": "3.0.0",
"versionType": "semver"
},
{
"lessThan": "1.1.1t",
"status": "affected",
"version": "1.1.1",
"versionType": "custom"
},
{
"lessThan": "1.0.2zg",
"status": "affected",
"version": "1.0.2",
"versionType": "custom"
}
]
}
],
"credits": [
{
"lang": "en",
"type": "reporter",
"user": "00000000-0000-4000-9000-000000000000",
"value": "David Benjamin (Google)"
},
{
"lang": "en",
"type": "remediation developer",
"user": "00000000-0000-4000-9000-000000000000",
"value": "Hugo Landau"
}
],
"datePublic": "2023-02-07T00:00:00.000Z",
"descriptions": [
{
"lang": "en",
"supportingMedia": [
{
"base64": false,
"type": "text/html",
"value": "There is a type confusion vulnerability relating to X.400 address processing\u003cbr\u003einside an X.509 GeneralName. X.400 addresses were parsed as an ASN1_STRING but\u003cbr\u003ethe public structure definition for GENERAL_NAME incorrectly specified the type\u003cbr\u003eof the x400Address field as ASN1_TYPE. This field is subsequently interpreted by\u003cbr\u003ethe OpenSSL function GENERAL_NAME_cmp as an ASN1_TYPE rather than an\u003cbr\u003eASN1_STRING.\u003cbr\u003e\u003cbr\u003eWhen CRL checking is enabled (i.e. the application sets the\u003cbr\u003eX509_V_FLAG_CRL_CHECK flag), this vulnerability may allow an attacker to pass\u003cbr\u003earbitrary pointers to a memcmp call, enabling them to read memory contents or\u003cbr\u003eenact a denial of service. In most cases, the attack requires the attacker to\u003cbr\u003eprovide both the certificate chain and CRL, neither of which need to have a\u003cbr\u003evalid signature. If the attacker only controls one of these inputs, the other\u003cbr\u003einput must already contain an X.400 address as a CRL distribution point, which\u003cbr\u003eis uncommon. As such, this vulnerability is most likely to only affect\u003cbr\u003eapplications which have implemented their own functionality for retrieving CRLs\u003cbr\u003eover a network.\u003cbr\u003e\u003cbr\u003e"
}
],
"value": "There is a type confusion vulnerability relating to X.400 address processing\ninside an X.509 GeneralName. X.400 addresses were parsed as an ASN1_STRING but\nthe public structure definition for GENERAL_NAME incorrectly specified the type\nof the x400Address field as ASN1_TYPE. This field is subsequently interpreted by\nthe OpenSSL function GENERAL_NAME_cmp as an ASN1_TYPE rather than an\nASN1_STRING.\n\nWhen CRL checking is enabled (i.e. the application sets the\nX509_V_FLAG_CRL_CHECK flag), this vulnerability may allow an attacker to pass\narbitrary pointers to a memcmp call, enabling them to read memory contents or\nenact a denial of service. In most cases, the attack requires the attacker to\nprovide both the certificate chain and CRL, neither of which need to have a\nvalid signature. If the attacker only controls one of these inputs, the other\ninput must already contain an X.400 address as a CRL distribution point, which\nis uncommon. As such, this vulnerability is most likely to only affect\napplications which have implemented their own functionality for retrieving CRLs\nover a network."
}
],
"metrics": [
{
"format": "other",
"other": {
"content": {
"text": "High"
},
"type": "https://www.openssl.org/policies/secpolicy.html"
}
}
],
"problemTypes": [
{
"descriptions": [
{
"description": "type confusion vulnerability",
"lang": "en"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2024-02-04T09:06:58.565Z",
"orgId": "3a12439a-ef3a-4c79-92e6-6081a721f1e5",
"shortName": "openssl"
},
"references": [
{
"name": "OpenSSL Advisory",
"tags": [
"vendor-advisory"
],
"url": "https://www.openssl.org/news/secadv/20230207.txt"
},
{
"name": "3.0.8 git commit",
"tags": [
"patch"
],
"url": "https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=2f7530077e0ef79d98718138716bc51ca0cad658"
},
{
"name": "1.1.1t git commit",
"tags": [
"patch"
],
"url": "https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=2c6c9d439b484e1ba9830d8454a34fa4f80fdfe9"
},
{
"name": "1.0.2zg patch (premium)",
"tags": [
"patch"
],
"url": "https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=fd2af07dc083a350c959147097003a14a5e8ac4d"
},
{
"url": "https://ftp.openbsd.org/pub/OpenBSD/patches/7.2/common/018_x509.patch.sig"
},
{
"url": "https://ftp.openbsd.org/pub/OpenBSD/LibreSSL/libressl-3.6.2-relnotes.txt"
},
{
"url": "https://security.gentoo.org/glsa/202402-08"
}
],
"source": {
"discovery": "UNKNOWN"
},
"title": "X.400 address type confusion in X.509 GeneralName",
"x_generator": {
"engine": "Vulnogram 0.1.0-dev"
}
}
},
"cveMetadata": {
"assignerOrgId": "3a12439a-ef3a-4c79-92e6-6081a721f1e5",
"assignerShortName": "openssl",
"cveId": "CVE-2023-0286",
"datePublished": "2023-02-08T19:01:50.514Z",
"dateReserved": "2023-01-13T10:40:41.259Z",
"dateUpdated": "2025-11-04T19:14:36.256Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2",
"vulnerability-lookup:meta": {
"epss": {
"cve": "CVE-2023-0286",
"date": "2026-05-31",
"epss": "0.88334",
"percentile": "0.99513"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2023-0286\",\"sourceIdentifier\":\"openssl-security@openssl.org\",\"published\":\"2023-02-08T20:15:24.267\",\"lastModified\":\"2025-11-04T20:16:16.350\",\"vulnStatus\":\"Modified\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"There is a type confusion vulnerability relating to X.400 address processing\\ninside an X.509 GeneralName. X.400 addresses were parsed as an ASN1_STRING but\\nthe public structure definition for GENERAL_NAME incorrectly specified the type\\nof the x400Address field as ASN1_TYPE. This field is subsequently interpreted by\\nthe OpenSSL function GENERAL_NAME_cmp as an ASN1_TYPE rather than an\\nASN1_STRING.\\n\\nWhen CRL checking is enabled (i.e. the application sets the\\nX509_V_FLAG_CRL_CHECK flag), this vulnerability may allow an attacker to pass\\narbitrary pointers to a memcmp call, enabling them to read memory contents or\\nenact a denial of service. In most cases, the attack requires the attacker to\\nprovide both the certificate chain and CRL, neither of which need to have a\\nvalid signature. If the attacker only controls one of these inputs, the other\\ninput must already contain an X.400 address as a CRL distribution point, which\\nis uncommon. As such, this vulnerability is most likely to only affect\\napplications which have implemented their own functionality for retrieving CRLs\\nover a network.\"}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:H\",\"baseScore\":7.4,\"baseSeverity\":\"HIGH\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"HIGH\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"HIGH\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":2.2,\"impactScore\":5.2},{\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:H\",\"baseScore\":7.4,\"baseSeverity\":\"HIGH\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"HIGH\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"HIGH\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":2.2,\"impactScore\":5.2}]},\"weaknesses\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-843\"}]},{\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-843\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:openssl:openssl:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"1.0.2\",\"versionEndExcluding\":\"1.0.2zg\",\"matchCriteriaId\":\"70985D55-A574-4151-B451-4D500CBFC29A\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:openssl:openssl:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"1.1.1\",\"versionEndExcluding\":\"1.1.1t\",\"matchCriteriaId\":\"DE0061D6-8F81-45D3-B254-82A94915FD08\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:openssl:openssl:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"3.0.0\",\"versionEndExcluding\":\"3.0.8\",\"matchCriteriaId\":\"A6DC5D88-4E99-48F2-8892-610ACA9B5B86\"}]}]},{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:stormshield:stormshield_management_center:*:*:*:*:*:*:*:*\",\"versionEndExcluding\":\"3.3.3\",\"matchCriteriaId\":\"62A933C5-C56E-485C-AD49-3B6A2C329131\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:stormshield:stormshield_network_security:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"2.7.0\",\"versionEndExcluding\":\"2.7.11\",\"matchCriteriaId\":\"27B77023-4983-4D33-9824-A120A5ED31BD\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:stormshield:stormshield_network_security:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"2.8.0\",\"versionEndExcluding\":\"3.7.34\",\"matchCriteriaId\":\"8BD398C8-BC0B-4ED5-B71A-B9C6D8F63659\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:stormshield:stormshield_network_security:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"3.8.0\",\"versionEndExcluding\":\"3.11.22\",\"matchCriteriaId\":\"31B59634-B59C-4391-96D3-200A86A6CE3E\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:stormshield:stormshield_network_security:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"4.0.0\",\"versionEndExcluding\":\"4.3.16\",\"matchCriteriaId\":\"F7794B42-8235-4C75-866F-5D0A405F0989\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:stormshield:stormshield_network_security:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"4.4.0\",\"versionEndExcluding\":\"4.6.3\",\"matchCriteriaId\":\"C8A23A5D-928A-4225-9C93-31E5DFE215A7\"}]}]}],\"references\":[{\"url\":\"https://ftp.openbsd.org/pub/OpenBSD/LibreSSL/libressl-3.6.2-relnotes.txt\",\"source\":\"openssl-security@openssl.org\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://ftp.openbsd.org/pub/OpenBSD/patches/7.2/common/018_x509.patch.sig\",\"source\":\"openssl-security@openssl.org\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=2c6c9d439b484e1ba9830d8454a34fa4f80fdfe9\",\"source\":\"openssl-security@openssl.org\",\"tags\":[\"Patch\",\"Vendor Advisory\"]},{\"url\":\"https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=2f7530077e0ef79d98718138716bc51ca0cad658\",\"source\":\"openssl-security@openssl.org\",\"tags\":[\"Patch\",\"Vendor Advisory\"]},{\"url\":\"https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=fd2af07dc083a350c959147097003a14a5e8ac4d\",\"source\":\"openssl-security@openssl.org\",\"tags\":[\"Patch\",\"Vendor Advisory\"]},{\"url\":\"https://security.gentoo.org/glsa/202402-08\",\"source\":\"openssl-security@openssl.org\"},{\"url\":\"https://www.openssl.org/news/secadv/20230207.txt\",\"source\":\"openssl-security@openssl.org\",\"tags\":[\"Vendor Advisory\"]},{\"url\":\"https://ftp.openbsd.org/pub/OpenBSD/LibreSSL/libressl-3.6.2-relnotes.txt\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://ftp.openbsd.org/pub/OpenBSD/patches/7.2/common/018_x509.patch.sig\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=2c6c9d439b484e1ba9830d8454a34fa4f80fdfe9\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Patch\",\"Vendor Advisory\"]},{\"url\":\"https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=2f7530077e0ef79d98718138716bc51ca0cad658\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Patch\",\"Vendor Advisory\"]},{\"url\":\"https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=fd2af07dc083a350c959147097003a14a5e8ac4d\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Patch\",\"Vendor Advisory\"]},{\"url\":\"https://psirt.global.sonicwall.com/vuln-detail/SNWLID-2023-0003\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://security.gentoo.org/glsa/202402-08\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://www.openssl.org/news/secadv/20230207.txt\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Vendor Advisory\"]}]}}",
"vulnrichment": {
"containers": "{\"adp\": [{\"title\": \"CVE Program Container\", \"references\": [{\"url\": \"https://www.openssl.org/news/secadv/20230207.txt\", \"name\": \"OpenSSL Advisory\", \"tags\": [\"vendor-advisory\", \"x_transferred\"]}, {\"url\": \"https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=2f7530077e0ef79d98718138716bc51ca0cad658\", \"name\": \"3.0.8 git commit\", \"tags\": [\"patch\", \"x_transferred\"]}, {\"url\": \"https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=2c6c9d439b484e1ba9830d8454a34fa4f80fdfe9\", \"name\": \"1.1.1t git commit\", \"tags\": [\"patch\", \"x_transferred\"]}, {\"url\": \"https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=fd2af07dc083a350c959147097003a14a5e8ac4d\", \"name\": \"1.0.2zg patch (premium)\", \"tags\": [\"patch\", \"x_transferred\"]}, {\"url\": \"https://ftp.openbsd.org/pub/OpenBSD/patches/7.2/common/018_x509.patch.sig\", \"tags\": [\"x_transferred\"]}, {\"url\": \"https://ftp.openbsd.org/pub/OpenBSD/LibreSSL/libressl-3.6.2-relnotes.txt\", \"tags\": [\"x_transferred\"]}, {\"url\": \"https://security.gentoo.org/glsa/202402-08\", \"tags\": [\"x_transferred\"]}, {\"url\": \"https://psirt.global.sonicwall.com/vuln-detail/SNWLID-2023-0003\"}], \"providerMetadata\": {\"orgId\": \"af854a3a-2127-422b-91ae-364da2661108\", \"shortName\": \"CVE\", \"dateUpdated\": \"2025-11-04T19:14:36.256Z\"}}, {\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"cvssV3_1\": {\"scope\": \"UNCHANGED\", \"version\": \"3.1\", \"baseScore\": 7.4, \"attackVector\": \"NETWORK\", \"baseSeverity\": \"HIGH\", \"vectorString\": \"CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:H\", \"integrityImpact\": \"NONE\", \"userInteraction\": \"NONE\", \"attackComplexity\": \"HIGH\", \"availabilityImpact\": \"HIGH\", \"privilegesRequired\": \"NONE\", \"confidentialityImpact\": \"HIGH\"}}, {\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2023-0286\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"no\"}, {\"Technical Impact\": \"partial\"}], \"version\": \"2.0.3\", \"timestamp\": \"2025-03-06T15:57:22.031399Z\"}}}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-843\", \"description\": \"CWE-843 Access of Resource Using Incompatible Type (\u0027Type Confusion\u0027)\"}]}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2025-03-06T15:57:23.457Z\"}}], \"cna\": {\"title\": \"X.400 address type confusion in X.509 GeneralName\", \"source\": {\"discovery\": \"UNKNOWN\"}, \"credits\": [{\"lang\": \"en\", \"type\": \"reporter\", \"user\": \"00000000-0000-4000-9000-000000000000\", \"value\": \"David Benjamin (Google)\"}, {\"lang\": \"en\", \"type\": \"remediation developer\", \"user\": \"00000000-0000-4000-9000-000000000000\", \"value\": \"Hugo Landau\"}], \"metrics\": [{\"other\": {\"type\": \"https://www.openssl.org/policies/secpolicy.html\", \"content\": {\"text\": \"High\"}}, \"format\": \"other\"}], \"affected\": [{\"vendor\": \"OpenSSL\", \"product\": \"OpenSSL\", \"versions\": [{\"status\": \"affected\", \"version\": \"3.0.0\", \"lessThan\": \"3.0.8\", \"versionType\": \"semver\"}, {\"status\": \"affected\", \"version\": \"1.1.1\", \"lessThan\": \"1.1.1t\", \"versionType\": \"custom\"}, {\"status\": \"affected\", \"version\": \"1.0.2\", \"lessThan\": \"1.0.2zg\", \"versionType\": \"custom\"}], \"defaultStatus\": \"unaffected\"}], \"datePublic\": \"2023-02-07T00:00:00.000Z\", \"references\": [{\"url\": \"https://www.openssl.org/news/secadv/20230207.txt\", \"name\": \"OpenSSL Advisory\", \"tags\": [\"vendor-advisory\"]}, {\"url\": \"https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=2f7530077e0ef79d98718138716bc51ca0cad658\", \"name\": \"3.0.8 git commit\", \"tags\": [\"patch\"]}, {\"url\": \"https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=2c6c9d439b484e1ba9830d8454a34fa4f80fdfe9\", \"name\": \"1.1.1t git commit\", \"tags\": [\"patch\"]}, {\"url\": \"https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=fd2af07dc083a350c959147097003a14a5e8ac4d\", \"name\": \"1.0.2zg patch (premium)\", \"tags\": [\"patch\"]}, {\"url\": \"https://ftp.openbsd.org/pub/OpenBSD/patches/7.2/common/018_x509.patch.sig\"}, {\"url\": \"https://ftp.openbsd.org/pub/OpenBSD/LibreSSL/libressl-3.6.2-relnotes.txt\"}, {\"url\": \"https://security.gentoo.org/glsa/202402-08\"}], \"x_generator\": {\"engine\": \"Vulnogram 0.1.0-dev\"}, \"descriptions\": [{\"lang\": \"en\", \"value\": \"There is a type confusion vulnerability relating to X.400 address processing\\ninside an X.509 GeneralName. X.400 addresses were parsed as an ASN1_STRING but\\nthe public structure definition for GENERAL_NAME incorrectly specified the type\\nof the x400Address field as ASN1_TYPE. This field is subsequently interpreted by\\nthe OpenSSL function GENERAL_NAME_cmp as an ASN1_TYPE rather than an\\nASN1_STRING.\\n\\nWhen CRL checking is enabled (i.e. the application sets the\\nX509_V_FLAG_CRL_CHECK flag), this vulnerability may allow an attacker to pass\\narbitrary pointers to a memcmp call, enabling them to read memory contents or\\nenact a denial of service. In most cases, the attack requires the attacker to\\nprovide both the certificate chain and CRL, neither of which need to have a\\nvalid signature. If the attacker only controls one of these inputs, the other\\ninput must already contain an X.400 address as a CRL distribution point, which\\nis uncommon. As such, this vulnerability is most likely to only affect\\napplications which have implemented their own functionality for retrieving CRLs\\nover a network.\", \"supportingMedia\": [{\"type\": \"text/html\", \"value\": \"There is a type confusion vulnerability relating to X.400 address processing\u003cbr\u003einside an X.509 GeneralName. X.400 addresses were parsed as an ASN1_STRING but\u003cbr\u003ethe public structure definition for GENERAL_NAME incorrectly specified the type\u003cbr\u003eof the x400Address field as ASN1_TYPE. This field is subsequently interpreted by\u003cbr\u003ethe OpenSSL function GENERAL_NAME_cmp as an ASN1_TYPE rather than an\u003cbr\u003eASN1_STRING.\u003cbr\u003e\u003cbr\u003eWhen CRL checking is enabled (i.e. the application sets the\u003cbr\u003eX509_V_FLAG_CRL_CHECK flag), this vulnerability may allow an attacker to pass\u003cbr\u003earbitrary pointers to a memcmp call, enabling them to read memory contents or\u003cbr\u003eenact a denial of service. In most cases, the attack requires the attacker to\u003cbr\u003eprovide both the certificate chain and CRL, neither of which need to have a\u003cbr\u003evalid signature. If the attacker only controls one of these inputs, the other\u003cbr\u003einput must already contain an X.400 address as a CRL distribution point, which\u003cbr\u003eis uncommon. As such, this vulnerability is most likely to only affect\u003cbr\u003eapplications which have implemented their own functionality for retrieving CRLs\u003cbr\u003eover a network.\u003cbr\u003e\u003cbr\u003e\", \"base64\": false}]}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"description\": \"type confusion vulnerability\"}]}], \"providerMetadata\": {\"orgId\": \"3a12439a-ef3a-4c79-92e6-6081a721f1e5\", \"shortName\": \"openssl\", \"dateUpdated\": \"2024-02-04T09:06:58.565Z\"}}}",
"cveMetadata": "{\"cveId\": \"CVE-2023-0286\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2025-11-04T19:14:36.256Z\", \"dateReserved\": \"2023-01-13T10:40:41.259Z\", \"assignerOrgId\": \"3a12439a-ef3a-4c79-92e6-6081a721f1e5\", \"datePublished\": \"2023-02-08T19:01:50.514Z\", \"assignerShortName\": \"openssl\"}",
"dataType": "CVE_RECORD",
"dataVersion": "5.2"
}
}
}
OPENSUSE-SU-2024:13031-1
Vulnerability from csaf_opensuse - Published: 2024-06-15 00:00 - Updated: 2024-06-15 00:00| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:python310-3.10.12-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python310-3.10.12-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python310-3.10.12-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python310-3.10.12-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python310-32bit-3.10.12-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python310-32bit-3.10.12-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python310-32bit-3.10.12-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python310-32bit-3.10.12-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python310-curses-3.10.12-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python310-curses-3.10.12-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python310-curses-3.10.12-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python310-curses-3.10.12-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python310-dbm-3.10.12-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python310-dbm-3.10.12-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python310-dbm-3.10.12-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python310-dbm-3.10.12-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python310-idle-3.10.12-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python310-idle-3.10.12-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python310-idle-3.10.12-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python310-idle-3.10.12-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python310-tk-3.10.12-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python310-tk-3.10.12-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python310-tk-3.10.12-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python310-tk-3.10.12-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:python310-3.10.12-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python310-3.10.12-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python310-3.10.12-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python310-3.10.12-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python310-32bit-3.10.12-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python310-32bit-3.10.12-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python310-32bit-3.10.12-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python310-32bit-3.10.12-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python310-curses-3.10.12-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python310-curses-3.10.12-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python310-curses-3.10.12-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python310-curses-3.10.12-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python310-dbm-3.10.12-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python310-dbm-3.10.12-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python310-dbm-3.10.12-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python310-dbm-3.10.12-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python310-idle-3.10.12-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python310-idle-3.10.12-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python310-idle-3.10.12-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python310-idle-3.10.12-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python310-tk-3.10.12-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python310-tk-3.10.12-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python310-tk-3.10.12-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python310-tk-3.10.12-1.1.x86_64 | — |
Vendor Fix
|
| URL | Category |
|---|---|
| https://www.suse.com/support/security/rating/ | external |
| https://ftp.suse.com/pub/projects/security/csaf/o… | self |
| https://www.suse.com/security/cve/CVE-2023-0286/ | self |
| https://www.suse.com/security/cve/CVE-2023-2650/ | self |
| https://www.suse.com/security/cve/CVE-2023-0286 | external |
| https://bugzilla.suse.com/1207533 | external |
| https://bugzilla.suse.com/1207569 | external |
| https://bugzilla.suse.com/1211136 | external |
| https://bugzilla.suse.com/1211503 | external |
| https://bugzilla.suse.com/1213146 | external |
| https://bugzilla.suse.com/1214269 | external |
| https://bugzilla.suse.com/1218477 | external |
| https://bugzilla.suse.com/1218967 | external |
| https://bugzilla.suse.com/1225677 | external |
| https://www.suse.com/security/cve/CVE-2023-2650 | external |
| https://bugzilla.suse.com/1211430 | external |
{
"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": "python310-3.10.12-1.1 on GA media",
"title": "Title of the patch"
},
{
"category": "description",
"text": "These are all security issues fixed in the python310-3.10.12-1.1 package on the GA media of openSUSE Tumbleweed.",
"title": "Description of the patch"
},
{
"category": "details",
"text": "openSUSE-Tumbleweed-2024-13031",
"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-2024_13031-1.json"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-0286 page",
"url": "https://www.suse.com/security/cve/CVE-2023-0286/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-2650 page",
"url": "https://www.suse.com/security/cve/CVE-2023-2650/"
}
],
"title": "python310-3.10.12-1.1 on GA media",
"tracking": {
"current_release_date": "2024-06-15T00:00:00Z",
"generator": {
"date": "2024-06-15T00:00:00Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "openSUSE-SU-2024:13031-1",
"initial_release_date": "2024-06-15T00:00:00Z",
"revision_history": [
{
"date": "2024-06-15T00:00:00Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "python310-3.10.12-1.1.aarch64",
"product": {
"name": "python310-3.10.12-1.1.aarch64",
"product_id": "python310-3.10.12-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "python310-32bit-3.10.12-1.1.aarch64",
"product": {
"name": "python310-32bit-3.10.12-1.1.aarch64",
"product_id": "python310-32bit-3.10.12-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "python310-curses-3.10.12-1.1.aarch64",
"product": {
"name": "python310-curses-3.10.12-1.1.aarch64",
"product_id": "python310-curses-3.10.12-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "python310-dbm-3.10.12-1.1.aarch64",
"product": {
"name": "python310-dbm-3.10.12-1.1.aarch64",
"product_id": "python310-dbm-3.10.12-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "python310-idle-3.10.12-1.1.aarch64",
"product": {
"name": "python310-idle-3.10.12-1.1.aarch64",
"product_id": "python310-idle-3.10.12-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "python310-tk-3.10.12-1.1.aarch64",
"product": {
"name": "python310-tk-3.10.12-1.1.aarch64",
"product_id": "python310-tk-3.10.12-1.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "python310-3.10.12-1.1.ppc64le",
"product": {
"name": "python310-3.10.12-1.1.ppc64le",
"product_id": "python310-3.10.12-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python310-32bit-3.10.12-1.1.ppc64le",
"product": {
"name": "python310-32bit-3.10.12-1.1.ppc64le",
"product_id": "python310-32bit-3.10.12-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python310-curses-3.10.12-1.1.ppc64le",
"product": {
"name": "python310-curses-3.10.12-1.1.ppc64le",
"product_id": "python310-curses-3.10.12-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python310-dbm-3.10.12-1.1.ppc64le",
"product": {
"name": "python310-dbm-3.10.12-1.1.ppc64le",
"product_id": "python310-dbm-3.10.12-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python310-idle-3.10.12-1.1.ppc64le",
"product": {
"name": "python310-idle-3.10.12-1.1.ppc64le",
"product_id": "python310-idle-3.10.12-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python310-tk-3.10.12-1.1.ppc64le",
"product": {
"name": "python310-tk-3.10.12-1.1.ppc64le",
"product_id": "python310-tk-3.10.12-1.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "python310-3.10.12-1.1.s390x",
"product": {
"name": "python310-3.10.12-1.1.s390x",
"product_id": "python310-3.10.12-1.1.s390x"
}
},
{
"category": "product_version",
"name": "python310-32bit-3.10.12-1.1.s390x",
"product": {
"name": "python310-32bit-3.10.12-1.1.s390x",
"product_id": "python310-32bit-3.10.12-1.1.s390x"
}
},
{
"category": "product_version",
"name": "python310-curses-3.10.12-1.1.s390x",
"product": {
"name": "python310-curses-3.10.12-1.1.s390x",
"product_id": "python310-curses-3.10.12-1.1.s390x"
}
},
{
"category": "product_version",
"name": "python310-dbm-3.10.12-1.1.s390x",
"product": {
"name": "python310-dbm-3.10.12-1.1.s390x",
"product_id": "python310-dbm-3.10.12-1.1.s390x"
}
},
{
"category": "product_version",
"name": "python310-idle-3.10.12-1.1.s390x",
"product": {
"name": "python310-idle-3.10.12-1.1.s390x",
"product_id": "python310-idle-3.10.12-1.1.s390x"
}
},
{
"category": "product_version",
"name": "python310-tk-3.10.12-1.1.s390x",
"product": {
"name": "python310-tk-3.10.12-1.1.s390x",
"product_id": "python310-tk-3.10.12-1.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "python310-3.10.12-1.1.x86_64",
"product": {
"name": "python310-3.10.12-1.1.x86_64",
"product_id": "python310-3.10.12-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "python310-32bit-3.10.12-1.1.x86_64",
"product": {
"name": "python310-32bit-3.10.12-1.1.x86_64",
"product_id": "python310-32bit-3.10.12-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "python310-curses-3.10.12-1.1.x86_64",
"product": {
"name": "python310-curses-3.10.12-1.1.x86_64",
"product_id": "python310-curses-3.10.12-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "python310-dbm-3.10.12-1.1.x86_64",
"product": {
"name": "python310-dbm-3.10.12-1.1.x86_64",
"product_id": "python310-dbm-3.10.12-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "python310-idle-3.10.12-1.1.x86_64",
"product": {
"name": "python310-idle-3.10.12-1.1.x86_64",
"product_id": "python310-idle-3.10.12-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "python310-tk-3.10.12-1.1.x86_64",
"product": {
"name": "python310-tk-3.10.12-1.1.x86_64",
"product_id": "python310-tk-3.10.12-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": "python310-3.10.12-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python310-3.10.12-1.1.aarch64"
},
"product_reference": "python310-3.10.12-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-3.10.12-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python310-3.10.12-1.1.ppc64le"
},
"product_reference": "python310-3.10.12-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-3.10.12-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python310-3.10.12-1.1.s390x"
},
"product_reference": "python310-3.10.12-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-3.10.12-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python310-3.10.12-1.1.x86_64"
},
"product_reference": "python310-3.10.12-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-32bit-3.10.12-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python310-32bit-3.10.12-1.1.aarch64"
},
"product_reference": "python310-32bit-3.10.12-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-32bit-3.10.12-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python310-32bit-3.10.12-1.1.ppc64le"
},
"product_reference": "python310-32bit-3.10.12-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-32bit-3.10.12-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python310-32bit-3.10.12-1.1.s390x"
},
"product_reference": "python310-32bit-3.10.12-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-32bit-3.10.12-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python310-32bit-3.10.12-1.1.x86_64"
},
"product_reference": "python310-32bit-3.10.12-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-curses-3.10.12-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python310-curses-3.10.12-1.1.aarch64"
},
"product_reference": "python310-curses-3.10.12-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-curses-3.10.12-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python310-curses-3.10.12-1.1.ppc64le"
},
"product_reference": "python310-curses-3.10.12-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-curses-3.10.12-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python310-curses-3.10.12-1.1.s390x"
},
"product_reference": "python310-curses-3.10.12-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-curses-3.10.12-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python310-curses-3.10.12-1.1.x86_64"
},
"product_reference": "python310-curses-3.10.12-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-dbm-3.10.12-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python310-dbm-3.10.12-1.1.aarch64"
},
"product_reference": "python310-dbm-3.10.12-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-dbm-3.10.12-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python310-dbm-3.10.12-1.1.ppc64le"
},
"product_reference": "python310-dbm-3.10.12-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-dbm-3.10.12-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python310-dbm-3.10.12-1.1.s390x"
},
"product_reference": "python310-dbm-3.10.12-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-dbm-3.10.12-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python310-dbm-3.10.12-1.1.x86_64"
},
"product_reference": "python310-dbm-3.10.12-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-idle-3.10.12-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python310-idle-3.10.12-1.1.aarch64"
},
"product_reference": "python310-idle-3.10.12-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-idle-3.10.12-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python310-idle-3.10.12-1.1.ppc64le"
},
"product_reference": "python310-idle-3.10.12-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-idle-3.10.12-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python310-idle-3.10.12-1.1.s390x"
},
"product_reference": "python310-idle-3.10.12-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-idle-3.10.12-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python310-idle-3.10.12-1.1.x86_64"
},
"product_reference": "python310-idle-3.10.12-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-tk-3.10.12-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python310-tk-3.10.12-1.1.aarch64"
},
"product_reference": "python310-tk-3.10.12-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-tk-3.10.12-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python310-tk-3.10.12-1.1.ppc64le"
},
"product_reference": "python310-tk-3.10.12-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-tk-3.10.12-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python310-tk-3.10.12-1.1.s390x"
},
"product_reference": "python310-tk-3.10.12-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-tk-3.10.12-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python310-tk-3.10.12-1.1.x86_64"
},
"product_reference": "python310-tk-3.10.12-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-0286",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-0286"
}
],
"notes": [
{
"category": "general",
"text": "There is a type confusion vulnerability relating to X.400 address processing\ninside an X.509 GeneralName. X.400 addresses were parsed as an ASN1_STRING but\nthe public structure definition for GENERAL_NAME incorrectly specified the type\nof the x400Address field as ASN1_TYPE. This field is subsequently interpreted by\nthe OpenSSL function GENERAL_NAME_cmp as an ASN1_TYPE rather than an\nASN1_STRING.\n\nWhen CRL checking is enabled (i.e. the application sets the\nX509_V_FLAG_CRL_CHECK flag), this vulnerability may allow an attacker to pass\narbitrary pointers to a memcmp call, enabling them to read memory contents or\nenact a denial of service. In most cases, the attack requires the attacker to\nprovide both the certificate chain and CRL, neither of which need to have a\nvalid signature. If the attacker only controls one of these inputs, the other\ninput must already contain an X.400 address as a CRL distribution point, which\nis uncommon. As such, this vulnerability is most likely to only affect\napplications which have implemented their own functionality for retrieving CRLs\nover a network.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python310-3.10.12-1.1.aarch64",
"openSUSE Tumbleweed:python310-3.10.12-1.1.ppc64le",
"openSUSE Tumbleweed:python310-3.10.12-1.1.s390x",
"openSUSE Tumbleweed:python310-3.10.12-1.1.x86_64",
"openSUSE Tumbleweed:python310-32bit-3.10.12-1.1.aarch64",
"openSUSE Tumbleweed:python310-32bit-3.10.12-1.1.ppc64le",
"openSUSE Tumbleweed:python310-32bit-3.10.12-1.1.s390x",
"openSUSE Tumbleweed:python310-32bit-3.10.12-1.1.x86_64",
"openSUSE Tumbleweed:python310-curses-3.10.12-1.1.aarch64",
"openSUSE Tumbleweed:python310-curses-3.10.12-1.1.ppc64le",
"openSUSE Tumbleweed:python310-curses-3.10.12-1.1.s390x",
"openSUSE Tumbleweed:python310-curses-3.10.12-1.1.x86_64",
"openSUSE Tumbleweed:python310-dbm-3.10.12-1.1.aarch64",
"openSUSE Tumbleweed:python310-dbm-3.10.12-1.1.ppc64le",
"openSUSE Tumbleweed:python310-dbm-3.10.12-1.1.s390x",
"openSUSE Tumbleweed:python310-dbm-3.10.12-1.1.x86_64",
"openSUSE Tumbleweed:python310-idle-3.10.12-1.1.aarch64",
"openSUSE Tumbleweed:python310-idle-3.10.12-1.1.ppc64le",
"openSUSE Tumbleweed:python310-idle-3.10.12-1.1.s390x",
"openSUSE Tumbleweed:python310-idle-3.10.12-1.1.x86_64",
"openSUSE Tumbleweed:python310-tk-3.10.12-1.1.aarch64",
"openSUSE Tumbleweed:python310-tk-3.10.12-1.1.ppc64le",
"openSUSE Tumbleweed:python310-tk-3.10.12-1.1.s390x",
"openSUSE Tumbleweed:python310-tk-3.10.12-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-0286",
"url": "https://www.suse.com/security/cve/CVE-2023-0286"
},
{
"category": "external",
"summary": "SUSE Bug 1207533 for CVE-2023-0286",
"url": "https://bugzilla.suse.com/1207533"
},
{
"category": "external",
"summary": "SUSE Bug 1207569 for CVE-2023-0286",
"url": "https://bugzilla.suse.com/1207569"
},
{
"category": "external",
"summary": "SUSE Bug 1211136 for CVE-2023-0286",
"url": "https://bugzilla.suse.com/1211136"
},
{
"category": "external",
"summary": "SUSE Bug 1211503 for CVE-2023-0286",
"url": "https://bugzilla.suse.com/1211503"
},
{
"category": "external",
"summary": "SUSE Bug 1213146 for CVE-2023-0286",
"url": "https://bugzilla.suse.com/1213146"
},
{
"category": "external",
"summary": "SUSE Bug 1214269 for CVE-2023-0286",
"url": "https://bugzilla.suse.com/1214269"
},
{
"category": "external",
"summary": "SUSE Bug 1218477 for CVE-2023-0286",
"url": "https://bugzilla.suse.com/1218477"
},
{
"category": "external",
"summary": "SUSE Bug 1218967 for CVE-2023-0286",
"url": "https://bugzilla.suse.com/1218967"
},
{
"category": "external",
"summary": "SUSE Bug 1225677 for CVE-2023-0286",
"url": "https://bugzilla.suse.com/1225677"
}
],
"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:python310-3.10.12-1.1.aarch64",
"openSUSE Tumbleweed:python310-3.10.12-1.1.ppc64le",
"openSUSE Tumbleweed:python310-3.10.12-1.1.s390x",
"openSUSE Tumbleweed:python310-3.10.12-1.1.x86_64",
"openSUSE Tumbleweed:python310-32bit-3.10.12-1.1.aarch64",
"openSUSE Tumbleweed:python310-32bit-3.10.12-1.1.ppc64le",
"openSUSE Tumbleweed:python310-32bit-3.10.12-1.1.s390x",
"openSUSE Tumbleweed:python310-32bit-3.10.12-1.1.x86_64",
"openSUSE Tumbleweed:python310-curses-3.10.12-1.1.aarch64",
"openSUSE Tumbleweed:python310-curses-3.10.12-1.1.ppc64le",
"openSUSE Tumbleweed:python310-curses-3.10.12-1.1.s390x",
"openSUSE Tumbleweed:python310-curses-3.10.12-1.1.x86_64",
"openSUSE Tumbleweed:python310-dbm-3.10.12-1.1.aarch64",
"openSUSE Tumbleweed:python310-dbm-3.10.12-1.1.ppc64le",
"openSUSE Tumbleweed:python310-dbm-3.10.12-1.1.s390x",
"openSUSE Tumbleweed:python310-dbm-3.10.12-1.1.x86_64",
"openSUSE Tumbleweed:python310-idle-3.10.12-1.1.aarch64",
"openSUSE Tumbleweed:python310-idle-3.10.12-1.1.ppc64le",
"openSUSE Tumbleweed:python310-idle-3.10.12-1.1.s390x",
"openSUSE Tumbleweed:python310-idle-3.10.12-1.1.x86_64",
"openSUSE Tumbleweed:python310-tk-3.10.12-1.1.aarch64",
"openSUSE Tumbleweed:python310-tk-3.10.12-1.1.ppc64le",
"openSUSE Tumbleweed:python310-tk-3.10.12-1.1.s390x",
"openSUSE Tumbleweed:python310-tk-3.10.12-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.4,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:python310-3.10.12-1.1.aarch64",
"openSUSE Tumbleweed:python310-3.10.12-1.1.ppc64le",
"openSUSE Tumbleweed:python310-3.10.12-1.1.s390x",
"openSUSE Tumbleweed:python310-3.10.12-1.1.x86_64",
"openSUSE Tumbleweed:python310-32bit-3.10.12-1.1.aarch64",
"openSUSE Tumbleweed:python310-32bit-3.10.12-1.1.ppc64le",
"openSUSE Tumbleweed:python310-32bit-3.10.12-1.1.s390x",
"openSUSE Tumbleweed:python310-32bit-3.10.12-1.1.x86_64",
"openSUSE Tumbleweed:python310-curses-3.10.12-1.1.aarch64",
"openSUSE Tumbleweed:python310-curses-3.10.12-1.1.ppc64le",
"openSUSE Tumbleweed:python310-curses-3.10.12-1.1.s390x",
"openSUSE Tumbleweed:python310-curses-3.10.12-1.1.x86_64",
"openSUSE Tumbleweed:python310-dbm-3.10.12-1.1.aarch64",
"openSUSE Tumbleweed:python310-dbm-3.10.12-1.1.ppc64le",
"openSUSE Tumbleweed:python310-dbm-3.10.12-1.1.s390x",
"openSUSE Tumbleweed:python310-dbm-3.10.12-1.1.x86_64",
"openSUSE Tumbleweed:python310-idle-3.10.12-1.1.aarch64",
"openSUSE Tumbleweed:python310-idle-3.10.12-1.1.ppc64le",
"openSUSE Tumbleweed:python310-idle-3.10.12-1.1.s390x",
"openSUSE Tumbleweed:python310-idle-3.10.12-1.1.x86_64",
"openSUSE Tumbleweed:python310-tk-3.10.12-1.1.aarch64",
"openSUSE Tumbleweed:python310-tk-3.10.12-1.1.ppc64le",
"openSUSE Tumbleweed:python310-tk-3.10.12-1.1.s390x",
"openSUSE Tumbleweed:python310-tk-3.10.12-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-06-15T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2023-0286"
},
{
"cve": "CVE-2023-2650",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-2650"
}
],
"notes": [
{
"category": "general",
"text": "Issue summary: Processing some specially crafted ASN.1 object identifiers or\ndata containing them may be very slow.\n\nImpact summary: Applications that use OBJ_obj2txt() directly, or use any of\nthe OpenSSL subsystems OCSP, PKCS7/SMIME, CMS, CMP/CRMF or TS with no message\nsize limit may experience notable to very long delays when processing those\nmessages, which may lead to a Denial of Service.\n\nAn OBJECT IDENTIFIER is composed of a series of numbers - sub-identifiers -\nmost of which have no size limit. OBJ_obj2txt() may be used to translate\nan ASN.1 OBJECT IDENTIFIER given in DER encoding form (using the OpenSSL\ntype ASN1_OBJECT) to its canonical numeric text form, which are the\nsub-identifiers of the OBJECT IDENTIFIER in decimal form, separated by\nperiods.\n\nWhen one of the sub-identifiers in the OBJECT IDENTIFIER is very large\n(these are sizes that are seen as absurdly large, taking up tens or hundreds\nof KiBs), the translation to a decimal number in text may take a very long\ntime. The time complexity is O(n^2) with \u0027n\u0027 being the size of the\nsub-identifiers in bytes (*).\n\nWith OpenSSL 3.0, support to fetch cryptographic algorithms using names /\nidentifiers in string form was introduced. This includes using OBJECT\nIDENTIFIERs in canonical numeric text form as identifiers for fetching\nalgorithms.\n\nSuch OBJECT IDENTIFIERs may be received through the ASN.1 structure\nAlgorithmIdentifier, which is commonly used in multiple protocols to specify\nwhat cryptographic algorithm should be used to sign or verify, encrypt or\ndecrypt, or digest passed data.\n\nApplications that call OBJ_obj2txt() directly with untrusted data are\naffected, with any version of OpenSSL. If the use is for the mere purpose\nof display, the severity is considered low.\n\nIn OpenSSL 3.0 and newer, this affects the subsystems OCSP, PKCS7/SMIME,\nCMS, CMP/CRMF or TS. It also impacts anything that processes X.509\ncertificates, including simple things like verifying its signature.\n\nThe impact on TLS is relatively low, because all versions of OpenSSL have a\n100KiB limit on the peer\u0027s certificate chain. Additionally, this only\nimpacts clients, or servers that have explicitly enabled client\nauthentication.\n\nIn OpenSSL 1.1.1 and 1.0.2, this only affects displaying diverse objects,\nsuch as X.509 certificates. This is assumed to not happen in such a way\nthat it would cause a Denial of Service, so these versions are considered\nnot affected by this issue in such a way that it would be cause for concern,\nand the severity is therefore considered low.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python310-3.10.12-1.1.aarch64",
"openSUSE Tumbleweed:python310-3.10.12-1.1.ppc64le",
"openSUSE Tumbleweed:python310-3.10.12-1.1.s390x",
"openSUSE Tumbleweed:python310-3.10.12-1.1.x86_64",
"openSUSE Tumbleweed:python310-32bit-3.10.12-1.1.aarch64",
"openSUSE Tumbleweed:python310-32bit-3.10.12-1.1.ppc64le",
"openSUSE Tumbleweed:python310-32bit-3.10.12-1.1.s390x",
"openSUSE Tumbleweed:python310-32bit-3.10.12-1.1.x86_64",
"openSUSE Tumbleweed:python310-curses-3.10.12-1.1.aarch64",
"openSUSE Tumbleweed:python310-curses-3.10.12-1.1.ppc64le",
"openSUSE Tumbleweed:python310-curses-3.10.12-1.1.s390x",
"openSUSE Tumbleweed:python310-curses-3.10.12-1.1.x86_64",
"openSUSE Tumbleweed:python310-dbm-3.10.12-1.1.aarch64",
"openSUSE Tumbleweed:python310-dbm-3.10.12-1.1.ppc64le",
"openSUSE Tumbleweed:python310-dbm-3.10.12-1.1.s390x",
"openSUSE Tumbleweed:python310-dbm-3.10.12-1.1.x86_64",
"openSUSE Tumbleweed:python310-idle-3.10.12-1.1.aarch64",
"openSUSE Tumbleweed:python310-idle-3.10.12-1.1.ppc64le",
"openSUSE Tumbleweed:python310-idle-3.10.12-1.1.s390x",
"openSUSE Tumbleweed:python310-idle-3.10.12-1.1.x86_64",
"openSUSE Tumbleweed:python310-tk-3.10.12-1.1.aarch64",
"openSUSE Tumbleweed:python310-tk-3.10.12-1.1.ppc64le",
"openSUSE Tumbleweed:python310-tk-3.10.12-1.1.s390x",
"openSUSE Tumbleweed:python310-tk-3.10.12-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-2650",
"url": "https://www.suse.com/security/cve/CVE-2023-2650"
},
{
"category": "external",
"summary": "SUSE Bug 1211430 for CVE-2023-2650",
"url": "https://bugzilla.suse.com/1211430"
}
],
"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:python310-3.10.12-1.1.aarch64",
"openSUSE Tumbleweed:python310-3.10.12-1.1.ppc64le",
"openSUSE Tumbleweed:python310-3.10.12-1.1.s390x",
"openSUSE Tumbleweed:python310-3.10.12-1.1.x86_64",
"openSUSE Tumbleweed:python310-32bit-3.10.12-1.1.aarch64",
"openSUSE Tumbleweed:python310-32bit-3.10.12-1.1.ppc64le",
"openSUSE Tumbleweed:python310-32bit-3.10.12-1.1.s390x",
"openSUSE Tumbleweed:python310-32bit-3.10.12-1.1.x86_64",
"openSUSE Tumbleweed:python310-curses-3.10.12-1.1.aarch64",
"openSUSE Tumbleweed:python310-curses-3.10.12-1.1.ppc64le",
"openSUSE Tumbleweed:python310-curses-3.10.12-1.1.s390x",
"openSUSE Tumbleweed:python310-curses-3.10.12-1.1.x86_64",
"openSUSE Tumbleweed:python310-dbm-3.10.12-1.1.aarch64",
"openSUSE Tumbleweed:python310-dbm-3.10.12-1.1.ppc64le",
"openSUSE Tumbleweed:python310-dbm-3.10.12-1.1.s390x",
"openSUSE Tumbleweed:python310-dbm-3.10.12-1.1.x86_64",
"openSUSE Tumbleweed:python310-idle-3.10.12-1.1.aarch64",
"openSUSE Tumbleweed:python310-idle-3.10.12-1.1.ppc64le",
"openSUSE Tumbleweed:python310-idle-3.10.12-1.1.s390x",
"openSUSE Tumbleweed:python310-idle-3.10.12-1.1.x86_64",
"openSUSE Tumbleweed:python310-tk-3.10.12-1.1.aarch64",
"openSUSE Tumbleweed:python310-tk-3.10.12-1.1.ppc64le",
"openSUSE Tumbleweed:python310-tk-3.10.12-1.1.s390x",
"openSUSE Tumbleweed:python310-tk-3.10.12-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:python310-3.10.12-1.1.aarch64",
"openSUSE Tumbleweed:python310-3.10.12-1.1.ppc64le",
"openSUSE Tumbleweed:python310-3.10.12-1.1.s390x",
"openSUSE Tumbleweed:python310-3.10.12-1.1.x86_64",
"openSUSE Tumbleweed:python310-32bit-3.10.12-1.1.aarch64",
"openSUSE Tumbleweed:python310-32bit-3.10.12-1.1.ppc64le",
"openSUSE Tumbleweed:python310-32bit-3.10.12-1.1.s390x",
"openSUSE Tumbleweed:python310-32bit-3.10.12-1.1.x86_64",
"openSUSE Tumbleweed:python310-curses-3.10.12-1.1.aarch64",
"openSUSE Tumbleweed:python310-curses-3.10.12-1.1.ppc64le",
"openSUSE Tumbleweed:python310-curses-3.10.12-1.1.s390x",
"openSUSE Tumbleweed:python310-curses-3.10.12-1.1.x86_64",
"openSUSE Tumbleweed:python310-dbm-3.10.12-1.1.aarch64",
"openSUSE Tumbleweed:python310-dbm-3.10.12-1.1.ppc64le",
"openSUSE Tumbleweed:python310-dbm-3.10.12-1.1.s390x",
"openSUSE Tumbleweed:python310-dbm-3.10.12-1.1.x86_64",
"openSUSE Tumbleweed:python310-idle-3.10.12-1.1.aarch64",
"openSUSE Tumbleweed:python310-idle-3.10.12-1.1.ppc64le",
"openSUSE Tumbleweed:python310-idle-3.10.12-1.1.s390x",
"openSUSE Tumbleweed:python310-idle-3.10.12-1.1.x86_64",
"openSUSE Tumbleweed:python310-tk-3.10.12-1.1.aarch64",
"openSUSE Tumbleweed:python310-tk-3.10.12-1.1.ppc64le",
"openSUSE Tumbleweed:python310-tk-3.10.12-1.1.s390x",
"openSUSE Tumbleweed:python310-tk-3.10.12-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-06-15T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2023-2650"
}
]
}
OPENSUSE-SU-2024:13032-1
Vulnerability from csaf_opensuse - Published: 2024-06-15 00:00 - Updated: 2024-06-15 00:00| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:python312-3.12.0b3-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-3.12.0b3-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-3.12.0b3-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-3.12.0b3-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-curses-3.12.0b3-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-curses-3.12.0b3-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-curses-3.12.0b3-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-curses-3.12.0b3-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-dbm-3.12.0b3-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-dbm-3.12.0b3-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-dbm-3.12.0b3-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-dbm-3.12.0b3-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-idle-3.12.0b3-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-idle-3.12.0b3-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-idle-3.12.0b3-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-idle-3.12.0b3-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-tk-3.12.0b3-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-tk-3.12.0b3-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-tk-3.12.0b3-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-tk-3.12.0b3-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-x86-64-v3-3.12.0b3-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-x86-64-v3-3.12.0b3-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-x86-64-v3-3.12.0b3-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-x86-64-v3-3.12.0b3-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:python312-3.12.0b3-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-3.12.0b3-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-3.12.0b3-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-3.12.0b3-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-curses-3.12.0b3-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-curses-3.12.0b3-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-curses-3.12.0b3-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-curses-3.12.0b3-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-dbm-3.12.0b3-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-dbm-3.12.0b3-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-dbm-3.12.0b3-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-dbm-3.12.0b3-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-idle-3.12.0b3-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-idle-3.12.0b3-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-idle-3.12.0b3-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-idle-3.12.0b3-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-tk-3.12.0b3-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-tk-3.12.0b3-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-tk-3.12.0b3-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-tk-3.12.0b3-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-x86-64-v3-3.12.0b3-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-x86-64-v3-3.12.0b3-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-x86-64-v3-3.12.0b3-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-x86-64-v3-3.12.0b3-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:python312-3.12.0b3-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-3.12.0b3-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-3.12.0b3-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-3.12.0b3-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-curses-3.12.0b3-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-curses-3.12.0b3-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-curses-3.12.0b3-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-curses-3.12.0b3-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-dbm-3.12.0b3-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-dbm-3.12.0b3-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-dbm-3.12.0b3-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-dbm-3.12.0b3-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-idle-3.12.0b3-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-idle-3.12.0b3-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-idle-3.12.0b3-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-idle-3.12.0b3-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-tk-3.12.0b3-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-tk-3.12.0b3-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-tk-3.12.0b3-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-tk-3.12.0b3-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-x86-64-v3-3.12.0b3-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-x86-64-v3-3.12.0b3-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-x86-64-v3-3.12.0b3-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-x86-64-v3-3.12.0b3-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": "python312-3.12.0b3-1.1 on GA media",
"title": "Title of the patch"
},
{
"category": "description",
"text": "These are all security issues fixed in the python312-3.12.0b3-1.1 package on the GA media of openSUSE Tumbleweed.",
"title": "Description of the patch"
},
{
"category": "details",
"text": "openSUSE-Tumbleweed-2024-13032",
"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-2024_13032-1.json"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-0286 page",
"url": "https://www.suse.com/security/cve/CVE-2023-0286/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-24329 page",
"url": "https://www.suse.com/security/cve/CVE-2023-24329/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-2650 page",
"url": "https://www.suse.com/security/cve/CVE-2023-2650/"
}
],
"title": "python312-3.12.0b3-1.1 on GA media",
"tracking": {
"current_release_date": "2024-06-15T00:00:00Z",
"generator": {
"date": "2024-06-15T00:00:00Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "openSUSE-SU-2024:13032-1",
"initial_release_date": "2024-06-15T00:00:00Z",
"revision_history": [
{
"date": "2024-06-15T00:00:00Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "python312-3.12.0b3-1.1.aarch64",
"product": {
"name": "python312-3.12.0b3-1.1.aarch64",
"product_id": "python312-3.12.0b3-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "python312-curses-3.12.0b3-1.1.aarch64",
"product": {
"name": "python312-curses-3.12.0b3-1.1.aarch64",
"product_id": "python312-curses-3.12.0b3-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "python312-dbm-3.12.0b3-1.1.aarch64",
"product": {
"name": "python312-dbm-3.12.0b3-1.1.aarch64",
"product_id": "python312-dbm-3.12.0b3-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "python312-idle-3.12.0b3-1.1.aarch64",
"product": {
"name": "python312-idle-3.12.0b3-1.1.aarch64",
"product_id": "python312-idle-3.12.0b3-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "python312-tk-3.12.0b3-1.1.aarch64",
"product": {
"name": "python312-tk-3.12.0b3-1.1.aarch64",
"product_id": "python312-tk-3.12.0b3-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "python312-x86-64-v3-3.12.0b3-1.1.aarch64",
"product": {
"name": "python312-x86-64-v3-3.12.0b3-1.1.aarch64",
"product_id": "python312-x86-64-v3-3.12.0b3-1.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "python312-3.12.0b3-1.1.ppc64le",
"product": {
"name": "python312-3.12.0b3-1.1.ppc64le",
"product_id": "python312-3.12.0b3-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python312-curses-3.12.0b3-1.1.ppc64le",
"product": {
"name": "python312-curses-3.12.0b3-1.1.ppc64le",
"product_id": "python312-curses-3.12.0b3-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python312-dbm-3.12.0b3-1.1.ppc64le",
"product": {
"name": "python312-dbm-3.12.0b3-1.1.ppc64le",
"product_id": "python312-dbm-3.12.0b3-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python312-idle-3.12.0b3-1.1.ppc64le",
"product": {
"name": "python312-idle-3.12.0b3-1.1.ppc64le",
"product_id": "python312-idle-3.12.0b3-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python312-tk-3.12.0b3-1.1.ppc64le",
"product": {
"name": "python312-tk-3.12.0b3-1.1.ppc64le",
"product_id": "python312-tk-3.12.0b3-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python312-x86-64-v3-3.12.0b3-1.1.ppc64le",
"product": {
"name": "python312-x86-64-v3-3.12.0b3-1.1.ppc64le",
"product_id": "python312-x86-64-v3-3.12.0b3-1.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "python312-3.12.0b3-1.1.s390x",
"product": {
"name": "python312-3.12.0b3-1.1.s390x",
"product_id": "python312-3.12.0b3-1.1.s390x"
}
},
{
"category": "product_version",
"name": "python312-curses-3.12.0b3-1.1.s390x",
"product": {
"name": "python312-curses-3.12.0b3-1.1.s390x",
"product_id": "python312-curses-3.12.0b3-1.1.s390x"
}
},
{
"category": "product_version",
"name": "python312-dbm-3.12.0b3-1.1.s390x",
"product": {
"name": "python312-dbm-3.12.0b3-1.1.s390x",
"product_id": "python312-dbm-3.12.0b3-1.1.s390x"
}
},
{
"category": "product_version",
"name": "python312-idle-3.12.0b3-1.1.s390x",
"product": {
"name": "python312-idle-3.12.0b3-1.1.s390x",
"product_id": "python312-idle-3.12.0b3-1.1.s390x"
}
},
{
"category": "product_version",
"name": "python312-tk-3.12.0b3-1.1.s390x",
"product": {
"name": "python312-tk-3.12.0b3-1.1.s390x",
"product_id": "python312-tk-3.12.0b3-1.1.s390x"
}
},
{
"category": "product_version",
"name": "python312-x86-64-v3-3.12.0b3-1.1.s390x",
"product": {
"name": "python312-x86-64-v3-3.12.0b3-1.1.s390x",
"product_id": "python312-x86-64-v3-3.12.0b3-1.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "python312-3.12.0b3-1.1.x86_64",
"product": {
"name": "python312-3.12.0b3-1.1.x86_64",
"product_id": "python312-3.12.0b3-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "python312-curses-3.12.0b3-1.1.x86_64",
"product": {
"name": "python312-curses-3.12.0b3-1.1.x86_64",
"product_id": "python312-curses-3.12.0b3-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "python312-dbm-3.12.0b3-1.1.x86_64",
"product": {
"name": "python312-dbm-3.12.0b3-1.1.x86_64",
"product_id": "python312-dbm-3.12.0b3-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "python312-idle-3.12.0b3-1.1.x86_64",
"product": {
"name": "python312-idle-3.12.0b3-1.1.x86_64",
"product_id": "python312-idle-3.12.0b3-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "python312-tk-3.12.0b3-1.1.x86_64",
"product": {
"name": "python312-tk-3.12.0b3-1.1.x86_64",
"product_id": "python312-tk-3.12.0b3-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "python312-x86-64-v3-3.12.0b3-1.1.x86_64",
"product": {
"name": "python312-x86-64-v3-3.12.0b3-1.1.x86_64",
"product_id": "python312-x86-64-v3-3.12.0b3-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": "python312-3.12.0b3-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python312-3.12.0b3-1.1.aarch64"
},
"product_reference": "python312-3.12.0b3-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-3.12.0b3-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python312-3.12.0b3-1.1.ppc64le"
},
"product_reference": "python312-3.12.0b3-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-3.12.0b3-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python312-3.12.0b3-1.1.s390x"
},
"product_reference": "python312-3.12.0b3-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-3.12.0b3-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python312-3.12.0b3-1.1.x86_64"
},
"product_reference": "python312-3.12.0b3-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-curses-3.12.0b3-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python312-curses-3.12.0b3-1.1.aarch64"
},
"product_reference": "python312-curses-3.12.0b3-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-curses-3.12.0b3-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python312-curses-3.12.0b3-1.1.ppc64le"
},
"product_reference": "python312-curses-3.12.0b3-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-curses-3.12.0b3-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python312-curses-3.12.0b3-1.1.s390x"
},
"product_reference": "python312-curses-3.12.0b3-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-curses-3.12.0b3-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python312-curses-3.12.0b3-1.1.x86_64"
},
"product_reference": "python312-curses-3.12.0b3-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-dbm-3.12.0b3-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python312-dbm-3.12.0b3-1.1.aarch64"
},
"product_reference": "python312-dbm-3.12.0b3-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-dbm-3.12.0b3-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python312-dbm-3.12.0b3-1.1.ppc64le"
},
"product_reference": "python312-dbm-3.12.0b3-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-dbm-3.12.0b3-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python312-dbm-3.12.0b3-1.1.s390x"
},
"product_reference": "python312-dbm-3.12.0b3-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-dbm-3.12.0b3-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python312-dbm-3.12.0b3-1.1.x86_64"
},
"product_reference": "python312-dbm-3.12.0b3-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-idle-3.12.0b3-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python312-idle-3.12.0b3-1.1.aarch64"
},
"product_reference": "python312-idle-3.12.0b3-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-idle-3.12.0b3-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python312-idle-3.12.0b3-1.1.ppc64le"
},
"product_reference": "python312-idle-3.12.0b3-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-idle-3.12.0b3-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python312-idle-3.12.0b3-1.1.s390x"
},
"product_reference": "python312-idle-3.12.0b3-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-idle-3.12.0b3-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python312-idle-3.12.0b3-1.1.x86_64"
},
"product_reference": "python312-idle-3.12.0b3-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-tk-3.12.0b3-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python312-tk-3.12.0b3-1.1.aarch64"
},
"product_reference": "python312-tk-3.12.0b3-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-tk-3.12.0b3-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python312-tk-3.12.0b3-1.1.ppc64le"
},
"product_reference": "python312-tk-3.12.0b3-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-tk-3.12.0b3-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python312-tk-3.12.0b3-1.1.s390x"
},
"product_reference": "python312-tk-3.12.0b3-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-tk-3.12.0b3-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python312-tk-3.12.0b3-1.1.x86_64"
},
"product_reference": "python312-tk-3.12.0b3-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-x86-64-v3-3.12.0b3-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python312-x86-64-v3-3.12.0b3-1.1.aarch64"
},
"product_reference": "python312-x86-64-v3-3.12.0b3-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-x86-64-v3-3.12.0b3-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python312-x86-64-v3-3.12.0b3-1.1.ppc64le"
},
"product_reference": "python312-x86-64-v3-3.12.0b3-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-x86-64-v3-3.12.0b3-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python312-x86-64-v3-3.12.0b3-1.1.s390x"
},
"product_reference": "python312-x86-64-v3-3.12.0b3-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-x86-64-v3-3.12.0b3-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python312-x86-64-v3-3.12.0b3-1.1.x86_64"
},
"product_reference": "python312-x86-64-v3-3.12.0b3-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-0286",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-0286"
}
],
"notes": [
{
"category": "general",
"text": "There is a type confusion vulnerability relating to X.400 address processing\ninside an X.509 GeneralName. X.400 addresses were parsed as an ASN1_STRING but\nthe public structure definition for GENERAL_NAME incorrectly specified the type\nof the x400Address field as ASN1_TYPE. This field is subsequently interpreted by\nthe OpenSSL function GENERAL_NAME_cmp as an ASN1_TYPE rather than an\nASN1_STRING.\n\nWhen CRL checking is enabled (i.e. the application sets the\nX509_V_FLAG_CRL_CHECK flag), this vulnerability may allow an attacker to pass\narbitrary pointers to a memcmp call, enabling them to read memory contents or\nenact a denial of service. In most cases, the attack requires the attacker to\nprovide both the certificate chain and CRL, neither of which need to have a\nvalid signature. If the attacker only controls one of these inputs, the other\ninput must already contain an X.400 address as a CRL distribution point, which\nis uncommon. As such, this vulnerability is most likely to only affect\napplications which have implemented their own functionality for retrieving CRLs\nover a network.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python312-3.12.0b3-1.1.aarch64",
"openSUSE Tumbleweed:python312-3.12.0b3-1.1.ppc64le",
"openSUSE Tumbleweed:python312-3.12.0b3-1.1.s390x",
"openSUSE Tumbleweed:python312-3.12.0b3-1.1.x86_64",
"openSUSE Tumbleweed:python312-curses-3.12.0b3-1.1.aarch64",
"openSUSE Tumbleweed:python312-curses-3.12.0b3-1.1.ppc64le",
"openSUSE Tumbleweed:python312-curses-3.12.0b3-1.1.s390x",
"openSUSE Tumbleweed:python312-curses-3.12.0b3-1.1.x86_64",
"openSUSE Tumbleweed:python312-dbm-3.12.0b3-1.1.aarch64",
"openSUSE Tumbleweed:python312-dbm-3.12.0b3-1.1.ppc64le",
"openSUSE Tumbleweed:python312-dbm-3.12.0b3-1.1.s390x",
"openSUSE Tumbleweed:python312-dbm-3.12.0b3-1.1.x86_64",
"openSUSE Tumbleweed:python312-idle-3.12.0b3-1.1.aarch64",
"openSUSE Tumbleweed:python312-idle-3.12.0b3-1.1.ppc64le",
"openSUSE Tumbleweed:python312-idle-3.12.0b3-1.1.s390x",
"openSUSE Tumbleweed:python312-idle-3.12.0b3-1.1.x86_64",
"openSUSE Tumbleweed:python312-tk-3.12.0b3-1.1.aarch64",
"openSUSE Tumbleweed:python312-tk-3.12.0b3-1.1.ppc64le",
"openSUSE Tumbleweed:python312-tk-3.12.0b3-1.1.s390x",
"openSUSE Tumbleweed:python312-tk-3.12.0b3-1.1.x86_64",
"openSUSE Tumbleweed:python312-x86-64-v3-3.12.0b3-1.1.aarch64",
"openSUSE Tumbleweed:python312-x86-64-v3-3.12.0b3-1.1.ppc64le",
"openSUSE Tumbleweed:python312-x86-64-v3-3.12.0b3-1.1.s390x",
"openSUSE Tumbleweed:python312-x86-64-v3-3.12.0b3-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-0286",
"url": "https://www.suse.com/security/cve/CVE-2023-0286"
},
{
"category": "external",
"summary": "SUSE Bug 1207533 for CVE-2023-0286",
"url": "https://bugzilla.suse.com/1207533"
},
{
"category": "external",
"summary": "SUSE Bug 1207569 for CVE-2023-0286",
"url": "https://bugzilla.suse.com/1207569"
},
{
"category": "external",
"summary": "SUSE Bug 1211136 for CVE-2023-0286",
"url": "https://bugzilla.suse.com/1211136"
},
{
"category": "external",
"summary": "SUSE Bug 1211503 for CVE-2023-0286",
"url": "https://bugzilla.suse.com/1211503"
},
{
"category": "external",
"summary": "SUSE Bug 1213146 for CVE-2023-0286",
"url": "https://bugzilla.suse.com/1213146"
},
{
"category": "external",
"summary": "SUSE Bug 1214269 for CVE-2023-0286",
"url": "https://bugzilla.suse.com/1214269"
},
{
"category": "external",
"summary": "SUSE Bug 1218477 for CVE-2023-0286",
"url": "https://bugzilla.suse.com/1218477"
},
{
"category": "external",
"summary": "SUSE Bug 1218967 for CVE-2023-0286",
"url": "https://bugzilla.suse.com/1218967"
},
{
"category": "external",
"summary": "SUSE Bug 1225677 for CVE-2023-0286",
"url": "https://bugzilla.suse.com/1225677"
}
],
"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:python312-3.12.0b3-1.1.aarch64",
"openSUSE Tumbleweed:python312-3.12.0b3-1.1.ppc64le",
"openSUSE Tumbleweed:python312-3.12.0b3-1.1.s390x",
"openSUSE Tumbleweed:python312-3.12.0b3-1.1.x86_64",
"openSUSE Tumbleweed:python312-curses-3.12.0b3-1.1.aarch64",
"openSUSE Tumbleweed:python312-curses-3.12.0b3-1.1.ppc64le",
"openSUSE Tumbleweed:python312-curses-3.12.0b3-1.1.s390x",
"openSUSE Tumbleweed:python312-curses-3.12.0b3-1.1.x86_64",
"openSUSE Tumbleweed:python312-dbm-3.12.0b3-1.1.aarch64",
"openSUSE Tumbleweed:python312-dbm-3.12.0b3-1.1.ppc64le",
"openSUSE Tumbleweed:python312-dbm-3.12.0b3-1.1.s390x",
"openSUSE Tumbleweed:python312-dbm-3.12.0b3-1.1.x86_64",
"openSUSE Tumbleweed:python312-idle-3.12.0b3-1.1.aarch64",
"openSUSE Tumbleweed:python312-idle-3.12.0b3-1.1.ppc64le",
"openSUSE Tumbleweed:python312-idle-3.12.0b3-1.1.s390x",
"openSUSE Tumbleweed:python312-idle-3.12.0b3-1.1.x86_64",
"openSUSE Tumbleweed:python312-tk-3.12.0b3-1.1.aarch64",
"openSUSE Tumbleweed:python312-tk-3.12.0b3-1.1.ppc64le",
"openSUSE Tumbleweed:python312-tk-3.12.0b3-1.1.s390x",
"openSUSE Tumbleweed:python312-tk-3.12.0b3-1.1.x86_64",
"openSUSE Tumbleweed:python312-x86-64-v3-3.12.0b3-1.1.aarch64",
"openSUSE Tumbleweed:python312-x86-64-v3-3.12.0b3-1.1.ppc64le",
"openSUSE Tumbleweed:python312-x86-64-v3-3.12.0b3-1.1.s390x",
"openSUSE Tumbleweed:python312-x86-64-v3-3.12.0b3-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.4,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:python312-3.12.0b3-1.1.aarch64",
"openSUSE Tumbleweed:python312-3.12.0b3-1.1.ppc64le",
"openSUSE Tumbleweed:python312-3.12.0b3-1.1.s390x",
"openSUSE Tumbleweed:python312-3.12.0b3-1.1.x86_64",
"openSUSE Tumbleweed:python312-curses-3.12.0b3-1.1.aarch64",
"openSUSE Tumbleweed:python312-curses-3.12.0b3-1.1.ppc64le",
"openSUSE Tumbleweed:python312-curses-3.12.0b3-1.1.s390x",
"openSUSE Tumbleweed:python312-curses-3.12.0b3-1.1.x86_64",
"openSUSE Tumbleweed:python312-dbm-3.12.0b3-1.1.aarch64",
"openSUSE Tumbleweed:python312-dbm-3.12.0b3-1.1.ppc64le",
"openSUSE Tumbleweed:python312-dbm-3.12.0b3-1.1.s390x",
"openSUSE Tumbleweed:python312-dbm-3.12.0b3-1.1.x86_64",
"openSUSE Tumbleweed:python312-idle-3.12.0b3-1.1.aarch64",
"openSUSE Tumbleweed:python312-idle-3.12.0b3-1.1.ppc64le",
"openSUSE Tumbleweed:python312-idle-3.12.0b3-1.1.s390x",
"openSUSE Tumbleweed:python312-idle-3.12.0b3-1.1.x86_64",
"openSUSE Tumbleweed:python312-tk-3.12.0b3-1.1.aarch64",
"openSUSE Tumbleweed:python312-tk-3.12.0b3-1.1.ppc64le",
"openSUSE Tumbleweed:python312-tk-3.12.0b3-1.1.s390x",
"openSUSE Tumbleweed:python312-tk-3.12.0b3-1.1.x86_64",
"openSUSE Tumbleweed:python312-x86-64-v3-3.12.0b3-1.1.aarch64",
"openSUSE Tumbleweed:python312-x86-64-v3-3.12.0b3-1.1.ppc64le",
"openSUSE Tumbleweed:python312-x86-64-v3-3.12.0b3-1.1.s390x",
"openSUSE Tumbleweed:python312-x86-64-v3-3.12.0b3-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-06-15T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2023-0286"
},
{
"cve": "CVE-2023-24329",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-24329"
}
],
"notes": [
{
"category": "general",
"text": "An issue in the urllib.parse component of Python before 3.11.4 allows attackers to bypass blocklisting methods by supplying a URL that starts with blank characters.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python312-3.12.0b3-1.1.aarch64",
"openSUSE Tumbleweed:python312-3.12.0b3-1.1.ppc64le",
"openSUSE Tumbleweed:python312-3.12.0b3-1.1.s390x",
"openSUSE Tumbleweed:python312-3.12.0b3-1.1.x86_64",
"openSUSE Tumbleweed:python312-curses-3.12.0b3-1.1.aarch64",
"openSUSE Tumbleweed:python312-curses-3.12.0b3-1.1.ppc64le",
"openSUSE Tumbleweed:python312-curses-3.12.0b3-1.1.s390x",
"openSUSE Tumbleweed:python312-curses-3.12.0b3-1.1.x86_64",
"openSUSE Tumbleweed:python312-dbm-3.12.0b3-1.1.aarch64",
"openSUSE Tumbleweed:python312-dbm-3.12.0b3-1.1.ppc64le",
"openSUSE Tumbleweed:python312-dbm-3.12.0b3-1.1.s390x",
"openSUSE Tumbleweed:python312-dbm-3.12.0b3-1.1.x86_64",
"openSUSE Tumbleweed:python312-idle-3.12.0b3-1.1.aarch64",
"openSUSE Tumbleweed:python312-idle-3.12.0b3-1.1.ppc64le",
"openSUSE Tumbleweed:python312-idle-3.12.0b3-1.1.s390x",
"openSUSE Tumbleweed:python312-idle-3.12.0b3-1.1.x86_64",
"openSUSE Tumbleweed:python312-tk-3.12.0b3-1.1.aarch64",
"openSUSE Tumbleweed:python312-tk-3.12.0b3-1.1.ppc64le",
"openSUSE Tumbleweed:python312-tk-3.12.0b3-1.1.s390x",
"openSUSE Tumbleweed:python312-tk-3.12.0b3-1.1.x86_64",
"openSUSE Tumbleweed:python312-x86-64-v3-3.12.0b3-1.1.aarch64",
"openSUSE Tumbleweed:python312-x86-64-v3-3.12.0b3-1.1.ppc64le",
"openSUSE Tumbleweed:python312-x86-64-v3-3.12.0b3-1.1.s390x",
"openSUSE Tumbleweed:python312-x86-64-v3-3.12.0b3-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-24329",
"url": "https://www.suse.com/security/cve/CVE-2023-24329"
},
{
"category": "external",
"summary": "SUSE Bug 1208471 for CVE-2023-24329",
"url": "https://bugzilla.suse.com/1208471"
},
{
"category": "external",
"summary": "SUSE Bug 1213553 for CVE-2023-24329",
"url": "https://bugzilla.suse.com/1213553"
},
{
"category": "external",
"summary": "SUSE Bug 1213554 for CVE-2023-24329",
"url": "https://bugzilla.suse.com/1213554"
},
{
"category": "external",
"summary": "SUSE Bug 1213839 for CVE-2023-24329",
"url": "https://bugzilla.suse.com/1213839"
},
{
"category": "external",
"summary": "SUSE Bug 1225672 for CVE-2023-24329",
"url": "https://bugzilla.suse.com/1225672"
}
],
"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:python312-3.12.0b3-1.1.aarch64",
"openSUSE Tumbleweed:python312-3.12.0b3-1.1.ppc64le",
"openSUSE Tumbleweed:python312-3.12.0b3-1.1.s390x",
"openSUSE Tumbleweed:python312-3.12.0b3-1.1.x86_64",
"openSUSE Tumbleweed:python312-curses-3.12.0b3-1.1.aarch64",
"openSUSE Tumbleweed:python312-curses-3.12.0b3-1.1.ppc64le",
"openSUSE Tumbleweed:python312-curses-3.12.0b3-1.1.s390x",
"openSUSE Tumbleweed:python312-curses-3.12.0b3-1.1.x86_64",
"openSUSE Tumbleweed:python312-dbm-3.12.0b3-1.1.aarch64",
"openSUSE Tumbleweed:python312-dbm-3.12.0b3-1.1.ppc64le",
"openSUSE Tumbleweed:python312-dbm-3.12.0b3-1.1.s390x",
"openSUSE Tumbleweed:python312-dbm-3.12.0b3-1.1.x86_64",
"openSUSE Tumbleweed:python312-idle-3.12.0b3-1.1.aarch64",
"openSUSE Tumbleweed:python312-idle-3.12.0b3-1.1.ppc64le",
"openSUSE Tumbleweed:python312-idle-3.12.0b3-1.1.s390x",
"openSUSE Tumbleweed:python312-idle-3.12.0b3-1.1.x86_64",
"openSUSE Tumbleweed:python312-tk-3.12.0b3-1.1.aarch64",
"openSUSE Tumbleweed:python312-tk-3.12.0b3-1.1.ppc64le",
"openSUSE Tumbleweed:python312-tk-3.12.0b3-1.1.s390x",
"openSUSE Tumbleweed:python312-tk-3.12.0b3-1.1.x86_64",
"openSUSE Tumbleweed:python312-x86-64-v3-3.12.0b3-1.1.aarch64",
"openSUSE Tumbleweed:python312-x86-64-v3-3.12.0b3-1.1.ppc64le",
"openSUSE Tumbleweed:python312-x86-64-v3-3.12.0b3-1.1.s390x",
"openSUSE Tumbleweed:python312-x86-64-v3-3.12.0b3-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.3,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:L/A:L",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:python312-3.12.0b3-1.1.aarch64",
"openSUSE Tumbleweed:python312-3.12.0b3-1.1.ppc64le",
"openSUSE Tumbleweed:python312-3.12.0b3-1.1.s390x",
"openSUSE Tumbleweed:python312-3.12.0b3-1.1.x86_64",
"openSUSE Tumbleweed:python312-curses-3.12.0b3-1.1.aarch64",
"openSUSE Tumbleweed:python312-curses-3.12.0b3-1.1.ppc64le",
"openSUSE Tumbleweed:python312-curses-3.12.0b3-1.1.s390x",
"openSUSE Tumbleweed:python312-curses-3.12.0b3-1.1.x86_64",
"openSUSE Tumbleweed:python312-dbm-3.12.0b3-1.1.aarch64",
"openSUSE Tumbleweed:python312-dbm-3.12.0b3-1.1.ppc64le",
"openSUSE Tumbleweed:python312-dbm-3.12.0b3-1.1.s390x",
"openSUSE Tumbleweed:python312-dbm-3.12.0b3-1.1.x86_64",
"openSUSE Tumbleweed:python312-idle-3.12.0b3-1.1.aarch64",
"openSUSE Tumbleweed:python312-idle-3.12.0b3-1.1.ppc64le",
"openSUSE Tumbleweed:python312-idle-3.12.0b3-1.1.s390x",
"openSUSE Tumbleweed:python312-idle-3.12.0b3-1.1.x86_64",
"openSUSE Tumbleweed:python312-tk-3.12.0b3-1.1.aarch64",
"openSUSE Tumbleweed:python312-tk-3.12.0b3-1.1.ppc64le",
"openSUSE Tumbleweed:python312-tk-3.12.0b3-1.1.s390x",
"openSUSE Tumbleweed:python312-tk-3.12.0b3-1.1.x86_64",
"openSUSE Tumbleweed:python312-x86-64-v3-3.12.0b3-1.1.aarch64",
"openSUSE Tumbleweed:python312-x86-64-v3-3.12.0b3-1.1.ppc64le",
"openSUSE Tumbleweed:python312-x86-64-v3-3.12.0b3-1.1.s390x",
"openSUSE Tumbleweed:python312-x86-64-v3-3.12.0b3-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-06-15T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2023-24329"
},
{
"cve": "CVE-2023-2650",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-2650"
}
],
"notes": [
{
"category": "general",
"text": "Issue summary: Processing some specially crafted ASN.1 object identifiers or\ndata containing them may be very slow.\n\nImpact summary: Applications that use OBJ_obj2txt() directly, or use any of\nthe OpenSSL subsystems OCSP, PKCS7/SMIME, CMS, CMP/CRMF or TS with no message\nsize limit may experience notable to very long delays when processing those\nmessages, which may lead to a Denial of Service.\n\nAn OBJECT IDENTIFIER is composed of a series of numbers - sub-identifiers -\nmost of which have no size limit. OBJ_obj2txt() may be used to translate\nan ASN.1 OBJECT IDENTIFIER given in DER encoding form (using the OpenSSL\ntype ASN1_OBJECT) to its canonical numeric text form, which are the\nsub-identifiers of the OBJECT IDENTIFIER in decimal form, separated by\nperiods.\n\nWhen one of the sub-identifiers in the OBJECT IDENTIFIER is very large\n(these are sizes that are seen as absurdly large, taking up tens or hundreds\nof KiBs), the translation to a decimal number in text may take a very long\ntime. The time complexity is O(n^2) with \u0027n\u0027 being the size of the\nsub-identifiers in bytes (*).\n\nWith OpenSSL 3.0, support to fetch cryptographic algorithms using names /\nidentifiers in string form was introduced. This includes using OBJECT\nIDENTIFIERs in canonical numeric text form as identifiers for fetching\nalgorithms.\n\nSuch OBJECT IDENTIFIERs may be received through the ASN.1 structure\nAlgorithmIdentifier, which is commonly used in multiple protocols to specify\nwhat cryptographic algorithm should be used to sign or verify, encrypt or\ndecrypt, or digest passed data.\n\nApplications that call OBJ_obj2txt() directly with untrusted data are\naffected, with any version of OpenSSL. If the use is for the mere purpose\nof display, the severity is considered low.\n\nIn OpenSSL 3.0 and newer, this affects the subsystems OCSP, PKCS7/SMIME,\nCMS, CMP/CRMF or TS. It also impacts anything that processes X.509\ncertificates, including simple things like verifying its signature.\n\nThe impact on TLS is relatively low, because all versions of OpenSSL have a\n100KiB limit on the peer\u0027s certificate chain. Additionally, this only\nimpacts clients, or servers that have explicitly enabled client\nauthentication.\n\nIn OpenSSL 1.1.1 and 1.0.2, this only affects displaying diverse objects,\nsuch as X.509 certificates. This is assumed to not happen in such a way\nthat it would cause a Denial of Service, so these versions are considered\nnot affected by this issue in such a way that it would be cause for concern,\nand the severity is therefore considered low.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python312-3.12.0b3-1.1.aarch64",
"openSUSE Tumbleweed:python312-3.12.0b3-1.1.ppc64le",
"openSUSE Tumbleweed:python312-3.12.0b3-1.1.s390x",
"openSUSE Tumbleweed:python312-3.12.0b3-1.1.x86_64",
"openSUSE Tumbleweed:python312-curses-3.12.0b3-1.1.aarch64",
"openSUSE Tumbleweed:python312-curses-3.12.0b3-1.1.ppc64le",
"openSUSE Tumbleweed:python312-curses-3.12.0b3-1.1.s390x",
"openSUSE Tumbleweed:python312-curses-3.12.0b3-1.1.x86_64",
"openSUSE Tumbleweed:python312-dbm-3.12.0b3-1.1.aarch64",
"openSUSE Tumbleweed:python312-dbm-3.12.0b3-1.1.ppc64le",
"openSUSE Tumbleweed:python312-dbm-3.12.0b3-1.1.s390x",
"openSUSE Tumbleweed:python312-dbm-3.12.0b3-1.1.x86_64",
"openSUSE Tumbleweed:python312-idle-3.12.0b3-1.1.aarch64",
"openSUSE Tumbleweed:python312-idle-3.12.0b3-1.1.ppc64le",
"openSUSE Tumbleweed:python312-idle-3.12.0b3-1.1.s390x",
"openSUSE Tumbleweed:python312-idle-3.12.0b3-1.1.x86_64",
"openSUSE Tumbleweed:python312-tk-3.12.0b3-1.1.aarch64",
"openSUSE Tumbleweed:python312-tk-3.12.0b3-1.1.ppc64le",
"openSUSE Tumbleweed:python312-tk-3.12.0b3-1.1.s390x",
"openSUSE Tumbleweed:python312-tk-3.12.0b3-1.1.x86_64",
"openSUSE Tumbleweed:python312-x86-64-v3-3.12.0b3-1.1.aarch64",
"openSUSE Tumbleweed:python312-x86-64-v3-3.12.0b3-1.1.ppc64le",
"openSUSE Tumbleweed:python312-x86-64-v3-3.12.0b3-1.1.s390x",
"openSUSE Tumbleweed:python312-x86-64-v3-3.12.0b3-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-2650",
"url": "https://www.suse.com/security/cve/CVE-2023-2650"
},
{
"category": "external",
"summary": "SUSE Bug 1211430 for CVE-2023-2650",
"url": "https://bugzilla.suse.com/1211430"
}
],
"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:python312-3.12.0b3-1.1.aarch64",
"openSUSE Tumbleweed:python312-3.12.0b3-1.1.ppc64le",
"openSUSE Tumbleweed:python312-3.12.0b3-1.1.s390x",
"openSUSE Tumbleweed:python312-3.12.0b3-1.1.x86_64",
"openSUSE Tumbleweed:python312-curses-3.12.0b3-1.1.aarch64",
"openSUSE Tumbleweed:python312-curses-3.12.0b3-1.1.ppc64le",
"openSUSE Tumbleweed:python312-curses-3.12.0b3-1.1.s390x",
"openSUSE Tumbleweed:python312-curses-3.12.0b3-1.1.x86_64",
"openSUSE Tumbleweed:python312-dbm-3.12.0b3-1.1.aarch64",
"openSUSE Tumbleweed:python312-dbm-3.12.0b3-1.1.ppc64le",
"openSUSE Tumbleweed:python312-dbm-3.12.0b3-1.1.s390x",
"openSUSE Tumbleweed:python312-dbm-3.12.0b3-1.1.x86_64",
"openSUSE Tumbleweed:python312-idle-3.12.0b3-1.1.aarch64",
"openSUSE Tumbleweed:python312-idle-3.12.0b3-1.1.ppc64le",
"openSUSE Tumbleweed:python312-idle-3.12.0b3-1.1.s390x",
"openSUSE Tumbleweed:python312-idle-3.12.0b3-1.1.x86_64",
"openSUSE Tumbleweed:python312-tk-3.12.0b3-1.1.aarch64",
"openSUSE Tumbleweed:python312-tk-3.12.0b3-1.1.ppc64le",
"openSUSE Tumbleweed:python312-tk-3.12.0b3-1.1.s390x",
"openSUSE Tumbleweed:python312-tk-3.12.0b3-1.1.x86_64",
"openSUSE Tumbleweed:python312-x86-64-v3-3.12.0b3-1.1.aarch64",
"openSUSE Tumbleweed:python312-x86-64-v3-3.12.0b3-1.1.ppc64le",
"openSUSE Tumbleweed:python312-x86-64-v3-3.12.0b3-1.1.s390x",
"openSUSE Tumbleweed:python312-x86-64-v3-3.12.0b3-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:python312-3.12.0b3-1.1.aarch64",
"openSUSE Tumbleweed:python312-3.12.0b3-1.1.ppc64le",
"openSUSE Tumbleweed:python312-3.12.0b3-1.1.s390x",
"openSUSE Tumbleweed:python312-3.12.0b3-1.1.x86_64",
"openSUSE Tumbleweed:python312-curses-3.12.0b3-1.1.aarch64",
"openSUSE Tumbleweed:python312-curses-3.12.0b3-1.1.ppc64le",
"openSUSE Tumbleweed:python312-curses-3.12.0b3-1.1.s390x",
"openSUSE Tumbleweed:python312-curses-3.12.0b3-1.1.x86_64",
"openSUSE Tumbleweed:python312-dbm-3.12.0b3-1.1.aarch64",
"openSUSE Tumbleweed:python312-dbm-3.12.0b3-1.1.ppc64le",
"openSUSE Tumbleweed:python312-dbm-3.12.0b3-1.1.s390x",
"openSUSE Tumbleweed:python312-dbm-3.12.0b3-1.1.x86_64",
"openSUSE Tumbleweed:python312-idle-3.12.0b3-1.1.aarch64",
"openSUSE Tumbleweed:python312-idle-3.12.0b3-1.1.ppc64le",
"openSUSE Tumbleweed:python312-idle-3.12.0b3-1.1.s390x",
"openSUSE Tumbleweed:python312-idle-3.12.0b3-1.1.x86_64",
"openSUSE Tumbleweed:python312-tk-3.12.0b3-1.1.aarch64",
"openSUSE Tumbleweed:python312-tk-3.12.0b3-1.1.ppc64le",
"openSUSE Tumbleweed:python312-tk-3.12.0b3-1.1.s390x",
"openSUSE Tumbleweed:python312-tk-3.12.0b3-1.1.x86_64",
"openSUSE Tumbleweed:python312-x86-64-v3-3.12.0b3-1.1.aarch64",
"openSUSE Tumbleweed:python312-x86-64-v3-3.12.0b3-1.1.ppc64le",
"openSUSE Tumbleweed:python312-x86-64-v3-3.12.0b3-1.1.s390x",
"openSUSE Tumbleweed:python312-x86-64-v3-3.12.0b3-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-06-15T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2023-2650"
}
]
}
OPENSUSE-SU-2024:13033-1
Vulnerability from csaf_opensuse - Published: 2024-06-15 00:00 - Updated: 2024-06-15 00:00| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:python39-3.9.17-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python39-3.9.17-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python39-3.9.17-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python39-3.9.17-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python39-32bit-3.9.17-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python39-32bit-3.9.17-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python39-32bit-3.9.17-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python39-32bit-3.9.17-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python39-curses-3.9.17-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python39-curses-3.9.17-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python39-curses-3.9.17-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python39-curses-3.9.17-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python39-dbm-3.9.17-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python39-dbm-3.9.17-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python39-dbm-3.9.17-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python39-dbm-3.9.17-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python39-idle-3.9.17-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python39-idle-3.9.17-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python39-idle-3.9.17-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python39-idle-3.9.17-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python39-tk-3.9.17-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python39-tk-3.9.17-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python39-tk-3.9.17-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python39-tk-3.9.17-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:python39-3.9.17-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python39-3.9.17-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python39-3.9.17-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python39-3.9.17-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python39-32bit-3.9.17-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python39-32bit-3.9.17-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python39-32bit-3.9.17-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python39-32bit-3.9.17-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python39-curses-3.9.17-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python39-curses-3.9.17-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python39-curses-3.9.17-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python39-curses-3.9.17-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python39-dbm-3.9.17-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python39-dbm-3.9.17-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python39-dbm-3.9.17-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python39-dbm-3.9.17-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python39-idle-3.9.17-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python39-idle-3.9.17-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python39-idle-3.9.17-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python39-idle-3.9.17-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python39-tk-3.9.17-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python39-tk-3.9.17-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python39-tk-3.9.17-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python39-tk-3.9.17-1.1.x86_64 | — |
Vendor Fix
|
| URL | Category |
|---|---|
| https://www.suse.com/support/security/rating/ | external |
| https://ftp.suse.com/pub/projects/security/csaf/o… | self |
| https://www.suse.com/security/cve/CVE-2023-0286/ | self |
| https://www.suse.com/security/cve/CVE-2023-2650/ | self |
| https://www.suse.com/security/cve/CVE-2023-0286 | external |
| https://bugzilla.suse.com/1207533 | external |
| https://bugzilla.suse.com/1207569 | external |
| https://bugzilla.suse.com/1211136 | external |
| https://bugzilla.suse.com/1211503 | external |
| https://bugzilla.suse.com/1213146 | external |
| https://bugzilla.suse.com/1214269 | external |
| https://bugzilla.suse.com/1218477 | external |
| https://bugzilla.suse.com/1218967 | external |
| https://bugzilla.suse.com/1225677 | external |
| https://www.suse.com/security/cve/CVE-2023-2650 | external |
| https://bugzilla.suse.com/1211430 | external |
{
"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": "python39-3.9.17-1.1 on GA media",
"title": "Title of the patch"
},
{
"category": "description",
"text": "These are all security issues fixed in the python39-3.9.17-1.1 package on the GA media of openSUSE Tumbleweed.",
"title": "Description of the patch"
},
{
"category": "details",
"text": "openSUSE-Tumbleweed-2024-13033",
"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-2024_13033-1.json"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-0286 page",
"url": "https://www.suse.com/security/cve/CVE-2023-0286/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-2650 page",
"url": "https://www.suse.com/security/cve/CVE-2023-2650/"
}
],
"title": "python39-3.9.17-1.1 on GA media",
"tracking": {
"current_release_date": "2024-06-15T00:00:00Z",
"generator": {
"date": "2024-06-15T00:00:00Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "openSUSE-SU-2024:13033-1",
"initial_release_date": "2024-06-15T00:00:00Z",
"revision_history": [
{
"date": "2024-06-15T00:00:00Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "python39-3.9.17-1.1.aarch64",
"product": {
"name": "python39-3.9.17-1.1.aarch64",
"product_id": "python39-3.9.17-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "python39-32bit-3.9.17-1.1.aarch64",
"product": {
"name": "python39-32bit-3.9.17-1.1.aarch64",
"product_id": "python39-32bit-3.9.17-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "python39-curses-3.9.17-1.1.aarch64",
"product": {
"name": "python39-curses-3.9.17-1.1.aarch64",
"product_id": "python39-curses-3.9.17-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "python39-dbm-3.9.17-1.1.aarch64",
"product": {
"name": "python39-dbm-3.9.17-1.1.aarch64",
"product_id": "python39-dbm-3.9.17-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "python39-idle-3.9.17-1.1.aarch64",
"product": {
"name": "python39-idle-3.9.17-1.1.aarch64",
"product_id": "python39-idle-3.9.17-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "python39-tk-3.9.17-1.1.aarch64",
"product": {
"name": "python39-tk-3.9.17-1.1.aarch64",
"product_id": "python39-tk-3.9.17-1.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "python39-3.9.17-1.1.ppc64le",
"product": {
"name": "python39-3.9.17-1.1.ppc64le",
"product_id": "python39-3.9.17-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python39-32bit-3.9.17-1.1.ppc64le",
"product": {
"name": "python39-32bit-3.9.17-1.1.ppc64le",
"product_id": "python39-32bit-3.9.17-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python39-curses-3.9.17-1.1.ppc64le",
"product": {
"name": "python39-curses-3.9.17-1.1.ppc64le",
"product_id": "python39-curses-3.9.17-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python39-dbm-3.9.17-1.1.ppc64le",
"product": {
"name": "python39-dbm-3.9.17-1.1.ppc64le",
"product_id": "python39-dbm-3.9.17-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python39-idle-3.9.17-1.1.ppc64le",
"product": {
"name": "python39-idle-3.9.17-1.1.ppc64le",
"product_id": "python39-idle-3.9.17-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python39-tk-3.9.17-1.1.ppc64le",
"product": {
"name": "python39-tk-3.9.17-1.1.ppc64le",
"product_id": "python39-tk-3.9.17-1.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "python39-3.9.17-1.1.s390x",
"product": {
"name": "python39-3.9.17-1.1.s390x",
"product_id": "python39-3.9.17-1.1.s390x"
}
},
{
"category": "product_version",
"name": "python39-32bit-3.9.17-1.1.s390x",
"product": {
"name": "python39-32bit-3.9.17-1.1.s390x",
"product_id": "python39-32bit-3.9.17-1.1.s390x"
}
},
{
"category": "product_version",
"name": "python39-curses-3.9.17-1.1.s390x",
"product": {
"name": "python39-curses-3.9.17-1.1.s390x",
"product_id": "python39-curses-3.9.17-1.1.s390x"
}
},
{
"category": "product_version",
"name": "python39-dbm-3.9.17-1.1.s390x",
"product": {
"name": "python39-dbm-3.9.17-1.1.s390x",
"product_id": "python39-dbm-3.9.17-1.1.s390x"
}
},
{
"category": "product_version",
"name": "python39-idle-3.9.17-1.1.s390x",
"product": {
"name": "python39-idle-3.9.17-1.1.s390x",
"product_id": "python39-idle-3.9.17-1.1.s390x"
}
},
{
"category": "product_version",
"name": "python39-tk-3.9.17-1.1.s390x",
"product": {
"name": "python39-tk-3.9.17-1.1.s390x",
"product_id": "python39-tk-3.9.17-1.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "python39-3.9.17-1.1.x86_64",
"product": {
"name": "python39-3.9.17-1.1.x86_64",
"product_id": "python39-3.9.17-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "python39-32bit-3.9.17-1.1.x86_64",
"product": {
"name": "python39-32bit-3.9.17-1.1.x86_64",
"product_id": "python39-32bit-3.9.17-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "python39-curses-3.9.17-1.1.x86_64",
"product": {
"name": "python39-curses-3.9.17-1.1.x86_64",
"product_id": "python39-curses-3.9.17-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "python39-dbm-3.9.17-1.1.x86_64",
"product": {
"name": "python39-dbm-3.9.17-1.1.x86_64",
"product_id": "python39-dbm-3.9.17-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "python39-idle-3.9.17-1.1.x86_64",
"product": {
"name": "python39-idle-3.9.17-1.1.x86_64",
"product_id": "python39-idle-3.9.17-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "python39-tk-3.9.17-1.1.x86_64",
"product": {
"name": "python39-tk-3.9.17-1.1.x86_64",
"product_id": "python39-tk-3.9.17-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": "python39-3.9.17-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python39-3.9.17-1.1.aarch64"
},
"product_reference": "python39-3.9.17-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-3.9.17-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python39-3.9.17-1.1.ppc64le"
},
"product_reference": "python39-3.9.17-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-3.9.17-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python39-3.9.17-1.1.s390x"
},
"product_reference": "python39-3.9.17-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-3.9.17-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python39-3.9.17-1.1.x86_64"
},
"product_reference": "python39-3.9.17-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-32bit-3.9.17-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python39-32bit-3.9.17-1.1.aarch64"
},
"product_reference": "python39-32bit-3.9.17-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-32bit-3.9.17-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python39-32bit-3.9.17-1.1.ppc64le"
},
"product_reference": "python39-32bit-3.9.17-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-32bit-3.9.17-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python39-32bit-3.9.17-1.1.s390x"
},
"product_reference": "python39-32bit-3.9.17-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-32bit-3.9.17-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python39-32bit-3.9.17-1.1.x86_64"
},
"product_reference": "python39-32bit-3.9.17-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-curses-3.9.17-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python39-curses-3.9.17-1.1.aarch64"
},
"product_reference": "python39-curses-3.9.17-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-curses-3.9.17-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python39-curses-3.9.17-1.1.ppc64le"
},
"product_reference": "python39-curses-3.9.17-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-curses-3.9.17-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python39-curses-3.9.17-1.1.s390x"
},
"product_reference": "python39-curses-3.9.17-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-curses-3.9.17-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python39-curses-3.9.17-1.1.x86_64"
},
"product_reference": "python39-curses-3.9.17-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-dbm-3.9.17-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python39-dbm-3.9.17-1.1.aarch64"
},
"product_reference": "python39-dbm-3.9.17-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-dbm-3.9.17-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python39-dbm-3.9.17-1.1.ppc64le"
},
"product_reference": "python39-dbm-3.9.17-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-dbm-3.9.17-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python39-dbm-3.9.17-1.1.s390x"
},
"product_reference": "python39-dbm-3.9.17-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-dbm-3.9.17-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python39-dbm-3.9.17-1.1.x86_64"
},
"product_reference": "python39-dbm-3.9.17-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-idle-3.9.17-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python39-idle-3.9.17-1.1.aarch64"
},
"product_reference": "python39-idle-3.9.17-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-idle-3.9.17-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python39-idle-3.9.17-1.1.ppc64le"
},
"product_reference": "python39-idle-3.9.17-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-idle-3.9.17-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python39-idle-3.9.17-1.1.s390x"
},
"product_reference": "python39-idle-3.9.17-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-idle-3.9.17-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python39-idle-3.9.17-1.1.x86_64"
},
"product_reference": "python39-idle-3.9.17-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-tk-3.9.17-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python39-tk-3.9.17-1.1.aarch64"
},
"product_reference": "python39-tk-3.9.17-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-tk-3.9.17-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python39-tk-3.9.17-1.1.ppc64le"
},
"product_reference": "python39-tk-3.9.17-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-tk-3.9.17-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python39-tk-3.9.17-1.1.s390x"
},
"product_reference": "python39-tk-3.9.17-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-tk-3.9.17-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python39-tk-3.9.17-1.1.x86_64"
},
"product_reference": "python39-tk-3.9.17-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-0286",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-0286"
}
],
"notes": [
{
"category": "general",
"text": "There is a type confusion vulnerability relating to X.400 address processing\ninside an X.509 GeneralName. X.400 addresses were parsed as an ASN1_STRING but\nthe public structure definition for GENERAL_NAME incorrectly specified the type\nof the x400Address field as ASN1_TYPE. This field is subsequently interpreted by\nthe OpenSSL function GENERAL_NAME_cmp as an ASN1_TYPE rather than an\nASN1_STRING.\n\nWhen CRL checking is enabled (i.e. the application sets the\nX509_V_FLAG_CRL_CHECK flag), this vulnerability may allow an attacker to pass\narbitrary pointers to a memcmp call, enabling them to read memory contents or\nenact a denial of service. In most cases, the attack requires the attacker to\nprovide both the certificate chain and CRL, neither of which need to have a\nvalid signature. If the attacker only controls one of these inputs, the other\ninput must already contain an X.400 address as a CRL distribution point, which\nis uncommon. As such, this vulnerability is most likely to only affect\napplications which have implemented their own functionality for retrieving CRLs\nover a network.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python39-3.9.17-1.1.aarch64",
"openSUSE Tumbleweed:python39-3.9.17-1.1.ppc64le",
"openSUSE Tumbleweed:python39-3.9.17-1.1.s390x",
"openSUSE Tumbleweed:python39-3.9.17-1.1.x86_64",
"openSUSE Tumbleweed:python39-32bit-3.9.17-1.1.aarch64",
"openSUSE Tumbleweed:python39-32bit-3.9.17-1.1.ppc64le",
"openSUSE Tumbleweed:python39-32bit-3.9.17-1.1.s390x",
"openSUSE Tumbleweed:python39-32bit-3.9.17-1.1.x86_64",
"openSUSE Tumbleweed:python39-curses-3.9.17-1.1.aarch64",
"openSUSE Tumbleweed:python39-curses-3.9.17-1.1.ppc64le",
"openSUSE Tumbleweed:python39-curses-3.9.17-1.1.s390x",
"openSUSE Tumbleweed:python39-curses-3.9.17-1.1.x86_64",
"openSUSE Tumbleweed:python39-dbm-3.9.17-1.1.aarch64",
"openSUSE Tumbleweed:python39-dbm-3.9.17-1.1.ppc64le",
"openSUSE Tumbleweed:python39-dbm-3.9.17-1.1.s390x",
"openSUSE Tumbleweed:python39-dbm-3.9.17-1.1.x86_64",
"openSUSE Tumbleweed:python39-idle-3.9.17-1.1.aarch64",
"openSUSE Tumbleweed:python39-idle-3.9.17-1.1.ppc64le",
"openSUSE Tumbleweed:python39-idle-3.9.17-1.1.s390x",
"openSUSE Tumbleweed:python39-idle-3.9.17-1.1.x86_64",
"openSUSE Tumbleweed:python39-tk-3.9.17-1.1.aarch64",
"openSUSE Tumbleweed:python39-tk-3.9.17-1.1.ppc64le",
"openSUSE Tumbleweed:python39-tk-3.9.17-1.1.s390x",
"openSUSE Tumbleweed:python39-tk-3.9.17-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-0286",
"url": "https://www.suse.com/security/cve/CVE-2023-0286"
},
{
"category": "external",
"summary": "SUSE Bug 1207533 for CVE-2023-0286",
"url": "https://bugzilla.suse.com/1207533"
},
{
"category": "external",
"summary": "SUSE Bug 1207569 for CVE-2023-0286",
"url": "https://bugzilla.suse.com/1207569"
},
{
"category": "external",
"summary": "SUSE Bug 1211136 for CVE-2023-0286",
"url": "https://bugzilla.suse.com/1211136"
},
{
"category": "external",
"summary": "SUSE Bug 1211503 for CVE-2023-0286",
"url": "https://bugzilla.suse.com/1211503"
},
{
"category": "external",
"summary": "SUSE Bug 1213146 for CVE-2023-0286",
"url": "https://bugzilla.suse.com/1213146"
},
{
"category": "external",
"summary": "SUSE Bug 1214269 for CVE-2023-0286",
"url": "https://bugzilla.suse.com/1214269"
},
{
"category": "external",
"summary": "SUSE Bug 1218477 for CVE-2023-0286",
"url": "https://bugzilla.suse.com/1218477"
},
{
"category": "external",
"summary": "SUSE Bug 1218967 for CVE-2023-0286",
"url": "https://bugzilla.suse.com/1218967"
},
{
"category": "external",
"summary": "SUSE Bug 1225677 for CVE-2023-0286",
"url": "https://bugzilla.suse.com/1225677"
}
],
"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:python39-3.9.17-1.1.aarch64",
"openSUSE Tumbleweed:python39-3.9.17-1.1.ppc64le",
"openSUSE Tumbleweed:python39-3.9.17-1.1.s390x",
"openSUSE Tumbleweed:python39-3.9.17-1.1.x86_64",
"openSUSE Tumbleweed:python39-32bit-3.9.17-1.1.aarch64",
"openSUSE Tumbleweed:python39-32bit-3.9.17-1.1.ppc64le",
"openSUSE Tumbleweed:python39-32bit-3.9.17-1.1.s390x",
"openSUSE Tumbleweed:python39-32bit-3.9.17-1.1.x86_64",
"openSUSE Tumbleweed:python39-curses-3.9.17-1.1.aarch64",
"openSUSE Tumbleweed:python39-curses-3.9.17-1.1.ppc64le",
"openSUSE Tumbleweed:python39-curses-3.9.17-1.1.s390x",
"openSUSE Tumbleweed:python39-curses-3.9.17-1.1.x86_64",
"openSUSE Tumbleweed:python39-dbm-3.9.17-1.1.aarch64",
"openSUSE Tumbleweed:python39-dbm-3.9.17-1.1.ppc64le",
"openSUSE Tumbleweed:python39-dbm-3.9.17-1.1.s390x",
"openSUSE Tumbleweed:python39-dbm-3.9.17-1.1.x86_64",
"openSUSE Tumbleweed:python39-idle-3.9.17-1.1.aarch64",
"openSUSE Tumbleweed:python39-idle-3.9.17-1.1.ppc64le",
"openSUSE Tumbleweed:python39-idle-3.9.17-1.1.s390x",
"openSUSE Tumbleweed:python39-idle-3.9.17-1.1.x86_64",
"openSUSE Tumbleweed:python39-tk-3.9.17-1.1.aarch64",
"openSUSE Tumbleweed:python39-tk-3.9.17-1.1.ppc64le",
"openSUSE Tumbleweed:python39-tk-3.9.17-1.1.s390x",
"openSUSE Tumbleweed:python39-tk-3.9.17-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.4,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:python39-3.9.17-1.1.aarch64",
"openSUSE Tumbleweed:python39-3.9.17-1.1.ppc64le",
"openSUSE Tumbleweed:python39-3.9.17-1.1.s390x",
"openSUSE Tumbleweed:python39-3.9.17-1.1.x86_64",
"openSUSE Tumbleweed:python39-32bit-3.9.17-1.1.aarch64",
"openSUSE Tumbleweed:python39-32bit-3.9.17-1.1.ppc64le",
"openSUSE Tumbleweed:python39-32bit-3.9.17-1.1.s390x",
"openSUSE Tumbleweed:python39-32bit-3.9.17-1.1.x86_64",
"openSUSE Tumbleweed:python39-curses-3.9.17-1.1.aarch64",
"openSUSE Tumbleweed:python39-curses-3.9.17-1.1.ppc64le",
"openSUSE Tumbleweed:python39-curses-3.9.17-1.1.s390x",
"openSUSE Tumbleweed:python39-curses-3.9.17-1.1.x86_64",
"openSUSE Tumbleweed:python39-dbm-3.9.17-1.1.aarch64",
"openSUSE Tumbleweed:python39-dbm-3.9.17-1.1.ppc64le",
"openSUSE Tumbleweed:python39-dbm-3.9.17-1.1.s390x",
"openSUSE Tumbleweed:python39-dbm-3.9.17-1.1.x86_64",
"openSUSE Tumbleweed:python39-idle-3.9.17-1.1.aarch64",
"openSUSE Tumbleweed:python39-idle-3.9.17-1.1.ppc64le",
"openSUSE Tumbleweed:python39-idle-3.9.17-1.1.s390x",
"openSUSE Tumbleweed:python39-idle-3.9.17-1.1.x86_64",
"openSUSE Tumbleweed:python39-tk-3.9.17-1.1.aarch64",
"openSUSE Tumbleweed:python39-tk-3.9.17-1.1.ppc64le",
"openSUSE Tumbleweed:python39-tk-3.9.17-1.1.s390x",
"openSUSE Tumbleweed:python39-tk-3.9.17-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-06-15T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2023-0286"
},
{
"cve": "CVE-2023-2650",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-2650"
}
],
"notes": [
{
"category": "general",
"text": "Issue summary: Processing some specially crafted ASN.1 object identifiers or\ndata containing them may be very slow.\n\nImpact summary: Applications that use OBJ_obj2txt() directly, or use any of\nthe OpenSSL subsystems OCSP, PKCS7/SMIME, CMS, CMP/CRMF or TS with no message\nsize limit may experience notable to very long delays when processing those\nmessages, which may lead to a Denial of Service.\n\nAn OBJECT IDENTIFIER is composed of a series of numbers - sub-identifiers -\nmost of which have no size limit. OBJ_obj2txt() may be used to translate\nan ASN.1 OBJECT IDENTIFIER given in DER encoding form (using the OpenSSL\ntype ASN1_OBJECT) to its canonical numeric text form, which are the\nsub-identifiers of the OBJECT IDENTIFIER in decimal form, separated by\nperiods.\n\nWhen one of the sub-identifiers in the OBJECT IDENTIFIER is very large\n(these are sizes that are seen as absurdly large, taking up tens or hundreds\nof KiBs), the translation to a decimal number in text may take a very long\ntime. The time complexity is O(n^2) with \u0027n\u0027 being the size of the\nsub-identifiers in bytes (*).\n\nWith OpenSSL 3.0, support to fetch cryptographic algorithms using names /\nidentifiers in string form was introduced. This includes using OBJECT\nIDENTIFIERs in canonical numeric text form as identifiers for fetching\nalgorithms.\n\nSuch OBJECT IDENTIFIERs may be received through the ASN.1 structure\nAlgorithmIdentifier, which is commonly used in multiple protocols to specify\nwhat cryptographic algorithm should be used to sign or verify, encrypt or\ndecrypt, or digest passed data.\n\nApplications that call OBJ_obj2txt() directly with untrusted data are\naffected, with any version of OpenSSL. If the use is for the mere purpose\nof display, the severity is considered low.\n\nIn OpenSSL 3.0 and newer, this affects the subsystems OCSP, PKCS7/SMIME,\nCMS, CMP/CRMF or TS. It also impacts anything that processes X.509\ncertificates, including simple things like verifying its signature.\n\nThe impact on TLS is relatively low, because all versions of OpenSSL have a\n100KiB limit on the peer\u0027s certificate chain. Additionally, this only\nimpacts clients, or servers that have explicitly enabled client\nauthentication.\n\nIn OpenSSL 1.1.1 and 1.0.2, this only affects displaying diverse objects,\nsuch as X.509 certificates. This is assumed to not happen in such a way\nthat it would cause a Denial of Service, so these versions are considered\nnot affected by this issue in such a way that it would be cause for concern,\nand the severity is therefore considered low.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python39-3.9.17-1.1.aarch64",
"openSUSE Tumbleweed:python39-3.9.17-1.1.ppc64le",
"openSUSE Tumbleweed:python39-3.9.17-1.1.s390x",
"openSUSE Tumbleweed:python39-3.9.17-1.1.x86_64",
"openSUSE Tumbleweed:python39-32bit-3.9.17-1.1.aarch64",
"openSUSE Tumbleweed:python39-32bit-3.9.17-1.1.ppc64le",
"openSUSE Tumbleweed:python39-32bit-3.9.17-1.1.s390x",
"openSUSE Tumbleweed:python39-32bit-3.9.17-1.1.x86_64",
"openSUSE Tumbleweed:python39-curses-3.9.17-1.1.aarch64",
"openSUSE Tumbleweed:python39-curses-3.9.17-1.1.ppc64le",
"openSUSE Tumbleweed:python39-curses-3.9.17-1.1.s390x",
"openSUSE Tumbleweed:python39-curses-3.9.17-1.1.x86_64",
"openSUSE Tumbleweed:python39-dbm-3.9.17-1.1.aarch64",
"openSUSE Tumbleweed:python39-dbm-3.9.17-1.1.ppc64le",
"openSUSE Tumbleweed:python39-dbm-3.9.17-1.1.s390x",
"openSUSE Tumbleweed:python39-dbm-3.9.17-1.1.x86_64",
"openSUSE Tumbleweed:python39-idle-3.9.17-1.1.aarch64",
"openSUSE Tumbleweed:python39-idle-3.9.17-1.1.ppc64le",
"openSUSE Tumbleweed:python39-idle-3.9.17-1.1.s390x",
"openSUSE Tumbleweed:python39-idle-3.9.17-1.1.x86_64",
"openSUSE Tumbleweed:python39-tk-3.9.17-1.1.aarch64",
"openSUSE Tumbleweed:python39-tk-3.9.17-1.1.ppc64le",
"openSUSE Tumbleweed:python39-tk-3.9.17-1.1.s390x",
"openSUSE Tumbleweed:python39-tk-3.9.17-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-2650",
"url": "https://www.suse.com/security/cve/CVE-2023-2650"
},
{
"category": "external",
"summary": "SUSE Bug 1211430 for CVE-2023-2650",
"url": "https://bugzilla.suse.com/1211430"
}
],
"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:python39-3.9.17-1.1.aarch64",
"openSUSE Tumbleweed:python39-3.9.17-1.1.ppc64le",
"openSUSE Tumbleweed:python39-3.9.17-1.1.s390x",
"openSUSE Tumbleweed:python39-3.9.17-1.1.x86_64",
"openSUSE Tumbleweed:python39-32bit-3.9.17-1.1.aarch64",
"openSUSE Tumbleweed:python39-32bit-3.9.17-1.1.ppc64le",
"openSUSE Tumbleweed:python39-32bit-3.9.17-1.1.s390x",
"openSUSE Tumbleweed:python39-32bit-3.9.17-1.1.x86_64",
"openSUSE Tumbleweed:python39-curses-3.9.17-1.1.aarch64",
"openSUSE Tumbleweed:python39-curses-3.9.17-1.1.ppc64le",
"openSUSE Tumbleweed:python39-curses-3.9.17-1.1.s390x",
"openSUSE Tumbleweed:python39-curses-3.9.17-1.1.x86_64",
"openSUSE Tumbleweed:python39-dbm-3.9.17-1.1.aarch64",
"openSUSE Tumbleweed:python39-dbm-3.9.17-1.1.ppc64le",
"openSUSE Tumbleweed:python39-dbm-3.9.17-1.1.s390x",
"openSUSE Tumbleweed:python39-dbm-3.9.17-1.1.x86_64",
"openSUSE Tumbleweed:python39-idle-3.9.17-1.1.aarch64",
"openSUSE Tumbleweed:python39-idle-3.9.17-1.1.ppc64le",
"openSUSE Tumbleweed:python39-idle-3.9.17-1.1.s390x",
"openSUSE Tumbleweed:python39-idle-3.9.17-1.1.x86_64",
"openSUSE Tumbleweed:python39-tk-3.9.17-1.1.aarch64",
"openSUSE Tumbleweed:python39-tk-3.9.17-1.1.ppc64le",
"openSUSE Tumbleweed:python39-tk-3.9.17-1.1.s390x",
"openSUSE Tumbleweed:python39-tk-3.9.17-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:python39-3.9.17-1.1.aarch64",
"openSUSE Tumbleweed:python39-3.9.17-1.1.ppc64le",
"openSUSE Tumbleweed:python39-3.9.17-1.1.s390x",
"openSUSE Tumbleweed:python39-3.9.17-1.1.x86_64",
"openSUSE Tumbleweed:python39-32bit-3.9.17-1.1.aarch64",
"openSUSE Tumbleweed:python39-32bit-3.9.17-1.1.ppc64le",
"openSUSE Tumbleweed:python39-32bit-3.9.17-1.1.s390x",
"openSUSE Tumbleweed:python39-32bit-3.9.17-1.1.x86_64",
"openSUSE Tumbleweed:python39-curses-3.9.17-1.1.aarch64",
"openSUSE Tumbleweed:python39-curses-3.9.17-1.1.ppc64le",
"openSUSE Tumbleweed:python39-curses-3.9.17-1.1.s390x",
"openSUSE Tumbleweed:python39-curses-3.9.17-1.1.x86_64",
"openSUSE Tumbleweed:python39-dbm-3.9.17-1.1.aarch64",
"openSUSE Tumbleweed:python39-dbm-3.9.17-1.1.ppc64le",
"openSUSE Tumbleweed:python39-dbm-3.9.17-1.1.s390x",
"openSUSE Tumbleweed:python39-dbm-3.9.17-1.1.x86_64",
"openSUSE Tumbleweed:python39-idle-3.9.17-1.1.aarch64",
"openSUSE Tumbleweed:python39-idle-3.9.17-1.1.ppc64le",
"openSUSE Tumbleweed:python39-idle-3.9.17-1.1.s390x",
"openSUSE Tumbleweed:python39-idle-3.9.17-1.1.x86_64",
"openSUSE Tumbleweed:python39-tk-3.9.17-1.1.aarch64",
"openSUSE Tumbleweed:python39-tk-3.9.17-1.1.ppc64le",
"openSUSE Tumbleweed:python39-tk-3.9.17-1.1.s390x",
"openSUSE Tumbleweed:python39-tk-3.9.17-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-06-15T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2023-2650"
}
]
}
OPENSUSE-SU-2024:13956-1
Vulnerability from csaf_opensuse - Published: 2024-06-15 00:00 - Updated: 2024-06-15 00:00| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:ruby3.3-rubygem-grpc-1.63.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby3.3-rubygem-grpc-1.63.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby3.3-rubygem-grpc-1.63.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby3.3-rubygem-grpc-1.63.0-1.1.x86_64 | — |
Vendor Fix
|
| URL | Category |
|---|---|
| https://www.suse.com/support/security/rating/ | external |
| https://ftp.suse.com/pub/projects/security/csaf/o… | self |
| https://www.suse.com/security/cve/CVE-2023-0286/ | self |
| https://www.suse.com/security/cve/CVE-2023-0286 | external |
| https://bugzilla.suse.com/1207533 | external |
| https://bugzilla.suse.com/1207569 | external |
| https://bugzilla.suse.com/1211136 | external |
| https://bugzilla.suse.com/1211503 | external |
| https://bugzilla.suse.com/1213146 | external |
| https://bugzilla.suse.com/1214269 | external |
| https://bugzilla.suse.com/1218477 | external |
| https://bugzilla.suse.com/1218967 | external |
| https://bugzilla.suse.com/1225677 | external |
{
"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": "ruby3.3-rubygem-grpc-1.63.0-1.1 on GA media",
"title": "Title of the patch"
},
{
"category": "description",
"text": "These are all security issues fixed in the ruby3.3-rubygem-grpc-1.63.0-1.1 package on the GA media of openSUSE Tumbleweed.",
"title": "Description of the patch"
},
{
"category": "details",
"text": "openSUSE-Tumbleweed-2024-13956",
"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-2024_13956-1.json"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-0286 page",
"url": "https://www.suse.com/security/cve/CVE-2023-0286/"
}
],
"title": "ruby3.3-rubygem-grpc-1.63.0-1.1 on GA media",
"tracking": {
"current_release_date": "2024-06-15T00:00:00Z",
"generator": {
"date": "2024-06-15T00:00:00Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "openSUSE-SU-2024:13956-1",
"initial_release_date": "2024-06-15T00:00:00Z",
"revision_history": [
{
"date": "2024-06-15T00:00:00Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "ruby3.3-rubygem-grpc-1.63.0-1.1.aarch64",
"product": {
"name": "ruby3.3-rubygem-grpc-1.63.0-1.1.aarch64",
"product_id": "ruby3.3-rubygem-grpc-1.63.0-1.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "ruby3.3-rubygem-grpc-1.63.0-1.1.ppc64le",
"product": {
"name": "ruby3.3-rubygem-grpc-1.63.0-1.1.ppc64le",
"product_id": "ruby3.3-rubygem-grpc-1.63.0-1.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "ruby3.3-rubygem-grpc-1.63.0-1.1.s390x",
"product": {
"name": "ruby3.3-rubygem-grpc-1.63.0-1.1.s390x",
"product_id": "ruby3.3-rubygem-grpc-1.63.0-1.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "ruby3.3-rubygem-grpc-1.63.0-1.1.x86_64",
"product": {
"name": "ruby3.3-rubygem-grpc-1.63.0-1.1.x86_64",
"product_id": "ruby3.3-rubygem-grpc-1.63.0-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": "ruby3.3-rubygem-grpc-1.63.0-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:ruby3.3-rubygem-grpc-1.63.0-1.1.aarch64"
},
"product_reference": "ruby3.3-rubygem-grpc-1.63.0-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby3.3-rubygem-grpc-1.63.0-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:ruby3.3-rubygem-grpc-1.63.0-1.1.ppc64le"
},
"product_reference": "ruby3.3-rubygem-grpc-1.63.0-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby3.3-rubygem-grpc-1.63.0-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:ruby3.3-rubygem-grpc-1.63.0-1.1.s390x"
},
"product_reference": "ruby3.3-rubygem-grpc-1.63.0-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby3.3-rubygem-grpc-1.63.0-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:ruby3.3-rubygem-grpc-1.63.0-1.1.x86_64"
},
"product_reference": "ruby3.3-rubygem-grpc-1.63.0-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-0286",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-0286"
}
],
"notes": [
{
"category": "general",
"text": "There is a type confusion vulnerability relating to X.400 address processing\ninside an X.509 GeneralName. X.400 addresses were parsed as an ASN1_STRING but\nthe public structure definition for GENERAL_NAME incorrectly specified the type\nof the x400Address field as ASN1_TYPE. This field is subsequently interpreted by\nthe OpenSSL function GENERAL_NAME_cmp as an ASN1_TYPE rather than an\nASN1_STRING.\n\nWhen CRL checking is enabled (i.e. the application sets the\nX509_V_FLAG_CRL_CHECK flag), this vulnerability may allow an attacker to pass\narbitrary pointers to a memcmp call, enabling them to read memory contents or\nenact a denial of service. In most cases, the attack requires the attacker to\nprovide both the certificate chain and CRL, neither of which need to have a\nvalid signature. If the attacker only controls one of these inputs, the other\ninput must already contain an X.400 address as a CRL distribution point, which\nis uncommon. As such, this vulnerability is most likely to only affect\napplications which have implemented their own functionality for retrieving CRLs\nover a network.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:ruby3.3-rubygem-grpc-1.63.0-1.1.aarch64",
"openSUSE Tumbleweed:ruby3.3-rubygem-grpc-1.63.0-1.1.ppc64le",
"openSUSE Tumbleweed:ruby3.3-rubygem-grpc-1.63.0-1.1.s390x",
"openSUSE Tumbleweed:ruby3.3-rubygem-grpc-1.63.0-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-0286",
"url": "https://www.suse.com/security/cve/CVE-2023-0286"
},
{
"category": "external",
"summary": "SUSE Bug 1207533 for CVE-2023-0286",
"url": "https://bugzilla.suse.com/1207533"
},
{
"category": "external",
"summary": "SUSE Bug 1207569 for CVE-2023-0286",
"url": "https://bugzilla.suse.com/1207569"
},
{
"category": "external",
"summary": "SUSE Bug 1211136 for CVE-2023-0286",
"url": "https://bugzilla.suse.com/1211136"
},
{
"category": "external",
"summary": "SUSE Bug 1211503 for CVE-2023-0286",
"url": "https://bugzilla.suse.com/1211503"
},
{
"category": "external",
"summary": "SUSE Bug 1213146 for CVE-2023-0286",
"url": "https://bugzilla.suse.com/1213146"
},
{
"category": "external",
"summary": "SUSE Bug 1214269 for CVE-2023-0286",
"url": "https://bugzilla.suse.com/1214269"
},
{
"category": "external",
"summary": "SUSE Bug 1218477 for CVE-2023-0286",
"url": "https://bugzilla.suse.com/1218477"
},
{
"category": "external",
"summary": "SUSE Bug 1218967 for CVE-2023-0286",
"url": "https://bugzilla.suse.com/1218967"
},
{
"category": "external",
"summary": "SUSE Bug 1225677 for CVE-2023-0286",
"url": "https://bugzilla.suse.com/1225677"
}
],
"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:ruby3.3-rubygem-grpc-1.63.0-1.1.aarch64",
"openSUSE Tumbleweed:ruby3.3-rubygem-grpc-1.63.0-1.1.ppc64le",
"openSUSE Tumbleweed:ruby3.3-rubygem-grpc-1.63.0-1.1.s390x",
"openSUSE Tumbleweed:ruby3.3-rubygem-grpc-1.63.0-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.4,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:ruby3.3-rubygem-grpc-1.63.0-1.1.aarch64",
"openSUSE Tumbleweed:ruby3.3-rubygem-grpc-1.63.0-1.1.ppc64le",
"openSUSE Tumbleweed:ruby3.3-rubygem-grpc-1.63.0-1.1.s390x",
"openSUSE Tumbleweed:ruby3.3-rubygem-grpc-1.63.0-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-06-15T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2023-0286"
}
]
}
OPENSUSE-SU-2024:14109-1
Vulnerability from csaf_opensuse - Published: 2024-07-05 00:00 - Updated: 2024-07-05 00:00| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:python313-3.13.0~b3-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-3.13.0~b3-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-3.13.0~b3-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-3.13.0~b3-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:python313-3.13.0~b3-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-3.13.0~b3-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-3.13.0~b3-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-3.13.0~b3-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:python313-3.13.0~b3-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-3.13.0~b3-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-3.13.0~b3-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-3.13.0~b3-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:python313-3.13.0~b3-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-3.13.0~b3-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-3.13.0~b3-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-3.13.0~b3-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:python313-3.13.0~b3-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-3.13.0~b3-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-3.13.0~b3-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-3.13.0~b3-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:python313-3.13.0~b3-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-3.13.0~b3-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-3.13.0~b3-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-3.13.0~b3-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:python313-3.13.0~b3-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-3.13.0~b3-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-3.13.0~b3-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-3.13.0~b3-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:python313-3.13.0~b3-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-3.13.0~b3-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-3.13.0~b3-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-3.13.0~b3-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:python313-3.13.0~b3-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-3.13.0~b3-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-3.13.0~b3-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-3.13.0~b3-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:python313-3.13.0~b3-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-3.13.0~b3-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-3.13.0~b3-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-3.13.0~b3-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:python313-3.13.0~b3-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-3.13.0~b3-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-3.13.0~b3-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-3.13.0~b3-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:python313-3.13.0~b3-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-3.13.0~b3-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-3.13.0~b3-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-3.13.0~b3-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:python313-3.13.0~b3-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-3.13.0~b3-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-3.13.0~b3-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-3.13.0~b3-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:python313-3.13.0~b3-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-3.13.0~b3-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-3.13.0~b3-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-3.13.0~b3-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:python313-3.13.0~b3-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-3.13.0~b3-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-3.13.0~b3-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-3.13.0~b3-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:python313-3.13.0~b3-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-3.13.0~b3-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-3.13.0~b3-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-3.13.0~b3-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:python313-3.13.0~b3-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-3.13.0~b3-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-3.13.0~b3-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-3.13.0~b3-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:python313-3.13.0~b3-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-3.13.0~b3-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-3.13.0~b3-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-3.13.0~b3-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:python313-3.13.0~b3-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-3.13.0~b3-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-3.13.0~b3-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-3.13.0~b3-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:python313-3.13.0~b3-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-3.13.0~b3-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-3.13.0~b3-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-3.13.0~b3-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:python313-3.13.0~b3-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-3.13.0~b3-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-3.13.0~b3-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-3.13.0~b3-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:python313-3.13.0~b3-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-3.13.0~b3-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-3.13.0~b3-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-3.13.0~b3-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:python313-3.13.0~b3-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-3.13.0~b3-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-3.13.0~b3-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-3.13.0~b3-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:python313-3.13.0~b3-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-3.13.0~b3-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-3.13.0~b3-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-3.13.0~b3-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:python313-3.13.0~b3-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-3.13.0~b3-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-3.13.0~b3-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-3.13.0~b3-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:python313-3.13.0~b3-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-3.13.0~b3-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-3.13.0~b3-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-3.13.0~b3-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:python313-3.13.0~b3-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-3.13.0~b3-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-3.13.0~b3-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-3.13.0~b3-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:python313-3.13.0~b3-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-3.13.0~b3-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-3.13.0~b3-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-3.13.0~b3-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-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": "python313-3.13.0~b3-1.1 on GA media",
"title": "Title of the patch"
},
{
"category": "description",
"text": "These are all security issues fixed in the python313-3.13.0~b3-1.1 package on the GA media of openSUSE Tumbleweed.",
"title": "Description of the patch"
},
{
"category": "details",
"text": "openSUSE-Tumbleweed-2024-14109",
"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-2024_14109-1.json"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2011-3389 page",
"url": "https://www.suse.com/security/cve/CVE-2011-3389/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2011-4944 page",
"url": "https://www.suse.com/security/cve/CVE-2011-4944/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2012-0845 page",
"url": "https://www.suse.com/security/cve/CVE-2012-0845/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2012-1150 page",
"url": "https://www.suse.com/security/cve/CVE-2012-1150/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2013-1752 page",
"url": "https://www.suse.com/security/cve/CVE-2013-1752/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2013-4238 page",
"url": "https://www.suse.com/security/cve/CVE-2013-4238/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2014-2667 page",
"url": "https://www.suse.com/security/cve/CVE-2014-2667/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2014-4650 page",
"url": "https://www.suse.com/security/cve/CVE-2014-4650/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2019-20907 page",
"url": "https://www.suse.com/security/cve/CVE-2019-20907/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2019-5010 page",
"url": "https://www.suse.com/security/cve/CVE-2019-5010/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2019-9947 page",
"url": "https://www.suse.com/security/cve/CVE-2019-9947/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2020-10735 page",
"url": "https://www.suse.com/security/cve/CVE-2020-10735/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2020-15523 page",
"url": "https://www.suse.com/security/cve/CVE-2020-15523/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2020-15801 page",
"url": "https://www.suse.com/security/cve/CVE-2020-15801/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2020-8492 page",
"url": "https://www.suse.com/security/cve/CVE-2020-8492/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2021-23336 page",
"url": "https://www.suse.com/security/cve/CVE-2021-23336/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2021-3177 page",
"url": "https://www.suse.com/security/cve/CVE-2021-3177/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2021-3426 page",
"url": "https://www.suse.com/security/cve/CVE-2021-3426/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-25236 page",
"url": "https://www.suse.com/security/cve/CVE-2022-25236/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-42919 page",
"url": "https://www.suse.com/security/cve/CVE-2022-42919/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-45061 page",
"url": "https://www.suse.com/security/cve/CVE-2022-45061/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-0286 page",
"url": "https://www.suse.com/security/cve/CVE-2023-0286/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-24329 page",
"url": "https://www.suse.com/security/cve/CVE-2023-24329/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-2650 page",
"url": "https://www.suse.com/security/cve/CVE-2023-2650/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-27043 page",
"url": "https://www.suse.com/security/cve/CVE-2023-27043/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-40217 page",
"url": "https://www.suse.com/security/cve/CVE-2023-40217/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-52425 page",
"url": "https://www.suse.com/security/cve/CVE-2023-52425/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-4030 page",
"url": "https://www.suse.com/security/cve/CVE-2024-4030/"
}
],
"title": "python313-3.13.0~b3-1.1 on GA media",
"tracking": {
"current_release_date": "2024-07-05T00:00:00Z",
"generator": {
"date": "2024-07-05T00:00:00Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "openSUSE-SU-2024:14109-1",
"initial_release_date": "2024-07-05T00:00:00Z",
"revision_history": [
{
"date": "2024-07-05T00:00:00Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "python313-3.13.0~b3-1.1.aarch64",
"product": {
"name": "python313-3.13.0~b3-1.1.aarch64",
"product_id": "python313-3.13.0~b3-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "python313-curses-3.13.0~b3-1.1.aarch64",
"product": {
"name": "python313-curses-3.13.0~b3-1.1.aarch64",
"product_id": "python313-curses-3.13.0~b3-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "python313-dbm-3.13.0~b3-1.1.aarch64",
"product": {
"name": "python313-dbm-3.13.0~b3-1.1.aarch64",
"product_id": "python313-dbm-3.13.0~b3-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "python313-idle-3.13.0~b3-1.1.aarch64",
"product": {
"name": "python313-idle-3.13.0~b3-1.1.aarch64",
"product_id": "python313-idle-3.13.0~b3-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "python313-tk-3.13.0~b3-1.1.aarch64",
"product": {
"name": "python313-tk-3.13.0~b3-1.1.aarch64",
"product_id": "python313-tk-3.13.0~b3-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "python313-x86-64-v3-3.13.0~b3-1.1.aarch64",
"product": {
"name": "python313-x86-64-v3-3.13.0~b3-1.1.aarch64",
"product_id": "python313-x86-64-v3-3.13.0~b3-1.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "python313-3.13.0~b3-1.1.ppc64le",
"product": {
"name": "python313-3.13.0~b3-1.1.ppc64le",
"product_id": "python313-3.13.0~b3-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python313-curses-3.13.0~b3-1.1.ppc64le",
"product": {
"name": "python313-curses-3.13.0~b3-1.1.ppc64le",
"product_id": "python313-curses-3.13.0~b3-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python313-dbm-3.13.0~b3-1.1.ppc64le",
"product": {
"name": "python313-dbm-3.13.0~b3-1.1.ppc64le",
"product_id": "python313-dbm-3.13.0~b3-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python313-idle-3.13.0~b3-1.1.ppc64le",
"product": {
"name": "python313-idle-3.13.0~b3-1.1.ppc64le",
"product_id": "python313-idle-3.13.0~b3-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python313-tk-3.13.0~b3-1.1.ppc64le",
"product": {
"name": "python313-tk-3.13.0~b3-1.1.ppc64le",
"product_id": "python313-tk-3.13.0~b3-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python313-x86-64-v3-3.13.0~b3-1.1.ppc64le",
"product": {
"name": "python313-x86-64-v3-3.13.0~b3-1.1.ppc64le",
"product_id": "python313-x86-64-v3-3.13.0~b3-1.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "python313-3.13.0~b3-1.1.s390x",
"product": {
"name": "python313-3.13.0~b3-1.1.s390x",
"product_id": "python313-3.13.0~b3-1.1.s390x"
}
},
{
"category": "product_version",
"name": "python313-curses-3.13.0~b3-1.1.s390x",
"product": {
"name": "python313-curses-3.13.0~b3-1.1.s390x",
"product_id": "python313-curses-3.13.0~b3-1.1.s390x"
}
},
{
"category": "product_version",
"name": "python313-dbm-3.13.0~b3-1.1.s390x",
"product": {
"name": "python313-dbm-3.13.0~b3-1.1.s390x",
"product_id": "python313-dbm-3.13.0~b3-1.1.s390x"
}
},
{
"category": "product_version",
"name": "python313-idle-3.13.0~b3-1.1.s390x",
"product": {
"name": "python313-idle-3.13.0~b3-1.1.s390x",
"product_id": "python313-idle-3.13.0~b3-1.1.s390x"
}
},
{
"category": "product_version",
"name": "python313-tk-3.13.0~b3-1.1.s390x",
"product": {
"name": "python313-tk-3.13.0~b3-1.1.s390x",
"product_id": "python313-tk-3.13.0~b3-1.1.s390x"
}
},
{
"category": "product_version",
"name": "python313-x86-64-v3-3.13.0~b3-1.1.s390x",
"product": {
"name": "python313-x86-64-v3-3.13.0~b3-1.1.s390x",
"product_id": "python313-x86-64-v3-3.13.0~b3-1.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "python313-3.13.0~b3-1.1.x86_64",
"product": {
"name": "python313-3.13.0~b3-1.1.x86_64",
"product_id": "python313-3.13.0~b3-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "python313-curses-3.13.0~b3-1.1.x86_64",
"product": {
"name": "python313-curses-3.13.0~b3-1.1.x86_64",
"product_id": "python313-curses-3.13.0~b3-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "python313-dbm-3.13.0~b3-1.1.x86_64",
"product": {
"name": "python313-dbm-3.13.0~b3-1.1.x86_64",
"product_id": "python313-dbm-3.13.0~b3-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "python313-idle-3.13.0~b3-1.1.x86_64",
"product": {
"name": "python313-idle-3.13.0~b3-1.1.x86_64",
"product_id": "python313-idle-3.13.0~b3-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "python313-tk-3.13.0~b3-1.1.x86_64",
"product": {
"name": "python313-tk-3.13.0~b3-1.1.x86_64",
"product_id": "python313-tk-3.13.0~b3-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "python313-x86-64-v3-3.13.0~b3-1.1.x86_64",
"product": {
"name": "python313-x86-64-v3-3.13.0~b3-1.1.x86_64",
"product_id": "python313-x86-64-v3-3.13.0~b3-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": "python313-3.13.0~b3-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python313-3.13.0~b3-1.1.aarch64"
},
"product_reference": "python313-3.13.0~b3-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-3.13.0~b3-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python313-3.13.0~b3-1.1.ppc64le"
},
"product_reference": "python313-3.13.0~b3-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-3.13.0~b3-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python313-3.13.0~b3-1.1.s390x"
},
"product_reference": "python313-3.13.0~b3-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-3.13.0~b3-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python313-3.13.0~b3-1.1.x86_64"
},
"product_reference": "python313-3.13.0~b3-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-curses-3.13.0~b3-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.aarch64"
},
"product_reference": "python313-curses-3.13.0~b3-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-curses-3.13.0~b3-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.ppc64le"
},
"product_reference": "python313-curses-3.13.0~b3-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-curses-3.13.0~b3-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.s390x"
},
"product_reference": "python313-curses-3.13.0~b3-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-curses-3.13.0~b3-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.x86_64"
},
"product_reference": "python313-curses-3.13.0~b3-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-dbm-3.13.0~b3-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.aarch64"
},
"product_reference": "python313-dbm-3.13.0~b3-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-dbm-3.13.0~b3-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.ppc64le"
},
"product_reference": "python313-dbm-3.13.0~b3-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-dbm-3.13.0~b3-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.s390x"
},
"product_reference": "python313-dbm-3.13.0~b3-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-dbm-3.13.0~b3-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.x86_64"
},
"product_reference": "python313-dbm-3.13.0~b3-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-idle-3.13.0~b3-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.aarch64"
},
"product_reference": "python313-idle-3.13.0~b3-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-idle-3.13.0~b3-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.ppc64le"
},
"product_reference": "python313-idle-3.13.0~b3-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-idle-3.13.0~b3-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.s390x"
},
"product_reference": "python313-idle-3.13.0~b3-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-idle-3.13.0~b3-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.x86_64"
},
"product_reference": "python313-idle-3.13.0~b3-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-tk-3.13.0~b3-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.aarch64"
},
"product_reference": "python313-tk-3.13.0~b3-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-tk-3.13.0~b3-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.ppc64le"
},
"product_reference": "python313-tk-3.13.0~b3-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-tk-3.13.0~b3-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.s390x"
},
"product_reference": "python313-tk-3.13.0~b3-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-tk-3.13.0~b3-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.x86_64"
},
"product_reference": "python313-tk-3.13.0~b3-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-x86-64-v3-3.13.0~b3-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.aarch64"
},
"product_reference": "python313-x86-64-v3-3.13.0~b3-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-x86-64-v3-3.13.0~b3-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.ppc64le"
},
"product_reference": "python313-x86-64-v3-3.13.0~b3-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-x86-64-v3-3.13.0~b3-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.s390x"
},
"product_reference": "python313-x86-64-v3-3.13.0~b3-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-x86-64-v3-3.13.0~b3-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.x86_64"
},
"product_reference": "python313-x86-64-v3-3.13.0~b3-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2011-3389",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2011-3389"
}
],
"notes": [
{
"category": "general",
"text": "The SSL protocol, as used in certain configurations in Microsoft Windows and Microsoft Internet Explorer, Mozilla Firefox, Google Chrome, Opera, and other products, encrypts data by using CBC mode with chained initialization vectors, which allows man-in-the-middle attackers to obtain plaintext HTTP headers via a blockwise chosen-boundary attack (BCBA) on an HTTPS session, in conjunction with JavaScript code that uses (1) the HTML5 WebSocket API, (2) the Java URLConnection API, or (3) the Silverlight WebClient API, aka a \"BEAST\" attack.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2011-3389",
"url": "https://www.suse.com/security/cve/CVE-2011-3389"
},
{
"category": "external",
"summary": "SUSE Bug 716002 for CVE-2011-3389",
"url": "https://bugzilla.suse.com/716002"
},
{
"category": "external",
"summary": "SUSE Bug 719047 for CVE-2011-3389",
"url": "https://bugzilla.suse.com/719047"
},
{
"category": "external",
"summary": "SUSE Bug 725167 for CVE-2011-3389",
"url": "https://bugzilla.suse.com/725167"
},
{
"category": "external",
"summary": "SUSE Bug 726096 for CVE-2011-3389",
"url": "https://bugzilla.suse.com/726096"
},
{
"category": "external",
"summary": "SUSE Bug 739248 for CVE-2011-3389",
"url": "https://bugzilla.suse.com/739248"
},
{
"category": "external",
"summary": "SUSE Bug 739256 for CVE-2011-3389",
"url": "https://bugzilla.suse.com/739256"
},
{
"category": "external",
"summary": "SUSE Bug 742306 for CVE-2011-3389",
"url": "https://bugzilla.suse.com/742306"
},
{
"category": "external",
"summary": "SUSE Bug 751718 for CVE-2011-3389",
"url": "https://bugzilla.suse.com/751718"
},
{
"category": "external",
"summary": "SUSE Bug 759666 for CVE-2011-3389",
"url": "https://bugzilla.suse.com/759666"
},
{
"category": "external",
"summary": "SUSE Bug 763598 for CVE-2011-3389",
"url": "https://bugzilla.suse.com/763598"
},
{
"category": "external",
"summary": "SUSE Bug 814655 for CVE-2011-3389",
"url": "https://bugzilla.suse.com/814655"
}
],
"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:python313-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.7,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-07-05T00:00:00Z",
"details": "low"
}
],
"title": "CVE-2011-3389"
},
{
"cve": "CVE-2011-4944",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2011-4944"
}
],
"notes": [
{
"category": "general",
"text": "Python 2.6 through 3.2 creates ~/.pypirc with world-readable permissions before changing them after data has been written, which introduces a race condition that allows local users to obtain a username and password by reading this file.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2011-4944",
"url": "https://www.suse.com/security/cve/CVE-2011-4944"
},
{
"category": "external",
"summary": "SUSE Bug 754447 for CVE-2011-4944",
"url": "https://bugzilla.suse.com/754447"
}
],
"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:python313-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.3,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-07-05T00:00:00Z",
"details": "low"
}
],
"title": "CVE-2011-4944"
},
{
"cve": "CVE-2012-0845",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2012-0845"
}
],
"notes": [
{
"category": "general",
"text": "SimpleXMLRPCServer.py in SimpleXMLRPCServer in Python before 2.6.8, 2.7.x before 2.7.3, 3.x before 3.1.5, and 3.2.x before 3.2.3 allows remote attackers to cause a denial of service (infinite loop and CPU consumption) via an XML-RPC POST request that contains a smaller amount of data than specified by the Content-Length header.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2012-0845",
"url": "https://www.suse.com/security/cve/CVE-2012-0845"
},
{
"category": "external",
"summary": "SUSE Bug 747125 for CVE-2012-0845",
"url": "https://bugzilla.suse.com/747125"
}
],
"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:python313-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-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:N/I:N/A:L",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-07-05T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2012-0845"
},
{
"cve": "CVE-2012-1150",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2012-1150"
}
],
"notes": [
{
"category": "general",
"text": "Python before 2.6.8, 2.7.x before 2.7.3, 3.x before 3.1.5, and 3.2.x before 3.2.3 computes hash values without restricting the ability to trigger hash collisions predictably, which allows context-dependent attackers to cause a denial of service (CPU consumption) via crafted input to an application that maintains a hash table.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2012-1150",
"url": "https://www.suse.com/security/cve/CVE-2012-1150"
},
{
"category": "external",
"summary": "SUSE Bug 751718 for CVE-2012-1150",
"url": "https://bugzilla.suse.com/751718"
},
{
"category": "external",
"summary": "SUSE Bug 755383 for CVE-2012-1150",
"url": "https://bugzilla.suse.com/755383"
},
{
"category": "external",
"summary": "SUSE Bug 826682 for CVE-2012-1150",
"url": "https://bugzilla.suse.com/826682"
}
],
"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:python313-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-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:N/I:N/A:L",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-07-05T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2012-1150"
},
{
"cve": "CVE-2013-1752",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2013-1752"
}
],
"notes": [
{
"category": "general",
"text": "Various versions of Python do not properly restrict readline calls, which allows remote attackers to cause a denial of service (memory consumption) via a long string, related to (1) httplib - fixed in 2.7.4, 2.6.9, and 3.3.3; (2) ftplib - fixed in 2.7.6, 2.6.9, 3.3.3; (3) imaplib - not yet fixed in 2.7.x, fixed in 2.6.9, 3.3.3; (4) nntplib - fixed in 2.7.6, 2.6.9, 3.3.3; (5) poplib - not yet fixed in 2.7.x, fixed in 2.6.9, 3.3.3; and (6) smtplib - not yet fixed in 2.7.x, fixed in 2.6.9, not yet fixed in 3.3.x. NOTE: this was REJECTed because it is incompatible with CNT1 \"Independently Fixable\" in the CVE Counting Decisions",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2013-1752",
"url": "https://www.suse.com/security/cve/CVE-2013-1752"
},
{
"category": "external",
"summary": "SUSE Bug 856835 for CVE-2013-1752",
"url": "https://bugzilla.suse.com/856835"
},
{
"category": "external",
"summary": "SUSE Bug 856836 for CVE-2013-1752",
"url": "https://bugzilla.suse.com/856836"
},
{
"category": "external",
"summary": "SUSE Bug 863741 for CVE-2013-1752",
"url": "https://bugzilla.suse.com/863741"
},
{
"category": "external",
"summary": "SUSE Bug 885882 for CVE-2013-1752",
"url": "https://bugzilla.suse.com/885882"
},
{
"category": "external",
"summary": "SUSE Bug 898572 for CVE-2013-1752",
"url": "https://bugzilla.suse.com/898572"
},
{
"category": "external",
"summary": "SUSE Bug 912739 for CVE-2013-1752",
"url": "https://bugzilla.suse.com/912739"
}
],
"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:python313-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-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:N/I:N/A:L",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-07-05T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2013-1752"
},
{
"cve": "CVE-2013-4238",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2013-4238"
}
],
"notes": [
{
"category": "general",
"text": "The ssl.match_hostname function in the SSL module in Python 2.6 through 3.4 does not properly handle a \u0027\\0\u0027 character in a domain name in the Subject Alternative Name field of an X.509 certificate, which allows man-in-the-middle attackers to spoof arbitrary SSL servers via a crafted certificate issued by a legitimate Certification Authority, a related issue to CVE-2009-2408.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2013-4238",
"url": "https://www.suse.com/security/cve/CVE-2013-4238"
},
{
"category": "external",
"summary": "SUSE Bug 834601 for CVE-2013-4238",
"url": "https://bugzilla.suse.com/834601"
},
{
"category": "external",
"summary": "SUSE Bug 839107 for CVE-2013-4238",
"url": "https://bugzilla.suse.com/839107"
},
{
"category": "external",
"summary": "SUSE Bug 882915 for CVE-2013-4238",
"url": "https://bugzilla.suse.com/882915"
},
{
"category": "external",
"summary": "SUSE Bug 912739 for CVE-2013-4238",
"url": "https://bugzilla.suse.com/912739"
}
],
"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:python313-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-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:N/I:L/A:N",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-07-05T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2013-4238"
},
{
"cve": "CVE-2014-2667",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2014-2667"
}
],
"notes": [
{
"category": "general",
"text": "Race condition in the _get_masked_mode function in Lib/os.py in Python 3.2 through 3.5, when exist_ok is set to true and multiple threads are used, might allow local users to bypass intended file permissions by leveraging a separate application vulnerability before the umask has been set to the expected value.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2014-2667",
"url": "https://www.suse.com/security/cve/CVE-2014-2667"
},
{
"category": "external",
"summary": "SUSE Bug 871152 for CVE-2014-2667",
"url": "https://bugzilla.suse.com/871152"
}
],
"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:python313-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-07-05T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2014-2667"
},
{
"cve": "CVE-2014-4650",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2014-4650"
}
],
"notes": [
{
"category": "general",
"text": "The CGIHTTPServer module in Python 2.7.5 and 3.3.4 does not properly handle URLs in which URL encoding is used for path separators, which allows remote attackers to read script source code or conduct directory traversal attacks and execute unintended code via a crafted character sequence, as demonstrated by a %2f separator.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2014-4650",
"url": "https://www.suse.com/security/cve/CVE-2014-4650"
},
{
"category": "external",
"summary": "SUSE Bug 856835 for CVE-2014-4650",
"url": "https://bugzilla.suse.com/856835"
},
{
"category": "external",
"summary": "SUSE Bug 856836 for CVE-2014-4650",
"url": "https://bugzilla.suse.com/856836"
},
{
"category": "external",
"summary": "SUSE Bug 863741 for CVE-2014-4650",
"url": "https://bugzilla.suse.com/863741"
},
{
"category": "external",
"summary": "SUSE Bug 885882 for CVE-2014-4650",
"url": "https://bugzilla.suse.com/885882"
},
{
"category": "external",
"summary": "SUSE Bug 898572 for CVE-2014-4650",
"url": "https://bugzilla.suse.com/898572"
},
{
"category": "external",
"summary": "SUSE Bug 912739 for CVE-2014-4650",
"url": "https://bugzilla.suse.com/912739"
}
],
"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:python313-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-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:python313-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-07-05T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2014-4650"
},
{
"cve": "CVE-2019-20907",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2019-20907"
}
],
"notes": [
{
"category": "general",
"text": "In Lib/tarfile.py in Python through 3.8.3, an attacker is able to craft a TAR archive leading to an infinite loop when opened by tarfile.open, because _proc_pax lacks header validation.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2019-20907",
"url": "https://www.suse.com/security/cve/CVE-2019-20907"
},
{
"category": "external",
"summary": "SUSE Bug 1174091 for CVE-2019-20907",
"url": "https://bugzilla.suse.com/1174091"
}
],
"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:python313-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-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:N/I:N/A:L",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-07-05T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2019-20907"
},
{
"cve": "CVE-2019-5010",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2019-5010"
}
],
"notes": [
{
"category": "general",
"text": "An exploitable denial-of-service vulnerability exists in the X509 certificate parser of Python.org Python 2.7.11 / 3.6.6. A specially crafted X509 certificate can cause a NULL pointer dereference, resulting in a denial of service. An attacker can initiate or accept TLS connections using crafted certificates to trigger this vulnerability.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2019-5010",
"url": "https://www.suse.com/security/cve/CVE-2019-5010"
},
{
"category": "external",
"summary": "SUSE Bug 1122191 for CVE-2019-5010",
"url": "https://bugzilla.suse.com/1122191"
},
{
"category": "external",
"summary": "SUSE Bug 1126909 for CVE-2019-5010",
"url": "https://bugzilla.suse.com/1126909"
}
],
"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:python313-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.0"
},
"products": [
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-07-05T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2019-5010"
},
{
"cve": "CVE-2019-9947",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2019-9947"
}
],
"notes": [
{
"category": "general",
"text": "An issue was discovered in urllib2 in Python 2.x through 2.7.16 and urllib in Python 3.x through 3.7.3. CRLF injection is possible if the attacker controls a url parameter, as demonstrated by the first argument to urllib.request.urlopen with \\r\\n (specifically in the path component of a URL that lacks a ? character) followed by an HTTP header or a Redis command. This is similar to the CVE-2019-9740 query string issue. This is fixed in: v2.7.17, v2.7.17rc1, v2.7.18, v2.7.18rc1; v3.5.10, v3.5.10rc1, v3.5.8, v3.5.8rc1, v3.5.8rc2, v3.5.9; v3.6.10, v3.6.10rc1, v3.6.11, v3.6.11rc1, v3.6.12, v3.6.9, v3.6.9rc1; v3.7.4, v3.7.4rc1, v3.7.4rc2, v3.7.5, v3.7.5rc1, v3.7.6, v3.7.6rc1, v3.7.7, v3.7.7rc1, v3.7.8, v3.7.8rc1, v3.7.9.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2019-9947",
"url": "https://www.suse.com/security/cve/CVE-2019-9947"
},
{
"category": "external",
"summary": "SUSE Bug 1130840 for CVE-2019-9947",
"url": "https://bugzilla.suse.com/1130840"
},
{
"category": "external",
"summary": "SUSE Bug 1136184 for CVE-2019-9947",
"url": "https://bugzilla.suse.com/1136184"
},
{
"category": "external",
"summary": "SUSE Bug 1155094 for CVE-2019-9947",
"url": "https://bugzilla.suse.com/1155094"
},
{
"category": "external",
"summary": "SUSE Bug 1201559 for CVE-2019-9947",
"url": "https://bugzilla.suse.com/1201559"
}
],
"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:python313-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.4,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:C/C:L/I:L/A:N",
"version": "3.0"
},
"products": [
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-07-05T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2019-9947"
},
{
"cve": "CVE-2020-10735",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2020-10735"
}
],
"notes": [
{
"category": "general",
"text": "A flaw was found in python. In algorithms with quadratic time complexity using non-binary bases, when using int(\"text\"), a system could take 50ms to parse an int string with 100,000 digits and 5s for 1,000,000 digits (float, decimal, int.from_bytes(), and int() for binary bases 2, 4, 8, 16, and 32 are not affected). The highest threat from this vulnerability is to system availability.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2020-10735",
"url": "https://www.suse.com/security/cve/CVE-2020-10735"
},
{
"category": "external",
"summary": "SUSE Bug 1203125 for CVE-2020-10735",
"url": "https://bugzilla.suse.com/1203125"
},
{
"category": "external",
"summary": "SUSE Bug 1204077 for CVE-2020-10735",
"url": "https://bugzilla.suse.com/1204077"
},
{
"category": "external",
"summary": "SUSE Bug 1204096 for CVE-2020-10735",
"url": "https://bugzilla.suse.com/1204096"
},
{
"category": "external",
"summary": "SUSE Bug 1204097 for CVE-2020-10735",
"url": "https://bugzilla.suse.com/1204097"
},
{
"category": "external",
"summary": "SUSE Bug 1205075 for CVE-2020-10735",
"url": "https://bugzilla.suse.com/1205075"
},
{
"category": "external",
"summary": "SUSE Bug 1208131 for CVE-2020-10735",
"url": "https://bugzilla.suse.com/1208131"
}
],
"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:python313-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-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:python313-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-07-05T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2020-10735"
},
{
"cve": "CVE-2020-15523",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2020-15523"
}
],
"notes": [
{
"category": "general",
"text": "In Python 3.6 through 3.6.10, 3.7 through 3.7.8, 3.8 through 3.8.4rc1, and 3.9 through 3.9.0b4 on Windows, a Trojan horse python3.dll might be used in cases where CPython is embedded in a native application. This occurs because python3X.dll may use an invalid search path for python3.dll loading (after Py_SetPath has been used). NOTE: this issue CANNOT occur when using python.exe from a standard (non-embedded) Python installation on Windows.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2020-15523",
"url": "https://www.suse.com/security/cve/CVE-2020-15523"
},
{
"category": "external",
"summary": "SUSE Bug 1173745 for CVE-2020-15523",
"url": "https://bugzilla.suse.com/1173745"
}
],
"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:python313-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-07-05T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2020-15523"
},
{
"cve": "CVE-2020-15801",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2020-15801"
}
],
"notes": [
{
"category": "general",
"text": "In Python 3.8.4, sys.path restrictions specified in a python38._pth file are ignored, allowing code to be loaded from arbitrary locations. The \u003cexecutable-name\u003e._pth file (e.g., the python._pth file) is not affected.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2020-15801",
"url": "https://www.suse.com/security/cve/CVE-2020-15801"
},
{
"category": "external",
"summary": "SUSE Bug 1174241 for CVE-2020-15801",
"url": "https://bugzilla.suse.com/1174241"
}
],
"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:python313-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 9.8,
"baseSeverity": "CRITICAL",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-07-05T00:00:00Z",
"details": "critical"
}
],
"title": "CVE-2020-15801"
},
{
"cve": "CVE-2020-8492",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2020-8492"
}
],
"notes": [
{
"category": "general",
"text": "Python 2.7 through 2.7.17, 3.5 through 3.5.9, 3.6 through 3.6.10, 3.7 through 3.7.6, and 3.8 through 3.8.1 allows an HTTP server to conduct Regular Expression Denial of Service (ReDoS) attacks against a client because of urllib.request.AbstractBasicAuthHandler catastrophic backtracking.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2020-8492",
"url": "https://www.suse.com/security/cve/CVE-2020-8492"
},
{
"category": "external",
"summary": "SUSE Bug 1162367 for CVE-2020-8492",
"url": "https://bugzilla.suse.com/1162367"
}
],
"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:python313-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-07-05T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2020-8492"
},
{
"cve": "CVE-2021-23336",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2021-23336"
}
],
"notes": [
{
"category": "general",
"text": "The package python/cpython from 0 and before 3.6.13, from 3.7.0 and before 3.7.10, from 3.8.0 and before 3.8.8, from 3.9.0 and before 3.9.2 are vulnerable to Web Cache Poisoning via urllib.parse.parse_qsl and urllib.parse.parse_qs by using a vector called parameter cloaking. When the attacker can separate query parameters using a semicolon (;), they can cause a difference in the interpretation of the request between the proxy (running with default configuration) and the server. This can result in malicious requests being cached as completely safe ones, as the proxy would usually not see the semicolon as a separator, and therefore would not include it in a cache key of an unkeyed parameter.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2021-23336",
"url": "https://www.suse.com/security/cve/CVE-2021-23336"
},
{
"category": "external",
"summary": "SUSE Bug 1182179 for CVE-2021-23336",
"url": "https://bugzilla.suse.com/1182179"
},
{
"category": "external",
"summary": "SUSE Bug 1182379 for CVE-2021-23336",
"url": "https://bugzilla.suse.com/1182379"
},
{
"category": "external",
"summary": "SUSE Bug 1182433 for CVE-2021-23336",
"url": "https://bugzilla.suse.com/1182433"
}
],
"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:python313-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:N/I:L/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-07-05T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2021-23336"
},
{
"cve": "CVE-2021-3177",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2021-3177"
}
],
"notes": [
{
"category": "general",
"text": "Python 3.x through 3.9.1 has a buffer overflow in PyCArg_repr in _ctypes/callproc.c, which may lead to remote code execution in certain Python applications that accept floating-point numbers as untrusted input, as demonstrated by a 1e300 argument to c_double.from_param. This occurs because sprintf is used unsafely.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2021-3177",
"url": "https://www.suse.com/security/cve/CVE-2021-3177"
},
{
"category": "external",
"summary": "SUSE Bug 1181126 for CVE-2021-3177",
"url": "https://bugzilla.suse.com/1181126"
}
],
"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:python313-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-07-05T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2021-3177"
},
{
"cve": "CVE-2021-3426",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2021-3426"
}
],
"notes": [
{
"category": "general",
"text": "There\u0027s a flaw in Python 3\u0027s pydoc. A local or adjacent attacker who discovers or is able to convince another local or adjacent user to start a pydoc server could access the server and use it to disclose sensitive information belonging to the other user that they would not normally be able to access. The highest risk of this flaw is to data confidentiality. This flaw affects Python versions before 3.8.9, Python versions before 3.9.3 and Python versions before 3.10.0a7.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2021-3426",
"url": "https://www.suse.com/security/cve/CVE-2021-3426"
},
{
"category": "external",
"summary": "SUSE Bug 1183374 for CVE-2021-3426",
"url": "https://bugzilla.suse.com/1183374"
}
],
"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:python313-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-07-05T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2021-3426"
},
{
"cve": "CVE-2022-25236",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-25236"
}
],
"notes": [
{
"category": "general",
"text": "xmlparse.c in Expat (aka libexpat) before 2.4.5 allows attackers to insert namespace-separator characters into namespace URIs.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-25236",
"url": "https://www.suse.com/security/cve/CVE-2022-25236"
},
{
"category": "external",
"summary": "SUSE Bug 1196025 for CVE-2022-25236",
"url": "https://bugzilla.suse.com/1196025"
},
{
"category": "external",
"summary": "SUSE Bug 1196784 for CVE-2022-25236",
"url": "https://bugzilla.suse.com/1196784"
},
{
"category": "external",
"summary": "SUSE Bug 1197217 for CVE-2022-25236",
"url": "https://bugzilla.suse.com/1197217"
},
{
"category": "external",
"summary": "SUSE Bug 1200038 for CVE-2022-25236",
"url": "https://bugzilla.suse.com/1200038"
},
{
"category": "external",
"summary": "SUSE Bug 1201735 for CVE-2022-25236",
"url": "https://bugzilla.suse.com/1201735"
}
],
"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:python313-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-07-05T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2022-25236"
},
{
"cve": "CVE-2022-42919",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-42919"
}
],
"notes": [
{
"category": "general",
"text": "Python 3.9.x before 3.9.16 and 3.10.x before 3.10.9 on Linux allows local privilege escalation in a non-default configuration. The Python multiprocessing library, when used with the forkserver start method on Linux, allows pickles to be deserialized from any user in the same machine local network namespace, which in many system configurations means any user on the same machine. Pickles can execute arbitrary code. Thus, this allows for local user privilege escalation to the user that any forkserver process is running as. Setting multiprocessing.util.abstract_sockets_supported to False is a workaround. The forkserver start method for multiprocessing is not the default start method. This issue is Linux specific because only Linux supports abstract namespace sockets. CPython before 3.9 does not make use of Linux abstract namespace sockets by default. Support for users manually specifying an abstract namespace socket was added as a bugfix in 3.7.8 and 3.8.3, but users would need to make specific uncommon API calls in order to do that in CPython before 3.9.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-42919",
"url": "https://www.suse.com/security/cve/CVE-2022-42919"
},
{
"category": "external",
"summary": "SUSE Bug 1204886 for CVE-2022-42919",
"url": "https://bugzilla.suse.com/1204886"
}
],
"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:python313-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-07-05T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2022-42919"
},
{
"cve": "CVE-2022-45061",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-45061"
}
],
"notes": [
{
"category": "general",
"text": "An issue was discovered in Python before 3.11.1. An unnecessary quadratic algorithm exists in one path when processing some inputs to the IDNA (RFC 3490) decoder, such that a crafted, unreasonably long name being presented to the decoder could lead to a CPU denial of service. Hostnames are often supplied by remote servers that could be controlled by a malicious actor; in such a scenario, they could trigger excessive CPU consumption on the client attempting to make use of an attacker-supplied supposed hostname. For example, the attack payload could be placed in the Location header of an HTTP response with status code 302. A fix is planned in 3.11.1, 3.10.9, 3.9.16, 3.8.16, and 3.7.16.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-45061",
"url": "https://www.suse.com/security/cve/CVE-2022-45061"
},
{
"category": "external",
"summary": "SUSE Bug 1205244 for CVE-2022-45061",
"url": "https://bugzilla.suse.com/1205244"
},
{
"category": "external",
"summary": "SUSE Bug 1211488 for CVE-2022-45061",
"url": "https://bugzilla.suse.com/1211488"
}
],
"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:python313-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-07-05T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2022-45061"
},
{
"cve": "CVE-2023-0286",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-0286"
}
],
"notes": [
{
"category": "general",
"text": "There is a type confusion vulnerability relating to X.400 address processing\ninside an X.509 GeneralName. X.400 addresses were parsed as an ASN1_STRING but\nthe public structure definition for GENERAL_NAME incorrectly specified the type\nof the x400Address field as ASN1_TYPE. This field is subsequently interpreted by\nthe OpenSSL function GENERAL_NAME_cmp as an ASN1_TYPE rather than an\nASN1_STRING.\n\nWhen CRL checking is enabled (i.e. the application sets the\nX509_V_FLAG_CRL_CHECK flag), this vulnerability may allow an attacker to pass\narbitrary pointers to a memcmp call, enabling them to read memory contents or\nenact a denial of service. In most cases, the attack requires the attacker to\nprovide both the certificate chain and CRL, neither of which need to have a\nvalid signature. If the attacker only controls one of these inputs, the other\ninput must already contain an X.400 address as a CRL distribution point, which\nis uncommon. As such, this vulnerability is most likely to only affect\napplications which have implemented their own functionality for retrieving CRLs\nover a network.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-0286",
"url": "https://www.suse.com/security/cve/CVE-2023-0286"
},
{
"category": "external",
"summary": "SUSE Bug 1207533 for CVE-2023-0286",
"url": "https://bugzilla.suse.com/1207533"
},
{
"category": "external",
"summary": "SUSE Bug 1207569 for CVE-2023-0286",
"url": "https://bugzilla.suse.com/1207569"
},
{
"category": "external",
"summary": "SUSE Bug 1211136 for CVE-2023-0286",
"url": "https://bugzilla.suse.com/1211136"
},
{
"category": "external",
"summary": "SUSE Bug 1211503 for CVE-2023-0286",
"url": "https://bugzilla.suse.com/1211503"
},
{
"category": "external",
"summary": "SUSE Bug 1213146 for CVE-2023-0286",
"url": "https://bugzilla.suse.com/1213146"
},
{
"category": "external",
"summary": "SUSE Bug 1214269 for CVE-2023-0286",
"url": "https://bugzilla.suse.com/1214269"
},
{
"category": "external",
"summary": "SUSE Bug 1218477 for CVE-2023-0286",
"url": "https://bugzilla.suse.com/1218477"
},
{
"category": "external",
"summary": "SUSE Bug 1218967 for CVE-2023-0286",
"url": "https://bugzilla.suse.com/1218967"
},
{
"category": "external",
"summary": "SUSE Bug 1225677 for CVE-2023-0286",
"url": "https://bugzilla.suse.com/1225677"
}
],
"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:python313-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.4,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-07-05T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2023-0286"
},
{
"cve": "CVE-2023-24329",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-24329"
}
],
"notes": [
{
"category": "general",
"text": "An issue in the urllib.parse component of Python before 3.11.4 allows attackers to bypass blocklisting methods by supplying a URL that starts with blank characters.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-24329",
"url": "https://www.suse.com/security/cve/CVE-2023-24329"
},
{
"category": "external",
"summary": "SUSE Bug 1208471 for CVE-2023-24329",
"url": "https://bugzilla.suse.com/1208471"
},
{
"category": "external",
"summary": "SUSE Bug 1213553 for CVE-2023-24329",
"url": "https://bugzilla.suse.com/1213553"
},
{
"category": "external",
"summary": "SUSE Bug 1213554 for CVE-2023-24329",
"url": "https://bugzilla.suse.com/1213554"
},
{
"category": "external",
"summary": "SUSE Bug 1213839 for CVE-2023-24329",
"url": "https://bugzilla.suse.com/1213839"
},
{
"category": "external",
"summary": "SUSE Bug 1225672 for CVE-2023-24329",
"url": "https://bugzilla.suse.com/1225672"
}
],
"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:python313-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.3,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:L/A:L",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-07-05T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2023-24329"
},
{
"cve": "CVE-2023-2650",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-2650"
}
],
"notes": [
{
"category": "general",
"text": "Issue summary: Processing some specially crafted ASN.1 object identifiers or\ndata containing them may be very slow.\n\nImpact summary: Applications that use OBJ_obj2txt() directly, or use any of\nthe OpenSSL subsystems OCSP, PKCS7/SMIME, CMS, CMP/CRMF or TS with no message\nsize limit may experience notable to very long delays when processing those\nmessages, which may lead to a Denial of Service.\n\nAn OBJECT IDENTIFIER is composed of a series of numbers - sub-identifiers -\nmost of which have no size limit. OBJ_obj2txt() may be used to translate\nan ASN.1 OBJECT IDENTIFIER given in DER encoding form (using the OpenSSL\ntype ASN1_OBJECT) to its canonical numeric text form, which are the\nsub-identifiers of the OBJECT IDENTIFIER in decimal form, separated by\nperiods.\n\nWhen one of the sub-identifiers in the OBJECT IDENTIFIER is very large\n(these are sizes that are seen as absurdly large, taking up tens or hundreds\nof KiBs), the translation to a decimal number in text may take a very long\ntime. The time complexity is O(n^2) with \u0027n\u0027 being the size of the\nsub-identifiers in bytes (*).\n\nWith OpenSSL 3.0, support to fetch cryptographic algorithms using names /\nidentifiers in string form was introduced. This includes using OBJECT\nIDENTIFIERs in canonical numeric text form as identifiers for fetching\nalgorithms.\n\nSuch OBJECT IDENTIFIERs may be received through the ASN.1 structure\nAlgorithmIdentifier, which is commonly used in multiple protocols to specify\nwhat cryptographic algorithm should be used to sign or verify, encrypt or\ndecrypt, or digest passed data.\n\nApplications that call OBJ_obj2txt() directly with untrusted data are\naffected, with any version of OpenSSL. If the use is for the mere purpose\nof display, the severity is considered low.\n\nIn OpenSSL 3.0 and newer, this affects the subsystems OCSP, PKCS7/SMIME,\nCMS, CMP/CRMF or TS. It also impacts anything that processes X.509\ncertificates, including simple things like verifying its signature.\n\nThe impact on TLS is relatively low, because all versions of OpenSSL have a\n100KiB limit on the peer\u0027s certificate chain. Additionally, this only\nimpacts clients, or servers that have explicitly enabled client\nauthentication.\n\nIn OpenSSL 1.1.1 and 1.0.2, this only affects displaying diverse objects,\nsuch as X.509 certificates. This is assumed to not happen in such a way\nthat it would cause a Denial of Service, so these versions are considered\nnot affected by this issue in such a way that it would be cause for concern,\nand the severity is therefore considered low.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-2650",
"url": "https://www.suse.com/security/cve/CVE-2023-2650"
},
{
"category": "external",
"summary": "SUSE Bug 1211430 for CVE-2023-2650",
"url": "https://bugzilla.suse.com/1211430"
}
],
"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:python313-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-07-05T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2023-2650"
},
{
"cve": "CVE-2023-27043",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-27043"
}
],
"notes": [
{
"category": "general",
"text": "The email module of Python through 3.11.3 incorrectly parses e-mail addresses that contain a special character. The wrong portion of an RFC2822 header is identified as the value of the addr-spec. In some applications, an attacker can bypass a protection mechanism in which application access is granted only after verifying receipt of e-mail to a specific domain (e.g., only @company.example.com addresses may be used for signup). This occurs in email/_parseaddr.py in recent versions of Python.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-27043",
"url": "https://www.suse.com/security/cve/CVE-2023-27043"
},
{
"category": "external",
"summary": "SUSE Bug 1210638 for CVE-2023-27043",
"url": "https://bugzilla.suse.com/1210638"
},
{
"category": "external",
"summary": "SUSE Bug 1222537 for CVE-2023-27043",
"url": "https://bugzilla.suse.com/1222537"
}
],
"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:python313-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-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:N/I:L/A:N",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-07-05T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2023-27043"
},
{
"cve": "CVE-2023-40217",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-40217"
}
],
"notes": [
{
"category": "general",
"text": "An issue was discovered in Python before 3.8.18, 3.9.x before 3.9.18, 3.10.x before 3.10.13, and 3.11.x before 3.11.5. It primarily affects servers (such as HTTP servers) that use TLS client authentication. If a TLS server-side socket is created, receives data into the socket buffer, and then is closed quickly, there is a brief window where the SSLSocket instance will detect the socket as \"not connected\" and won\u0027t initiate a handshake, but buffered data will still be readable from the socket buffer. This data will not be authenticated if the server-side TLS peer is expecting client certificate authentication, and is indistinguishable from valid TLS stream data. Data is limited in size to the amount that will fit in the buffer. (The TLS connection cannot directly be used for data exfiltration because the vulnerable code path requires that the connection be closed on initialization of the SSLSocket.)",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-40217",
"url": "https://www.suse.com/security/cve/CVE-2023-40217"
},
{
"category": "external",
"summary": "SUSE Bug 1214692 for CVE-2023-40217",
"url": "https://bugzilla.suse.com/1214692"
},
{
"category": "external",
"summary": "SUSE Bug 1217524 for CVE-2023-40217",
"url": "https://bugzilla.suse.com/1217524"
},
{
"category": "external",
"summary": "SUSE Bug 1218319 for CVE-2023-40217",
"url": "https://bugzilla.suse.com/1218319"
},
{
"category": "external",
"summary": "SUSE Bug 1218476 for CVE-2023-40217",
"url": "https://bugzilla.suse.com/1218476"
},
{
"category": "external",
"summary": "SUSE Bug 1218965 for CVE-2023-40217",
"url": "https://bugzilla.suse.com/1218965"
},
{
"category": "external",
"summary": "SUSE Bug 1219472 for CVE-2023-40217",
"url": "https://bugzilla.suse.com/1219472"
},
{
"category": "external",
"summary": "SUSE Bug 1219713 for CVE-2023-40217",
"url": "https://bugzilla.suse.com/1219713"
},
{
"category": "external",
"summary": "SUSE Bug 1221582 for CVE-2023-40217",
"url": "https://bugzilla.suse.com/1221582"
},
{
"category": "external",
"summary": "SUSE Bug 1224883 for CVE-2023-40217",
"url": "https://bugzilla.suse.com/1224883"
}
],
"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:python313-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.4,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-07-05T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2023-40217"
},
{
"cve": "CVE-2023-52425",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-52425"
}
],
"notes": [
{
"category": "general",
"text": "libexpat through 2.5.0 allows a denial of service (resource consumption) because many full reparsings are required in the case of a large token for which multiple buffer fills are needed.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-52425",
"url": "https://www.suse.com/security/cve/CVE-2023-52425"
},
{
"category": "external",
"summary": "SUSE Bug 1219559 for CVE-2023-52425",
"url": "https://bugzilla.suse.com/1219559"
}
],
"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:python313-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-07-05T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2023-52425"
},
{
"cve": "CVE-2024-4030",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-4030"
}
],
"notes": [
{
"category": "general",
"text": "On Windows a directory returned by tempfile.mkdtemp() would not always have permissions set to restrict reading and writing to the temporary directory by other users, instead usually inheriting the correct permissions from the default location. Alternate configurations or users without a profile directory may not have the intended permissions.\n\nIf you\u0027re not using Windows or haven\u0027t changed the temporary directory location then you aren\u0027t affected by this vulnerability. On other platforms the returned directory is consistently readable and writable only by the current user.\n\nThis issue was caused by Python not supporting Unix permissions on Windows. The fix adds support for Unix \"700\" for the mkdir function on Windows which is used by mkdtemp() to ensure the newly created directory has the proper permissions.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-4030",
"url": "https://www.suse.com/security/cve/CVE-2024-4030"
},
{
"category": "external",
"summary": "SUSE Bug 1227152 for CVE-2024-4030",
"url": "https://bugzilla.suse.com/1227152"
}
],
"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:python313-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.4,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-curses-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-dbm-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-idle-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-tk-3.13.0~b3-1.1.x86_64",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.aarch64",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.ppc64le",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.s390x",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.0~b3-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-07-05T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2024-4030"
}
]
}
OPENSUSE-SU-2024:14434-1
Vulnerability from csaf_opensuse - Published: 2024-10-28 00:00 - Updated: 2024-10-28 00:00| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:python314-3.14.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-3.14.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-3.14.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-3.14.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:python314-3.14.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-3.14.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-3.14.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-3.14.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:python314-3.14.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-3.14.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-3.14.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-3.14.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:python314-3.14.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-3.14.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-3.14.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-3.14.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:python314-3.14.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-3.14.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-3.14.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-3.14.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:python314-3.14.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-3.14.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-3.14.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-3.14.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:python314-3.14.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-3.14.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-3.14.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-3.14.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:python314-3.14.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-3.14.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-3.14.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-3.14.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:python314-3.14.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-3.14.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-3.14.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-3.14.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:python314-3.14.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-3.14.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-3.14.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-3.14.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:python314-3.14.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-3.14.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-3.14.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-3.14.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:python314-3.14.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-3.14.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-3.14.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-3.14.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:python314-3.14.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-3.14.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-3.14.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-3.14.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:python314-3.14.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-3.14.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-3.14.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-3.14.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:python314-3.14.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-3.14.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-3.14.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-3.14.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:python314-3.14.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-3.14.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-3.14.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-3.14.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:python314-3.14.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-3.14.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-3.14.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-3.14.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:python314-3.14.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-3.14.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-3.14.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-3.14.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:python314-3.14.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-3.14.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-3.14.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-3.14.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:python314-3.14.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-3.14.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-3.14.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-3.14.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:python314-3.14.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-3.14.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-3.14.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-3.14.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:python314-3.14.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-3.14.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-3.14.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-3.14.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:python314-3.14.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-3.14.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-3.14.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-3.14.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:python314-3.14.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-3.14.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-3.14.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-3.14.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:python314-3.14.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-3.14.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-3.14.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-3.14.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:python314-3.14.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-3.14.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-3.14.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-3.14.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:python314-3.14.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-3.14.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-3.14.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-3.14.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:python314-3.14.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-3.14.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-3.14.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-3.14.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:python314-3.14.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-3.14.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-3.14.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-3.14.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:python314-3.14.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-3.14.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-3.14.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-3.14.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:python314-3.14.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-3.14.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-3.14.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-3.14.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:python314-3.14.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-3.14.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-3.14.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-3.14.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:python314-3.14.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-3.14.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-3.14.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-3.14.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-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": "python314-3.14.0~a1-1.1 on GA media",
"title": "Title of the patch"
},
{
"category": "description",
"text": "These are all security issues fixed in the python314-3.14.0~a1-1.1 package on the GA media of openSUSE Tumbleweed.",
"title": "Description of the patch"
},
{
"category": "details",
"text": "openSUSE-Tumbleweed-2024-14434",
"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-2024_14434-1.json"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2011-3389 page",
"url": "https://www.suse.com/security/cve/CVE-2011-3389/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2011-4944 page",
"url": "https://www.suse.com/security/cve/CVE-2011-4944/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2012-0845 page",
"url": "https://www.suse.com/security/cve/CVE-2012-0845/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2012-1150 page",
"url": "https://www.suse.com/security/cve/CVE-2012-1150/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2013-1752 page",
"url": "https://www.suse.com/security/cve/CVE-2013-1752/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2013-4238 page",
"url": "https://www.suse.com/security/cve/CVE-2013-4238/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2014-2667 page",
"url": "https://www.suse.com/security/cve/CVE-2014-2667/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2014-4650 page",
"url": "https://www.suse.com/security/cve/CVE-2014-4650/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2019-20907 page",
"url": "https://www.suse.com/security/cve/CVE-2019-20907/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2019-5010 page",
"url": "https://www.suse.com/security/cve/CVE-2019-5010/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2019-9947 page",
"url": "https://www.suse.com/security/cve/CVE-2019-9947/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2020-10735 page",
"url": "https://www.suse.com/security/cve/CVE-2020-10735/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2020-15523 page",
"url": "https://www.suse.com/security/cve/CVE-2020-15523/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2020-15801 page",
"url": "https://www.suse.com/security/cve/CVE-2020-15801/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2020-8492 page",
"url": "https://www.suse.com/security/cve/CVE-2020-8492/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2021-23336 page",
"url": "https://www.suse.com/security/cve/CVE-2021-23336/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2021-3177 page",
"url": "https://www.suse.com/security/cve/CVE-2021-3177/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2021-3426 page",
"url": "https://www.suse.com/security/cve/CVE-2021-3426/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-25236 page",
"url": "https://www.suse.com/security/cve/CVE-2022-25236/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-42919 page",
"url": "https://www.suse.com/security/cve/CVE-2022-42919/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-45061 page",
"url": "https://www.suse.com/security/cve/CVE-2022-45061/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-0286 page",
"url": "https://www.suse.com/security/cve/CVE-2023-0286/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-24329 page",
"url": "https://www.suse.com/security/cve/CVE-2023-24329/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-2650 page",
"url": "https://www.suse.com/security/cve/CVE-2023-2650/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-27043 page",
"url": "https://www.suse.com/security/cve/CVE-2023-27043/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-40217 page",
"url": "https://www.suse.com/security/cve/CVE-2023-40217/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-52425 page",
"url": "https://www.suse.com/security/cve/CVE-2023-52425/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-4030 page",
"url": "https://www.suse.com/security/cve/CVE-2024-4030/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-4032 page",
"url": "https://www.suse.com/security/cve/CVE-2024-4032/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-6232 page",
"url": "https://www.suse.com/security/cve/CVE-2024-6232/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-6923 page",
"url": "https://www.suse.com/security/cve/CVE-2024-6923/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-7592 page",
"url": "https://www.suse.com/security/cve/CVE-2024-7592/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-8088 page",
"url": "https://www.suse.com/security/cve/CVE-2024-8088/"
}
],
"title": "python314-3.14.0~a1-1.1 on GA media",
"tracking": {
"current_release_date": "2024-10-28T00:00:00Z",
"generator": {
"date": "2024-10-28T00:00:00Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "openSUSE-SU-2024:14434-1",
"initial_release_date": "2024-10-28T00:00:00Z",
"revision_history": [
{
"date": "2024-10-28T00:00:00Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "python314-3.14.0~a1-1.1.aarch64",
"product": {
"name": "python314-3.14.0~a1-1.1.aarch64",
"product_id": "python314-3.14.0~a1-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "python314-curses-3.14.0~a1-1.1.aarch64",
"product": {
"name": "python314-curses-3.14.0~a1-1.1.aarch64",
"product_id": "python314-curses-3.14.0~a1-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "python314-dbm-3.14.0~a1-1.1.aarch64",
"product": {
"name": "python314-dbm-3.14.0~a1-1.1.aarch64",
"product_id": "python314-dbm-3.14.0~a1-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "python314-idle-3.14.0~a1-1.1.aarch64",
"product": {
"name": "python314-idle-3.14.0~a1-1.1.aarch64",
"product_id": "python314-idle-3.14.0~a1-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "python314-tk-3.14.0~a1-1.1.aarch64",
"product": {
"name": "python314-tk-3.14.0~a1-1.1.aarch64",
"product_id": "python314-tk-3.14.0~a1-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "python314-x86-64-v3-3.14.0~a1-1.1.aarch64",
"product": {
"name": "python314-x86-64-v3-3.14.0~a1-1.1.aarch64",
"product_id": "python314-x86-64-v3-3.14.0~a1-1.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "python314-3.14.0~a1-1.1.ppc64le",
"product": {
"name": "python314-3.14.0~a1-1.1.ppc64le",
"product_id": "python314-3.14.0~a1-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python314-curses-3.14.0~a1-1.1.ppc64le",
"product": {
"name": "python314-curses-3.14.0~a1-1.1.ppc64le",
"product_id": "python314-curses-3.14.0~a1-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python314-dbm-3.14.0~a1-1.1.ppc64le",
"product": {
"name": "python314-dbm-3.14.0~a1-1.1.ppc64le",
"product_id": "python314-dbm-3.14.0~a1-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python314-idle-3.14.0~a1-1.1.ppc64le",
"product": {
"name": "python314-idle-3.14.0~a1-1.1.ppc64le",
"product_id": "python314-idle-3.14.0~a1-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python314-tk-3.14.0~a1-1.1.ppc64le",
"product": {
"name": "python314-tk-3.14.0~a1-1.1.ppc64le",
"product_id": "python314-tk-3.14.0~a1-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python314-x86-64-v3-3.14.0~a1-1.1.ppc64le",
"product": {
"name": "python314-x86-64-v3-3.14.0~a1-1.1.ppc64le",
"product_id": "python314-x86-64-v3-3.14.0~a1-1.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "python314-3.14.0~a1-1.1.s390x",
"product": {
"name": "python314-3.14.0~a1-1.1.s390x",
"product_id": "python314-3.14.0~a1-1.1.s390x"
}
},
{
"category": "product_version",
"name": "python314-curses-3.14.0~a1-1.1.s390x",
"product": {
"name": "python314-curses-3.14.0~a1-1.1.s390x",
"product_id": "python314-curses-3.14.0~a1-1.1.s390x"
}
},
{
"category": "product_version",
"name": "python314-dbm-3.14.0~a1-1.1.s390x",
"product": {
"name": "python314-dbm-3.14.0~a1-1.1.s390x",
"product_id": "python314-dbm-3.14.0~a1-1.1.s390x"
}
},
{
"category": "product_version",
"name": "python314-idle-3.14.0~a1-1.1.s390x",
"product": {
"name": "python314-idle-3.14.0~a1-1.1.s390x",
"product_id": "python314-idle-3.14.0~a1-1.1.s390x"
}
},
{
"category": "product_version",
"name": "python314-tk-3.14.0~a1-1.1.s390x",
"product": {
"name": "python314-tk-3.14.0~a1-1.1.s390x",
"product_id": "python314-tk-3.14.0~a1-1.1.s390x"
}
},
{
"category": "product_version",
"name": "python314-x86-64-v3-3.14.0~a1-1.1.s390x",
"product": {
"name": "python314-x86-64-v3-3.14.0~a1-1.1.s390x",
"product_id": "python314-x86-64-v3-3.14.0~a1-1.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "python314-3.14.0~a1-1.1.x86_64",
"product": {
"name": "python314-3.14.0~a1-1.1.x86_64",
"product_id": "python314-3.14.0~a1-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "python314-curses-3.14.0~a1-1.1.x86_64",
"product": {
"name": "python314-curses-3.14.0~a1-1.1.x86_64",
"product_id": "python314-curses-3.14.0~a1-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "python314-dbm-3.14.0~a1-1.1.x86_64",
"product": {
"name": "python314-dbm-3.14.0~a1-1.1.x86_64",
"product_id": "python314-dbm-3.14.0~a1-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "python314-idle-3.14.0~a1-1.1.x86_64",
"product": {
"name": "python314-idle-3.14.0~a1-1.1.x86_64",
"product_id": "python314-idle-3.14.0~a1-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "python314-tk-3.14.0~a1-1.1.x86_64",
"product": {
"name": "python314-tk-3.14.0~a1-1.1.x86_64",
"product_id": "python314-tk-3.14.0~a1-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "python314-x86-64-v3-3.14.0~a1-1.1.x86_64",
"product": {
"name": "python314-x86-64-v3-3.14.0~a1-1.1.x86_64",
"product_id": "python314-x86-64-v3-3.14.0~a1-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": "python314-3.14.0~a1-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.aarch64"
},
"product_reference": "python314-3.14.0~a1-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python314-3.14.0~a1-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.ppc64le"
},
"product_reference": "python314-3.14.0~a1-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python314-3.14.0~a1-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.s390x"
},
"product_reference": "python314-3.14.0~a1-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python314-3.14.0~a1-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python314-3.14.0~a1-1.1.x86_64"
},
"product_reference": "python314-3.14.0~a1-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python314-curses-3.14.0~a1-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.aarch64"
},
"product_reference": "python314-curses-3.14.0~a1-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python314-curses-3.14.0~a1-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.ppc64le"
},
"product_reference": "python314-curses-3.14.0~a1-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python314-curses-3.14.0~a1-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.s390x"
},
"product_reference": "python314-curses-3.14.0~a1-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python314-curses-3.14.0~a1-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.x86_64"
},
"product_reference": "python314-curses-3.14.0~a1-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python314-dbm-3.14.0~a1-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.aarch64"
},
"product_reference": "python314-dbm-3.14.0~a1-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python314-dbm-3.14.0~a1-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.ppc64le"
},
"product_reference": "python314-dbm-3.14.0~a1-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python314-dbm-3.14.0~a1-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.s390x"
},
"product_reference": "python314-dbm-3.14.0~a1-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python314-dbm-3.14.0~a1-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.x86_64"
},
"product_reference": "python314-dbm-3.14.0~a1-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python314-idle-3.14.0~a1-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.aarch64"
},
"product_reference": "python314-idle-3.14.0~a1-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python314-idle-3.14.0~a1-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.ppc64le"
},
"product_reference": "python314-idle-3.14.0~a1-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python314-idle-3.14.0~a1-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.s390x"
},
"product_reference": "python314-idle-3.14.0~a1-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python314-idle-3.14.0~a1-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.x86_64"
},
"product_reference": "python314-idle-3.14.0~a1-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python314-tk-3.14.0~a1-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.aarch64"
},
"product_reference": "python314-tk-3.14.0~a1-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python314-tk-3.14.0~a1-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.ppc64le"
},
"product_reference": "python314-tk-3.14.0~a1-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python314-tk-3.14.0~a1-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.s390x"
},
"product_reference": "python314-tk-3.14.0~a1-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python314-tk-3.14.0~a1-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.x86_64"
},
"product_reference": "python314-tk-3.14.0~a1-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python314-x86-64-v3-3.14.0~a1-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.aarch64"
},
"product_reference": "python314-x86-64-v3-3.14.0~a1-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python314-x86-64-v3-3.14.0~a1-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.ppc64le"
},
"product_reference": "python314-x86-64-v3-3.14.0~a1-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python314-x86-64-v3-3.14.0~a1-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.s390x"
},
"product_reference": "python314-x86-64-v3-3.14.0~a1-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python314-x86-64-v3-3.14.0~a1-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.x86_64"
},
"product_reference": "python314-x86-64-v3-3.14.0~a1-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2011-3389",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2011-3389"
}
],
"notes": [
{
"category": "general",
"text": "The SSL protocol, as used in certain configurations in Microsoft Windows and Microsoft Internet Explorer, Mozilla Firefox, Google Chrome, Opera, and other products, encrypts data by using CBC mode with chained initialization vectors, which allows man-in-the-middle attackers to obtain plaintext HTTP headers via a blockwise chosen-boundary attack (BCBA) on an HTTPS session, in conjunction with JavaScript code that uses (1) the HTML5 WebSocket API, (2) the Java URLConnection API, or (3) the Silverlight WebClient API, aka a \"BEAST\" attack.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2011-3389",
"url": "https://www.suse.com/security/cve/CVE-2011-3389"
},
{
"category": "external",
"summary": "SUSE Bug 716002 for CVE-2011-3389",
"url": "https://bugzilla.suse.com/716002"
},
{
"category": "external",
"summary": "SUSE Bug 719047 for CVE-2011-3389",
"url": "https://bugzilla.suse.com/719047"
},
{
"category": "external",
"summary": "SUSE Bug 725167 for CVE-2011-3389",
"url": "https://bugzilla.suse.com/725167"
},
{
"category": "external",
"summary": "SUSE Bug 726096 for CVE-2011-3389",
"url": "https://bugzilla.suse.com/726096"
},
{
"category": "external",
"summary": "SUSE Bug 739248 for CVE-2011-3389",
"url": "https://bugzilla.suse.com/739248"
},
{
"category": "external",
"summary": "SUSE Bug 739256 for CVE-2011-3389",
"url": "https://bugzilla.suse.com/739256"
},
{
"category": "external",
"summary": "SUSE Bug 742306 for CVE-2011-3389",
"url": "https://bugzilla.suse.com/742306"
},
{
"category": "external",
"summary": "SUSE Bug 751718 for CVE-2011-3389",
"url": "https://bugzilla.suse.com/751718"
},
{
"category": "external",
"summary": "SUSE Bug 759666 for CVE-2011-3389",
"url": "https://bugzilla.suse.com/759666"
},
{
"category": "external",
"summary": "SUSE Bug 763598 for CVE-2011-3389",
"url": "https://bugzilla.suse.com/763598"
},
{
"category": "external",
"summary": "SUSE Bug 814655 for CVE-2011-3389",
"url": "https://bugzilla.suse.com/814655"
}
],
"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:python314-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.7,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-10-28T00:00:00Z",
"details": "low"
}
],
"title": "CVE-2011-3389"
},
{
"cve": "CVE-2011-4944",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2011-4944"
}
],
"notes": [
{
"category": "general",
"text": "Python 2.6 through 3.2 creates ~/.pypirc with world-readable permissions before changing them after data has been written, which introduces a race condition that allows local users to obtain a username and password by reading this file.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2011-4944",
"url": "https://www.suse.com/security/cve/CVE-2011-4944"
},
{
"category": "external",
"summary": "SUSE Bug 754447 for CVE-2011-4944",
"url": "https://bugzilla.suse.com/754447"
}
],
"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:python314-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.3,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-10-28T00:00:00Z",
"details": "low"
}
],
"title": "CVE-2011-4944"
},
{
"cve": "CVE-2012-0845",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2012-0845"
}
],
"notes": [
{
"category": "general",
"text": "SimpleXMLRPCServer.py in SimpleXMLRPCServer in Python before 2.6.8, 2.7.x before 2.7.3, 3.x before 3.1.5, and 3.2.x before 3.2.3 allows remote attackers to cause a denial of service (infinite loop and CPU consumption) via an XML-RPC POST request that contains a smaller amount of data than specified by the Content-Length header.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2012-0845",
"url": "https://www.suse.com/security/cve/CVE-2012-0845"
},
{
"category": "external",
"summary": "SUSE Bug 747125 for CVE-2012-0845",
"url": "https://bugzilla.suse.com/747125"
}
],
"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:python314-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-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:N/I:N/A:L",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-10-28T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2012-0845"
},
{
"cve": "CVE-2012-1150",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2012-1150"
}
],
"notes": [
{
"category": "general",
"text": "Python before 2.6.8, 2.7.x before 2.7.3, 3.x before 3.1.5, and 3.2.x before 3.2.3 computes hash values without restricting the ability to trigger hash collisions predictably, which allows context-dependent attackers to cause a denial of service (CPU consumption) via crafted input to an application that maintains a hash table.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2012-1150",
"url": "https://www.suse.com/security/cve/CVE-2012-1150"
},
{
"category": "external",
"summary": "SUSE Bug 751718 for CVE-2012-1150",
"url": "https://bugzilla.suse.com/751718"
},
{
"category": "external",
"summary": "SUSE Bug 755383 for CVE-2012-1150",
"url": "https://bugzilla.suse.com/755383"
},
{
"category": "external",
"summary": "SUSE Bug 826682 for CVE-2012-1150",
"url": "https://bugzilla.suse.com/826682"
}
],
"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:python314-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-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:N/I:N/A:L",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-10-28T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2012-1150"
},
{
"cve": "CVE-2013-1752",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2013-1752"
}
],
"notes": [
{
"category": "general",
"text": "Various versions of Python do not properly restrict readline calls, which allows remote attackers to cause a denial of service (memory consumption) via a long string, related to (1) httplib - fixed in 2.7.4, 2.6.9, and 3.3.3; (2) ftplib - fixed in 2.7.6, 2.6.9, 3.3.3; (3) imaplib - not yet fixed in 2.7.x, fixed in 2.6.9, 3.3.3; (4) nntplib - fixed in 2.7.6, 2.6.9, 3.3.3; (5) poplib - not yet fixed in 2.7.x, fixed in 2.6.9, 3.3.3; and (6) smtplib - not yet fixed in 2.7.x, fixed in 2.6.9, not yet fixed in 3.3.x. NOTE: this was REJECTed because it is incompatible with CNT1 \"Independently Fixable\" in the CVE Counting Decisions",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2013-1752",
"url": "https://www.suse.com/security/cve/CVE-2013-1752"
},
{
"category": "external",
"summary": "SUSE Bug 856835 for CVE-2013-1752",
"url": "https://bugzilla.suse.com/856835"
},
{
"category": "external",
"summary": "SUSE Bug 856836 for CVE-2013-1752",
"url": "https://bugzilla.suse.com/856836"
},
{
"category": "external",
"summary": "SUSE Bug 863741 for CVE-2013-1752",
"url": "https://bugzilla.suse.com/863741"
},
{
"category": "external",
"summary": "SUSE Bug 885882 for CVE-2013-1752",
"url": "https://bugzilla.suse.com/885882"
},
{
"category": "external",
"summary": "SUSE Bug 898572 for CVE-2013-1752",
"url": "https://bugzilla.suse.com/898572"
},
{
"category": "external",
"summary": "SUSE Bug 912739 for CVE-2013-1752",
"url": "https://bugzilla.suse.com/912739"
}
],
"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:python314-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-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:N/I:N/A:L",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-10-28T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2013-1752"
},
{
"cve": "CVE-2013-4238",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2013-4238"
}
],
"notes": [
{
"category": "general",
"text": "The ssl.match_hostname function in the SSL module in Python 2.6 through 3.4 does not properly handle a \u0027\\0\u0027 character in a domain name in the Subject Alternative Name field of an X.509 certificate, which allows man-in-the-middle attackers to spoof arbitrary SSL servers via a crafted certificate issued by a legitimate Certification Authority, a related issue to CVE-2009-2408.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2013-4238",
"url": "https://www.suse.com/security/cve/CVE-2013-4238"
},
{
"category": "external",
"summary": "SUSE Bug 834601 for CVE-2013-4238",
"url": "https://bugzilla.suse.com/834601"
},
{
"category": "external",
"summary": "SUSE Bug 839107 for CVE-2013-4238",
"url": "https://bugzilla.suse.com/839107"
},
{
"category": "external",
"summary": "SUSE Bug 882915 for CVE-2013-4238",
"url": "https://bugzilla.suse.com/882915"
},
{
"category": "external",
"summary": "SUSE Bug 912739 for CVE-2013-4238",
"url": "https://bugzilla.suse.com/912739"
}
],
"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:python314-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-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:N/I:L/A:N",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-10-28T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2013-4238"
},
{
"cve": "CVE-2014-2667",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2014-2667"
}
],
"notes": [
{
"category": "general",
"text": "Race condition in the _get_masked_mode function in Lib/os.py in Python 3.2 through 3.5, when exist_ok is set to true and multiple threads are used, might allow local users to bypass intended file permissions by leveraging a separate application vulnerability before the umask has been set to the expected value.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2014-2667",
"url": "https://www.suse.com/security/cve/CVE-2014-2667"
},
{
"category": "external",
"summary": "SUSE Bug 871152 for CVE-2014-2667",
"url": "https://bugzilla.suse.com/871152"
}
],
"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:python314-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-10-28T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2014-2667"
},
{
"cve": "CVE-2014-4650",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2014-4650"
}
],
"notes": [
{
"category": "general",
"text": "The CGIHTTPServer module in Python 2.7.5 and 3.3.4 does not properly handle URLs in which URL encoding is used for path separators, which allows remote attackers to read script source code or conduct directory traversal attacks and execute unintended code via a crafted character sequence, as demonstrated by a %2f separator.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2014-4650",
"url": "https://www.suse.com/security/cve/CVE-2014-4650"
},
{
"category": "external",
"summary": "SUSE Bug 856835 for CVE-2014-4650",
"url": "https://bugzilla.suse.com/856835"
},
{
"category": "external",
"summary": "SUSE Bug 856836 for CVE-2014-4650",
"url": "https://bugzilla.suse.com/856836"
},
{
"category": "external",
"summary": "SUSE Bug 863741 for CVE-2014-4650",
"url": "https://bugzilla.suse.com/863741"
},
{
"category": "external",
"summary": "SUSE Bug 885882 for CVE-2014-4650",
"url": "https://bugzilla.suse.com/885882"
},
{
"category": "external",
"summary": "SUSE Bug 898572 for CVE-2014-4650",
"url": "https://bugzilla.suse.com/898572"
},
{
"category": "external",
"summary": "SUSE Bug 912739 for CVE-2014-4650",
"url": "https://bugzilla.suse.com/912739"
}
],
"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:python314-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-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:python314-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-10-28T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2014-4650"
},
{
"cve": "CVE-2019-20907",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2019-20907"
}
],
"notes": [
{
"category": "general",
"text": "In Lib/tarfile.py in Python through 3.8.3, an attacker is able to craft a TAR archive leading to an infinite loop when opened by tarfile.open, because _proc_pax lacks header validation.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2019-20907",
"url": "https://www.suse.com/security/cve/CVE-2019-20907"
},
{
"category": "external",
"summary": "SUSE Bug 1174091 for CVE-2019-20907",
"url": "https://bugzilla.suse.com/1174091"
}
],
"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:python314-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-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:N/I:N/A:L",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-10-28T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2019-20907"
},
{
"cve": "CVE-2019-5010",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2019-5010"
}
],
"notes": [
{
"category": "general",
"text": "An exploitable denial-of-service vulnerability exists in the X509 certificate parser of Python.org Python 2.7.11 / 3.6.6. A specially crafted X509 certificate can cause a NULL pointer dereference, resulting in a denial of service. An attacker can initiate or accept TLS connections using crafted certificates to trigger this vulnerability.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2019-5010",
"url": "https://www.suse.com/security/cve/CVE-2019-5010"
},
{
"category": "external",
"summary": "SUSE Bug 1122191 for CVE-2019-5010",
"url": "https://bugzilla.suse.com/1122191"
},
{
"category": "external",
"summary": "SUSE Bug 1126909 for CVE-2019-5010",
"url": "https://bugzilla.suse.com/1126909"
}
],
"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:python314-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.0"
},
"products": [
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-10-28T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2019-5010"
},
{
"cve": "CVE-2019-9947",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2019-9947"
}
],
"notes": [
{
"category": "general",
"text": "An issue was discovered in urllib2 in Python 2.x through 2.7.16 and urllib in Python 3.x through 3.7.3. CRLF injection is possible if the attacker controls a url parameter, as demonstrated by the first argument to urllib.request.urlopen with \\r\\n (specifically in the path component of a URL that lacks a ? character) followed by an HTTP header or a Redis command. This is similar to the CVE-2019-9740 query string issue. This is fixed in: v2.7.17, v2.7.17rc1, v2.7.18, v2.7.18rc1; v3.5.10, v3.5.10rc1, v3.5.8, v3.5.8rc1, v3.5.8rc2, v3.5.9; v3.6.10, v3.6.10rc1, v3.6.11, v3.6.11rc1, v3.6.12, v3.6.9, v3.6.9rc1; v3.7.4, v3.7.4rc1, v3.7.4rc2, v3.7.5, v3.7.5rc1, v3.7.6, v3.7.6rc1, v3.7.7, v3.7.7rc1, v3.7.8, v3.7.8rc1, v3.7.9.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2019-9947",
"url": "https://www.suse.com/security/cve/CVE-2019-9947"
},
{
"category": "external",
"summary": "SUSE Bug 1130840 for CVE-2019-9947",
"url": "https://bugzilla.suse.com/1130840"
},
{
"category": "external",
"summary": "SUSE Bug 1136184 for CVE-2019-9947",
"url": "https://bugzilla.suse.com/1136184"
},
{
"category": "external",
"summary": "SUSE Bug 1155094 for CVE-2019-9947",
"url": "https://bugzilla.suse.com/1155094"
},
{
"category": "external",
"summary": "SUSE Bug 1201559 for CVE-2019-9947",
"url": "https://bugzilla.suse.com/1201559"
}
],
"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:python314-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.4,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:C/C:L/I:L/A:N",
"version": "3.0"
},
"products": [
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-10-28T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2019-9947"
},
{
"cve": "CVE-2020-10735",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2020-10735"
}
],
"notes": [
{
"category": "general",
"text": "A flaw was found in python. In algorithms with quadratic time complexity using non-binary bases, when using int(\"text\"), a system could take 50ms to parse an int string with 100,000 digits and 5s for 1,000,000 digits (float, decimal, int.from_bytes(), and int() for binary bases 2, 4, 8, 16, and 32 are not affected). The highest threat from this vulnerability is to system availability.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2020-10735",
"url": "https://www.suse.com/security/cve/CVE-2020-10735"
},
{
"category": "external",
"summary": "SUSE Bug 1203125 for CVE-2020-10735",
"url": "https://bugzilla.suse.com/1203125"
},
{
"category": "external",
"summary": "SUSE Bug 1204077 for CVE-2020-10735",
"url": "https://bugzilla.suse.com/1204077"
},
{
"category": "external",
"summary": "SUSE Bug 1204096 for CVE-2020-10735",
"url": "https://bugzilla.suse.com/1204096"
},
{
"category": "external",
"summary": "SUSE Bug 1204097 for CVE-2020-10735",
"url": "https://bugzilla.suse.com/1204097"
},
{
"category": "external",
"summary": "SUSE Bug 1205075 for CVE-2020-10735",
"url": "https://bugzilla.suse.com/1205075"
},
{
"category": "external",
"summary": "SUSE Bug 1208131 for CVE-2020-10735",
"url": "https://bugzilla.suse.com/1208131"
}
],
"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:python314-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-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:python314-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-10-28T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2020-10735"
},
{
"cve": "CVE-2020-15523",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2020-15523"
}
],
"notes": [
{
"category": "general",
"text": "In Python 3.6 through 3.6.10, 3.7 through 3.7.8, 3.8 through 3.8.4rc1, and 3.9 through 3.9.0b4 on Windows, a Trojan horse python3.dll might be used in cases where CPython is embedded in a native application. This occurs because python3X.dll may use an invalid search path for python3.dll loading (after Py_SetPath has been used). NOTE: this issue CANNOT occur when using python.exe from a standard (non-embedded) Python installation on Windows.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2020-15523",
"url": "https://www.suse.com/security/cve/CVE-2020-15523"
},
{
"category": "external",
"summary": "SUSE Bug 1173745 for CVE-2020-15523",
"url": "https://bugzilla.suse.com/1173745"
}
],
"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:python314-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-10-28T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2020-15523"
},
{
"cve": "CVE-2020-15801",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2020-15801"
}
],
"notes": [
{
"category": "general",
"text": "In Python 3.8.4, sys.path restrictions specified in a python38._pth file are ignored, allowing code to be loaded from arbitrary locations. The \u003cexecutable-name\u003e._pth file (e.g., the python._pth file) is not affected.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2020-15801",
"url": "https://www.suse.com/security/cve/CVE-2020-15801"
},
{
"category": "external",
"summary": "SUSE Bug 1174241 for CVE-2020-15801",
"url": "https://bugzilla.suse.com/1174241"
}
],
"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:python314-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 9.8,
"baseSeverity": "CRITICAL",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-10-28T00:00:00Z",
"details": "critical"
}
],
"title": "CVE-2020-15801"
},
{
"cve": "CVE-2020-8492",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2020-8492"
}
],
"notes": [
{
"category": "general",
"text": "Python 2.7 through 2.7.17, 3.5 through 3.5.9, 3.6 through 3.6.10, 3.7 through 3.7.6, and 3.8 through 3.8.1 allows an HTTP server to conduct Regular Expression Denial of Service (ReDoS) attacks against a client because of urllib.request.AbstractBasicAuthHandler catastrophic backtracking.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2020-8492",
"url": "https://www.suse.com/security/cve/CVE-2020-8492"
},
{
"category": "external",
"summary": "SUSE Bug 1162367 for CVE-2020-8492",
"url": "https://bugzilla.suse.com/1162367"
}
],
"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:python314-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-10-28T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2020-8492"
},
{
"cve": "CVE-2021-23336",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2021-23336"
}
],
"notes": [
{
"category": "general",
"text": "The package python/cpython from 0 and before 3.6.13, from 3.7.0 and before 3.7.10, from 3.8.0 and before 3.8.8, from 3.9.0 and before 3.9.2 are vulnerable to Web Cache Poisoning via urllib.parse.parse_qsl and urllib.parse.parse_qs by using a vector called parameter cloaking. When the attacker can separate query parameters using a semicolon (;), they can cause a difference in the interpretation of the request between the proxy (running with default configuration) and the server. This can result in malicious requests being cached as completely safe ones, as the proxy would usually not see the semicolon as a separator, and therefore would not include it in a cache key of an unkeyed parameter.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2021-23336",
"url": "https://www.suse.com/security/cve/CVE-2021-23336"
},
{
"category": "external",
"summary": "SUSE Bug 1182179 for CVE-2021-23336",
"url": "https://bugzilla.suse.com/1182179"
},
{
"category": "external",
"summary": "SUSE Bug 1182379 for CVE-2021-23336",
"url": "https://bugzilla.suse.com/1182379"
},
{
"category": "external",
"summary": "SUSE Bug 1182433 for CVE-2021-23336",
"url": "https://bugzilla.suse.com/1182433"
}
],
"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:python314-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:N/I:L/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-10-28T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2021-23336"
},
{
"cve": "CVE-2021-3177",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2021-3177"
}
],
"notes": [
{
"category": "general",
"text": "Python 3.x through 3.9.1 has a buffer overflow in PyCArg_repr in _ctypes/callproc.c, which may lead to remote code execution in certain Python applications that accept floating-point numbers as untrusted input, as demonstrated by a 1e300 argument to c_double.from_param. This occurs because sprintf is used unsafely.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2021-3177",
"url": "https://www.suse.com/security/cve/CVE-2021-3177"
},
{
"category": "external",
"summary": "SUSE Bug 1181126 for CVE-2021-3177",
"url": "https://bugzilla.suse.com/1181126"
}
],
"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:python314-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-10-28T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2021-3177"
},
{
"cve": "CVE-2021-3426",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2021-3426"
}
],
"notes": [
{
"category": "general",
"text": "There\u0027s a flaw in Python 3\u0027s pydoc. A local or adjacent attacker who discovers or is able to convince another local or adjacent user to start a pydoc server could access the server and use it to disclose sensitive information belonging to the other user that they would not normally be able to access. The highest risk of this flaw is to data confidentiality. This flaw affects Python versions before 3.8.9, Python versions before 3.9.3 and Python versions before 3.10.0a7.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2021-3426",
"url": "https://www.suse.com/security/cve/CVE-2021-3426"
},
{
"category": "external",
"summary": "SUSE Bug 1183374 for CVE-2021-3426",
"url": "https://bugzilla.suse.com/1183374"
}
],
"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:python314-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-10-28T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2021-3426"
},
{
"cve": "CVE-2022-25236",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-25236"
}
],
"notes": [
{
"category": "general",
"text": "xmlparse.c in Expat (aka libexpat) before 2.4.5 allows attackers to insert namespace-separator characters into namespace URIs.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-25236",
"url": "https://www.suse.com/security/cve/CVE-2022-25236"
},
{
"category": "external",
"summary": "SUSE Bug 1196025 for CVE-2022-25236",
"url": "https://bugzilla.suse.com/1196025"
},
{
"category": "external",
"summary": "SUSE Bug 1196784 for CVE-2022-25236",
"url": "https://bugzilla.suse.com/1196784"
},
{
"category": "external",
"summary": "SUSE Bug 1197217 for CVE-2022-25236",
"url": "https://bugzilla.suse.com/1197217"
},
{
"category": "external",
"summary": "SUSE Bug 1200038 for CVE-2022-25236",
"url": "https://bugzilla.suse.com/1200038"
},
{
"category": "external",
"summary": "SUSE Bug 1201735 for CVE-2022-25236",
"url": "https://bugzilla.suse.com/1201735"
}
],
"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:python314-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-10-28T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2022-25236"
},
{
"cve": "CVE-2022-42919",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-42919"
}
],
"notes": [
{
"category": "general",
"text": "Python 3.9.x before 3.9.16 and 3.10.x before 3.10.9 on Linux allows local privilege escalation in a non-default configuration. The Python multiprocessing library, when used with the forkserver start method on Linux, allows pickles to be deserialized from any user in the same machine local network namespace, which in many system configurations means any user on the same machine. Pickles can execute arbitrary code. Thus, this allows for local user privilege escalation to the user that any forkserver process is running as. Setting multiprocessing.util.abstract_sockets_supported to False is a workaround. The forkserver start method for multiprocessing is not the default start method. This issue is Linux specific because only Linux supports abstract namespace sockets. CPython before 3.9 does not make use of Linux abstract namespace sockets by default. Support for users manually specifying an abstract namespace socket was added as a bugfix in 3.7.8 and 3.8.3, but users would need to make specific uncommon API calls in order to do that in CPython before 3.9.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-42919",
"url": "https://www.suse.com/security/cve/CVE-2022-42919"
},
{
"category": "external",
"summary": "SUSE Bug 1204886 for CVE-2022-42919",
"url": "https://bugzilla.suse.com/1204886"
}
],
"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:python314-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-10-28T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2022-42919"
},
{
"cve": "CVE-2022-45061",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-45061"
}
],
"notes": [
{
"category": "general",
"text": "An issue was discovered in Python before 3.11.1. An unnecessary quadratic algorithm exists in one path when processing some inputs to the IDNA (RFC 3490) decoder, such that a crafted, unreasonably long name being presented to the decoder could lead to a CPU denial of service. Hostnames are often supplied by remote servers that could be controlled by a malicious actor; in such a scenario, they could trigger excessive CPU consumption on the client attempting to make use of an attacker-supplied supposed hostname. For example, the attack payload could be placed in the Location header of an HTTP response with status code 302. A fix is planned in 3.11.1, 3.10.9, 3.9.16, 3.8.16, and 3.7.16.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-45061",
"url": "https://www.suse.com/security/cve/CVE-2022-45061"
},
{
"category": "external",
"summary": "SUSE Bug 1205244 for CVE-2022-45061",
"url": "https://bugzilla.suse.com/1205244"
},
{
"category": "external",
"summary": "SUSE Bug 1211488 for CVE-2022-45061",
"url": "https://bugzilla.suse.com/1211488"
}
],
"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:python314-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-10-28T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2022-45061"
},
{
"cve": "CVE-2023-0286",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-0286"
}
],
"notes": [
{
"category": "general",
"text": "There is a type confusion vulnerability relating to X.400 address processing\ninside an X.509 GeneralName. X.400 addresses were parsed as an ASN1_STRING but\nthe public structure definition for GENERAL_NAME incorrectly specified the type\nof the x400Address field as ASN1_TYPE. This field is subsequently interpreted by\nthe OpenSSL function GENERAL_NAME_cmp as an ASN1_TYPE rather than an\nASN1_STRING.\n\nWhen CRL checking is enabled (i.e. the application sets the\nX509_V_FLAG_CRL_CHECK flag), this vulnerability may allow an attacker to pass\narbitrary pointers to a memcmp call, enabling them to read memory contents or\nenact a denial of service. In most cases, the attack requires the attacker to\nprovide both the certificate chain and CRL, neither of which need to have a\nvalid signature. If the attacker only controls one of these inputs, the other\ninput must already contain an X.400 address as a CRL distribution point, which\nis uncommon. As such, this vulnerability is most likely to only affect\napplications which have implemented their own functionality for retrieving CRLs\nover a network.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-0286",
"url": "https://www.suse.com/security/cve/CVE-2023-0286"
},
{
"category": "external",
"summary": "SUSE Bug 1207533 for CVE-2023-0286",
"url": "https://bugzilla.suse.com/1207533"
},
{
"category": "external",
"summary": "SUSE Bug 1207569 for CVE-2023-0286",
"url": "https://bugzilla.suse.com/1207569"
},
{
"category": "external",
"summary": "SUSE Bug 1211136 for CVE-2023-0286",
"url": "https://bugzilla.suse.com/1211136"
},
{
"category": "external",
"summary": "SUSE Bug 1211503 for CVE-2023-0286",
"url": "https://bugzilla.suse.com/1211503"
},
{
"category": "external",
"summary": "SUSE Bug 1213146 for CVE-2023-0286",
"url": "https://bugzilla.suse.com/1213146"
},
{
"category": "external",
"summary": "SUSE Bug 1214269 for CVE-2023-0286",
"url": "https://bugzilla.suse.com/1214269"
},
{
"category": "external",
"summary": "SUSE Bug 1218477 for CVE-2023-0286",
"url": "https://bugzilla.suse.com/1218477"
},
{
"category": "external",
"summary": "SUSE Bug 1218967 for CVE-2023-0286",
"url": "https://bugzilla.suse.com/1218967"
},
{
"category": "external",
"summary": "SUSE Bug 1225677 for CVE-2023-0286",
"url": "https://bugzilla.suse.com/1225677"
}
],
"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:python314-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.4,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-10-28T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2023-0286"
},
{
"cve": "CVE-2023-24329",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-24329"
}
],
"notes": [
{
"category": "general",
"text": "An issue in the urllib.parse component of Python before 3.11.4 allows attackers to bypass blocklisting methods by supplying a URL that starts with blank characters.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-24329",
"url": "https://www.suse.com/security/cve/CVE-2023-24329"
},
{
"category": "external",
"summary": "SUSE Bug 1208471 for CVE-2023-24329",
"url": "https://bugzilla.suse.com/1208471"
},
{
"category": "external",
"summary": "SUSE Bug 1213553 for CVE-2023-24329",
"url": "https://bugzilla.suse.com/1213553"
},
{
"category": "external",
"summary": "SUSE Bug 1213554 for CVE-2023-24329",
"url": "https://bugzilla.suse.com/1213554"
},
{
"category": "external",
"summary": "SUSE Bug 1213839 for CVE-2023-24329",
"url": "https://bugzilla.suse.com/1213839"
},
{
"category": "external",
"summary": "SUSE Bug 1225672 for CVE-2023-24329",
"url": "https://bugzilla.suse.com/1225672"
}
],
"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:python314-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.3,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:L/A:L",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-10-28T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2023-24329"
},
{
"cve": "CVE-2023-2650",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-2650"
}
],
"notes": [
{
"category": "general",
"text": "Issue summary: Processing some specially crafted ASN.1 object identifiers or\ndata containing them may be very slow.\n\nImpact summary: Applications that use OBJ_obj2txt() directly, or use any of\nthe OpenSSL subsystems OCSP, PKCS7/SMIME, CMS, CMP/CRMF or TS with no message\nsize limit may experience notable to very long delays when processing those\nmessages, which may lead to a Denial of Service.\n\nAn OBJECT IDENTIFIER is composed of a series of numbers - sub-identifiers -\nmost of which have no size limit. OBJ_obj2txt() may be used to translate\nan ASN.1 OBJECT IDENTIFIER given in DER encoding form (using the OpenSSL\ntype ASN1_OBJECT) to its canonical numeric text form, which are the\nsub-identifiers of the OBJECT IDENTIFIER in decimal form, separated by\nperiods.\n\nWhen one of the sub-identifiers in the OBJECT IDENTIFIER is very large\n(these are sizes that are seen as absurdly large, taking up tens or hundreds\nof KiBs), the translation to a decimal number in text may take a very long\ntime. The time complexity is O(n^2) with \u0027n\u0027 being the size of the\nsub-identifiers in bytes (*).\n\nWith OpenSSL 3.0, support to fetch cryptographic algorithms using names /\nidentifiers in string form was introduced. This includes using OBJECT\nIDENTIFIERs in canonical numeric text form as identifiers for fetching\nalgorithms.\n\nSuch OBJECT IDENTIFIERs may be received through the ASN.1 structure\nAlgorithmIdentifier, which is commonly used in multiple protocols to specify\nwhat cryptographic algorithm should be used to sign or verify, encrypt or\ndecrypt, or digest passed data.\n\nApplications that call OBJ_obj2txt() directly with untrusted data are\naffected, with any version of OpenSSL. If the use is for the mere purpose\nof display, the severity is considered low.\n\nIn OpenSSL 3.0 and newer, this affects the subsystems OCSP, PKCS7/SMIME,\nCMS, CMP/CRMF or TS. It also impacts anything that processes X.509\ncertificates, including simple things like verifying its signature.\n\nThe impact on TLS is relatively low, because all versions of OpenSSL have a\n100KiB limit on the peer\u0027s certificate chain. Additionally, this only\nimpacts clients, or servers that have explicitly enabled client\nauthentication.\n\nIn OpenSSL 1.1.1 and 1.0.2, this only affects displaying diverse objects,\nsuch as X.509 certificates. This is assumed to not happen in such a way\nthat it would cause a Denial of Service, so these versions are considered\nnot affected by this issue in such a way that it would be cause for concern,\nand the severity is therefore considered low.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-2650",
"url": "https://www.suse.com/security/cve/CVE-2023-2650"
},
{
"category": "external",
"summary": "SUSE Bug 1211430 for CVE-2023-2650",
"url": "https://bugzilla.suse.com/1211430"
}
],
"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:python314-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-10-28T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2023-2650"
},
{
"cve": "CVE-2023-27043",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-27043"
}
],
"notes": [
{
"category": "general",
"text": "The email module of Python through 3.11.3 incorrectly parses e-mail addresses that contain a special character. The wrong portion of an RFC2822 header is identified as the value of the addr-spec. In some applications, an attacker can bypass a protection mechanism in which application access is granted only after verifying receipt of e-mail to a specific domain (e.g., only @company.example.com addresses may be used for signup). This occurs in email/_parseaddr.py in recent versions of Python.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-27043",
"url": "https://www.suse.com/security/cve/CVE-2023-27043"
},
{
"category": "external",
"summary": "SUSE Bug 1210638 for CVE-2023-27043",
"url": "https://bugzilla.suse.com/1210638"
},
{
"category": "external",
"summary": "SUSE Bug 1222537 for CVE-2023-27043",
"url": "https://bugzilla.suse.com/1222537"
}
],
"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:python314-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-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:N/I:L/A:N",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-10-28T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2023-27043"
},
{
"cve": "CVE-2023-40217",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-40217"
}
],
"notes": [
{
"category": "general",
"text": "An issue was discovered in Python before 3.8.18, 3.9.x before 3.9.18, 3.10.x before 3.10.13, and 3.11.x before 3.11.5. It primarily affects servers (such as HTTP servers) that use TLS client authentication. If a TLS server-side socket is created, receives data into the socket buffer, and then is closed quickly, there is a brief window where the SSLSocket instance will detect the socket as \"not connected\" and won\u0027t initiate a handshake, but buffered data will still be readable from the socket buffer. This data will not be authenticated if the server-side TLS peer is expecting client certificate authentication, and is indistinguishable from valid TLS stream data. Data is limited in size to the amount that will fit in the buffer. (The TLS connection cannot directly be used for data exfiltration because the vulnerable code path requires that the connection be closed on initialization of the SSLSocket.)",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-40217",
"url": "https://www.suse.com/security/cve/CVE-2023-40217"
},
{
"category": "external",
"summary": "SUSE Bug 1214692 for CVE-2023-40217",
"url": "https://bugzilla.suse.com/1214692"
},
{
"category": "external",
"summary": "SUSE Bug 1217524 for CVE-2023-40217",
"url": "https://bugzilla.suse.com/1217524"
},
{
"category": "external",
"summary": "SUSE Bug 1218319 for CVE-2023-40217",
"url": "https://bugzilla.suse.com/1218319"
},
{
"category": "external",
"summary": "SUSE Bug 1218476 for CVE-2023-40217",
"url": "https://bugzilla.suse.com/1218476"
},
{
"category": "external",
"summary": "SUSE Bug 1218965 for CVE-2023-40217",
"url": "https://bugzilla.suse.com/1218965"
},
{
"category": "external",
"summary": "SUSE Bug 1219472 for CVE-2023-40217",
"url": "https://bugzilla.suse.com/1219472"
},
{
"category": "external",
"summary": "SUSE Bug 1219713 for CVE-2023-40217",
"url": "https://bugzilla.suse.com/1219713"
},
{
"category": "external",
"summary": "SUSE Bug 1221582 for CVE-2023-40217",
"url": "https://bugzilla.suse.com/1221582"
},
{
"category": "external",
"summary": "SUSE Bug 1224883 for CVE-2023-40217",
"url": "https://bugzilla.suse.com/1224883"
}
],
"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:python314-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.4,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-10-28T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2023-40217"
},
{
"cve": "CVE-2023-52425",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-52425"
}
],
"notes": [
{
"category": "general",
"text": "libexpat through 2.5.0 allows a denial of service (resource consumption) because many full reparsings are required in the case of a large token for which multiple buffer fills are needed.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-52425",
"url": "https://www.suse.com/security/cve/CVE-2023-52425"
},
{
"category": "external",
"summary": "SUSE Bug 1219559 for CVE-2023-52425",
"url": "https://bugzilla.suse.com/1219559"
}
],
"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:python314-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-10-28T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2023-52425"
},
{
"cve": "CVE-2024-4030",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-4030"
}
],
"notes": [
{
"category": "general",
"text": "On Windows a directory returned by tempfile.mkdtemp() would not always have permissions set to restrict reading and writing to the temporary directory by other users, instead usually inheriting the correct permissions from the default location. Alternate configurations or users without a profile directory may not have the intended permissions.\n\nIf you\u0027re not using Windows or haven\u0027t changed the temporary directory location then you aren\u0027t affected by this vulnerability. On other platforms the returned directory is consistently readable and writable only by the current user.\n\nThis issue was caused by Python not supporting Unix permissions on Windows. The fix adds support for Unix \"700\" for the mkdir function on Windows which is used by mkdtemp() to ensure the newly created directory has the proper permissions.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-4030",
"url": "https://www.suse.com/security/cve/CVE-2024-4030"
},
{
"category": "external",
"summary": "SUSE Bug 1227152 for CVE-2024-4030",
"url": "https://bugzilla.suse.com/1227152"
}
],
"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:python314-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.4,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-10-28T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2024-4030"
},
{
"cve": "CVE-2024-4032",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-4032"
}
],
"notes": [
{
"category": "general",
"text": "The \"ipaddress\" module contained incorrect information about whether certain IPv4 and IPv6 addresses were designated as \"globally reachable\" or \"private\". This affected the is_private and is_global properties of the ipaddress.IPv4Address, ipaddress.IPv4Network, ipaddress.IPv6Address, and ipaddress.IPv6Network classes, where values wouldn\u0027t be returned in accordance with the latest information from the IANA Special-Purpose Address Registries.\n\nCPython 3.12.4 and 3.13.0a6 contain updated information from these registries and thus have the intended behavior.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-4032",
"url": "https://www.suse.com/security/cve/CVE-2024-4032"
},
{
"category": "external",
"summary": "SUSE Bug 1226448 for CVE-2024-4032",
"url": "https://bugzilla.suse.com/1226448"
}
],
"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:python314-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.7,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-10-28T00:00:00Z",
"details": "low"
}
],
"title": "CVE-2024-4032"
},
{
"cve": "CVE-2024-6232",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-6232"
}
],
"notes": [
{
"category": "general",
"text": "There is a MEDIUM severity vulnerability affecting CPython.\n\n\n\n\n\nRegular expressions that allowed excessive backtracking during tarfile.TarFile header parsing are vulnerable to ReDoS via specifically-crafted tar archives.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-6232",
"url": "https://www.suse.com/security/cve/CVE-2024-6232"
},
{
"category": "external",
"summary": "SUSE Bug 1230227 for CVE-2024-6232",
"url": "https://bugzilla.suse.com/1230227"
}
],
"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:python314-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-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:python314-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-10-28T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2024-6232"
},
{
"cve": "CVE-2024-6923",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-6923"
}
],
"notes": [
{
"category": "general",
"text": "There is a MEDIUM severity vulnerability affecting CPython.\n\nThe \nemail module didn\u0027t properly quote newlines for email headers when \nserializing an email message allowing for header injection when an email\n is serialized.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-6923",
"url": "https://www.suse.com/security/cve/CVE-2024-6923"
},
{
"category": "external",
"summary": "SUSE Bug 1228780 for CVE-2024-6923",
"url": "https://bugzilla.suse.com/1228780"
}
],
"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:python314-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-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:python314-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-10-28T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2024-6923"
},
{
"cve": "CVE-2024-7592",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-7592"
}
],
"notes": [
{
"category": "general",
"text": "There is a LOW severity vulnerability affecting CPython, specifically the\n\u0027http.cookies\u0027 standard library module.\n\n\nWhen parsing cookies that contained backslashes for quoted characters in\nthe cookie value, the parser would use an algorithm with quadratic\ncomplexity, resulting in excess CPU resources being used while parsing the\nvalue.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-7592",
"url": "https://www.suse.com/security/cve/CVE-2024-7592"
},
{
"category": "external",
"summary": "SUSE Bug 1229596 for CVE-2024-7592",
"url": "https://bugzilla.suse.com/1229596"
}
],
"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:python314-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 2.6,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:R/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-10-28T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2024-7592"
},
{
"cve": "CVE-2024-8088",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-8088"
}
],
"notes": [
{
"category": "general",
"text": "There is a HIGH severity vulnerability affecting the CPython \"zipfile\"\nmodule affecting \"zipfile.Path\". Note that the more common API \"zipfile.ZipFile\" class is unaffected.\n\n\n\n\n\nWhen iterating over names of entries in a zip archive (for example, methods\nof \"zipfile.Path\" like \"namelist()\", \"iterdir()\", etc)\nthe process can be put into an infinite loop with a maliciously crafted\nzip archive. This defect applies when reading only metadata or extracting\nthe contents of the zip archive. Programs that are not handling\nuser-controlled zip archives are not affected.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-8088",
"url": "https://www.suse.com/security/cve/CVE-2024-8088"
},
{
"category": "external",
"summary": "SUSE Bug 1229704 for CVE-2024-8088",
"url": "https://bugzilla.suse.com/1229704"
}
],
"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:python314-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-curses-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-dbm-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-idle-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-tk-3.14.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a1-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-10-28T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2024-8088"
}
]
}
OPENSUSE-SU-2025:14821-1
Vulnerability from csaf_opensuse - Published: 2025-02-18 00:00 - Updated: 2025-02-18 00:00| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:ruby3.4-rubygem-grpc-1.70.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby3.4-rubygem-grpc-1.70.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby3.4-rubygem-grpc-1.70.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby3.4-rubygem-grpc-1.70.1-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": "ruby3.4-rubygem-grpc-1.70.1-1.1 on GA media",
"title": "Title of the patch"
},
{
"category": "description",
"text": "These are all security issues fixed in the ruby3.4-rubygem-grpc-1.70.1-1.1 package on the GA media of openSUSE Tumbleweed.",
"title": "Description of the patch"
},
{
"category": "details",
"text": "openSUSE-Tumbleweed-2025-14821",
"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-2025_14821-1.json"
},
{
"category": "self",
"summary": "URL for openSUSE-SU-2025:14821-1",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/RIPOSWR7VD36W5GUHTZAEDEWEJLAEQ4X/"
},
{
"category": "self",
"summary": "E-Mail link for openSUSE-SU-2025:14821-1",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/RIPOSWR7VD36W5GUHTZAEDEWEJLAEQ4X/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-0286 page",
"url": "https://www.suse.com/security/cve/CVE-2023-0286/"
}
],
"title": "ruby3.4-rubygem-grpc-1.70.1-1.1 on GA media",
"tracking": {
"current_release_date": "2025-02-18T00:00:00Z",
"generator": {
"date": "2025-02-18T00:00:00Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "openSUSE-SU-2025:14821-1",
"initial_release_date": "2025-02-18T00:00:00Z",
"revision_history": [
{
"date": "2025-02-18T00:00:00Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "ruby3.4-rubygem-grpc-1.70.1-1.1.aarch64",
"product": {
"name": "ruby3.4-rubygem-grpc-1.70.1-1.1.aarch64",
"product_id": "ruby3.4-rubygem-grpc-1.70.1-1.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "ruby3.4-rubygem-grpc-1.70.1-1.1.ppc64le",
"product": {
"name": "ruby3.4-rubygem-grpc-1.70.1-1.1.ppc64le",
"product_id": "ruby3.4-rubygem-grpc-1.70.1-1.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "ruby3.4-rubygem-grpc-1.70.1-1.1.s390x",
"product": {
"name": "ruby3.4-rubygem-grpc-1.70.1-1.1.s390x",
"product_id": "ruby3.4-rubygem-grpc-1.70.1-1.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "ruby3.4-rubygem-grpc-1.70.1-1.1.x86_64",
"product": {
"name": "ruby3.4-rubygem-grpc-1.70.1-1.1.x86_64",
"product_id": "ruby3.4-rubygem-grpc-1.70.1-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": "ruby3.4-rubygem-grpc-1.70.1-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:ruby3.4-rubygem-grpc-1.70.1-1.1.aarch64"
},
"product_reference": "ruby3.4-rubygem-grpc-1.70.1-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby3.4-rubygem-grpc-1.70.1-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:ruby3.4-rubygem-grpc-1.70.1-1.1.ppc64le"
},
"product_reference": "ruby3.4-rubygem-grpc-1.70.1-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby3.4-rubygem-grpc-1.70.1-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:ruby3.4-rubygem-grpc-1.70.1-1.1.s390x"
},
"product_reference": "ruby3.4-rubygem-grpc-1.70.1-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby3.4-rubygem-grpc-1.70.1-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:ruby3.4-rubygem-grpc-1.70.1-1.1.x86_64"
},
"product_reference": "ruby3.4-rubygem-grpc-1.70.1-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-0286",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-0286"
}
],
"notes": [
{
"category": "general",
"text": "There is a type confusion vulnerability relating to X.400 address processing\ninside an X.509 GeneralName. X.400 addresses were parsed as an ASN1_STRING but\nthe public structure definition for GENERAL_NAME incorrectly specified the type\nof the x400Address field as ASN1_TYPE. This field is subsequently interpreted by\nthe OpenSSL function GENERAL_NAME_cmp as an ASN1_TYPE rather than an\nASN1_STRING.\n\nWhen CRL checking is enabled (i.e. the application sets the\nX509_V_FLAG_CRL_CHECK flag), this vulnerability may allow an attacker to pass\narbitrary pointers to a memcmp call, enabling them to read memory contents or\nenact a denial of service. In most cases, the attack requires the attacker to\nprovide both the certificate chain and CRL, neither of which need to have a\nvalid signature. If the attacker only controls one of these inputs, the other\ninput must already contain an X.400 address as a CRL distribution point, which\nis uncommon. As such, this vulnerability is most likely to only affect\napplications which have implemented their own functionality for retrieving CRLs\nover a network.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:ruby3.4-rubygem-grpc-1.70.1-1.1.aarch64",
"openSUSE Tumbleweed:ruby3.4-rubygem-grpc-1.70.1-1.1.ppc64le",
"openSUSE Tumbleweed:ruby3.4-rubygem-grpc-1.70.1-1.1.s390x",
"openSUSE Tumbleweed:ruby3.4-rubygem-grpc-1.70.1-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-0286",
"url": "https://www.suse.com/security/cve/CVE-2023-0286"
},
{
"category": "external",
"summary": "SUSE Bug 1207533 for CVE-2023-0286",
"url": "https://bugzilla.suse.com/1207533"
},
{
"category": "external",
"summary": "SUSE Bug 1207569 for CVE-2023-0286",
"url": "https://bugzilla.suse.com/1207569"
},
{
"category": "external",
"summary": "SUSE Bug 1211136 for CVE-2023-0286",
"url": "https://bugzilla.suse.com/1211136"
},
{
"category": "external",
"summary": "SUSE Bug 1211503 for CVE-2023-0286",
"url": "https://bugzilla.suse.com/1211503"
},
{
"category": "external",
"summary": "SUSE Bug 1213146 for CVE-2023-0286",
"url": "https://bugzilla.suse.com/1213146"
},
{
"category": "external",
"summary": "SUSE Bug 1214269 for CVE-2023-0286",
"url": "https://bugzilla.suse.com/1214269"
},
{
"category": "external",
"summary": "SUSE Bug 1218477 for CVE-2023-0286",
"url": "https://bugzilla.suse.com/1218477"
},
{
"category": "external",
"summary": "SUSE Bug 1218967 for CVE-2023-0286",
"url": "https://bugzilla.suse.com/1218967"
},
{
"category": "external",
"summary": "SUSE Bug 1225677 for CVE-2023-0286",
"url": "https://bugzilla.suse.com/1225677"
}
],
"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:ruby3.4-rubygem-grpc-1.70.1-1.1.aarch64",
"openSUSE Tumbleweed:ruby3.4-rubygem-grpc-1.70.1-1.1.ppc64le",
"openSUSE Tumbleweed:ruby3.4-rubygem-grpc-1.70.1-1.1.s390x",
"openSUSE Tumbleweed:ruby3.4-rubygem-grpc-1.70.1-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.4,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:ruby3.4-rubygem-grpc-1.70.1-1.1.aarch64",
"openSUSE Tumbleweed:ruby3.4-rubygem-grpc-1.70.1-1.1.ppc64le",
"openSUSE Tumbleweed:ruby3.4-rubygem-grpc-1.70.1-1.1.s390x",
"openSUSE Tumbleweed:ruby3.4-rubygem-grpc-1.70.1-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-02-18T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2023-0286"
}
]
}
OPENSUSE-SU-2025:15713-1
Vulnerability from csaf_opensuse - Published: 2025-11-07 00:00 - Updated: 2025-11-07 00:00| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:python315-3.15.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-3.15.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-3.15.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-3.15.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:python315-3.15.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-3.15.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-3.15.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-3.15.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:python315-3.15.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-3.15.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-3.15.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-3.15.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:python315-3.15.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-3.15.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-3.15.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-3.15.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:python315-3.15.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-3.15.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-3.15.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-3.15.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:python315-3.15.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-3.15.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-3.15.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-3.15.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:python315-3.15.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-3.15.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-3.15.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-3.15.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:python315-3.15.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-3.15.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-3.15.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-3.15.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:python315-3.15.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-3.15.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-3.15.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-3.15.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:python315-3.15.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-3.15.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-3.15.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-3.15.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:python315-3.15.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-3.15.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-3.15.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-3.15.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:python315-3.15.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-3.15.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-3.15.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-3.15.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:python315-3.15.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-3.15.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-3.15.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-3.15.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:python315-3.15.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-3.15.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-3.15.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-3.15.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:python315-3.15.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-3.15.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-3.15.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-3.15.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:python315-3.15.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-3.15.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-3.15.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-3.15.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:python315-3.15.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-3.15.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-3.15.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-3.15.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:python315-3.15.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-3.15.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-3.15.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-3.15.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:python315-3.15.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-3.15.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-3.15.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-3.15.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:python315-3.15.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-3.15.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-3.15.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-3.15.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:python315-3.15.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-3.15.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-3.15.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-3.15.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:python315-3.15.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-3.15.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-3.15.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-3.15.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:python315-3.15.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-3.15.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-3.15.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-3.15.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:python315-3.15.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-3.15.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-3.15.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-3.15.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:python315-3.15.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-3.15.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-3.15.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-3.15.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:python315-3.15.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-3.15.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-3.15.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-3.15.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:python315-3.15.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-3.15.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-3.15.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-3.15.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:python315-3.15.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-3.15.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-3.15.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-3.15.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:python315-3.15.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-3.15.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-3.15.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-3.15.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:python315-3.15.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-3.15.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-3.15.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-3.15.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:python315-3.15.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-3.15.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-3.15.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-3.15.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:python315-3.15.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-3.15.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-3.15.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-3.15.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:python315-3.15.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-3.15.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-3.15.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-3.15.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:python315-3.15.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-3.15.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-3.15.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-3.15.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:python315-3.15.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-3.15.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-3.15.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-3.15.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:python315-3.15.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-3.15.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-3.15.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-3.15.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:python315-3.15.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-3.15.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-3.15.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-3.15.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:python315-3.15.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-3.15.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-3.15.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-3.15.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:python315-3.15.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-3.15.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-3.15.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-3.15.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-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~a1-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~a1-1.1 package on the GA media of openSUSE Tumbleweed.",
"title": "Description of the patch"
},
{
"category": "details",
"text": "openSUSE-Tumbleweed-2025-15713",
"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-2025_15713-1.json"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2011-3389 page",
"url": "https://www.suse.com/security/cve/CVE-2011-3389/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2011-4944 page",
"url": "https://www.suse.com/security/cve/CVE-2011-4944/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2012-0845 page",
"url": "https://www.suse.com/security/cve/CVE-2012-0845/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2012-1150 page",
"url": "https://www.suse.com/security/cve/CVE-2012-1150/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2013-1752 page",
"url": "https://www.suse.com/security/cve/CVE-2013-1752/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2013-4238 page",
"url": "https://www.suse.com/security/cve/CVE-2013-4238/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2014-2667 page",
"url": "https://www.suse.com/security/cve/CVE-2014-2667/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2014-4650 page",
"url": "https://www.suse.com/security/cve/CVE-2014-4650/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2019-20907 page",
"url": "https://www.suse.com/security/cve/CVE-2019-20907/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2019-5010 page",
"url": "https://www.suse.com/security/cve/CVE-2019-5010/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2019-9947 page",
"url": "https://www.suse.com/security/cve/CVE-2019-9947/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2020-10735 page",
"url": "https://www.suse.com/security/cve/CVE-2020-10735/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2020-15523 page",
"url": "https://www.suse.com/security/cve/CVE-2020-15523/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2020-15801 page",
"url": "https://www.suse.com/security/cve/CVE-2020-15801/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2020-8492 page",
"url": "https://www.suse.com/security/cve/CVE-2020-8492/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2021-23336 page",
"url": "https://www.suse.com/security/cve/CVE-2021-23336/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2021-3177 page",
"url": "https://www.suse.com/security/cve/CVE-2021-3177/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2021-3426 page",
"url": "https://www.suse.com/security/cve/CVE-2021-3426/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-25236 page",
"url": "https://www.suse.com/security/cve/CVE-2022-25236/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-42919 page",
"url": "https://www.suse.com/security/cve/CVE-2022-42919/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-45061 page",
"url": "https://www.suse.com/security/cve/CVE-2022-45061/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-0286 page",
"url": "https://www.suse.com/security/cve/CVE-2023-0286/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-24329 page",
"url": "https://www.suse.com/security/cve/CVE-2023-24329/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-2650 page",
"url": "https://www.suse.com/security/cve/CVE-2023-2650/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-27043 page",
"url": "https://www.suse.com/security/cve/CVE-2023-27043/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-40217 page",
"url": "https://www.suse.com/security/cve/CVE-2023-40217/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-52425 page",
"url": "https://www.suse.com/security/cve/CVE-2023-52425/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-4030 page",
"url": "https://www.suse.com/security/cve/CVE-2024-4030/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-4032 page",
"url": "https://www.suse.com/security/cve/CVE-2024-4032/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-6232 page",
"url": "https://www.suse.com/security/cve/CVE-2024-6232/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-6923 page",
"url": "https://www.suse.com/security/cve/CVE-2024-6923/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-7592 page",
"url": "https://www.suse.com/security/cve/CVE-2024-7592/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-8088 page",
"url": "https://www.suse.com/security/cve/CVE-2024-8088/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-0938 page",
"url": "https://www.suse.com/security/cve/CVE-2025-0938/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-4435 page",
"url": "https://www.suse.com/security/cve/CVE-2025-4435/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-4516 page",
"url": "https://www.suse.com/security/cve/CVE-2025-4516/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-6069 page",
"url": "https://www.suse.com/security/cve/CVE-2025-6069/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-8194 page",
"url": "https://www.suse.com/security/cve/CVE-2025-8194/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-8291 page",
"url": "https://www.suse.com/security/cve/CVE-2025-8291/"
}
],
"title": "python315-3.15.0~a1-1.1 on GA media",
"tracking": {
"current_release_date": "2025-11-07T00:00:00Z",
"generator": {
"date": "2025-11-07T00:00:00Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "openSUSE-SU-2025:15713-1",
"initial_release_date": "2025-11-07T00:00:00Z",
"revision_history": [
{
"date": "2025-11-07T00:00:00Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "python315-3.15.0~a1-1.1.aarch64",
"product": {
"name": "python315-3.15.0~a1-1.1.aarch64",
"product_id": "python315-3.15.0~a1-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "python315-curses-3.15.0~a1-1.1.aarch64",
"product": {
"name": "python315-curses-3.15.0~a1-1.1.aarch64",
"product_id": "python315-curses-3.15.0~a1-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "python315-dbm-3.15.0~a1-1.1.aarch64",
"product": {
"name": "python315-dbm-3.15.0~a1-1.1.aarch64",
"product_id": "python315-dbm-3.15.0~a1-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "python315-idle-3.15.0~a1-1.1.aarch64",
"product": {
"name": "python315-idle-3.15.0~a1-1.1.aarch64",
"product_id": "python315-idle-3.15.0~a1-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "python315-profiling-3.15.0~a1-1.1.aarch64",
"product": {
"name": "python315-profiling-3.15.0~a1-1.1.aarch64",
"product_id": "python315-profiling-3.15.0~a1-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "python315-tk-3.15.0~a1-1.1.aarch64",
"product": {
"name": "python315-tk-3.15.0~a1-1.1.aarch64",
"product_id": "python315-tk-3.15.0~a1-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "python315-x86-64-v3-3.15.0~a1-1.1.aarch64",
"product": {
"name": "python315-x86-64-v3-3.15.0~a1-1.1.aarch64",
"product_id": "python315-x86-64-v3-3.15.0~a1-1.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "python315-3.15.0~a1-1.1.ppc64le",
"product": {
"name": "python315-3.15.0~a1-1.1.ppc64le",
"product_id": "python315-3.15.0~a1-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python315-curses-3.15.0~a1-1.1.ppc64le",
"product": {
"name": "python315-curses-3.15.0~a1-1.1.ppc64le",
"product_id": "python315-curses-3.15.0~a1-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python315-dbm-3.15.0~a1-1.1.ppc64le",
"product": {
"name": "python315-dbm-3.15.0~a1-1.1.ppc64le",
"product_id": "python315-dbm-3.15.0~a1-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python315-idle-3.15.0~a1-1.1.ppc64le",
"product": {
"name": "python315-idle-3.15.0~a1-1.1.ppc64le",
"product_id": "python315-idle-3.15.0~a1-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python315-profiling-3.15.0~a1-1.1.ppc64le",
"product": {
"name": "python315-profiling-3.15.0~a1-1.1.ppc64le",
"product_id": "python315-profiling-3.15.0~a1-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python315-tk-3.15.0~a1-1.1.ppc64le",
"product": {
"name": "python315-tk-3.15.0~a1-1.1.ppc64le",
"product_id": "python315-tk-3.15.0~a1-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python315-x86-64-v3-3.15.0~a1-1.1.ppc64le",
"product": {
"name": "python315-x86-64-v3-3.15.0~a1-1.1.ppc64le",
"product_id": "python315-x86-64-v3-3.15.0~a1-1.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "python315-3.15.0~a1-1.1.s390x",
"product": {
"name": "python315-3.15.0~a1-1.1.s390x",
"product_id": "python315-3.15.0~a1-1.1.s390x"
}
},
{
"category": "product_version",
"name": "python315-curses-3.15.0~a1-1.1.s390x",
"product": {
"name": "python315-curses-3.15.0~a1-1.1.s390x",
"product_id": "python315-curses-3.15.0~a1-1.1.s390x"
}
},
{
"category": "product_version",
"name": "python315-dbm-3.15.0~a1-1.1.s390x",
"product": {
"name": "python315-dbm-3.15.0~a1-1.1.s390x",
"product_id": "python315-dbm-3.15.0~a1-1.1.s390x"
}
},
{
"category": "product_version",
"name": "python315-idle-3.15.0~a1-1.1.s390x",
"product": {
"name": "python315-idle-3.15.0~a1-1.1.s390x",
"product_id": "python315-idle-3.15.0~a1-1.1.s390x"
}
},
{
"category": "product_version",
"name": "python315-profiling-3.15.0~a1-1.1.s390x",
"product": {
"name": "python315-profiling-3.15.0~a1-1.1.s390x",
"product_id": "python315-profiling-3.15.0~a1-1.1.s390x"
}
},
{
"category": "product_version",
"name": "python315-tk-3.15.0~a1-1.1.s390x",
"product": {
"name": "python315-tk-3.15.0~a1-1.1.s390x",
"product_id": "python315-tk-3.15.0~a1-1.1.s390x"
}
},
{
"category": "product_version",
"name": "python315-x86-64-v3-3.15.0~a1-1.1.s390x",
"product": {
"name": "python315-x86-64-v3-3.15.0~a1-1.1.s390x",
"product_id": "python315-x86-64-v3-3.15.0~a1-1.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "python315-3.15.0~a1-1.1.x86_64",
"product": {
"name": "python315-3.15.0~a1-1.1.x86_64",
"product_id": "python315-3.15.0~a1-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "python315-curses-3.15.0~a1-1.1.x86_64",
"product": {
"name": "python315-curses-3.15.0~a1-1.1.x86_64",
"product_id": "python315-curses-3.15.0~a1-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "python315-dbm-3.15.0~a1-1.1.x86_64",
"product": {
"name": "python315-dbm-3.15.0~a1-1.1.x86_64",
"product_id": "python315-dbm-3.15.0~a1-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "python315-idle-3.15.0~a1-1.1.x86_64",
"product": {
"name": "python315-idle-3.15.0~a1-1.1.x86_64",
"product_id": "python315-idle-3.15.0~a1-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "python315-profiling-3.15.0~a1-1.1.x86_64",
"product": {
"name": "python315-profiling-3.15.0~a1-1.1.x86_64",
"product_id": "python315-profiling-3.15.0~a1-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "python315-tk-3.15.0~a1-1.1.x86_64",
"product": {
"name": "python315-tk-3.15.0~a1-1.1.x86_64",
"product_id": "python315-tk-3.15.0~a1-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "python315-x86-64-v3-3.15.0~a1-1.1.x86_64",
"product": {
"name": "python315-x86-64-v3-3.15.0~a1-1.1.x86_64",
"product_id": "python315-x86-64-v3-3.15.0~a1-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~a1-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python315-3.15.0~a1-1.1.aarch64"
},
"product_reference": "python315-3.15.0~a1-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python315-3.15.0~a1-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python315-3.15.0~a1-1.1.ppc64le"
},
"product_reference": "python315-3.15.0~a1-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python315-3.15.0~a1-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python315-3.15.0~a1-1.1.s390x"
},
"product_reference": "python315-3.15.0~a1-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python315-3.15.0~a1-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python315-3.15.0~a1-1.1.x86_64"
},
"product_reference": "python315-3.15.0~a1-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python315-curses-3.15.0~a1-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.aarch64"
},
"product_reference": "python315-curses-3.15.0~a1-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python315-curses-3.15.0~a1-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.ppc64le"
},
"product_reference": "python315-curses-3.15.0~a1-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python315-curses-3.15.0~a1-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.s390x"
},
"product_reference": "python315-curses-3.15.0~a1-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python315-curses-3.15.0~a1-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.x86_64"
},
"product_reference": "python315-curses-3.15.0~a1-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python315-dbm-3.15.0~a1-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.aarch64"
},
"product_reference": "python315-dbm-3.15.0~a1-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python315-dbm-3.15.0~a1-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.ppc64le"
},
"product_reference": "python315-dbm-3.15.0~a1-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python315-dbm-3.15.0~a1-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.s390x"
},
"product_reference": "python315-dbm-3.15.0~a1-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python315-dbm-3.15.0~a1-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.x86_64"
},
"product_reference": "python315-dbm-3.15.0~a1-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python315-idle-3.15.0~a1-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.aarch64"
},
"product_reference": "python315-idle-3.15.0~a1-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python315-idle-3.15.0~a1-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.ppc64le"
},
"product_reference": "python315-idle-3.15.0~a1-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python315-idle-3.15.0~a1-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.s390x"
},
"product_reference": "python315-idle-3.15.0~a1-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python315-idle-3.15.0~a1-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.x86_64"
},
"product_reference": "python315-idle-3.15.0~a1-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python315-profiling-3.15.0~a1-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.aarch64"
},
"product_reference": "python315-profiling-3.15.0~a1-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python315-profiling-3.15.0~a1-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.ppc64le"
},
"product_reference": "python315-profiling-3.15.0~a1-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python315-profiling-3.15.0~a1-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.s390x"
},
"product_reference": "python315-profiling-3.15.0~a1-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python315-profiling-3.15.0~a1-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.x86_64"
},
"product_reference": "python315-profiling-3.15.0~a1-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python315-tk-3.15.0~a1-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.aarch64"
},
"product_reference": "python315-tk-3.15.0~a1-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python315-tk-3.15.0~a1-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.ppc64le"
},
"product_reference": "python315-tk-3.15.0~a1-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python315-tk-3.15.0~a1-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.s390x"
},
"product_reference": "python315-tk-3.15.0~a1-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python315-tk-3.15.0~a1-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.x86_64"
},
"product_reference": "python315-tk-3.15.0~a1-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~a1-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.aarch64"
},
"product_reference": "python315-x86-64-v3-3.15.0~a1-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python315-x86-64-v3-3.15.0~a1-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.ppc64le"
},
"product_reference": "python315-x86-64-v3-3.15.0~a1-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python315-x86-64-v3-3.15.0~a1-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.s390x"
},
"product_reference": "python315-x86-64-v3-3.15.0~a1-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python315-x86-64-v3-3.15.0~a1-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.x86_64"
},
"product_reference": "python315-x86-64-v3-3.15.0~a1-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2011-3389",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2011-3389"
}
],
"notes": [
{
"category": "general",
"text": "The SSL protocol, as used in certain configurations in Microsoft Windows and Microsoft Internet Explorer, Mozilla Firefox, Google Chrome, Opera, and other products, encrypts data by using CBC mode with chained initialization vectors, which allows man-in-the-middle attackers to obtain plaintext HTTP headers via a blockwise chosen-boundary attack (BCBA) on an HTTPS session, in conjunction with JavaScript code that uses (1) the HTML5 WebSocket API, (2) the Java URLConnection API, or (3) the Silverlight WebClient API, aka a \"BEAST\" attack.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2011-3389",
"url": "https://www.suse.com/security/cve/CVE-2011-3389"
},
{
"category": "external",
"summary": "SUSE Bug 716002 for CVE-2011-3389",
"url": "https://bugzilla.suse.com/716002"
},
{
"category": "external",
"summary": "SUSE Bug 719047 for CVE-2011-3389",
"url": "https://bugzilla.suse.com/719047"
},
{
"category": "external",
"summary": "SUSE Bug 725167 for CVE-2011-3389",
"url": "https://bugzilla.suse.com/725167"
},
{
"category": "external",
"summary": "SUSE Bug 726096 for CVE-2011-3389",
"url": "https://bugzilla.suse.com/726096"
},
{
"category": "external",
"summary": "SUSE Bug 739248 for CVE-2011-3389",
"url": "https://bugzilla.suse.com/739248"
},
{
"category": "external",
"summary": "SUSE Bug 739256 for CVE-2011-3389",
"url": "https://bugzilla.suse.com/739256"
},
{
"category": "external",
"summary": "SUSE Bug 742306 for CVE-2011-3389",
"url": "https://bugzilla.suse.com/742306"
},
{
"category": "external",
"summary": "SUSE Bug 751718 for CVE-2011-3389",
"url": "https://bugzilla.suse.com/751718"
},
{
"category": "external",
"summary": "SUSE Bug 759666 for CVE-2011-3389",
"url": "https://bugzilla.suse.com/759666"
},
{
"category": "external",
"summary": "SUSE Bug 763598 for CVE-2011-3389",
"url": "https://bugzilla.suse.com/763598"
},
{
"category": "external",
"summary": "SUSE Bug 814655 for CVE-2011-3389",
"url": "https://bugzilla.suse.com/814655"
}
],
"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~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.7,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-11-07T00:00:00Z",
"details": "low"
}
],
"title": "CVE-2011-3389"
},
{
"cve": "CVE-2011-4944",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2011-4944"
}
],
"notes": [
{
"category": "general",
"text": "Python 2.6 through 3.2 creates ~/.pypirc with world-readable permissions before changing them after data has been written, which introduces a race condition that allows local users to obtain a username and password by reading this file.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2011-4944",
"url": "https://www.suse.com/security/cve/CVE-2011-4944"
},
{
"category": "external",
"summary": "SUSE Bug 754447 for CVE-2011-4944",
"url": "https://bugzilla.suse.com/754447"
}
],
"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~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.3,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-11-07T00:00:00Z",
"details": "low"
}
],
"title": "CVE-2011-4944"
},
{
"cve": "CVE-2012-0845",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2012-0845"
}
],
"notes": [
{
"category": "general",
"text": "SimpleXMLRPCServer.py in SimpleXMLRPCServer in Python before 2.6.8, 2.7.x before 2.7.3, 3.x before 3.1.5, and 3.2.x before 3.2.3 allows remote attackers to cause a denial of service (infinite loop and CPU consumption) via an XML-RPC POST request that contains a smaller amount of data than specified by the Content-Length header.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2012-0845",
"url": "https://www.suse.com/security/cve/CVE-2012-0845"
},
{
"category": "external",
"summary": "SUSE Bug 747125 for CVE-2012-0845",
"url": "https://bugzilla.suse.com/747125"
}
],
"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~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-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:N/I:N/A:L",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-11-07T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2012-0845"
},
{
"cve": "CVE-2012-1150",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2012-1150"
}
],
"notes": [
{
"category": "general",
"text": "Python before 2.6.8, 2.7.x before 2.7.3, 3.x before 3.1.5, and 3.2.x before 3.2.3 computes hash values without restricting the ability to trigger hash collisions predictably, which allows context-dependent attackers to cause a denial of service (CPU consumption) via crafted input to an application that maintains a hash table.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2012-1150",
"url": "https://www.suse.com/security/cve/CVE-2012-1150"
},
{
"category": "external",
"summary": "SUSE Bug 751718 for CVE-2012-1150",
"url": "https://bugzilla.suse.com/751718"
},
{
"category": "external",
"summary": "SUSE Bug 755383 for CVE-2012-1150",
"url": "https://bugzilla.suse.com/755383"
},
{
"category": "external",
"summary": "SUSE Bug 826682 for CVE-2012-1150",
"url": "https://bugzilla.suse.com/826682"
}
],
"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~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-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:N/I:N/A:L",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-11-07T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2012-1150"
},
{
"cve": "CVE-2013-1752",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2013-1752"
}
],
"notes": [
{
"category": "general",
"text": "Various versions of Python do not properly restrict readline calls, which allows remote attackers to cause a denial of service (memory consumption) via a long string, related to (1) httplib - fixed in 2.7.4, 2.6.9, and 3.3.3; (2) ftplib - fixed in 2.7.6, 2.6.9, 3.3.3; (3) imaplib - not yet fixed in 2.7.x, fixed in 2.6.9, 3.3.3; (4) nntplib - fixed in 2.7.6, 2.6.9, 3.3.3; (5) poplib - not yet fixed in 2.7.x, fixed in 2.6.9, 3.3.3; and (6) smtplib - not yet fixed in 2.7.x, fixed in 2.6.9, not yet fixed in 3.3.x. NOTE: this was REJECTed because it is incompatible with CNT1 \"Independently Fixable\" in the CVE Counting Decisions",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2013-1752",
"url": "https://www.suse.com/security/cve/CVE-2013-1752"
},
{
"category": "external",
"summary": "SUSE Bug 856835 for CVE-2013-1752",
"url": "https://bugzilla.suse.com/856835"
},
{
"category": "external",
"summary": "SUSE Bug 856836 for CVE-2013-1752",
"url": "https://bugzilla.suse.com/856836"
},
{
"category": "external",
"summary": "SUSE Bug 863741 for CVE-2013-1752",
"url": "https://bugzilla.suse.com/863741"
},
{
"category": "external",
"summary": "SUSE Bug 885882 for CVE-2013-1752",
"url": "https://bugzilla.suse.com/885882"
},
{
"category": "external",
"summary": "SUSE Bug 898572 for CVE-2013-1752",
"url": "https://bugzilla.suse.com/898572"
},
{
"category": "external",
"summary": "SUSE Bug 912739 for CVE-2013-1752",
"url": "https://bugzilla.suse.com/912739"
}
],
"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~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-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:N/I:N/A:L",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-11-07T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2013-1752"
},
{
"cve": "CVE-2013-4238",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2013-4238"
}
],
"notes": [
{
"category": "general",
"text": "The ssl.match_hostname function in the SSL module in Python 2.6 through 3.4 does not properly handle a \u0027\\0\u0027 character in a domain name in the Subject Alternative Name field of an X.509 certificate, which allows man-in-the-middle attackers to spoof arbitrary SSL servers via a crafted certificate issued by a legitimate Certification Authority, a related issue to CVE-2009-2408.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2013-4238",
"url": "https://www.suse.com/security/cve/CVE-2013-4238"
},
{
"category": "external",
"summary": "SUSE Bug 834601 for CVE-2013-4238",
"url": "https://bugzilla.suse.com/834601"
},
{
"category": "external",
"summary": "SUSE Bug 839107 for CVE-2013-4238",
"url": "https://bugzilla.suse.com/839107"
},
{
"category": "external",
"summary": "SUSE Bug 882915 for CVE-2013-4238",
"url": "https://bugzilla.suse.com/882915"
},
{
"category": "external",
"summary": "SUSE Bug 912739 for CVE-2013-4238",
"url": "https://bugzilla.suse.com/912739"
}
],
"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~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-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:N/I:L/A:N",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-11-07T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2013-4238"
},
{
"cve": "CVE-2014-2667",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2014-2667"
}
],
"notes": [
{
"category": "general",
"text": "Race condition in the _get_masked_mode function in Lib/os.py in Python 3.2 through 3.5, when exist_ok is set to true and multiple threads are used, might allow local users to bypass intended file permissions by leveraging a separate application vulnerability before the umask has been set to the expected value.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2014-2667",
"url": "https://www.suse.com/security/cve/CVE-2014-2667"
},
{
"category": "external",
"summary": "SUSE Bug 871152 for CVE-2014-2667",
"url": "https://bugzilla.suse.com/871152"
}
],
"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~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-11-07T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2014-2667"
},
{
"cve": "CVE-2014-4650",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2014-4650"
}
],
"notes": [
{
"category": "general",
"text": "The CGIHTTPServer module in Python 2.7.5 and 3.3.4 does not properly handle URLs in which URL encoding is used for path separators, which allows remote attackers to read script source code or conduct directory traversal attacks and execute unintended code via a crafted character sequence, as demonstrated by a %2f separator.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2014-4650",
"url": "https://www.suse.com/security/cve/CVE-2014-4650"
},
{
"category": "external",
"summary": "SUSE Bug 856835 for CVE-2014-4650",
"url": "https://bugzilla.suse.com/856835"
},
{
"category": "external",
"summary": "SUSE Bug 856836 for CVE-2014-4650",
"url": "https://bugzilla.suse.com/856836"
},
{
"category": "external",
"summary": "SUSE Bug 863741 for CVE-2014-4650",
"url": "https://bugzilla.suse.com/863741"
},
{
"category": "external",
"summary": "SUSE Bug 885882 for CVE-2014-4650",
"url": "https://bugzilla.suse.com/885882"
},
{
"category": "external",
"summary": "SUSE Bug 898572 for CVE-2014-4650",
"url": "https://bugzilla.suse.com/898572"
},
{
"category": "external",
"summary": "SUSE Bug 912739 for CVE-2014-4650",
"url": "https://bugzilla.suse.com/912739"
}
],
"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~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-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~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-11-07T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2014-4650"
},
{
"cve": "CVE-2019-20907",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2019-20907"
}
],
"notes": [
{
"category": "general",
"text": "In Lib/tarfile.py in Python through 3.8.3, an attacker is able to craft a TAR archive leading to an infinite loop when opened by tarfile.open, because _proc_pax lacks header validation.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2019-20907",
"url": "https://www.suse.com/security/cve/CVE-2019-20907"
},
{
"category": "external",
"summary": "SUSE Bug 1174091 for CVE-2019-20907",
"url": "https://bugzilla.suse.com/1174091"
}
],
"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~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-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:N/I:N/A:L",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-11-07T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2019-20907"
},
{
"cve": "CVE-2019-5010",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2019-5010"
}
],
"notes": [
{
"category": "general",
"text": "An exploitable denial-of-service vulnerability exists in the X509 certificate parser of Python.org Python 2.7.11 / 3.6.6. A specially crafted X509 certificate can cause a NULL pointer dereference, resulting in a denial of service. An attacker can initiate or accept TLS connections using crafted certificates to trigger this vulnerability.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2019-5010",
"url": "https://www.suse.com/security/cve/CVE-2019-5010"
},
{
"category": "external",
"summary": "SUSE Bug 1122191 for CVE-2019-5010",
"url": "https://bugzilla.suse.com/1122191"
},
{
"category": "external",
"summary": "SUSE Bug 1126909 for CVE-2019-5010",
"url": "https://bugzilla.suse.com/1126909"
}
],
"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~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.0"
},
"products": [
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-11-07T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2019-5010"
},
{
"cve": "CVE-2019-9947",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2019-9947"
}
],
"notes": [
{
"category": "general",
"text": "An issue was discovered in urllib2 in Python 2.x through 2.7.16 and urllib in Python 3.x through 3.7.3. CRLF injection is possible if the attacker controls a url parameter, as demonstrated by the first argument to urllib.request.urlopen with \\r\\n (specifically in the path component of a URL that lacks a ? character) followed by an HTTP header or a Redis command. This is similar to the CVE-2019-9740 query string issue. This is fixed in: v2.7.17, v2.7.17rc1, v2.7.18, v2.7.18rc1; v3.5.10, v3.5.10rc1, v3.5.8, v3.5.8rc1, v3.5.8rc2, v3.5.9; v3.6.10, v3.6.10rc1, v3.6.11, v3.6.11rc1, v3.6.12, v3.6.9, v3.6.9rc1; v3.7.4, v3.7.4rc1, v3.7.4rc2, v3.7.5, v3.7.5rc1, v3.7.6, v3.7.6rc1, v3.7.7, v3.7.7rc1, v3.7.8, v3.7.8rc1, v3.7.9.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2019-9947",
"url": "https://www.suse.com/security/cve/CVE-2019-9947"
},
{
"category": "external",
"summary": "SUSE Bug 1130840 for CVE-2019-9947",
"url": "https://bugzilla.suse.com/1130840"
},
{
"category": "external",
"summary": "SUSE Bug 1136184 for CVE-2019-9947",
"url": "https://bugzilla.suse.com/1136184"
},
{
"category": "external",
"summary": "SUSE Bug 1155094 for CVE-2019-9947",
"url": "https://bugzilla.suse.com/1155094"
},
{
"category": "external",
"summary": "SUSE Bug 1201559 for CVE-2019-9947",
"url": "https://bugzilla.suse.com/1201559"
}
],
"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~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.4,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:C/C:L/I:L/A:N",
"version": "3.0"
},
"products": [
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-11-07T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2019-9947"
},
{
"cve": "CVE-2020-10735",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2020-10735"
}
],
"notes": [
{
"category": "general",
"text": "A flaw was found in python. In algorithms with quadratic time complexity using non-binary bases, when using int(\"text\"), a system could take 50ms to parse an int string with 100,000 digits and 5s for 1,000,000 digits (float, decimal, int.from_bytes(), and int() for binary bases 2, 4, 8, 16, and 32 are not affected). The highest threat from this vulnerability is to system availability.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2020-10735",
"url": "https://www.suse.com/security/cve/CVE-2020-10735"
},
{
"category": "external",
"summary": "SUSE Bug 1203125 for CVE-2020-10735",
"url": "https://bugzilla.suse.com/1203125"
},
{
"category": "external",
"summary": "SUSE Bug 1204077 for CVE-2020-10735",
"url": "https://bugzilla.suse.com/1204077"
},
{
"category": "external",
"summary": "SUSE Bug 1204096 for CVE-2020-10735",
"url": "https://bugzilla.suse.com/1204096"
},
{
"category": "external",
"summary": "SUSE Bug 1204097 for CVE-2020-10735",
"url": "https://bugzilla.suse.com/1204097"
},
{
"category": "external",
"summary": "SUSE Bug 1205075 for CVE-2020-10735",
"url": "https://bugzilla.suse.com/1205075"
},
{
"category": "external",
"summary": "SUSE Bug 1208131 for CVE-2020-10735",
"url": "https://bugzilla.suse.com/1208131"
}
],
"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~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-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~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-11-07T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2020-10735"
},
{
"cve": "CVE-2020-15523",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2020-15523"
}
],
"notes": [
{
"category": "general",
"text": "In Python 3.6 through 3.6.10, 3.7 through 3.7.8, 3.8 through 3.8.4rc1, and 3.9 through 3.9.0b4 on Windows, a Trojan horse python3.dll might be used in cases where CPython is embedded in a native application. This occurs because python3X.dll may use an invalid search path for python3.dll loading (after Py_SetPath has been used). NOTE: this issue CANNOT occur when using python.exe from a standard (non-embedded) Python installation on Windows.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2020-15523",
"url": "https://www.suse.com/security/cve/CVE-2020-15523"
},
{
"category": "external",
"summary": "SUSE Bug 1173745 for CVE-2020-15523",
"url": "https://bugzilla.suse.com/1173745"
}
],
"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~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-11-07T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2020-15523"
},
{
"cve": "CVE-2020-15801",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2020-15801"
}
],
"notes": [
{
"category": "general",
"text": "In Python 3.8.4, sys.path restrictions specified in a python38._pth file are ignored, allowing code to be loaded from arbitrary locations. The \u003cexecutable-name\u003e._pth file (e.g., the python._pth file) is not affected.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2020-15801",
"url": "https://www.suse.com/security/cve/CVE-2020-15801"
},
{
"category": "external",
"summary": "SUSE Bug 1174241 for CVE-2020-15801",
"url": "https://bugzilla.suse.com/1174241"
}
],
"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~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 9.8,
"baseSeverity": "CRITICAL",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-11-07T00:00:00Z",
"details": "critical"
}
],
"title": "CVE-2020-15801"
},
{
"cve": "CVE-2020-8492",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2020-8492"
}
],
"notes": [
{
"category": "general",
"text": "Python 2.7 through 2.7.17, 3.5 through 3.5.9, 3.6 through 3.6.10, 3.7 through 3.7.6, and 3.8 through 3.8.1 allows an HTTP server to conduct Regular Expression Denial of Service (ReDoS) attacks against a client because of urllib.request.AbstractBasicAuthHandler catastrophic backtracking.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2020-8492",
"url": "https://www.suse.com/security/cve/CVE-2020-8492"
},
{
"category": "external",
"summary": "SUSE Bug 1162367 for CVE-2020-8492",
"url": "https://bugzilla.suse.com/1162367"
}
],
"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~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-11-07T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2020-8492"
},
{
"cve": "CVE-2021-23336",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2021-23336"
}
],
"notes": [
{
"category": "general",
"text": "The package python/cpython from 0 and before 3.6.13, from 3.7.0 and before 3.7.10, from 3.8.0 and before 3.8.8, from 3.9.0 and before 3.9.2 are vulnerable to Web Cache Poisoning via urllib.parse.parse_qsl and urllib.parse.parse_qs by using a vector called parameter cloaking. When the attacker can separate query parameters using a semicolon (;), they can cause a difference in the interpretation of the request between the proxy (running with default configuration) and the server. This can result in malicious requests being cached as completely safe ones, as the proxy would usually not see the semicolon as a separator, and therefore would not include it in a cache key of an unkeyed parameter.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2021-23336",
"url": "https://www.suse.com/security/cve/CVE-2021-23336"
},
{
"category": "external",
"summary": "SUSE Bug 1182179 for CVE-2021-23336",
"url": "https://bugzilla.suse.com/1182179"
},
{
"category": "external",
"summary": "SUSE Bug 1182379 for CVE-2021-23336",
"url": "https://bugzilla.suse.com/1182379"
},
{
"category": "external",
"summary": "SUSE Bug 1182433 for CVE-2021-23336",
"url": "https://bugzilla.suse.com/1182433"
}
],
"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~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:N/I:L/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-11-07T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2021-23336"
},
{
"cve": "CVE-2021-3177",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2021-3177"
}
],
"notes": [
{
"category": "general",
"text": "Python 3.x through 3.9.1 has a buffer overflow in PyCArg_repr in _ctypes/callproc.c, which may lead to remote code execution in certain Python applications that accept floating-point numbers as untrusted input, as demonstrated by a 1e300 argument to c_double.from_param. This occurs because sprintf is used unsafely.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2021-3177",
"url": "https://www.suse.com/security/cve/CVE-2021-3177"
},
{
"category": "external",
"summary": "SUSE Bug 1181126 for CVE-2021-3177",
"url": "https://bugzilla.suse.com/1181126"
}
],
"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~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-11-07T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2021-3177"
},
{
"cve": "CVE-2021-3426",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2021-3426"
}
],
"notes": [
{
"category": "general",
"text": "There\u0027s a flaw in Python 3\u0027s pydoc. A local or adjacent attacker who discovers or is able to convince another local or adjacent user to start a pydoc server could access the server and use it to disclose sensitive information belonging to the other user that they would not normally be able to access. The highest risk of this flaw is to data confidentiality. This flaw affects Python versions before 3.8.9, Python versions before 3.9.3 and Python versions before 3.10.0a7.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2021-3426",
"url": "https://www.suse.com/security/cve/CVE-2021-3426"
},
{
"category": "external",
"summary": "SUSE Bug 1183374 for CVE-2021-3426",
"url": "https://bugzilla.suse.com/1183374"
}
],
"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~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-11-07T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2021-3426"
},
{
"cve": "CVE-2022-25236",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-25236"
}
],
"notes": [
{
"category": "general",
"text": "xmlparse.c in Expat (aka libexpat) before 2.4.5 allows attackers to insert namespace-separator characters into namespace URIs.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-25236",
"url": "https://www.suse.com/security/cve/CVE-2022-25236"
},
{
"category": "external",
"summary": "SUSE Bug 1196025 for CVE-2022-25236",
"url": "https://bugzilla.suse.com/1196025"
},
{
"category": "external",
"summary": "SUSE Bug 1196784 for CVE-2022-25236",
"url": "https://bugzilla.suse.com/1196784"
},
{
"category": "external",
"summary": "SUSE Bug 1197217 for CVE-2022-25236",
"url": "https://bugzilla.suse.com/1197217"
},
{
"category": "external",
"summary": "SUSE Bug 1200038 for CVE-2022-25236",
"url": "https://bugzilla.suse.com/1200038"
},
{
"category": "external",
"summary": "SUSE Bug 1201735 for CVE-2022-25236",
"url": "https://bugzilla.suse.com/1201735"
}
],
"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~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-11-07T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2022-25236"
},
{
"cve": "CVE-2022-42919",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-42919"
}
],
"notes": [
{
"category": "general",
"text": "Python 3.9.x before 3.9.16 and 3.10.x before 3.10.9 on Linux allows local privilege escalation in a non-default configuration. The Python multiprocessing library, when used with the forkserver start method on Linux, allows pickles to be deserialized from any user in the same machine local network namespace, which in many system configurations means any user on the same machine. Pickles can execute arbitrary code. Thus, this allows for local user privilege escalation to the user that any forkserver process is running as. Setting multiprocessing.util.abstract_sockets_supported to False is a workaround. The forkserver start method for multiprocessing is not the default start method. This issue is Linux specific because only Linux supports abstract namespace sockets. CPython before 3.9 does not make use of Linux abstract namespace sockets by default. Support for users manually specifying an abstract namespace socket was added as a bugfix in 3.7.8 and 3.8.3, but users would need to make specific uncommon API calls in order to do that in CPython before 3.9.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-42919",
"url": "https://www.suse.com/security/cve/CVE-2022-42919"
},
{
"category": "external",
"summary": "SUSE Bug 1204886 for CVE-2022-42919",
"url": "https://bugzilla.suse.com/1204886"
}
],
"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~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-11-07T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2022-42919"
},
{
"cve": "CVE-2022-45061",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-45061"
}
],
"notes": [
{
"category": "general",
"text": "An issue was discovered in Python before 3.11.1. An unnecessary quadratic algorithm exists in one path when processing some inputs to the IDNA (RFC 3490) decoder, such that a crafted, unreasonably long name being presented to the decoder could lead to a CPU denial of service. Hostnames are often supplied by remote servers that could be controlled by a malicious actor; in such a scenario, they could trigger excessive CPU consumption on the client attempting to make use of an attacker-supplied supposed hostname. For example, the attack payload could be placed in the Location header of an HTTP response with status code 302. A fix is planned in 3.11.1, 3.10.9, 3.9.16, 3.8.16, and 3.7.16.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-45061",
"url": "https://www.suse.com/security/cve/CVE-2022-45061"
},
{
"category": "external",
"summary": "SUSE Bug 1205244 for CVE-2022-45061",
"url": "https://bugzilla.suse.com/1205244"
},
{
"category": "external",
"summary": "SUSE Bug 1211488 for CVE-2022-45061",
"url": "https://bugzilla.suse.com/1211488"
}
],
"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~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-11-07T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2022-45061"
},
{
"cve": "CVE-2023-0286",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-0286"
}
],
"notes": [
{
"category": "general",
"text": "There is a type confusion vulnerability relating to X.400 address processing\ninside an X.509 GeneralName. X.400 addresses were parsed as an ASN1_STRING but\nthe public structure definition for GENERAL_NAME incorrectly specified the type\nof the x400Address field as ASN1_TYPE. This field is subsequently interpreted by\nthe OpenSSL function GENERAL_NAME_cmp as an ASN1_TYPE rather than an\nASN1_STRING.\n\nWhen CRL checking is enabled (i.e. the application sets the\nX509_V_FLAG_CRL_CHECK flag), this vulnerability may allow an attacker to pass\narbitrary pointers to a memcmp call, enabling them to read memory contents or\nenact a denial of service. In most cases, the attack requires the attacker to\nprovide both the certificate chain and CRL, neither of which need to have a\nvalid signature. If the attacker only controls one of these inputs, the other\ninput must already contain an X.400 address as a CRL distribution point, which\nis uncommon. As such, this vulnerability is most likely to only affect\napplications which have implemented their own functionality for retrieving CRLs\nover a network.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-0286",
"url": "https://www.suse.com/security/cve/CVE-2023-0286"
},
{
"category": "external",
"summary": "SUSE Bug 1207533 for CVE-2023-0286",
"url": "https://bugzilla.suse.com/1207533"
},
{
"category": "external",
"summary": "SUSE Bug 1207569 for CVE-2023-0286",
"url": "https://bugzilla.suse.com/1207569"
},
{
"category": "external",
"summary": "SUSE Bug 1211136 for CVE-2023-0286",
"url": "https://bugzilla.suse.com/1211136"
},
{
"category": "external",
"summary": "SUSE Bug 1211503 for CVE-2023-0286",
"url": "https://bugzilla.suse.com/1211503"
},
{
"category": "external",
"summary": "SUSE Bug 1213146 for CVE-2023-0286",
"url": "https://bugzilla.suse.com/1213146"
},
{
"category": "external",
"summary": "SUSE Bug 1214269 for CVE-2023-0286",
"url": "https://bugzilla.suse.com/1214269"
},
{
"category": "external",
"summary": "SUSE Bug 1218477 for CVE-2023-0286",
"url": "https://bugzilla.suse.com/1218477"
},
{
"category": "external",
"summary": "SUSE Bug 1218967 for CVE-2023-0286",
"url": "https://bugzilla.suse.com/1218967"
},
{
"category": "external",
"summary": "SUSE Bug 1225677 for CVE-2023-0286",
"url": "https://bugzilla.suse.com/1225677"
}
],
"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~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.4,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-11-07T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2023-0286"
},
{
"cve": "CVE-2023-24329",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-24329"
}
],
"notes": [
{
"category": "general",
"text": "An issue in the urllib.parse component of Python before 3.11.4 allows attackers to bypass blocklisting methods by supplying a URL that starts with blank characters.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-24329",
"url": "https://www.suse.com/security/cve/CVE-2023-24329"
},
{
"category": "external",
"summary": "SUSE Bug 1208471 for CVE-2023-24329",
"url": "https://bugzilla.suse.com/1208471"
},
{
"category": "external",
"summary": "SUSE Bug 1213553 for CVE-2023-24329",
"url": "https://bugzilla.suse.com/1213553"
},
{
"category": "external",
"summary": "SUSE Bug 1213554 for CVE-2023-24329",
"url": "https://bugzilla.suse.com/1213554"
},
{
"category": "external",
"summary": "SUSE Bug 1213839 for CVE-2023-24329",
"url": "https://bugzilla.suse.com/1213839"
},
{
"category": "external",
"summary": "SUSE Bug 1225672 for CVE-2023-24329",
"url": "https://bugzilla.suse.com/1225672"
}
],
"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~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.3,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:L/A:L",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-11-07T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2023-24329"
},
{
"cve": "CVE-2023-2650",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-2650"
}
],
"notes": [
{
"category": "general",
"text": "Issue summary: Processing some specially crafted ASN.1 object identifiers or\ndata containing them may be very slow.\n\nImpact summary: Applications that use OBJ_obj2txt() directly, or use any of\nthe OpenSSL subsystems OCSP, PKCS7/SMIME, CMS, CMP/CRMF or TS with no message\nsize limit may experience notable to very long delays when processing those\nmessages, which may lead to a Denial of Service.\n\nAn OBJECT IDENTIFIER is composed of a series of numbers - sub-identifiers -\nmost of which have no size limit. OBJ_obj2txt() may be used to translate\nan ASN.1 OBJECT IDENTIFIER given in DER encoding form (using the OpenSSL\ntype ASN1_OBJECT) to its canonical numeric text form, which are the\nsub-identifiers of the OBJECT IDENTIFIER in decimal form, separated by\nperiods.\n\nWhen one of the sub-identifiers in the OBJECT IDENTIFIER is very large\n(these are sizes that are seen as absurdly large, taking up tens or hundreds\nof KiBs), the translation to a decimal number in text may take a very long\ntime. The time complexity is O(n^2) with \u0027n\u0027 being the size of the\nsub-identifiers in bytes (*).\n\nWith OpenSSL 3.0, support to fetch cryptographic algorithms using names /\nidentifiers in string form was introduced. This includes using OBJECT\nIDENTIFIERs in canonical numeric text form as identifiers for fetching\nalgorithms.\n\nSuch OBJECT IDENTIFIERs may be received through the ASN.1 structure\nAlgorithmIdentifier, which is commonly used in multiple protocols to specify\nwhat cryptographic algorithm should be used to sign or verify, encrypt or\ndecrypt, or digest passed data.\n\nApplications that call OBJ_obj2txt() directly with untrusted data are\naffected, with any version of OpenSSL. If the use is for the mere purpose\nof display, the severity is considered low.\n\nIn OpenSSL 3.0 and newer, this affects the subsystems OCSP, PKCS7/SMIME,\nCMS, CMP/CRMF or TS. It also impacts anything that processes X.509\ncertificates, including simple things like verifying its signature.\n\nThe impact on TLS is relatively low, because all versions of OpenSSL have a\n100KiB limit on the peer\u0027s certificate chain. Additionally, this only\nimpacts clients, or servers that have explicitly enabled client\nauthentication.\n\nIn OpenSSL 1.1.1 and 1.0.2, this only affects displaying diverse objects,\nsuch as X.509 certificates. This is assumed to not happen in such a way\nthat it would cause a Denial of Service, so these versions are considered\nnot affected by this issue in such a way that it would be cause for concern,\nand the severity is therefore considered low.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-2650",
"url": "https://www.suse.com/security/cve/CVE-2023-2650"
},
{
"category": "external",
"summary": "SUSE Bug 1211430 for CVE-2023-2650",
"url": "https://bugzilla.suse.com/1211430"
}
],
"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~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-11-07T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2023-2650"
},
{
"cve": "CVE-2023-27043",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-27043"
}
],
"notes": [
{
"category": "general",
"text": "The email module of Python through 3.11.3 incorrectly parses e-mail addresses that contain a special character. The wrong portion of an RFC2822 header is identified as the value of the addr-spec. In some applications, an attacker can bypass a protection mechanism in which application access is granted only after verifying receipt of e-mail to a specific domain (e.g., only @company.example.com addresses may be used for signup). This occurs in email/_parseaddr.py in recent versions of Python.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-27043",
"url": "https://www.suse.com/security/cve/CVE-2023-27043"
},
{
"category": "external",
"summary": "SUSE Bug 1210638 for CVE-2023-27043",
"url": "https://bugzilla.suse.com/1210638"
},
{
"category": "external",
"summary": "SUSE Bug 1222537 for CVE-2023-27043",
"url": "https://bugzilla.suse.com/1222537"
}
],
"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~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-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:N/I:L/A:N",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-11-07T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2023-27043"
},
{
"cve": "CVE-2023-40217",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-40217"
}
],
"notes": [
{
"category": "general",
"text": "An issue was discovered in Python before 3.8.18, 3.9.x before 3.9.18, 3.10.x before 3.10.13, and 3.11.x before 3.11.5. It primarily affects servers (such as HTTP servers) that use TLS client authentication. If a TLS server-side socket is created, receives data into the socket buffer, and then is closed quickly, there is a brief window where the SSLSocket instance will detect the socket as \"not connected\" and won\u0027t initiate a handshake, but buffered data will still be readable from the socket buffer. This data will not be authenticated if the server-side TLS peer is expecting client certificate authentication, and is indistinguishable from valid TLS stream data. Data is limited in size to the amount that will fit in the buffer. (The TLS connection cannot directly be used for data exfiltration because the vulnerable code path requires that the connection be closed on initialization of the SSLSocket.)",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-40217",
"url": "https://www.suse.com/security/cve/CVE-2023-40217"
},
{
"category": "external",
"summary": "SUSE Bug 1214692 for CVE-2023-40217",
"url": "https://bugzilla.suse.com/1214692"
},
{
"category": "external",
"summary": "SUSE Bug 1217524 for CVE-2023-40217",
"url": "https://bugzilla.suse.com/1217524"
},
{
"category": "external",
"summary": "SUSE Bug 1218319 for CVE-2023-40217",
"url": "https://bugzilla.suse.com/1218319"
},
{
"category": "external",
"summary": "SUSE Bug 1218476 for CVE-2023-40217",
"url": "https://bugzilla.suse.com/1218476"
},
{
"category": "external",
"summary": "SUSE Bug 1218965 for CVE-2023-40217",
"url": "https://bugzilla.suse.com/1218965"
},
{
"category": "external",
"summary": "SUSE Bug 1219472 for CVE-2023-40217",
"url": "https://bugzilla.suse.com/1219472"
},
{
"category": "external",
"summary": "SUSE Bug 1219713 for CVE-2023-40217",
"url": "https://bugzilla.suse.com/1219713"
},
{
"category": "external",
"summary": "SUSE Bug 1221582 for CVE-2023-40217",
"url": "https://bugzilla.suse.com/1221582"
},
{
"category": "external",
"summary": "SUSE Bug 1224883 for CVE-2023-40217",
"url": "https://bugzilla.suse.com/1224883"
}
],
"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~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.4,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-11-07T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2023-40217"
},
{
"cve": "CVE-2023-52425",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-52425"
}
],
"notes": [
{
"category": "general",
"text": "libexpat through 2.5.0 allows a denial of service (resource consumption) because many full reparsings are required in the case of a large token for which multiple buffer fills are needed.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-52425",
"url": "https://www.suse.com/security/cve/CVE-2023-52425"
},
{
"category": "external",
"summary": "SUSE Bug 1219559 for CVE-2023-52425",
"url": "https://bugzilla.suse.com/1219559"
}
],
"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~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-11-07T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2023-52425"
},
{
"cve": "CVE-2024-4030",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-4030"
}
],
"notes": [
{
"category": "general",
"text": "On Windows a directory returned by tempfile.mkdtemp() would not always have permissions set to restrict reading and writing to the temporary directory by other users, instead usually inheriting the correct permissions from the default location. Alternate configurations or users without a profile directory may not have the intended permissions.\n\nIf you\u0027re not using Windows or haven\u0027t changed the temporary directory location then you aren\u0027t affected by this vulnerability. On other platforms the returned directory is consistently readable and writable only by the current user.\n\nThis issue was caused by Python not supporting Unix permissions on Windows. The fix adds support for Unix \"700\" for the mkdir function on Windows which is used by mkdtemp() to ensure the newly created directory has the proper permissions.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-4030",
"url": "https://www.suse.com/security/cve/CVE-2024-4030"
},
{
"category": "external",
"summary": "SUSE Bug 1227152 for CVE-2024-4030",
"url": "https://bugzilla.suse.com/1227152"
}
],
"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~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.4,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-11-07T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2024-4030"
},
{
"cve": "CVE-2024-4032",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-4032"
}
],
"notes": [
{
"category": "general",
"text": "The \"ipaddress\" module contained incorrect information about whether certain IPv4 and IPv6 addresses were designated as \"globally reachable\" or \"private\". This affected the is_private and is_global properties of the ipaddress.IPv4Address, ipaddress.IPv4Network, ipaddress.IPv6Address, and ipaddress.IPv6Network classes, where values wouldn\u0027t be returned in accordance with the latest information from the IANA Special-Purpose Address Registries.\n\nCPython 3.12.4 and 3.13.0a6 contain updated information from these registries and thus have the intended behavior.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-4032",
"url": "https://www.suse.com/security/cve/CVE-2024-4032"
},
{
"category": "external",
"summary": "SUSE Bug 1226448 for CVE-2024-4032",
"url": "https://bugzilla.suse.com/1226448"
}
],
"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~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.7,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-11-07T00:00:00Z",
"details": "low"
}
],
"title": "CVE-2024-4032"
},
{
"cve": "CVE-2024-6232",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-6232"
}
],
"notes": [
{
"category": "general",
"text": "There is a MEDIUM severity vulnerability affecting CPython.\n\n\n\n\n\nRegular expressions that allowed excessive backtracking during tarfile.TarFile header parsing are vulnerable to ReDoS via specifically-crafted tar archives.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-6232",
"url": "https://www.suse.com/security/cve/CVE-2024-6232"
},
{
"category": "external",
"summary": "SUSE Bug 1230227 for CVE-2024-6232",
"url": "https://bugzilla.suse.com/1230227"
}
],
"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~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-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~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-11-07T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2024-6232"
},
{
"cve": "CVE-2024-6923",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-6923"
}
],
"notes": [
{
"category": "general",
"text": "There is a MEDIUM severity vulnerability affecting CPython.\n\nThe \nemail module didn\u0027t properly quote newlines for email headers when \nserializing an email message allowing for header injection when an email\n is serialized.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-6923",
"url": "https://www.suse.com/security/cve/CVE-2024-6923"
},
{
"category": "external",
"summary": "SUSE Bug 1228780 for CVE-2024-6923",
"url": "https://bugzilla.suse.com/1228780"
}
],
"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~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-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~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-11-07T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2024-6923"
},
{
"cve": "CVE-2024-7592",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-7592"
}
],
"notes": [
{
"category": "general",
"text": "There is a LOW severity vulnerability affecting CPython, specifically the\n\u0027http.cookies\u0027 standard library module.\n\n\nWhen parsing cookies that contained backslashes for quoted characters in\nthe cookie value, the parser would use an algorithm with quadratic\ncomplexity, resulting in excess CPU resources being used while parsing the\nvalue.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-7592",
"url": "https://www.suse.com/security/cve/CVE-2024-7592"
},
{
"category": "external",
"summary": "SUSE Bug 1229596 for CVE-2024-7592",
"url": "https://bugzilla.suse.com/1229596"
}
],
"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~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 2.6,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:R/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-11-07T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2024-7592"
},
{
"cve": "CVE-2024-8088",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-8088"
}
],
"notes": [
{
"category": "general",
"text": "There is a HIGH severity vulnerability affecting the CPython \"zipfile\"\nmodule affecting \"zipfile.Path\". Note that the more common API \"zipfile.ZipFile\" class is unaffected.\n\n\n\n\n\nWhen iterating over names of entries in a zip archive (for example, methods\nof \"zipfile.Path\" like \"namelist()\", \"iterdir()\", etc)\nthe process can be put into an infinite loop with a maliciously crafted\nzip archive. This defect applies when reading only metadata or extracting\nthe contents of the zip archive. Programs that are not handling\nuser-controlled zip archives are not affected.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-8088",
"url": "https://www.suse.com/security/cve/CVE-2024-8088"
},
{
"category": "external",
"summary": "SUSE Bug 1229704 for CVE-2024-8088",
"url": "https://bugzilla.suse.com/1229704"
}
],
"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~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-11-07T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2024-8088"
},
{
"cve": "CVE-2025-0938",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-0938"
}
],
"notes": [
{
"category": "general",
"text": "The Python standard library functions `urllib.parse.urlsplit` and `urlparse` accepted domain names that included square brackets which isn\u0027t valid according to RFC 3986. Square brackets are only meant to be used as delimiters for specifying IPv6 and IPvFuture hosts in URLs. This could result in differential parsing across the Python URL parser and other specification-compliant URL parsers.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-0938",
"url": "https://www.suse.com/security/cve/CVE-2025-0938"
},
{
"category": "external",
"summary": "SUSE Bug 1236705 for CVE-2025-0938",
"url": "https://bugzilla.suse.com/1236705"
}
],
"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~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:N/I:L/A:N",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-11-07T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2025-0938"
},
{
"cve": "CVE-2025-4435",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-4435"
}
],
"notes": [
{
"category": "general",
"text": "When using a TarFile.errorlevel = 0 and extracting with a filter the documented behavior is that any filtered members would be skipped and not extracted. However the actual behavior of TarFile.errorlevel = 0 in affected versions is that the member would still be extracted and not skipped.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-4435",
"url": "https://www.suse.com/security/cve/CVE-2025-4435"
},
{
"category": "external",
"summary": "SUSE Bug 1244061 for CVE-2025-4435",
"url": "https://bugzilla.suse.com/1244061"
}
],
"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~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.2,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:H/A:N",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-11-07T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2025-4435"
},
{
"cve": "CVE-2025-4516",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-4516"
}
],
"notes": [
{
"category": "general",
"text": "There is an issue in CPython when using `bytes.decode(\"unicode_escape\", error=\"ignore|replace\")`. If you are not using the \"unicode_escape\" encoding or an error handler your usage is not affected. To work-around this issue you may stop using the error= handler and instead wrap the bytes.decode() call in a try-except catching the DecodeError.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-4516",
"url": "https://www.suse.com/security/cve/CVE-2025-4516"
},
{
"category": "external",
"summary": "SUSE Bug 1243273 for CVE-2025-4516",
"url": "https://bugzilla.suse.com/1243273"
}
],
"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~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.1,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-11-07T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2025-4516"
},
{
"cve": "CVE-2025-6069",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-6069"
}
],
"notes": [
{
"category": "general",
"text": "The html.parser.HTMLParser class had worse-case quadratic complexity when processing certain crafted malformed inputs potentially leading to amplified denial-of-service.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-6069",
"url": "https://www.suse.com/security/cve/CVE-2025-6069"
},
{
"category": "external",
"summary": "SUSE Bug 1244705 for CVE-2025-6069",
"url": "https://bugzilla.suse.com/1244705"
}
],
"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~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.8,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-11-07T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2025-6069"
},
{
"cve": "CVE-2025-8194",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-8194"
}
],
"notes": [
{
"category": "general",
"text": "There is a defect in the CPython \"tarfile\" module affecting the \"TarFile\" extraction and entry enumeration APIs. The tar implementation would process tar archives with negative offsets without error, resulting in an infinite loop and deadlock during the parsing of maliciously crafted tar archives. \n\nThis vulnerability can be mitigated by including the following patch after importing the \"tarfile\" module: https://gist.github.com/sethmlarson/1716ac5b82b73dbcbf23ad2eff8b33e1",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-8194",
"url": "https://www.suse.com/security/cve/CVE-2025-8194"
},
{
"category": "external",
"summary": "SUSE Bug 1247249 for CVE-2025-8194",
"url": "https://bugzilla.suse.com/1247249"
}
],
"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~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-11-07T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2025-8194"
},
{
"cve": "CVE-2025-8291",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-8291"
}
],
"notes": [
{
"category": "general",
"text": "The \u0027zipfile\u0027 module would not check the validity of the ZIP64 End of\nCentral Directory (EOCD) Locator record offset value would not be used to\nlocate the ZIP64 EOCD record, instead the ZIP64 EOCD record would be\nassumed to be the previous record in the ZIP archive. This could be abused\nto create ZIP archives that are handled differently by the \u0027zipfile\u0027 module\ncompared to other ZIP implementations.\n\n\nRemediation maintains this behavior, but checks that the offset specified\nin the ZIP64 EOCD Locator record matches the expected value.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-8291",
"url": "https://www.suse.com/security/cve/CVE-2025-8291"
},
{
"category": "external",
"summary": "SUSE Bug 1251305 for CVE-2025-8291",
"url": "https://bugzilla.suse.com/1251305"
}
],
"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~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.3,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:L/A:N",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-11-07T00:00:00Z",
"details": "low"
}
],
"title": "CVE-2025-8291"
}
]
}
OPENSUSE-SU-2026:10348-1
Vulnerability from csaf_opensuse - Published: 2026-03-13 00:00 - Updated: 2026-03-13 00:00| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:ruby4.0-rubygem-grpc-1.70.1-1.7.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby4.0-rubygem-grpc-1.70.1-1.7.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby4.0-rubygem-grpc-1.70.1-1.7.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:ruby4.0-rubygem-grpc-1.70.1-1.7.x86_64 | — |
Vendor Fix
|
| URL | Category |
|---|---|
| https://www.suse.com/support/security/rating/ | external |
| https://ftp.suse.com/pub/projects/security/csaf/o… | self |
| https://www.suse.com/security/cve/CVE-2023-0286/ | self |
| https://www.suse.com/security/cve/CVE-2023-0286 | external |
| https://bugzilla.suse.com/1207533 | external |
| https://bugzilla.suse.com/1207569 | external |
| https://bugzilla.suse.com/1211136 | external |
| https://bugzilla.suse.com/1211503 | external |
| https://bugzilla.suse.com/1213146 | external |
| https://bugzilla.suse.com/1214269 | external |
| https://bugzilla.suse.com/1218477 | external |
| https://bugzilla.suse.com/1218967 | external |
| https://bugzilla.suse.com/1225677 | external |
{
"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": "ruby4.0-rubygem-grpc-1.70.1-1.7 on GA media",
"title": "Title of the patch"
},
{
"category": "description",
"text": "These are all security issues fixed in the ruby4.0-rubygem-grpc-1.70.1-1.7 package on the GA media of openSUSE Tumbleweed.",
"title": "Description of the patch"
},
{
"category": "details",
"text": "openSUSE-Tumbleweed-2026-10348",
"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_10348-1.json"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-0286 page",
"url": "https://www.suse.com/security/cve/CVE-2023-0286/"
}
],
"title": "ruby4.0-rubygem-grpc-1.70.1-1.7 on GA media",
"tracking": {
"current_release_date": "2026-03-13T00:00:00Z",
"generator": {
"date": "2026-03-13T00:00:00Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "openSUSE-SU-2026:10348-1",
"initial_release_date": "2026-03-13T00:00:00Z",
"revision_history": [
{
"date": "2026-03-13T00:00:00Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "ruby4.0-rubygem-grpc-1.70.1-1.7.aarch64",
"product": {
"name": "ruby4.0-rubygem-grpc-1.70.1-1.7.aarch64",
"product_id": "ruby4.0-rubygem-grpc-1.70.1-1.7.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "ruby4.0-rubygem-grpc-1.70.1-1.7.ppc64le",
"product": {
"name": "ruby4.0-rubygem-grpc-1.70.1-1.7.ppc64le",
"product_id": "ruby4.0-rubygem-grpc-1.70.1-1.7.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "ruby4.0-rubygem-grpc-1.70.1-1.7.s390x",
"product": {
"name": "ruby4.0-rubygem-grpc-1.70.1-1.7.s390x",
"product_id": "ruby4.0-rubygem-grpc-1.70.1-1.7.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "ruby4.0-rubygem-grpc-1.70.1-1.7.x86_64",
"product": {
"name": "ruby4.0-rubygem-grpc-1.70.1-1.7.x86_64",
"product_id": "ruby4.0-rubygem-grpc-1.70.1-1.7.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": "ruby4.0-rubygem-grpc-1.70.1-1.7.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:ruby4.0-rubygem-grpc-1.70.1-1.7.aarch64"
},
"product_reference": "ruby4.0-rubygem-grpc-1.70.1-1.7.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby4.0-rubygem-grpc-1.70.1-1.7.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:ruby4.0-rubygem-grpc-1.70.1-1.7.ppc64le"
},
"product_reference": "ruby4.0-rubygem-grpc-1.70.1-1.7.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby4.0-rubygem-grpc-1.70.1-1.7.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:ruby4.0-rubygem-grpc-1.70.1-1.7.s390x"
},
"product_reference": "ruby4.0-rubygem-grpc-1.70.1-1.7.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby4.0-rubygem-grpc-1.70.1-1.7.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:ruby4.0-rubygem-grpc-1.70.1-1.7.x86_64"
},
"product_reference": "ruby4.0-rubygem-grpc-1.70.1-1.7.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-0286",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-0286"
}
],
"notes": [
{
"category": "general",
"text": "There is a type confusion vulnerability relating to X.400 address processing\ninside an X.509 GeneralName. X.400 addresses were parsed as an ASN1_STRING but\nthe public structure definition for GENERAL_NAME incorrectly specified the type\nof the x400Address field as ASN1_TYPE. This field is subsequently interpreted by\nthe OpenSSL function GENERAL_NAME_cmp as an ASN1_TYPE rather than an\nASN1_STRING.\n\nWhen CRL checking is enabled (i.e. the application sets the\nX509_V_FLAG_CRL_CHECK flag), this vulnerability may allow an attacker to pass\narbitrary pointers to a memcmp call, enabling them to read memory contents or\nenact a denial of service. In most cases, the attack requires the attacker to\nprovide both the certificate chain and CRL, neither of which need to have a\nvalid signature. If the attacker only controls one of these inputs, the other\ninput must already contain an X.400 address as a CRL distribution point, which\nis uncommon. As such, this vulnerability is most likely to only affect\napplications which have implemented their own functionality for retrieving CRLs\nover a network.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:ruby4.0-rubygem-grpc-1.70.1-1.7.aarch64",
"openSUSE Tumbleweed:ruby4.0-rubygem-grpc-1.70.1-1.7.ppc64le",
"openSUSE Tumbleweed:ruby4.0-rubygem-grpc-1.70.1-1.7.s390x",
"openSUSE Tumbleweed:ruby4.0-rubygem-grpc-1.70.1-1.7.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-0286",
"url": "https://www.suse.com/security/cve/CVE-2023-0286"
},
{
"category": "external",
"summary": "SUSE Bug 1207533 for CVE-2023-0286",
"url": "https://bugzilla.suse.com/1207533"
},
{
"category": "external",
"summary": "SUSE Bug 1207569 for CVE-2023-0286",
"url": "https://bugzilla.suse.com/1207569"
},
{
"category": "external",
"summary": "SUSE Bug 1211136 for CVE-2023-0286",
"url": "https://bugzilla.suse.com/1211136"
},
{
"category": "external",
"summary": "SUSE Bug 1211503 for CVE-2023-0286",
"url": "https://bugzilla.suse.com/1211503"
},
{
"category": "external",
"summary": "SUSE Bug 1213146 for CVE-2023-0286",
"url": "https://bugzilla.suse.com/1213146"
},
{
"category": "external",
"summary": "SUSE Bug 1214269 for CVE-2023-0286",
"url": "https://bugzilla.suse.com/1214269"
},
{
"category": "external",
"summary": "SUSE Bug 1218477 for CVE-2023-0286",
"url": "https://bugzilla.suse.com/1218477"
},
{
"category": "external",
"summary": "SUSE Bug 1218967 for CVE-2023-0286",
"url": "https://bugzilla.suse.com/1218967"
},
{
"category": "external",
"summary": "SUSE Bug 1225677 for CVE-2023-0286",
"url": "https://bugzilla.suse.com/1225677"
}
],
"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:ruby4.0-rubygem-grpc-1.70.1-1.7.aarch64",
"openSUSE Tumbleweed:ruby4.0-rubygem-grpc-1.70.1-1.7.ppc64le",
"openSUSE Tumbleweed:ruby4.0-rubygem-grpc-1.70.1-1.7.s390x",
"openSUSE Tumbleweed:ruby4.0-rubygem-grpc-1.70.1-1.7.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.4,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:ruby4.0-rubygem-grpc-1.70.1-1.7.aarch64",
"openSUSE Tumbleweed:ruby4.0-rubygem-grpc-1.70.1-1.7.ppc64le",
"openSUSE Tumbleweed:ruby4.0-rubygem-grpc-1.70.1-1.7.s390x",
"openSUSE Tumbleweed:ruby4.0-rubygem-grpc-1.70.1-1.7.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-03-13T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2023-0286"
}
]
}
RHSA-2023:0946
Vulnerability from csaf_redhat - Published: 2023-02-28 08:22 - Updated: 2026-03-20 00:02A flaw was found in Open SSL. A read buffer overrun can be triggered in X.509 certificate verification, specifically in name constraint checking. Note that this occurs after certificate chain signature verification, and requires either a CA to have signed the malicious certificate or for the application to continue certificate verification despite failure to construct a path to a trusted issuer.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:openssl-perl-1:3.0.1-47.el9_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:openssl-perl-1:3.0.1-47.el9_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:openssl-perl-1:3.0.1-47.el9_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:openssl-perl-1:3.0.1-47.el9_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.1.0.Z.MAIN:openssl-perl-1:3.0.1-47.el9_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.1.0.Z.MAIN:openssl-perl-1:3.0.1-47.el9_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.1.0.Z.MAIN:openssl-perl-1:3.0.1-47.el9_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.1.0.Z.MAIN:openssl-perl-1:3.0.1-47.el9_1.x86_64 | — |
Vendor Fix
fix
|
A timing-based side channel exists in the OpenSSL RSA Decryption implementation, which could be sufficient to recover a ciphertext across a network in a Bleichenbacher style attack. To achieve a successful decryption, an attacker would have to be able to send a very large number of trial messages for decryption. This issue affects all RSA padding modes: PKCS#1 v1.5, RSA-OEAP, and RSASVE.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:openssl-perl-1:3.0.1-47.el9_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:openssl-perl-1:3.0.1-47.el9_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:openssl-perl-1:3.0.1-47.el9_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:openssl-perl-1:3.0.1-47.el9_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.1.0.Z.MAIN:openssl-perl-1:3.0.1-47.el9_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.1.0.Z.MAIN:openssl-perl-1:3.0.1-47.el9_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.1.0.Z.MAIN:openssl-perl-1:3.0.1-47.el9_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.1.0.Z.MAIN:openssl-perl-1:3.0.1-47.el9_1.x86_64 | — |
Vendor Fix
fix
|
A double-free vulnerability was found in OpenSSL's PEM_read_bio_ex function. The function PEM_read_bio_ex() reads a PEM file from a BIO and parses and decodes the "name" (for example, "CERTIFICATE"), any header data, and the payload data. If the function succeeds, then the "name_out," "header," and "data" arguments are populated with pointers to buffers containing the relevant decoded data. The caller is responsible for freeing those buffers. Constructing a PEM file that results in 0 bytes of payload data is possible. In this case, PEM_read_bio_ex() will return a failure code but will populate the header argument with a pointer to a freed buffer. A double-free will occur if the caller also frees this buffer. This will most likely lead to a crash. This could be exploited by an attacker who can supply malicious PEM files for parsing to achieve a denial of service attack.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:openssl-perl-1:3.0.1-47.el9_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:openssl-perl-1:3.0.1-47.el9_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:openssl-perl-1:3.0.1-47.el9_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:openssl-perl-1:3.0.1-47.el9_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.1.0.Z.MAIN:openssl-perl-1:3.0.1-47.el9_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.1.0.Z.MAIN:openssl-perl-1:3.0.1-47.el9_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.1.0.Z.MAIN:openssl-perl-1:3.0.1-47.el9_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.1.0.Z.MAIN:openssl-perl-1:3.0.1-47.el9_1.x86_64 | — |
Vendor Fix
fix
|
A use-after-free vulnerability was found in OpenSSL's BIO_new_NDEF function. The public API function BIO_new_NDEF is a helper function used for streaming ASN.1 data via a BIO. It is primarily used internally by OpenSSL to support the SMIME, CMS, and PKCS7 streaming capabilities, but it may also be called directly by end-user applications. The function receives a BIO from the caller, prepends a new BIO_f_asn1 filter BIO onto the front of it to form a BIO chain, and then returns the new head of the BIO chain to the caller. Under certain conditions. For example, if a CMS recipient public key is invalid, the new filter BIO is freed, and the function returns a NULL result indicating a failure. However, in this case, the BIO chain is not properly cleaned up, and the BIO passed by the caller still retains internal pointers to the previously freed filter BIO. If the caller then calls BIO_pop() on the BIO, a use-after-free will occur, possibly resulting in a crash.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:openssl-perl-1:3.0.1-47.el9_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:openssl-perl-1:3.0.1-47.el9_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:openssl-perl-1:3.0.1-47.el9_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:openssl-perl-1:3.0.1-47.el9_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.1.0.Z.MAIN:openssl-perl-1:3.0.1-47.el9_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.1.0.Z.MAIN:openssl-perl-1:3.0.1-47.el9_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.1.0.Z.MAIN:openssl-perl-1:3.0.1-47.el9_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.1.0.Z.MAIN:openssl-perl-1:3.0.1-47.el9_1.x86_64 | — |
Vendor Fix
fix
|
A flaw was found in OpenSSL. An invalid pointer dereference on read can be triggered when an application tries to load malformed PKCS7 data with the d2i_PKCS7(), d2i_PKCS7_bio() or d2i_PKCS7_fp() functions. This may result in an application crash which could lead to a denial of service. The TLS implementation in OpenSSL does not call this function, however, third party applications might call these functions on untrusted data.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:openssl-perl-1:3.0.1-47.el9_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:openssl-perl-1:3.0.1-47.el9_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:openssl-perl-1:3.0.1-47.el9_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:openssl-perl-1:3.0.1-47.el9_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.1.0.Z.MAIN:openssl-perl-1:3.0.1-47.el9_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.1.0.Z.MAIN:openssl-perl-1:3.0.1-47.el9_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.1.0.Z.MAIN:openssl-perl-1:3.0.1-47.el9_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.1.0.Z.MAIN:openssl-perl-1:3.0.1-47.el9_1.x86_64 | — |
Vendor Fix
fix
|
A flaw was found in OpenSSL. An invalid pointer dereference on read can be triggered when an application tries to check a malformed DSA public key by the EVP_PKEY_public_check() function, most likely leading to an application crash. This function can be called on public keys supplied from untrusted sources, which could allow an attacker to cause a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:openssl-perl-1:3.0.1-47.el9_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:openssl-perl-1:3.0.1-47.el9_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:openssl-perl-1:3.0.1-47.el9_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:openssl-perl-1:3.0.1-47.el9_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.1.0.Z.MAIN:openssl-perl-1:3.0.1-47.el9_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.1.0.Z.MAIN:openssl-perl-1:3.0.1-47.el9_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.1.0.Z.MAIN:openssl-perl-1:3.0.1-47.el9_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.1.0.Z.MAIN:openssl-perl-1:3.0.1-47.el9_1.x86_64 | — |
Vendor Fix
fix
|
A type confusion vulnerability was found in OpenSSL when OpenSSL X.400 addresses processing inside an X.509 GeneralName. When CRL checking is enabled (for example, the application sets the X509_V_FLAG_CRL_CHECK flag), this vulnerability may allow an attacker to pass arbitrary pointers to a memcmp call, enabling them to read memory contents or cause a denial of service. In most cases, the attack requires the attacker to provide both the certificate chain and CRL, of which neither needs a valid signature. If the attacker only controls one of these inputs, the other input must already contain an X.400 address as a CRL distribution point, which is uncommon. In this case, this vulnerability is likely only to affect applications that have implemented their own functionality for retrieving CRLs over a network.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:openssl-perl-1:3.0.1-47.el9_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:openssl-perl-1:3.0.1-47.el9_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:openssl-perl-1:3.0.1-47.el9_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:openssl-perl-1:3.0.1-47.el9_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.1.0.Z.MAIN:openssl-perl-1:3.0.1-47.el9_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.1.0.Z.MAIN:openssl-perl-1:3.0.1-47.el9_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.1.0.Z.MAIN:openssl-perl-1:3.0.1-47.el9_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.1.0.Z.MAIN:openssl-perl-1:3.0.1-47.el9_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
A NULL pointer vulnerability was found in OpenSSL, which can be dereferenced when signatures are being verified on PKCS7 signed or signedAndEnveloped data. In case the hash algorithm used for the signature is known to the OpenSSL library but the implementation of the hash algorithm is not available, the digest initialization will fail. There is a missing check for the return value from the initialization function which later leads to invalid usage of the digest API, most likely leading to a crash.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:openssl-perl-1:3.0.1-47.el9_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:openssl-perl-1:3.0.1-47.el9_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:openssl-perl-1:3.0.1-47.el9_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:openssl-perl-1:3.0.1-47.el9_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.1.0.Z.MAIN:openssl-perl-1:3.0.1-47.el9_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.1.0.Z.MAIN:openssl-perl-1:3.0.1-47.el9_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.1.0.Z.MAIN:openssl-perl-1:3.0.1-47.el9_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.1.0.Z.MAIN:openssl-perl-1:3.0.1-47.el9_1.x86_64 | — |
Vendor Fix
fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for openssl is now available for Red Hat Enterprise Linux 9.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.\n\n[Updated 20 March 2023]\nPreviously, this erratum was marked as having a security impact of Moderate. This was incorrect; the security impact of this erratum has been changed to Important, to correctly reflect the highest impact rating of CVE fixes included in this release. No changes have been made to packages.",
"title": "Topic"
},
{
"category": "general",
"text": "OpenSSL is a toolkit that implements the Secure Sockets Layer (SSL) and Transport Layer Security (TLS) protocols, as well as a full-strength general-purpose cryptography library.\n\nSecurity Fix(es):\n\n* openssl: X.400 address type confusion in X.509 GeneralName (CVE-2023-0286)\n\n* openssl: read buffer overflow in X.509 certificate verification (CVE-2022-4203)\n\n* openssl: timing attack in RSA Decryption implementation (CVE-2022-4304)\n\n* openssl: double free after calling PEM_read_bio_ex (CVE-2022-4450)\n\n* openssl: use-after-free following BIO_new_NDEF (CVE-2023-0215)\n\n* openssl: invalid pointer dereference in d2i_PKCS7 functions (CVE-2023-0216)\n\n* openssl: NULL dereference validating DSA public key (CVE-2023-0217)\n\n* openssl: NULL dereference during PKCS7 data verification (CVE-2023-0401)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n\nBug Fix(es):\n\n* HMAC generation should reject key lengths \u003c 112 bits or provide an indicator in FIPS mode (BZ#2144000)\n\n* In FIPS mode, openssl should set a minimum length for passwords in PBKDF2 (BZ#2144003)\n\n* stunnel consumes high amount of memory when pestered with TCP connections without a TLS handshake (BZ#2144008)\n\n* In FIPS mode, openssl should reject SHAKE as digest for RSA-OAEP or provide an indicator (BZ#2144010)\n\n* In FIPS mode, openssl should reject RSASSA-PSS salt lengths larger than the output size of the hash function used, or provide an indicator (BZ#2144012)\n\n* In FIPS mode, openssl should reject RSA signatures with X9.31 padding, or provide an indicator (BZ#2144015)\n\n* In FIPS mode, openssl should reject SHA-224, SHA-384, SHA-512-224, and SHA-512-256 as hashes for hash-based DRBGs, or provide an indicator after 2023-05-16 (BZ#2144017)\n\n* In FIPS mode, openssl should reject KDF input and output key lengths \u003c 112 bits or provide an indicator (BZ#2144019)\n\n* In FIPS mode, openssl should reject RSA keys \u003c 2048 bits when using EVP_PKEY_decapsulate, or provide an indicator (BZ#2145170)\n\n* RHEL9.1 Nightly[0912] - error:03000093:digital envelope routines::command not supported when git clone is run with configured ibmca engine backed by libica.so.4 (OpenSSL 3.0) (BZ#2149010)\n\n* OpenSSL FIPS checksum code needs update (BZ#2158412)",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2023:0946",
"url": "https://access.redhat.com/errata/RHSA-2023:0946"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2144000",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2144000"
},
{
"category": "external",
"summary": "2144003",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2144003"
},
{
"category": "external",
"summary": "2144006",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2144006"
},
{
"category": "external",
"summary": "2144008",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2144008"
},
{
"category": "external",
"summary": "2144010",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2144010"
},
{
"category": "external",
"summary": "2144012",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2144012"
},
{
"category": "external",
"summary": "2144015",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2144015"
},
{
"category": "external",
"summary": "2144017",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2144017"
},
{
"category": "external",
"summary": "2144019",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2144019"
},
{
"category": "external",
"summary": "2145170",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2145170"
},
{
"category": "external",
"summary": "2158412",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2158412"
},
{
"category": "external",
"summary": "2164440",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2164440"
},
{
"category": "external",
"summary": "2164487",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2164487"
},
{
"category": "external",
"summary": "2164488",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2164488"
},
{
"category": "external",
"summary": "2164492",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2164492"
},
{
"category": "external",
"summary": "2164494",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2164494"
},
{
"category": "external",
"summary": "2164497",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2164497"
},
{
"category": "external",
"summary": "2164499",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2164499"
},
{
"category": "external",
"summary": "2164500",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2164500"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2023/rhsa-2023_0946.json"
}
],
"title": "Red Hat Security Advisory: openssl security and bug fix update",
"tracking": {
"current_release_date": "2026-03-20T00:02:22+00:00",
"generator": {
"date": "2026-03-20T00:02:22+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.3"
}
},
"id": "RHSA-2023:0946",
"initial_release_date": "2023-02-28T08:22:08+00:00",
"revision_history": [
{
"date": "2023-02-28T08:22:08+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2023-03-21T11:29:43+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-03-20T00:02:22+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream (v. 9)",
"product": {
"name": "Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:enterprise_linux:9::appstream"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux BaseOS (v. 9)",
"product": {
"name": "Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.1.0.Z.MAIN",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:9::baseos"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "openssl-1:3.0.1-47.el9_1.src",
"product": {
"name": "openssl-1:3.0.1-47.el9_1.src",
"product_id": "openssl-1:3.0.1-47.el9_1.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openssl@3.0.1-47.el9_1?arch=src\u0026epoch=1"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "openssl-1:3.0.1-47.el9_1.aarch64",
"product": {
"name": "openssl-1:3.0.1-47.el9_1.aarch64",
"product_id": "openssl-1:3.0.1-47.el9_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openssl@3.0.1-47.el9_1?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "openssl-libs-1:3.0.1-47.el9_1.aarch64",
"product": {
"name": "openssl-libs-1:3.0.1-47.el9_1.aarch64",
"product_id": "openssl-libs-1:3.0.1-47.el9_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openssl-libs@3.0.1-47.el9_1?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "openssl-debugsource-1:3.0.1-47.el9_1.aarch64",
"product": {
"name": "openssl-debugsource-1:3.0.1-47.el9_1.aarch64",
"product_id": "openssl-debugsource-1:3.0.1-47.el9_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openssl-debugsource@3.0.1-47.el9_1?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "openssl-debuginfo-1:3.0.1-47.el9_1.aarch64",
"product": {
"name": "openssl-debuginfo-1:3.0.1-47.el9_1.aarch64",
"product_id": "openssl-debuginfo-1:3.0.1-47.el9_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openssl-debuginfo@3.0.1-47.el9_1?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "openssl-libs-debuginfo-1:3.0.1-47.el9_1.aarch64",
"product": {
"name": "openssl-libs-debuginfo-1:3.0.1-47.el9_1.aarch64",
"product_id": "openssl-libs-debuginfo-1:3.0.1-47.el9_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openssl-libs-debuginfo@3.0.1-47.el9_1?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "openssl-devel-1:3.0.1-47.el9_1.aarch64",
"product": {
"name": "openssl-devel-1:3.0.1-47.el9_1.aarch64",
"product_id": "openssl-devel-1:3.0.1-47.el9_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openssl-devel@3.0.1-47.el9_1?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "openssl-perl-1:3.0.1-47.el9_1.aarch64",
"product": {
"name": "openssl-perl-1:3.0.1-47.el9_1.aarch64",
"product_id": "openssl-perl-1:3.0.1-47.el9_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openssl-perl@3.0.1-47.el9_1?arch=aarch64\u0026epoch=1"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "openssl-1:3.0.1-47.el9_1.ppc64le",
"product": {
"name": "openssl-1:3.0.1-47.el9_1.ppc64le",
"product_id": "openssl-1:3.0.1-47.el9_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openssl@3.0.1-47.el9_1?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "openssl-libs-1:3.0.1-47.el9_1.ppc64le",
"product": {
"name": "openssl-libs-1:3.0.1-47.el9_1.ppc64le",
"product_id": "openssl-libs-1:3.0.1-47.el9_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openssl-libs@3.0.1-47.el9_1?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "openssl-debugsource-1:3.0.1-47.el9_1.ppc64le",
"product": {
"name": "openssl-debugsource-1:3.0.1-47.el9_1.ppc64le",
"product_id": "openssl-debugsource-1:3.0.1-47.el9_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openssl-debugsource@3.0.1-47.el9_1?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "openssl-debuginfo-1:3.0.1-47.el9_1.ppc64le",
"product": {
"name": "openssl-debuginfo-1:3.0.1-47.el9_1.ppc64le",
"product_id": "openssl-debuginfo-1:3.0.1-47.el9_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openssl-debuginfo@3.0.1-47.el9_1?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "openssl-libs-debuginfo-1:3.0.1-47.el9_1.ppc64le",
"product": {
"name": "openssl-libs-debuginfo-1:3.0.1-47.el9_1.ppc64le",
"product_id": "openssl-libs-debuginfo-1:3.0.1-47.el9_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openssl-libs-debuginfo@3.0.1-47.el9_1?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "openssl-devel-1:3.0.1-47.el9_1.ppc64le",
"product": {
"name": "openssl-devel-1:3.0.1-47.el9_1.ppc64le",
"product_id": "openssl-devel-1:3.0.1-47.el9_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openssl-devel@3.0.1-47.el9_1?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "openssl-perl-1:3.0.1-47.el9_1.ppc64le",
"product": {
"name": "openssl-perl-1:3.0.1-47.el9_1.ppc64le",
"product_id": "openssl-perl-1:3.0.1-47.el9_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openssl-perl@3.0.1-47.el9_1?arch=ppc64le\u0026epoch=1"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "openssl-1:3.0.1-47.el9_1.x86_64",
"product": {
"name": "openssl-1:3.0.1-47.el9_1.x86_64",
"product_id": "openssl-1:3.0.1-47.el9_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openssl@3.0.1-47.el9_1?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "openssl-libs-1:3.0.1-47.el9_1.x86_64",
"product": {
"name": "openssl-libs-1:3.0.1-47.el9_1.x86_64",
"product_id": "openssl-libs-1:3.0.1-47.el9_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openssl-libs@3.0.1-47.el9_1?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "openssl-debugsource-1:3.0.1-47.el9_1.x86_64",
"product": {
"name": "openssl-debugsource-1:3.0.1-47.el9_1.x86_64",
"product_id": "openssl-debugsource-1:3.0.1-47.el9_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openssl-debugsource@3.0.1-47.el9_1?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "openssl-debuginfo-1:3.0.1-47.el9_1.x86_64",
"product": {
"name": "openssl-debuginfo-1:3.0.1-47.el9_1.x86_64",
"product_id": "openssl-debuginfo-1:3.0.1-47.el9_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openssl-debuginfo@3.0.1-47.el9_1?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "openssl-libs-debuginfo-1:3.0.1-47.el9_1.x86_64",
"product": {
"name": "openssl-libs-debuginfo-1:3.0.1-47.el9_1.x86_64",
"product_id": "openssl-libs-debuginfo-1:3.0.1-47.el9_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openssl-libs-debuginfo@3.0.1-47.el9_1?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "openssl-devel-1:3.0.1-47.el9_1.x86_64",
"product": {
"name": "openssl-devel-1:3.0.1-47.el9_1.x86_64",
"product_id": "openssl-devel-1:3.0.1-47.el9_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openssl-devel@3.0.1-47.el9_1?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "openssl-perl-1:3.0.1-47.el9_1.x86_64",
"product": {
"name": "openssl-perl-1:3.0.1-47.el9_1.x86_64",
"product_id": "openssl-perl-1:3.0.1-47.el9_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openssl-perl@3.0.1-47.el9_1?arch=x86_64\u0026epoch=1"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "openssl-libs-1:3.0.1-47.el9_1.i686",
"product": {
"name": "openssl-libs-1:3.0.1-47.el9_1.i686",
"product_id": "openssl-libs-1:3.0.1-47.el9_1.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openssl-libs@3.0.1-47.el9_1?arch=i686\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "openssl-debugsource-1:3.0.1-47.el9_1.i686",
"product": {
"name": "openssl-debugsource-1:3.0.1-47.el9_1.i686",
"product_id": "openssl-debugsource-1:3.0.1-47.el9_1.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openssl-debugsource@3.0.1-47.el9_1?arch=i686\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "openssl-debuginfo-1:3.0.1-47.el9_1.i686",
"product": {
"name": "openssl-debuginfo-1:3.0.1-47.el9_1.i686",
"product_id": "openssl-debuginfo-1:3.0.1-47.el9_1.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openssl-debuginfo@3.0.1-47.el9_1?arch=i686\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "openssl-libs-debuginfo-1:3.0.1-47.el9_1.i686",
"product": {
"name": "openssl-libs-debuginfo-1:3.0.1-47.el9_1.i686",
"product_id": "openssl-libs-debuginfo-1:3.0.1-47.el9_1.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openssl-libs-debuginfo@3.0.1-47.el9_1?arch=i686\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "openssl-devel-1:3.0.1-47.el9_1.i686",
"product": {
"name": "openssl-devel-1:3.0.1-47.el9_1.i686",
"product_id": "openssl-devel-1:3.0.1-47.el9_1.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openssl-devel@3.0.1-47.el9_1?arch=i686\u0026epoch=1"
}
}
}
],
"category": "architecture",
"name": "i686"
},
{
"branches": [
{
"category": "product_version",
"name": "openssl-1:3.0.1-47.el9_1.s390x",
"product": {
"name": "openssl-1:3.0.1-47.el9_1.s390x",
"product_id": "openssl-1:3.0.1-47.el9_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openssl@3.0.1-47.el9_1?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "openssl-libs-1:3.0.1-47.el9_1.s390x",
"product": {
"name": "openssl-libs-1:3.0.1-47.el9_1.s390x",
"product_id": "openssl-libs-1:3.0.1-47.el9_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openssl-libs@3.0.1-47.el9_1?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "openssl-debugsource-1:3.0.1-47.el9_1.s390x",
"product": {
"name": "openssl-debugsource-1:3.0.1-47.el9_1.s390x",
"product_id": "openssl-debugsource-1:3.0.1-47.el9_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openssl-debugsource@3.0.1-47.el9_1?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "openssl-debuginfo-1:3.0.1-47.el9_1.s390x",
"product": {
"name": "openssl-debuginfo-1:3.0.1-47.el9_1.s390x",
"product_id": "openssl-debuginfo-1:3.0.1-47.el9_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openssl-debuginfo@3.0.1-47.el9_1?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "openssl-libs-debuginfo-1:3.0.1-47.el9_1.s390x",
"product": {
"name": "openssl-libs-debuginfo-1:3.0.1-47.el9_1.s390x",
"product_id": "openssl-libs-debuginfo-1:3.0.1-47.el9_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openssl-libs-debuginfo@3.0.1-47.el9_1?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "openssl-devel-1:3.0.1-47.el9_1.s390x",
"product": {
"name": "openssl-devel-1:3.0.1-47.el9_1.s390x",
"product_id": "openssl-devel-1:3.0.1-47.el9_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openssl-devel@3.0.1-47.el9_1?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "openssl-perl-1:3.0.1-47.el9_1.s390x",
"product": {
"name": "openssl-perl-1:3.0.1-47.el9_1.s390x",
"product_id": "openssl-perl-1:3.0.1-47.el9_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openssl-perl@3.0.1-47.el9_1?arch=s390x\u0026epoch=1"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1:3.0.1-47.el9_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.aarch64"
},
"product_reference": "openssl-1:3.0.1-47.el9_1.aarch64",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1:3.0.1-47.el9_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.ppc64le"
},
"product_reference": "openssl-1:3.0.1-47.el9_1.ppc64le",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1:3.0.1-47.el9_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.s390x"
},
"product_reference": "openssl-1:3.0.1-47.el9_1.s390x",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1:3.0.1-47.el9_1.src as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.src"
},
"product_reference": "openssl-1:3.0.1-47.el9_1.src",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1:3.0.1-47.el9_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.x86_64"
},
"product_reference": "openssl-1:3.0.1-47.el9_1.x86_64",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-debuginfo-1:3.0.1-47.el9_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.aarch64"
},
"product_reference": "openssl-debuginfo-1:3.0.1-47.el9_1.aarch64",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-debuginfo-1:3.0.1-47.el9_1.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.i686"
},
"product_reference": "openssl-debuginfo-1:3.0.1-47.el9_1.i686",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-debuginfo-1:3.0.1-47.el9_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.ppc64le"
},
"product_reference": "openssl-debuginfo-1:3.0.1-47.el9_1.ppc64le",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-debuginfo-1:3.0.1-47.el9_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.s390x"
},
"product_reference": "openssl-debuginfo-1:3.0.1-47.el9_1.s390x",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-debuginfo-1:3.0.1-47.el9_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.x86_64"
},
"product_reference": "openssl-debuginfo-1:3.0.1-47.el9_1.x86_64",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-debugsource-1:3.0.1-47.el9_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.aarch64"
},
"product_reference": "openssl-debugsource-1:3.0.1-47.el9_1.aarch64",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-debugsource-1:3.0.1-47.el9_1.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.i686"
},
"product_reference": "openssl-debugsource-1:3.0.1-47.el9_1.i686",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-debugsource-1:3.0.1-47.el9_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.ppc64le"
},
"product_reference": "openssl-debugsource-1:3.0.1-47.el9_1.ppc64le",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-debugsource-1:3.0.1-47.el9_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.s390x"
},
"product_reference": "openssl-debugsource-1:3.0.1-47.el9_1.s390x",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-debugsource-1:3.0.1-47.el9_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.x86_64"
},
"product_reference": "openssl-debugsource-1:3.0.1-47.el9_1.x86_64",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-devel-1:3.0.1-47.el9_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.aarch64"
},
"product_reference": "openssl-devel-1:3.0.1-47.el9_1.aarch64",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-devel-1:3.0.1-47.el9_1.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.i686"
},
"product_reference": "openssl-devel-1:3.0.1-47.el9_1.i686",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-devel-1:3.0.1-47.el9_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.ppc64le"
},
"product_reference": "openssl-devel-1:3.0.1-47.el9_1.ppc64le",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-devel-1:3.0.1-47.el9_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.s390x"
},
"product_reference": "openssl-devel-1:3.0.1-47.el9_1.s390x",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-devel-1:3.0.1-47.el9_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.x86_64"
},
"product_reference": "openssl-devel-1:3.0.1-47.el9_1.x86_64",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-libs-1:3.0.1-47.el9_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.aarch64"
},
"product_reference": "openssl-libs-1:3.0.1-47.el9_1.aarch64",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-libs-1:3.0.1-47.el9_1.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.i686"
},
"product_reference": "openssl-libs-1:3.0.1-47.el9_1.i686",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-libs-1:3.0.1-47.el9_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.ppc64le"
},
"product_reference": "openssl-libs-1:3.0.1-47.el9_1.ppc64le",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-libs-1:3.0.1-47.el9_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.s390x"
},
"product_reference": "openssl-libs-1:3.0.1-47.el9_1.s390x",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-libs-1:3.0.1-47.el9_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.x86_64"
},
"product_reference": "openssl-libs-1:3.0.1-47.el9_1.x86_64",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-libs-debuginfo-1:3.0.1-47.el9_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.aarch64"
},
"product_reference": "openssl-libs-debuginfo-1:3.0.1-47.el9_1.aarch64",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-libs-debuginfo-1:3.0.1-47.el9_1.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.i686"
},
"product_reference": "openssl-libs-debuginfo-1:3.0.1-47.el9_1.i686",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-libs-debuginfo-1:3.0.1-47.el9_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.ppc64le"
},
"product_reference": "openssl-libs-debuginfo-1:3.0.1-47.el9_1.ppc64le",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-libs-debuginfo-1:3.0.1-47.el9_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.s390x"
},
"product_reference": "openssl-libs-debuginfo-1:3.0.1-47.el9_1.s390x",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-libs-debuginfo-1:3.0.1-47.el9_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.x86_64"
},
"product_reference": "openssl-libs-debuginfo-1:3.0.1-47.el9_1.x86_64",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-perl-1:3.0.1-47.el9_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:openssl-perl-1:3.0.1-47.el9_1.aarch64"
},
"product_reference": "openssl-perl-1:3.0.1-47.el9_1.aarch64",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-perl-1:3.0.1-47.el9_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:openssl-perl-1:3.0.1-47.el9_1.ppc64le"
},
"product_reference": "openssl-perl-1:3.0.1-47.el9_1.ppc64le",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-perl-1:3.0.1-47.el9_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:openssl-perl-1:3.0.1-47.el9_1.s390x"
},
"product_reference": "openssl-perl-1:3.0.1-47.el9_1.s390x",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-perl-1:3.0.1-47.el9_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:openssl-perl-1:3.0.1-47.el9_1.x86_64"
},
"product_reference": "openssl-perl-1:3.0.1-47.el9_1.x86_64",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1:3.0.1-47.el9_1.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.aarch64"
},
"product_reference": "openssl-1:3.0.1-47.el9_1.aarch64",
"relates_to_product_reference": "BaseOS-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1:3.0.1-47.el9_1.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.ppc64le"
},
"product_reference": "openssl-1:3.0.1-47.el9_1.ppc64le",
"relates_to_product_reference": "BaseOS-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1:3.0.1-47.el9_1.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.s390x"
},
"product_reference": "openssl-1:3.0.1-47.el9_1.s390x",
"relates_to_product_reference": "BaseOS-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1:3.0.1-47.el9_1.src as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.src"
},
"product_reference": "openssl-1:3.0.1-47.el9_1.src",
"relates_to_product_reference": "BaseOS-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1:3.0.1-47.el9_1.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.x86_64"
},
"product_reference": "openssl-1:3.0.1-47.el9_1.x86_64",
"relates_to_product_reference": "BaseOS-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-debuginfo-1:3.0.1-47.el9_1.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.aarch64"
},
"product_reference": "openssl-debuginfo-1:3.0.1-47.el9_1.aarch64",
"relates_to_product_reference": "BaseOS-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-debuginfo-1:3.0.1-47.el9_1.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.i686"
},
"product_reference": "openssl-debuginfo-1:3.0.1-47.el9_1.i686",
"relates_to_product_reference": "BaseOS-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-debuginfo-1:3.0.1-47.el9_1.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.ppc64le"
},
"product_reference": "openssl-debuginfo-1:3.0.1-47.el9_1.ppc64le",
"relates_to_product_reference": "BaseOS-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-debuginfo-1:3.0.1-47.el9_1.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.s390x"
},
"product_reference": "openssl-debuginfo-1:3.0.1-47.el9_1.s390x",
"relates_to_product_reference": "BaseOS-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-debuginfo-1:3.0.1-47.el9_1.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.x86_64"
},
"product_reference": "openssl-debuginfo-1:3.0.1-47.el9_1.x86_64",
"relates_to_product_reference": "BaseOS-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-debugsource-1:3.0.1-47.el9_1.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.aarch64"
},
"product_reference": "openssl-debugsource-1:3.0.1-47.el9_1.aarch64",
"relates_to_product_reference": "BaseOS-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-debugsource-1:3.0.1-47.el9_1.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.i686"
},
"product_reference": "openssl-debugsource-1:3.0.1-47.el9_1.i686",
"relates_to_product_reference": "BaseOS-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-debugsource-1:3.0.1-47.el9_1.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.ppc64le"
},
"product_reference": "openssl-debugsource-1:3.0.1-47.el9_1.ppc64le",
"relates_to_product_reference": "BaseOS-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-debugsource-1:3.0.1-47.el9_1.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.s390x"
},
"product_reference": "openssl-debugsource-1:3.0.1-47.el9_1.s390x",
"relates_to_product_reference": "BaseOS-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-debugsource-1:3.0.1-47.el9_1.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.x86_64"
},
"product_reference": "openssl-debugsource-1:3.0.1-47.el9_1.x86_64",
"relates_to_product_reference": "BaseOS-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-devel-1:3.0.1-47.el9_1.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.aarch64"
},
"product_reference": "openssl-devel-1:3.0.1-47.el9_1.aarch64",
"relates_to_product_reference": "BaseOS-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-devel-1:3.0.1-47.el9_1.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.i686"
},
"product_reference": "openssl-devel-1:3.0.1-47.el9_1.i686",
"relates_to_product_reference": "BaseOS-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-devel-1:3.0.1-47.el9_1.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.ppc64le"
},
"product_reference": "openssl-devel-1:3.0.1-47.el9_1.ppc64le",
"relates_to_product_reference": "BaseOS-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-devel-1:3.0.1-47.el9_1.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.s390x"
},
"product_reference": "openssl-devel-1:3.0.1-47.el9_1.s390x",
"relates_to_product_reference": "BaseOS-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-devel-1:3.0.1-47.el9_1.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.x86_64"
},
"product_reference": "openssl-devel-1:3.0.1-47.el9_1.x86_64",
"relates_to_product_reference": "BaseOS-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-libs-1:3.0.1-47.el9_1.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.aarch64"
},
"product_reference": "openssl-libs-1:3.0.1-47.el9_1.aarch64",
"relates_to_product_reference": "BaseOS-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-libs-1:3.0.1-47.el9_1.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.i686"
},
"product_reference": "openssl-libs-1:3.0.1-47.el9_1.i686",
"relates_to_product_reference": "BaseOS-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-libs-1:3.0.1-47.el9_1.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.ppc64le"
},
"product_reference": "openssl-libs-1:3.0.1-47.el9_1.ppc64le",
"relates_to_product_reference": "BaseOS-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-libs-1:3.0.1-47.el9_1.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.s390x"
},
"product_reference": "openssl-libs-1:3.0.1-47.el9_1.s390x",
"relates_to_product_reference": "BaseOS-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-libs-1:3.0.1-47.el9_1.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.x86_64"
},
"product_reference": "openssl-libs-1:3.0.1-47.el9_1.x86_64",
"relates_to_product_reference": "BaseOS-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-libs-debuginfo-1:3.0.1-47.el9_1.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.aarch64"
},
"product_reference": "openssl-libs-debuginfo-1:3.0.1-47.el9_1.aarch64",
"relates_to_product_reference": "BaseOS-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-libs-debuginfo-1:3.0.1-47.el9_1.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.i686"
},
"product_reference": "openssl-libs-debuginfo-1:3.0.1-47.el9_1.i686",
"relates_to_product_reference": "BaseOS-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-libs-debuginfo-1:3.0.1-47.el9_1.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.ppc64le"
},
"product_reference": "openssl-libs-debuginfo-1:3.0.1-47.el9_1.ppc64le",
"relates_to_product_reference": "BaseOS-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-libs-debuginfo-1:3.0.1-47.el9_1.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.s390x"
},
"product_reference": "openssl-libs-debuginfo-1:3.0.1-47.el9_1.s390x",
"relates_to_product_reference": "BaseOS-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-libs-debuginfo-1:3.0.1-47.el9_1.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.x86_64"
},
"product_reference": "openssl-libs-debuginfo-1:3.0.1-47.el9_1.x86_64",
"relates_to_product_reference": "BaseOS-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-perl-1:3.0.1-47.el9_1.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.1.0.Z.MAIN:openssl-perl-1:3.0.1-47.el9_1.aarch64"
},
"product_reference": "openssl-perl-1:3.0.1-47.el9_1.aarch64",
"relates_to_product_reference": "BaseOS-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-perl-1:3.0.1-47.el9_1.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.1.0.Z.MAIN:openssl-perl-1:3.0.1-47.el9_1.ppc64le"
},
"product_reference": "openssl-perl-1:3.0.1-47.el9_1.ppc64le",
"relates_to_product_reference": "BaseOS-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-perl-1:3.0.1-47.el9_1.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.1.0.Z.MAIN:openssl-perl-1:3.0.1-47.el9_1.s390x"
},
"product_reference": "openssl-perl-1:3.0.1-47.el9_1.s390x",
"relates_to_product_reference": "BaseOS-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-perl-1:3.0.1-47.el9_1.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.1.0.Z.MAIN:openssl-perl-1:3.0.1-47.el9_1.x86_64"
},
"product_reference": "openssl-perl-1:3.0.1-47.el9_1.x86_64",
"relates_to_product_reference": "BaseOS-9.1.0.Z.MAIN"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2022-4203",
"cwe": {
"id": "CWE-125",
"name": "Out-of-bounds Read"
},
"discovery_date": "2023-01-25T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2164488"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Open SSL. A read buffer overrun can be triggered in X.509 certificate verification, specifically in name constraint checking. Note that this occurs after certificate chain signature verification, and requires either a CA to have signed the malicious certificate or for the application to continue certificate verification despite failure to construct a path to a trusted issuer.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "openssl: read buffer overflow in X.509 certificate verification",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat Enterprise Linux 6, 7, and 8 ships OpenSSL 1.1.1 and 1.0.2 which do not contain the incorrect code, so those are not affected by this CVE. Similarly, the versions of `shim` as shipped with Red Hat Enterprise Linux 8 and 9 are not affected by this issue.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.src",
"AppStream-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.i686",
"AppStream-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.i686",
"AppStream-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.i686",
"AppStream-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.i686",
"AppStream-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.i686",
"AppStream-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:openssl-perl-1:3.0.1-47.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:openssl-perl-1:3.0.1-47.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:openssl-perl-1:3.0.1-47.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:openssl-perl-1:3.0.1-47.el9_1.x86_64",
"BaseOS-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.aarch64",
"BaseOS-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.ppc64le",
"BaseOS-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.s390x",
"BaseOS-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.src",
"BaseOS-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.x86_64",
"BaseOS-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.aarch64",
"BaseOS-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.i686",
"BaseOS-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.ppc64le",
"BaseOS-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.s390x",
"BaseOS-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.x86_64",
"BaseOS-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.aarch64",
"BaseOS-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.i686",
"BaseOS-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.ppc64le",
"BaseOS-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.s390x",
"BaseOS-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.x86_64",
"BaseOS-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.aarch64",
"BaseOS-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.i686",
"BaseOS-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.ppc64le",
"BaseOS-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.s390x",
"BaseOS-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.x86_64",
"BaseOS-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.aarch64",
"BaseOS-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.i686",
"BaseOS-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.ppc64le",
"BaseOS-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.s390x",
"BaseOS-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.x86_64",
"BaseOS-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.aarch64",
"BaseOS-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.i686",
"BaseOS-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.ppc64le",
"BaseOS-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.s390x",
"BaseOS-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.x86_64",
"BaseOS-9.1.0.Z.MAIN:openssl-perl-1:3.0.1-47.el9_1.aarch64",
"BaseOS-9.1.0.Z.MAIN:openssl-perl-1:3.0.1-47.el9_1.ppc64le",
"BaseOS-9.1.0.Z.MAIN:openssl-perl-1:3.0.1-47.el9_1.s390x",
"BaseOS-9.1.0.Z.MAIN:openssl-perl-1:3.0.1-47.el9_1.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-4203"
},
{
"category": "external",
"summary": "RHBZ#2164488",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2164488"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-4203",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-4203"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-4203",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-4203"
},
{
"category": "external",
"summary": "https://www.openssl.org/news/secadv/20230207.txt",
"url": "https://www.openssl.org/news/secadv/20230207.txt"
}
],
"release_date": "2023-02-07T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-02-28T08:22:08+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nFor the update to take effect, all services linked to the OpenSSL library must be restarted, or the system rebooted.",
"product_ids": [
"AppStream-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.src",
"AppStream-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.i686",
"AppStream-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.i686",
"AppStream-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.i686",
"AppStream-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.i686",
"AppStream-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.i686",
"AppStream-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:openssl-perl-1:3.0.1-47.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:openssl-perl-1:3.0.1-47.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:openssl-perl-1:3.0.1-47.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:openssl-perl-1:3.0.1-47.el9_1.x86_64",
"BaseOS-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.aarch64",
"BaseOS-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.ppc64le",
"BaseOS-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.s390x",
"BaseOS-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.src",
"BaseOS-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.x86_64",
"BaseOS-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.aarch64",
"BaseOS-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.i686",
"BaseOS-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.ppc64le",
"BaseOS-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.s390x",
"BaseOS-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.x86_64",
"BaseOS-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.aarch64",
"BaseOS-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.i686",
"BaseOS-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.ppc64le",
"BaseOS-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.s390x",
"BaseOS-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.x86_64",
"BaseOS-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.aarch64",
"BaseOS-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.i686",
"BaseOS-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.ppc64le",
"BaseOS-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.s390x",
"BaseOS-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.x86_64",
"BaseOS-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.aarch64",
"BaseOS-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.i686",
"BaseOS-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.ppc64le",
"BaseOS-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.s390x",
"BaseOS-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.x86_64",
"BaseOS-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.aarch64",
"BaseOS-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.i686",
"BaseOS-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.ppc64le",
"BaseOS-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.s390x",
"BaseOS-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.x86_64",
"BaseOS-9.1.0.Z.MAIN:openssl-perl-1:3.0.1-47.el9_1.aarch64",
"BaseOS-9.1.0.Z.MAIN:openssl-perl-1:3.0.1-47.el9_1.ppc64le",
"BaseOS-9.1.0.Z.MAIN:openssl-perl-1:3.0.1-47.el9_1.s390x",
"BaseOS-9.1.0.Z.MAIN:openssl-perl-1:3.0.1-47.el9_1.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:0946"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 4.9,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "HIGH",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.src",
"AppStream-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.i686",
"AppStream-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.i686",
"AppStream-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.i686",
"AppStream-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.i686",
"AppStream-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.i686",
"AppStream-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:openssl-perl-1:3.0.1-47.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:openssl-perl-1:3.0.1-47.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:openssl-perl-1:3.0.1-47.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:openssl-perl-1:3.0.1-47.el9_1.x86_64",
"BaseOS-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.aarch64",
"BaseOS-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.ppc64le",
"BaseOS-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.s390x",
"BaseOS-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.src",
"BaseOS-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.x86_64",
"BaseOS-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.aarch64",
"BaseOS-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.i686",
"BaseOS-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.ppc64le",
"BaseOS-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.s390x",
"BaseOS-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.x86_64",
"BaseOS-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.aarch64",
"BaseOS-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.i686",
"BaseOS-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.ppc64le",
"BaseOS-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.s390x",
"BaseOS-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.x86_64",
"BaseOS-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.aarch64",
"BaseOS-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.i686",
"BaseOS-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.ppc64le",
"BaseOS-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.s390x",
"BaseOS-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.x86_64",
"BaseOS-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.aarch64",
"BaseOS-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.i686",
"BaseOS-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.ppc64le",
"BaseOS-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.s390x",
"BaseOS-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.x86_64",
"BaseOS-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.aarch64",
"BaseOS-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.i686",
"BaseOS-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.ppc64le",
"BaseOS-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.s390x",
"BaseOS-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.x86_64",
"BaseOS-9.1.0.Z.MAIN:openssl-perl-1:3.0.1-47.el9_1.aarch64",
"BaseOS-9.1.0.Z.MAIN:openssl-perl-1:3.0.1-47.el9_1.ppc64le",
"BaseOS-9.1.0.Z.MAIN:openssl-perl-1:3.0.1-47.el9_1.s390x",
"BaseOS-9.1.0.Z.MAIN:openssl-perl-1:3.0.1-47.el9_1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "openssl: read buffer overflow in X.509 certificate verification"
},
{
"cve": "CVE-2022-4304",
"discovery_date": "2023-01-25T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2164487"
}
],
"notes": [
{
"category": "description",
"text": "A timing-based side channel exists in the OpenSSL RSA Decryption implementation, which could be sufficient to recover a ciphertext across a network in a Bleichenbacher style attack. To achieve a successful decryption, an attacker would have to be able to send a very large number of trial messages for decryption. This issue affects all RSA padding modes: PKCS#1 v1.5, RSA-OEAP, and RSASVE.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "openssl: timing attack in RSA Decryption implementation",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.src",
"AppStream-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.i686",
"AppStream-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.i686",
"AppStream-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.i686",
"AppStream-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.i686",
"AppStream-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.i686",
"AppStream-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:openssl-perl-1:3.0.1-47.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:openssl-perl-1:3.0.1-47.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:openssl-perl-1:3.0.1-47.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:openssl-perl-1:3.0.1-47.el9_1.x86_64",
"BaseOS-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.aarch64",
"BaseOS-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.ppc64le",
"BaseOS-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.s390x",
"BaseOS-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.src",
"BaseOS-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.x86_64",
"BaseOS-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.aarch64",
"BaseOS-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.i686",
"BaseOS-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.ppc64le",
"BaseOS-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.s390x",
"BaseOS-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.x86_64",
"BaseOS-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.aarch64",
"BaseOS-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.i686",
"BaseOS-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.ppc64le",
"BaseOS-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.s390x",
"BaseOS-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.x86_64",
"BaseOS-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.aarch64",
"BaseOS-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.i686",
"BaseOS-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.ppc64le",
"BaseOS-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.s390x",
"BaseOS-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.x86_64",
"BaseOS-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.aarch64",
"BaseOS-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.i686",
"BaseOS-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.ppc64le",
"BaseOS-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.s390x",
"BaseOS-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.x86_64",
"BaseOS-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.aarch64",
"BaseOS-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.i686",
"BaseOS-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.ppc64le",
"BaseOS-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.s390x",
"BaseOS-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.x86_64",
"BaseOS-9.1.0.Z.MAIN:openssl-perl-1:3.0.1-47.el9_1.aarch64",
"BaseOS-9.1.0.Z.MAIN:openssl-perl-1:3.0.1-47.el9_1.ppc64le",
"BaseOS-9.1.0.Z.MAIN:openssl-perl-1:3.0.1-47.el9_1.s390x",
"BaseOS-9.1.0.Z.MAIN:openssl-perl-1:3.0.1-47.el9_1.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-4304"
},
{
"category": "external",
"summary": "RHBZ#2164487",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2164487"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-4304",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-4304"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-4304",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-4304"
},
{
"category": "external",
"summary": "https://www.openssl.org/news/secadv/20230207.txt",
"url": "https://www.openssl.org/news/secadv/20230207.txt"
}
],
"release_date": "2023-02-07T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-02-28T08:22:08+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nFor the update to take effect, all services linked to the OpenSSL library must be restarted, or the system rebooted.",
"product_ids": [
"AppStream-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.src",
"AppStream-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.i686",
"AppStream-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.i686",
"AppStream-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.i686",
"AppStream-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.i686",
"AppStream-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.i686",
"AppStream-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:openssl-perl-1:3.0.1-47.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:openssl-perl-1:3.0.1-47.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:openssl-perl-1:3.0.1-47.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:openssl-perl-1:3.0.1-47.el9_1.x86_64",
"BaseOS-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.aarch64",
"BaseOS-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.ppc64le",
"BaseOS-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.s390x",
"BaseOS-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.src",
"BaseOS-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.x86_64",
"BaseOS-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.aarch64",
"BaseOS-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.i686",
"BaseOS-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.ppc64le",
"BaseOS-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.s390x",
"BaseOS-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.x86_64",
"BaseOS-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.aarch64",
"BaseOS-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.i686",
"BaseOS-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.ppc64le",
"BaseOS-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.s390x",
"BaseOS-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.x86_64",
"BaseOS-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.aarch64",
"BaseOS-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.i686",
"BaseOS-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.ppc64le",
"BaseOS-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.s390x",
"BaseOS-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.x86_64",
"BaseOS-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.aarch64",
"BaseOS-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.i686",
"BaseOS-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.ppc64le",
"BaseOS-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.s390x",
"BaseOS-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.x86_64",
"BaseOS-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.aarch64",
"BaseOS-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.i686",
"BaseOS-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.ppc64le",
"BaseOS-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.s390x",
"BaseOS-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.x86_64",
"BaseOS-9.1.0.Z.MAIN:openssl-perl-1:3.0.1-47.el9_1.aarch64",
"BaseOS-9.1.0.Z.MAIN:openssl-perl-1:3.0.1-47.el9_1.ppc64le",
"BaseOS-9.1.0.Z.MAIN:openssl-perl-1:3.0.1-47.el9_1.s390x",
"BaseOS-9.1.0.Z.MAIN:openssl-perl-1:3.0.1-47.el9_1.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:0946"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"AppStream-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.src",
"AppStream-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.i686",
"AppStream-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.i686",
"AppStream-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.i686",
"AppStream-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.i686",
"AppStream-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.i686",
"AppStream-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:openssl-perl-1:3.0.1-47.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:openssl-perl-1:3.0.1-47.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:openssl-perl-1:3.0.1-47.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:openssl-perl-1:3.0.1-47.el9_1.x86_64",
"BaseOS-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.aarch64",
"BaseOS-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.ppc64le",
"BaseOS-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.s390x",
"BaseOS-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.src",
"BaseOS-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.x86_64",
"BaseOS-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.aarch64",
"BaseOS-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.i686",
"BaseOS-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.ppc64le",
"BaseOS-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.s390x",
"BaseOS-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.x86_64",
"BaseOS-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.aarch64",
"BaseOS-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.i686",
"BaseOS-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.ppc64le",
"BaseOS-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.s390x",
"BaseOS-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.x86_64",
"BaseOS-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.aarch64",
"BaseOS-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.i686",
"BaseOS-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.ppc64le",
"BaseOS-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.s390x",
"BaseOS-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.x86_64",
"BaseOS-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.aarch64",
"BaseOS-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.i686",
"BaseOS-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.ppc64le",
"BaseOS-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.s390x",
"BaseOS-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.x86_64",
"BaseOS-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.aarch64",
"BaseOS-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.i686",
"BaseOS-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.ppc64le",
"BaseOS-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.s390x",
"BaseOS-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.x86_64",
"BaseOS-9.1.0.Z.MAIN:openssl-perl-1:3.0.1-47.el9_1.aarch64",
"BaseOS-9.1.0.Z.MAIN:openssl-perl-1:3.0.1-47.el9_1.ppc64le",
"BaseOS-9.1.0.Z.MAIN:openssl-perl-1:3.0.1-47.el9_1.s390x",
"BaseOS-9.1.0.Z.MAIN:openssl-perl-1:3.0.1-47.el9_1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "openssl: timing attack in RSA Decryption implementation"
},
{
"cve": "CVE-2022-4450",
"cwe": {
"id": "CWE-415",
"name": "Double Free"
},
"discovery_date": "2023-01-25T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2164494"
}
],
"notes": [
{
"category": "description",
"text": "A double-free vulnerability was found in OpenSSL\u0027s PEM_read_bio_ex function. The function PEM_read_bio_ex() reads a PEM file from a BIO and parses and decodes the \"name\" (for example, \"CERTIFICATE\"), any header data, and the payload data. If the function succeeds, then the \"name_out,\" \"header,\" and \"data\" arguments are populated with pointers to buffers containing the relevant decoded data. The caller is responsible for freeing those buffers. Constructing a PEM file that results in 0 bytes of payload data is possible. In this case, PEM_read_bio_ex() will return a failure code but will populate the header argument with a pointer to a freed buffer. A double-free will occur if the caller also frees this buffer. This will most likely lead to a crash. This could be exploited by an attacker who can supply malicious PEM files for parsing to achieve a denial of service attack.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "openssl: double free after calling PEM_read_bio_ex",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "A double-free vulnerability was found in the OpenSSL library in the PEM_read_bio_ex() function and its wrappers. The flaw is triggered when the library parses a specially crafted PEM file constructed to have zero bytes of payload data. This edge case causes the function to return a failure code but also populate a header argument with a pointer to memory that has already been freed, leading to a double-free condition if the calling application also attempts to free it, resulting in a crash and a denial of service. The flaw is rated as moderate because it results in a crash but does not allow code execution, memory corruption beyond the crash, or data leakage.\n\nThe versions of `shim` as shipped with Red Hat Enterprise Linux 8 and 9 are shipping OpenSSL 1.1.1 and 1.0.2, which do not contain the incorrect code, so those are not affected by this CVE.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.src",
"AppStream-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.i686",
"AppStream-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.i686",
"AppStream-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.i686",
"AppStream-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.i686",
"AppStream-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.i686",
"AppStream-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:openssl-perl-1:3.0.1-47.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:openssl-perl-1:3.0.1-47.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:openssl-perl-1:3.0.1-47.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:openssl-perl-1:3.0.1-47.el9_1.x86_64",
"BaseOS-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.aarch64",
"BaseOS-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.ppc64le",
"BaseOS-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.s390x",
"BaseOS-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.src",
"BaseOS-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.x86_64",
"BaseOS-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.aarch64",
"BaseOS-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.i686",
"BaseOS-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.ppc64le",
"BaseOS-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.s390x",
"BaseOS-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.x86_64",
"BaseOS-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.aarch64",
"BaseOS-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.i686",
"BaseOS-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.ppc64le",
"BaseOS-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.s390x",
"BaseOS-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.x86_64",
"BaseOS-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.aarch64",
"BaseOS-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.i686",
"BaseOS-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.ppc64le",
"BaseOS-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.s390x",
"BaseOS-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.x86_64",
"BaseOS-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.aarch64",
"BaseOS-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.i686",
"BaseOS-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.ppc64le",
"BaseOS-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.s390x",
"BaseOS-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.x86_64",
"BaseOS-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.aarch64",
"BaseOS-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.i686",
"BaseOS-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.ppc64le",
"BaseOS-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.s390x",
"BaseOS-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.x86_64",
"BaseOS-9.1.0.Z.MAIN:openssl-perl-1:3.0.1-47.el9_1.aarch64",
"BaseOS-9.1.0.Z.MAIN:openssl-perl-1:3.0.1-47.el9_1.ppc64le",
"BaseOS-9.1.0.Z.MAIN:openssl-perl-1:3.0.1-47.el9_1.s390x",
"BaseOS-9.1.0.Z.MAIN:openssl-perl-1:3.0.1-47.el9_1.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-4450"
},
{
"category": "external",
"summary": "RHBZ#2164494",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2164494"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-4450",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-4450"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-4450",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-4450"
},
{
"category": "external",
"summary": "https://www.openssl.org/news/secadv/20230207.txt",
"url": "https://www.openssl.org/news/secadv/20230207.txt"
}
],
"release_date": "2023-02-07T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-02-28T08:22:08+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nFor the update to take effect, all services linked to the OpenSSL library must be restarted, or the system rebooted.",
"product_ids": [
"AppStream-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.src",
"AppStream-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.i686",
"AppStream-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.i686",
"AppStream-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.i686",
"AppStream-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.i686",
"AppStream-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.i686",
"AppStream-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:openssl-perl-1:3.0.1-47.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:openssl-perl-1:3.0.1-47.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:openssl-perl-1:3.0.1-47.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:openssl-perl-1:3.0.1-47.el9_1.x86_64",
"BaseOS-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.aarch64",
"BaseOS-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.ppc64le",
"BaseOS-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.s390x",
"BaseOS-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.src",
"BaseOS-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.x86_64",
"BaseOS-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.aarch64",
"BaseOS-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.i686",
"BaseOS-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.ppc64le",
"BaseOS-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.s390x",
"BaseOS-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.x86_64",
"BaseOS-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.aarch64",
"BaseOS-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.i686",
"BaseOS-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.ppc64le",
"BaseOS-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.s390x",
"BaseOS-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.x86_64",
"BaseOS-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.aarch64",
"BaseOS-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.i686",
"BaseOS-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.ppc64le",
"BaseOS-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.s390x",
"BaseOS-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.x86_64",
"BaseOS-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.aarch64",
"BaseOS-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.i686",
"BaseOS-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.ppc64le",
"BaseOS-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.s390x",
"BaseOS-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.x86_64",
"BaseOS-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.aarch64",
"BaseOS-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.i686",
"BaseOS-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.ppc64le",
"BaseOS-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.s390x",
"BaseOS-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.x86_64",
"BaseOS-9.1.0.Z.MAIN:openssl-perl-1:3.0.1-47.el9_1.aarch64",
"BaseOS-9.1.0.Z.MAIN:openssl-perl-1:3.0.1-47.el9_1.ppc64le",
"BaseOS-9.1.0.Z.MAIN:openssl-perl-1:3.0.1-47.el9_1.s390x",
"BaseOS-9.1.0.Z.MAIN:openssl-perl-1:3.0.1-47.el9_1.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:0946"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.src",
"AppStream-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.i686",
"AppStream-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.i686",
"AppStream-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.i686",
"AppStream-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.i686",
"AppStream-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.i686",
"AppStream-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:openssl-perl-1:3.0.1-47.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:openssl-perl-1:3.0.1-47.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:openssl-perl-1:3.0.1-47.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:openssl-perl-1:3.0.1-47.el9_1.x86_64",
"BaseOS-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.aarch64",
"BaseOS-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.ppc64le",
"BaseOS-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.s390x",
"BaseOS-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.src",
"BaseOS-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.x86_64",
"BaseOS-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.aarch64",
"BaseOS-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.i686",
"BaseOS-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.ppc64le",
"BaseOS-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.s390x",
"BaseOS-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.x86_64",
"BaseOS-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.aarch64",
"BaseOS-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.i686",
"BaseOS-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.ppc64le",
"BaseOS-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.s390x",
"BaseOS-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.x86_64",
"BaseOS-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.aarch64",
"BaseOS-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.i686",
"BaseOS-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.ppc64le",
"BaseOS-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.s390x",
"BaseOS-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.x86_64",
"BaseOS-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.aarch64",
"BaseOS-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.i686",
"BaseOS-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.ppc64le",
"BaseOS-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.s390x",
"BaseOS-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.x86_64",
"BaseOS-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.aarch64",
"BaseOS-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.i686",
"BaseOS-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.ppc64le",
"BaseOS-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.s390x",
"BaseOS-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.x86_64",
"BaseOS-9.1.0.Z.MAIN:openssl-perl-1:3.0.1-47.el9_1.aarch64",
"BaseOS-9.1.0.Z.MAIN:openssl-perl-1:3.0.1-47.el9_1.ppc64le",
"BaseOS-9.1.0.Z.MAIN:openssl-perl-1:3.0.1-47.el9_1.s390x",
"BaseOS-9.1.0.Z.MAIN:openssl-perl-1:3.0.1-47.el9_1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "openssl: double free after calling PEM_read_bio_ex"
},
{
"cve": "CVE-2023-0215",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"discovery_date": "2023-01-25T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2164492"
}
],
"notes": [
{
"category": "description",
"text": "A use-after-free vulnerability was found in OpenSSL\u0027s BIO_new_NDEF function. The public API function BIO_new_NDEF is a helper function used for streaming ASN.1 data via a BIO. It is primarily used internally by OpenSSL to support the SMIME, CMS, and PKCS7 streaming capabilities, but it may also be called directly by end-user applications. The function receives a BIO from the caller, prepends a new BIO_f_asn1 filter BIO onto the front of it to form a BIO chain, and then returns the new head of the BIO chain to the caller. Under certain conditions. For example, if a CMS recipient public key is invalid, the new filter BIO is freed, and the function returns a NULL result indicating a failure. However, in this case, the BIO chain is not properly cleaned up, and the BIO passed by the caller still retains internal pointers to the previously freed filter BIO. If the caller then calls BIO_pop() on the BIO, a use-after-free will occur, possibly resulting in a crash.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "openssl: use-after-free following BIO_new_NDEF",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This flaw was found in the OpenSSL library within the BIO_new_NDEF function, which is used for ASN.1 data streaming. The flaw is a use-after-free issue that happens when an error occurs while setting up a BIO chain. In this case, the filter BIO is freed, but the original BIO still holds a reference to it. If the caller later calls BIO_pop(), it tries to use this freed pointer, causing a crash and leading to a Denial of Service (DoS). The flaw is rated as moderate because it results in a crash but does not allow code execution, memory corruption beyond the crash, or data leakage.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.src",
"AppStream-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.i686",
"AppStream-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.i686",
"AppStream-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.i686",
"AppStream-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.i686",
"AppStream-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.i686",
"AppStream-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:openssl-perl-1:3.0.1-47.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:openssl-perl-1:3.0.1-47.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:openssl-perl-1:3.0.1-47.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:openssl-perl-1:3.0.1-47.el9_1.x86_64",
"BaseOS-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.aarch64",
"BaseOS-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.ppc64le",
"BaseOS-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.s390x",
"BaseOS-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.src",
"BaseOS-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.x86_64",
"BaseOS-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.aarch64",
"BaseOS-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.i686",
"BaseOS-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.ppc64le",
"BaseOS-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.s390x",
"BaseOS-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.x86_64",
"BaseOS-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.aarch64",
"BaseOS-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.i686",
"BaseOS-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.ppc64le",
"BaseOS-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.s390x",
"BaseOS-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.x86_64",
"BaseOS-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.aarch64",
"BaseOS-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.i686",
"BaseOS-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.ppc64le",
"BaseOS-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.s390x",
"BaseOS-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.x86_64",
"BaseOS-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.aarch64",
"BaseOS-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.i686",
"BaseOS-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.ppc64le",
"BaseOS-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.s390x",
"BaseOS-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.x86_64",
"BaseOS-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.aarch64",
"BaseOS-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.i686",
"BaseOS-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.ppc64le",
"BaseOS-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.s390x",
"BaseOS-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.x86_64",
"BaseOS-9.1.0.Z.MAIN:openssl-perl-1:3.0.1-47.el9_1.aarch64",
"BaseOS-9.1.0.Z.MAIN:openssl-perl-1:3.0.1-47.el9_1.ppc64le",
"BaseOS-9.1.0.Z.MAIN:openssl-perl-1:3.0.1-47.el9_1.s390x",
"BaseOS-9.1.0.Z.MAIN:openssl-perl-1:3.0.1-47.el9_1.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-0215"
},
{
"category": "external",
"summary": "RHBZ#2164492",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2164492"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-0215",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0215"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-0215",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-0215"
},
{
"category": "external",
"summary": "https://www.openssl.org/news/secadv/20230207.txt",
"url": "https://www.openssl.org/news/secadv/20230207.txt"
}
],
"release_date": "2023-02-07T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-02-28T08:22:08+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nFor the update to take effect, all services linked to the OpenSSL library must be restarted, or the system rebooted.",
"product_ids": [
"AppStream-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.src",
"AppStream-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.i686",
"AppStream-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.i686",
"AppStream-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.i686",
"AppStream-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.i686",
"AppStream-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.i686",
"AppStream-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:openssl-perl-1:3.0.1-47.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:openssl-perl-1:3.0.1-47.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:openssl-perl-1:3.0.1-47.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:openssl-perl-1:3.0.1-47.el9_1.x86_64",
"BaseOS-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.aarch64",
"BaseOS-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.ppc64le",
"BaseOS-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.s390x",
"BaseOS-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.src",
"BaseOS-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.x86_64",
"BaseOS-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.aarch64",
"BaseOS-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.i686",
"BaseOS-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.ppc64le",
"BaseOS-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.s390x",
"BaseOS-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.x86_64",
"BaseOS-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.aarch64",
"BaseOS-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.i686",
"BaseOS-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.ppc64le",
"BaseOS-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.s390x",
"BaseOS-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.x86_64",
"BaseOS-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.aarch64",
"BaseOS-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.i686",
"BaseOS-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.ppc64le",
"BaseOS-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.s390x",
"BaseOS-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.x86_64",
"BaseOS-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.aarch64",
"BaseOS-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.i686",
"BaseOS-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.ppc64le",
"BaseOS-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.s390x",
"BaseOS-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.x86_64",
"BaseOS-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.aarch64",
"BaseOS-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.i686",
"BaseOS-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.ppc64le",
"BaseOS-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.s390x",
"BaseOS-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.x86_64",
"BaseOS-9.1.0.Z.MAIN:openssl-perl-1:3.0.1-47.el9_1.aarch64",
"BaseOS-9.1.0.Z.MAIN:openssl-perl-1:3.0.1-47.el9_1.ppc64le",
"BaseOS-9.1.0.Z.MAIN:openssl-perl-1:3.0.1-47.el9_1.s390x",
"BaseOS-9.1.0.Z.MAIN:openssl-perl-1:3.0.1-47.el9_1.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:0946"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.src",
"AppStream-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.i686",
"AppStream-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.i686",
"AppStream-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.i686",
"AppStream-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.i686",
"AppStream-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.i686",
"AppStream-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:openssl-perl-1:3.0.1-47.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:openssl-perl-1:3.0.1-47.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:openssl-perl-1:3.0.1-47.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:openssl-perl-1:3.0.1-47.el9_1.x86_64",
"BaseOS-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.aarch64",
"BaseOS-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.ppc64le",
"BaseOS-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.s390x",
"BaseOS-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.src",
"BaseOS-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.x86_64",
"BaseOS-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.aarch64",
"BaseOS-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.i686",
"BaseOS-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.ppc64le",
"BaseOS-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.s390x",
"BaseOS-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.x86_64",
"BaseOS-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.aarch64",
"BaseOS-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.i686",
"BaseOS-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.ppc64le",
"BaseOS-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.s390x",
"BaseOS-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.x86_64",
"BaseOS-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.aarch64",
"BaseOS-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.i686",
"BaseOS-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.ppc64le",
"BaseOS-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.s390x",
"BaseOS-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.x86_64",
"BaseOS-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.aarch64",
"BaseOS-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.i686",
"BaseOS-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.ppc64le",
"BaseOS-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.s390x",
"BaseOS-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.x86_64",
"BaseOS-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.aarch64",
"BaseOS-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.i686",
"BaseOS-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.ppc64le",
"BaseOS-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.s390x",
"BaseOS-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.x86_64",
"BaseOS-9.1.0.Z.MAIN:openssl-perl-1:3.0.1-47.el9_1.aarch64",
"BaseOS-9.1.0.Z.MAIN:openssl-perl-1:3.0.1-47.el9_1.ppc64le",
"BaseOS-9.1.0.Z.MAIN:openssl-perl-1:3.0.1-47.el9_1.s390x",
"BaseOS-9.1.0.Z.MAIN:openssl-perl-1:3.0.1-47.el9_1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "openssl: use-after-free following BIO_new_NDEF"
},
{
"cve": "CVE-2023-0216",
"discovery_date": "2023-01-25T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2164497"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in OpenSSL. An invalid pointer dereference on read can be triggered when an application tries to load malformed PKCS7 data with the d2i_PKCS7(), d2i_PKCS7_bio() or d2i_PKCS7_fp() functions. This may result in an application crash which could lead to a denial of service. The TLS implementation in OpenSSL does not call this function, however, third party applications might call these functions on untrusted data.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "openssl: invalid pointer dereference in d2i_PKCS7 functions",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat Enterprise Linux 6, 7, and 8 ships OpenSSL 1.1.1 and 1.0.2 which do not contain the incorrect code, so those are not affected by this CVE. Similarly, the versions of `shim` as shipped with Red Hat Enterprise Linux 8 and 9 are not affected by this issue.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.src",
"AppStream-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.i686",
"AppStream-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.i686",
"AppStream-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.i686",
"AppStream-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.i686",
"AppStream-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.i686",
"AppStream-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:openssl-perl-1:3.0.1-47.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:openssl-perl-1:3.0.1-47.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:openssl-perl-1:3.0.1-47.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:openssl-perl-1:3.0.1-47.el9_1.x86_64",
"BaseOS-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.aarch64",
"BaseOS-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.ppc64le",
"BaseOS-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.s390x",
"BaseOS-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.src",
"BaseOS-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.x86_64",
"BaseOS-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.aarch64",
"BaseOS-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.i686",
"BaseOS-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.ppc64le",
"BaseOS-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.s390x",
"BaseOS-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.x86_64",
"BaseOS-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.aarch64",
"BaseOS-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.i686",
"BaseOS-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.ppc64le",
"BaseOS-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.s390x",
"BaseOS-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.x86_64",
"BaseOS-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.aarch64",
"BaseOS-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.i686",
"BaseOS-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.ppc64le",
"BaseOS-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.s390x",
"BaseOS-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.x86_64",
"BaseOS-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.aarch64",
"BaseOS-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.i686",
"BaseOS-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.ppc64le",
"BaseOS-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.s390x",
"BaseOS-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.x86_64",
"BaseOS-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.aarch64",
"BaseOS-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.i686",
"BaseOS-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.ppc64le",
"BaseOS-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.s390x",
"BaseOS-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.x86_64",
"BaseOS-9.1.0.Z.MAIN:openssl-perl-1:3.0.1-47.el9_1.aarch64",
"BaseOS-9.1.0.Z.MAIN:openssl-perl-1:3.0.1-47.el9_1.ppc64le",
"BaseOS-9.1.0.Z.MAIN:openssl-perl-1:3.0.1-47.el9_1.s390x",
"BaseOS-9.1.0.Z.MAIN:openssl-perl-1:3.0.1-47.el9_1.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-0216"
},
{
"category": "external",
"summary": "RHBZ#2164497",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2164497"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-0216",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0216"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-0216",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-0216"
}
],
"release_date": "2023-02-07T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-02-28T08:22:08+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nFor the update to take effect, all services linked to the OpenSSL library must be restarted, or the system rebooted.",
"product_ids": [
"AppStream-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.src",
"AppStream-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.i686",
"AppStream-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.i686",
"AppStream-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.i686",
"AppStream-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.i686",
"AppStream-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.i686",
"AppStream-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:openssl-perl-1:3.0.1-47.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:openssl-perl-1:3.0.1-47.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:openssl-perl-1:3.0.1-47.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:openssl-perl-1:3.0.1-47.el9_1.x86_64",
"BaseOS-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.aarch64",
"BaseOS-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.ppc64le",
"BaseOS-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.s390x",
"BaseOS-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.src",
"BaseOS-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.x86_64",
"BaseOS-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.aarch64",
"BaseOS-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.i686",
"BaseOS-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.ppc64le",
"BaseOS-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.s390x",
"BaseOS-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.x86_64",
"BaseOS-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.aarch64",
"BaseOS-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.i686",
"BaseOS-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.ppc64le",
"BaseOS-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.s390x",
"BaseOS-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.x86_64",
"BaseOS-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.aarch64",
"BaseOS-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.i686",
"BaseOS-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.ppc64le",
"BaseOS-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.s390x",
"BaseOS-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.x86_64",
"BaseOS-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.aarch64",
"BaseOS-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.i686",
"BaseOS-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.ppc64le",
"BaseOS-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.s390x",
"BaseOS-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.x86_64",
"BaseOS-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.aarch64",
"BaseOS-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.i686",
"BaseOS-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.ppc64le",
"BaseOS-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.s390x",
"BaseOS-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.x86_64",
"BaseOS-9.1.0.Z.MAIN:openssl-perl-1:3.0.1-47.el9_1.aarch64",
"BaseOS-9.1.0.Z.MAIN:openssl-perl-1:3.0.1-47.el9_1.ppc64le",
"BaseOS-9.1.0.Z.MAIN:openssl-perl-1:3.0.1-47.el9_1.s390x",
"BaseOS-9.1.0.Z.MAIN:openssl-perl-1:3.0.1-47.el9_1.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:0946"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.src",
"AppStream-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.i686",
"AppStream-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.i686",
"AppStream-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.i686",
"AppStream-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.i686",
"AppStream-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.i686",
"AppStream-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:openssl-perl-1:3.0.1-47.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:openssl-perl-1:3.0.1-47.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:openssl-perl-1:3.0.1-47.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:openssl-perl-1:3.0.1-47.el9_1.x86_64",
"BaseOS-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.aarch64",
"BaseOS-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.ppc64le",
"BaseOS-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.s390x",
"BaseOS-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.src",
"BaseOS-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.x86_64",
"BaseOS-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.aarch64",
"BaseOS-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.i686",
"BaseOS-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.ppc64le",
"BaseOS-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.s390x",
"BaseOS-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.x86_64",
"BaseOS-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.aarch64",
"BaseOS-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.i686",
"BaseOS-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.ppc64le",
"BaseOS-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.s390x",
"BaseOS-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.x86_64",
"BaseOS-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.aarch64",
"BaseOS-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.i686",
"BaseOS-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.ppc64le",
"BaseOS-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.s390x",
"BaseOS-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.x86_64",
"BaseOS-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.aarch64",
"BaseOS-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.i686",
"BaseOS-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.ppc64le",
"BaseOS-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.s390x",
"BaseOS-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.x86_64",
"BaseOS-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.aarch64",
"BaseOS-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.i686",
"BaseOS-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.ppc64le",
"BaseOS-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.s390x",
"BaseOS-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.x86_64",
"BaseOS-9.1.0.Z.MAIN:openssl-perl-1:3.0.1-47.el9_1.aarch64",
"BaseOS-9.1.0.Z.MAIN:openssl-perl-1:3.0.1-47.el9_1.ppc64le",
"BaseOS-9.1.0.Z.MAIN:openssl-perl-1:3.0.1-47.el9_1.s390x",
"BaseOS-9.1.0.Z.MAIN:openssl-perl-1:3.0.1-47.el9_1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "openssl: invalid pointer dereference in d2i_PKCS7 functions"
},
{
"cve": "CVE-2023-0217",
"discovery_date": "2023-01-25T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2164499"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in OpenSSL. An invalid pointer dereference on read can be triggered when an application tries to check a malformed DSA public key by the EVP_PKEY_public_check() function, most likely leading to an application crash. This function can be called on public keys supplied from untrusted sources, which could allow an attacker to cause a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "openssl: NULL dereference validating DSA public key",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat Enterprise Linux 6, 7, and 8 ships OpenSSL 1.1.1 and 1.0.2 which do not contain the incorrect code, so those are not affected by this CVE. Similarly, the versions of `shim` as shipped with Red Hat Enterprise Linux 8 and 9 are not affected by this issue.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.src",
"AppStream-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.i686",
"AppStream-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.i686",
"AppStream-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.i686",
"AppStream-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.i686",
"AppStream-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.i686",
"AppStream-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:openssl-perl-1:3.0.1-47.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:openssl-perl-1:3.0.1-47.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:openssl-perl-1:3.0.1-47.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:openssl-perl-1:3.0.1-47.el9_1.x86_64",
"BaseOS-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.aarch64",
"BaseOS-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.ppc64le",
"BaseOS-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.s390x",
"BaseOS-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.src",
"BaseOS-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.x86_64",
"BaseOS-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.aarch64",
"BaseOS-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.i686",
"BaseOS-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.ppc64le",
"BaseOS-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.s390x",
"BaseOS-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.x86_64",
"BaseOS-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.aarch64",
"BaseOS-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.i686",
"BaseOS-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.ppc64le",
"BaseOS-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.s390x",
"BaseOS-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.x86_64",
"BaseOS-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.aarch64",
"BaseOS-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.i686",
"BaseOS-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.ppc64le",
"BaseOS-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.s390x",
"BaseOS-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.x86_64",
"BaseOS-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.aarch64",
"BaseOS-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.i686",
"BaseOS-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.ppc64le",
"BaseOS-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.s390x",
"BaseOS-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.x86_64",
"BaseOS-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.aarch64",
"BaseOS-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.i686",
"BaseOS-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.ppc64le",
"BaseOS-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.s390x",
"BaseOS-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.x86_64",
"BaseOS-9.1.0.Z.MAIN:openssl-perl-1:3.0.1-47.el9_1.aarch64",
"BaseOS-9.1.0.Z.MAIN:openssl-perl-1:3.0.1-47.el9_1.ppc64le",
"BaseOS-9.1.0.Z.MAIN:openssl-perl-1:3.0.1-47.el9_1.s390x",
"BaseOS-9.1.0.Z.MAIN:openssl-perl-1:3.0.1-47.el9_1.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-0217"
},
{
"category": "external",
"summary": "RHBZ#2164499",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2164499"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-0217",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0217"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-0217",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-0217"
}
],
"release_date": "2023-02-07T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-02-28T08:22:08+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nFor the update to take effect, all services linked to the OpenSSL library must be restarted, or the system rebooted.",
"product_ids": [
"AppStream-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.src",
"AppStream-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.i686",
"AppStream-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.i686",
"AppStream-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.i686",
"AppStream-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.i686",
"AppStream-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.i686",
"AppStream-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:openssl-perl-1:3.0.1-47.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:openssl-perl-1:3.0.1-47.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:openssl-perl-1:3.0.1-47.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:openssl-perl-1:3.0.1-47.el9_1.x86_64",
"BaseOS-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.aarch64",
"BaseOS-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.ppc64le",
"BaseOS-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.s390x",
"BaseOS-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.src",
"BaseOS-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.x86_64",
"BaseOS-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.aarch64",
"BaseOS-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.i686",
"BaseOS-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.ppc64le",
"BaseOS-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.s390x",
"BaseOS-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.x86_64",
"BaseOS-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.aarch64",
"BaseOS-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.i686",
"BaseOS-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.ppc64le",
"BaseOS-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.s390x",
"BaseOS-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.x86_64",
"BaseOS-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.aarch64",
"BaseOS-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.i686",
"BaseOS-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.ppc64le",
"BaseOS-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.s390x",
"BaseOS-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.x86_64",
"BaseOS-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.aarch64",
"BaseOS-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.i686",
"BaseOS-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.ppc64le",
"BaseOS-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.s390x",
"BaseOS-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.x86_64",
"BaseOS-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.aarch64",
"BaseOS-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.i686",
"BaseOS-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.ppc64le",
"BaseOS-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.s390x",
"BaseOS-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.x86_64",
"BaseOS-9.1.0.Z.MAIN:openssl-perl-1:3.0.1-47.el9_1.aarch64",
"BaseOS-9.1.0.Z.MAIN:openssl-perl-1:3.0.1-47.el9_1.ppc64le",
"BaseOS-9.1.0.Z.MAIN:openssl-perl-1:3.0.1-47.el9_1.s390x",
"BaseOS-9.1.0.Z.MAIN:openssl-perl-1:3.0.1-47.el9_1.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:0946"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.src",
"AppStream-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.i686",
"AppStream-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.i686",
"AppStream-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.i686",
"AppStream-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.i686",
"AppStream-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.i686",
"AppStream-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:openssl-perl-1:3.0.1-47.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:openssl-perl-1:3.0.1-47.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:openssl-perl-1:3.0.1-47.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:openssl-perl-1:3.0.1-47.el9_1.x86_64",
"BaseOS-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.aarch64",
"BaseOS-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.ppc64le",
"BaseOS-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.s390x",
"BaseOS-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.src",
"BaseOS-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.x86_64",
"BaseOS-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.aarch64",
"BaseOS-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.i686",
"BaseOS-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.ppc64le",
"BaseOS-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.s390x",
"BaseOS-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.x86_64",
"BaseOS-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.aarch64",
"BaseOS-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.i686",
"BaseOS-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.ppc64le",
"BaseOS-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.s390x",
"BaseOS-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.x86_64",
"BaseOS-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.aarch64",
"BaseOS-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.i686",
"BaseOS-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.ppc64le",
"BaseOS-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.s390x",
"BaseOS-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.x86_64",
"BaseOS-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.aarch64",
"BaseOS-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.i686",
"BaseOS-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.ppc64le",
"BaseOS-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.s390x",
"BaseOS-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.x86_64",
"BaseOS-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.aarch64",
"BaseOS-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.i686",
"BaseOS-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.ppc64le",
"BaseOS-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.s390x",
"BaseOS-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.x86_64",
"BaseOS-9.1.0.Z.MAIN:openssl-perl-1:3.0.1-47.el9_1.aarch64",
"BaseOS-9.1.0.Z.MAIN:openssl-perl-1:3.0.1-47.el9_1.ppc64le",
"BaseOS-9.1.0.Z.MAIN:openssl-perl-1:3.0.1-47.el9_1.s390x",
"BaseOS-9.1.0.Z.MAIN:openssl-perl-1:3.0.1-47.el9_1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "openssl: NULL dereference validating DSA public key"
},
{
"cve": "CVE-2023-0286",
"cwe": {
"id": "CWE-704",
"name": "Incorrect Type Conversion or Cast"
},
"discovery_date": "2023-01-25T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2164440"
}
],
"notes": [
{
"category": "description",
"text": "A type confusion vulnerability was found in OpenSSL when OpenSSL X.400 addresses processing inside an X.509 GeneralName. When CRL checking is enabled (for example, the application sets the X509_V_FLAG_CRL_CHECK flag), this vulnerability may allow an attacker to pass arbitrary pointers to a memcmp call, enabling them to read memory contents or cause a denial of service. In most cases, the attack requires the attacker to provide both the certificate chain and CRL, of which neither needs a valid signature. If the attacker only controls one of these inputs, the other input must already contain an X.400 address as a CRL distribution point, which is uncommon. In this case, this vulnerability is likely only to affect applications that have implemented their own functionality for retrieving CRLs over a network.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "openssl: X.400 address type confusion in X.509 GeneralName",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "For shim in Red Hat Enterprise Linux 8 \u0026 9, is not affected as shim doesn\u0027t support any CRL processing.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.src",
"AppStream-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.i686",
"AppStream-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.i686",
"AppStream-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.i686",
"AppStream-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.i686",
"AppStream-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.i686",
"AppStream-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:openssl-perl-1:3.0.1-47.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:openssl-perl-1:3.0.1-47.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:openssl-perl-1:3.0.1-47.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:openssl-perl-1:3.0.1-47.el9_1.x86_64",
"BaseOS-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.aarch64",
"BaseOS-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.ppc64le",
"BaseOS-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.s390x",
"BaseOS-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.src",
"BaseOS-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.x86_64",
"BaseOS-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.aarch64",
"BaseOS-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.i686",
"BaseOS-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.ppc64le",
"BaseOS-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.s390x",
"BaseOS-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.x86_64",
"BaseOS-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.aarch64",
"BaseOS-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.i686",
"BaseOS-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.ppc64le",
"BaseOS-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.s390x",
"BaseOS-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.x86_64",
"BaseOS-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.aarch64",
"BaseOS-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.i686",
"BaseOS-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.ppc64le",
"BaseOS-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.s390x",
"BaseOS-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.x86_64",
"BaseOS-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.aarch64",
"BaseOS-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.i686",
"BaseOS-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.ppc64le",
"BaseOS-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.s390x",
"BaseOS-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.x86_64",
"BaseOS-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.aarch64",
"BaseOS-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.i686",
"BaseOS-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.ppc64le",
"BaseOS-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.s390x",
"BaseOS-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.x86_64",
"BaseOS-9.1.0.Z.MAIN:openssl-perl-1:3.0.1-47.el9_1.aarch64",
"BaseOS-9.1.0.Z.MAIN:openssl-perl-1:3.0.1-47.el9_1.ppc64le",
"BaseOS-9.1.0.Z.MAIN:openssl-perl-1:3.0.1-47.el9_1.s390x",
"BaseOS-9.1.0.Z.MAIN:openssl-perl-1:3.0.1-47.el9_1.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-0286"
},
{
"category": "external",
"summary": "RHBZ#2164440",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2164440"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-0286",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0286"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-0286",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-0286"
},
{
"category": "external",
"summary": "https://www.openssl.org/news/secadv/20230207.txt",
"url": "https://www.openssl.org/news/secadv/20230207.txt"
}
],
"release_date": "2023-02-07T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-02-28T08:22:08+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nFor the update to take effect, all services linked to the OpenSSL library must be restarted, or the system rebooted.",
"product_ids": [
"AppStream-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.src",
"AppStream-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.i686",
"AppStream-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.i686",
"AppStream-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.i686",
"AppStream-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.i686",
"AppStream-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.i686",
"AppStream-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:openssl-perl-1:3.0.1-47.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:openssl-perl-1:3.0.1-47.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:openssl-perl-1:3.0.1-47.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:openssl-perl-1:3.0.1-47.el9_1.x86_64",
"BaseOS-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.aarch64",
"BaseOS-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.ppc64le",
"BaseOS-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.s390x",
"BaseOS-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.src",
"BaseOS-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.x86_64",
"BaseOS-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.aarch64",
"BaseOS-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.i686",
"BaseOS-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.ppc64le",
"BaseOS-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.s390x",
"BaseOS-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.x86_64",
"BaseOS-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.aarch64",
"BaseOS-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.i686",
"BaseOS-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.ppc64le",
"BaseOS-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.s390x",
"BaseOS-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.x86_64",
"BaseOS-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.aarch64",
"BaseOS-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.i686",
"BaseOS-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.ppc64le",
"BaseOS-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.s390x",
"BaseOS-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.x86_64",
"BaseOS-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.aarch64",
"BaseOS-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.i686",
"BaseOS-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.ppc64le",
"BaseOS-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.s390x",
"BaseOS-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.x86_64",
"BaseOS-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.aarch64",
"BaseOS-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.i686",
"BaseOS-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.ppc64le",
"BaseOS-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.s390x",
"BaseOS-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.x86_64",
"BaseOS-9.1.0.Z.MAIN:openssl-perl-1:3.0.1-47.el9_1.aarch64",
"BaseOS-9.1.0.Z.MAIN:openssl-perl-1:3.0.1-47.el9_1.ppc64le",
"BaseOS-9.1.0.Z.MAIN:openssl-perl-1:3.0.1-47.el9_1.s390x",
"BaseOS-9.1.0.Z.MAIN:openssl-perl-1:3.0.1-47.el9_1.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:0946"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"AppStream-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.src",
"AppStream-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.i686",
"AppStream-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.i686",
"AppStream-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.i686",
"AppStream-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.i686",
"AppStream-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.i686",
"AppStream-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:openssl-perl-1:3.0.1-47.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:openssl-perl-1:3.0.1-47.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:openssl-perl-1:3.0.1-47.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:openssl-perl-1:3.0.1-47.el9_1.x86_64",
"BaseOS-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.aarch64",
"BaseOS-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.ppc64le",
"BaseOS-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.s390x",
"BaseOS-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.src",
"BaseOS-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.x86_64",
"BaseOS-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.aarch64",
"BaseOS-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.i686",
"BaseOS-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.ppc64le",
"BaseOS-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.s390x",
"BaseOS-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.x86_64",
"BaseOS-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.aarch64",
"BaseOS-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.i686",
"BaseOS-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.ppc64le",
"BaseOS-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.s390x",
"BaseOS-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.x86_64",
"BaseOS-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.aarch64",
"BaseOS-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.i686",
"BaseOS-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.ppc64le",
"BaseOS-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.s390x",
"BaseOS-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.x86_64",
"BaseOS-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.aarch64",
"BaseOS-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.i686",
"BaseOS-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.ppc64le",
"BaseOS-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.s390x",
"BaseOS-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.x86_64",
"BaseOS-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.aarch64",
"BaseOS-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.i686",
"BaseOS-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.ppc64le",
"BaseOS-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.s390x",
"BaseOS-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.x86_64",
"BaseOS-9.1.0.Z.MAIN:openssl-perl-1:3.0.1-47.el9_1.aarch64",
"BaseOS-9.1.0.Z.MAIN:openssl-perl-1:3.0.1-47.el9_1.ppc64le",
"BaseOS-9.1.0.Z.MAIN:openssl-perl-1:3.0.1-47.el9_1.s390x",
"BaseOS-9.1.0.Z.MAIN:openssl-perl-1:3.0.1-47.el9_1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.4,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.src",
"AppStream-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.i686",
"AppStream-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.i686",
"AppStream-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.i686",
"AppStream-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.i686",
"AppStream-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.i686",
"AppStream-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:openssl-perl-1:3.0.1-47.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:openssl-perl-1:3.0.1-47.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:openssl-perl-1:3.0.1-47.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:openssl-perl-1:3.0.1-47.el9_1.x86_64",
"BaseOS-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.aarch64",
"BaseOS-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.ppc64le",
"BaseOS-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.s390x",
"BaseOS-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.src",
"BaseOS-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.x86_64",
"BaseOS-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.aarch64",
"BaseOS-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.i686",
"BaseOS-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.ppc64le",
"BaseOS-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.s390x",
"BaseOS-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.x86_64",
"BaseOS-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.aarch64",
"BaseOS-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.i686",
"BaseOS-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.ppc64le",
"BaseOS-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.s390x",
"BaseOS-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.x86_64",
"BaseOS-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.aarch64",
"BaseOS-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.i686",
"BaseOS-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.ppc64le",
"BaseOS-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.s390x",
"BaseOS-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.x86_64",
"BaseOS-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.aarch64",
"BaseOS-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.i686",
"BaseOS-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.ppc64le",
"BaseOS-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.s390x",
"BaseOS-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.x86_64",
"BaseOS-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.aarch64",
"BaseOS-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.i686",
"BaseOS-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.ppc64le",
"BaseOS-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.s390x",
"BaseOS-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.x86_64",
"BaseOS-9.1.0.Z.MAIN:openssl-perl-1:3.0.1-47.el9_1.aarch64",
"BaseOS-9.1.0.Z.MAIN:openssl-perl-1:3.0.1-47.el9_1.ppc64le",
"BaseOS-9.1.0.Z.MAIN:openssl-perl-1:3.0.1-47.el9_1.s390x",
"BaseOS-9.1.0.Z.MAIN:openssl-perl-1:3.0.1-47.el9_1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "openssl: X.400 address type confusion in X.509 GeneralName"
},
{
"cve": "CVE-2023-0401",
"discovery_date": "2023-01-25T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2164500"
}
],
"notes": [
{
"category": "description",
"text": "A NULL pointer vulnerability was found in OpenSSL, which can be dereferenced when signatures are being verified on PKCS7 signed or signedAndEnveloped data. In case the hash algorithm used for the signature is known to the OpenSSL library but the implementation of the hash algorithm is not available, the digest initialization will fail. There is a missing check for the return value from the initialization function which later leads to invalid usage of the digest API, most likely leading to a crash.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "openssl: NULL dereference during PKCS7 data verification",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat Enterprise Linux 6, 7, and 8 ships OpenSSL 1.1.1 and 1.0.2 which do not contain the incorrect code, so those are not affected by this CVE. Similarly, the versions of `shim` as shipped with Red Hat Enterprise Linux 8 and 9 are not affected by this issue.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.src",
"AppStream-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.i686",
"AppStream-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.i686",
"AppStream-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.i686",
"AppStream-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.i686",
"AppStream-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.i686",
"AppStream-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:openssl-perl-1:3.0.1-47.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:openssl-perl-1:3.0.1-47.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:openssl-perl-1:3.0.1-47.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:openssl-perl-1:3.0.1-47.el9_1.x86_64",
"BaseOS-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.aarch64",
"BaseOS-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.ppc64le",
"BaseOS-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.s390x",
"BaseOS-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.src",
"BaseOS-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.x86_64",
"BaseOS-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.aarch64",
"BaseOS-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.i686",
"BaseOS-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.ppc64le",
"BaseOS-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.s390x",
"BaseOS-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.x86_64",
"BaseOS-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.aarch64",
"BaseOS-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.i686",
"BaseOS-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.ppc64le",
"BaseOS-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.s390x",
"BaseOS-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.x86_64",
"BaseOS-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.aarch64",
"BaseOS-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.i686",
"BaseOS-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.ppc64le",
"BaseOS-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.s390x",
"BaseOS-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.x86_64",
"BaseOS-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.aarch64",
"BaseOS-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.i686",
"BaseOS-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.ppc64le",
"BaseOS-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.s390x",
"BaseOS-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.x86_64",
"BaseOS-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.aarch64",
"BaseOS-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.i686",
"BaseOS-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.ppc64le",
"BaseOS-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.s390x",
"BaseOS-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.x86_64",
"BaseOS-9.1.0.Z.MAIN:openssl-perl-1:3.0.1-47.el9_1.aarch64",
"BaseOS-9.1.0.Z.MAIN:openssl-perl-1:3.0.1-47.el9_1.ppc64le",
"BaseOS-9.1.0.Z.MAIN:openssl-perl-1:3.0.1-47.el9_1.s390x",
"BaseOS-9.1.0.Z.MAIN:openssl-perl-1:3.0.1-47.el9_1.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-0401"
},
{
"category": "external",
"summary": "RHBZ#2164500",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2164500"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-0401",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0401"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-0401",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-0401"
}
],
"release_date": "2023-02-07T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-02-28T08:22:08+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nFor the update to take effect, all services linked to the OpenSSL library must be restarted, or the system rebooted.",
"product_ids": [
"AppStream-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.src",
"AppStream-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.i686",
"AppStream-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.i686",
"AppStream-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.i686",
"AppStream-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.i686",
"AppStream-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.i686",
"AppStream-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:openssl-perl-1:3.0.1-47.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:openssl-perl-1:3.0.1-47.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:openssl-perl-1:3.0.1-47.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:openssl-perl-1:3.0.1-47.el9_1.x86_64",
"BaseOS-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.aarch64",
"BaseOS-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.ppc64le",
"BaseOS-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.s390x",
"BaseOS-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.src",
"BaseOS-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.x86_64",
"BaseOS-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.aarch64",
"BaseOS-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.i686",
"BaseOS-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.ppc64le",
"BaseOS-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.s390x",
"BaseOS-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.x86_64",
"BaseOS-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.aarch64",
"BaseOS-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.i686",
"BaseOS-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.ppc64le",
"BaseOS-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.s390x",
"BaseOS-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.x86_64",
"BaseOS-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.aarch64",
"BaseOS-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.i686",
"BaseOS-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.ppc64le",
"BaseOS-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.s390x",
"BaseOS-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.x86_64",
"BaseOS-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.aarch64",
"BaseOS-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.i686",
"BaseOS-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.ppc64le",
"BaseOS-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.s390x",
"BaseOS-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.x86_64",
"BaseOS-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.aarch64",
"BaseOS-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.i686",
"BaseOS-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.ppc64le",
"BaseOS-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.s390x",
"BaseOS-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.x86_64",
"BaseOS-9.1.0.Z.MAIN:openssl-perl-1:3.0.1-47.el9_1.aarch64",
"BaseOS-9.1.0.Z.MAIN:openssl-perl-1:3.0.1-47.el9_1.ppc64le",
"BaseOS-9.1.0.Z.MAIN:openssl-perl-1:3.0.1-47.el9_1.s390x",
"BaseOS-9.1.0.Z.MAIN:openssl-perl-1:3.0.1-47.el9_1.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:0946"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.src",
"AppStream-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.i686",
"AppStream-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.i686",
"AppStream-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.i686",
"AppStream-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.i686",
"AppStream-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.i686",
"AppStream-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.x86_64",
"AppStream-9.1.0.Z.MAIN:openssl-perl-1:3.0.1-47.el9_1.aarch64",
"AppStream-9.1.0.Z.MAIN:openssl-perl-1:3.0.1-47.el9_1.ppc64le",
"AppStream-9.1.0.Z.MAIN:openssl-perl-1:3.0.1-47.el9_1.s390x",
"AppStream-9.1.0.Z.MAIN:openssl-perl-1:3.0.1-47.el9_1.x86_64",
"BaseOS-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.aarch64",
"BaseOS-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.ppc64le",
"BaseOS-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.s390x",
"BaseOS-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.src",
"BaseOS-9.1.0.Z.MAIN:openssl-1:3.0.1-47.el9_1.x86_64",
"BaseOS-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.aarch64",
"BaseOS-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.i686",
"BaseOS-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.ppc64le",
"BaseOS-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.s390x",
"BaseOS-9.1.0.Z.MAIN:openssl-debuginfo-1:3.0.1-47.el9_1.x86_64",
"BaseOS-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.aarch64",
"BaseOS-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.i686",
"BaseOS-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.ppc64le",
"BaseOS-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.s390x",
"BaseOS-9.1.0.Z.MAIN:openssl-debugsource-1:3.0.1-47.el9_1.x86_64",
"BaseOS-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.aarch64",
"BaseOS-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.i686",
"BaseOS-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.ppc64le",
"BaseOS-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.s390x",
"BaseOS-9.1.0.Z.MAIN:openssl-devel-1:3.0.1-47.el9_1.x86_64",
"BaseOS-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.aarch64",
"BaseOS-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.i686",
"BaseOS-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.ppc64le",
"BaseOS-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.s390x",
"BaseOS-9.1.0.Z.MAIN:openssl-libs-1:3.0.1-47.el9_1.x86_64",
"BaseOS-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.aarch64",
"BaseOS-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.i686",
"BaseOS-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.ppc64le",
"BaseOS-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.s390x",
"BaseOS-9.1.0.Z.MAIN:openssl-libs-debuginfo-1:3.0.1-47.el9_1.x86_64",
"BaseOS-9.1.0.Z.MAIN:openssl-perl-1:3.0.1-47.el9_1.aarch64",
"BaseOS-9.1.0.Z.MAIN:openssl-perl-1:3.0.1-47.el9_1.ppc64le",
"BaseOS-9.1.0.Z.MAIN:openssl-perl-1:3.0.1-47.el9_1.s390x",
"BaseOS-9.1.0.Z.MAIN:openssl-perl-1:3.0.1-47.el9_1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "openssl: NULL dereference during PKCS7 data verification"
}
]
}
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.