Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2023-2650 (GCVE-0-2023-2650)
Vulnerability from cvelistv5 – Published: 2023-05-30 13:40 – Updated: 2025-03-19 15:25
VLAI
EPSS
Title
Possible DoS translating ASN.1 object identifiers
Summary
Issue summary: Processing some specially crafted ASN.1 object identifiers or
data containing them may be very slow.
Impact summary: Applications that use OBJ_obj2txt() directly, or use any of
the OpenSSL subsystems OCSP, PKCS7/SMIME, CMS, CMP/CRMF or TS with no message
size limit may experience notable to very long delays when processing those
messages, which may lead to a Denial of Service.
An OBJECT IDENTIFIER is composed of a series of numbers - sub-identifiers -
most of which have no size limit. OBJ_obj2txt() may be used to translate
an ASN.1 OBJECT IDENTIFIER given in DER encoding form (using the OpenSSL
type ASN1_OBJECT) to its canonical numeric text form, which are the
sub-identifiers of the OBJECT IDENTIFIER in decimal form, separated by
periods.
When one of the sub-identifiers in the OBJECT IDENTIFIER is very large
(these are sizes that are seen as absurdly large, taking up tens or hundreds
of KiBs), the translation to a decimal number in text may take a very long
time. The time complexity is O(n^2) with 'n' being the size of the
sub-identifiers in bytes (*).
With OpenSSL 3.0, support to fetch cryptographic algorithms using names /
identifiers in string form was introduced. This includes using OBJECT
IDENTIFIERs in canonical numeric text form as identifiers for fetching
algorithms.
Such OBJECT IDENTIFIERs may be received through the ASN.1 structure
AlgorithmIdentifier, which is commonly used in multiple protocols to specify
what cryptographic algorithm should be used to sign or verify, encrypt or
decrypt, or digest passed data.
Applications that call OBJ_obj2txt() directly with untrusted data are
affected, with any version of OpenSSL. If the use is for the mere purpose
of display, the severity is considered low.
In OpenSSL 3.0 and newer, this affects the subsystems OCSP, PKCS7/SMIME,
CMS, CMP/CRMF or TS. It also impacts anything that processes X.509
certificates, including simple things like verifying its signature.
The impact on TLS is relatively low, because all versions of OpenSSL have a
100KiB limit on the peer's certificate chain. Additionally, this only
impacts clients, or servers that have explicitly enabled client
authentication.
In OpenSSL 1.1.1 and 1.0.2, this only affects displaying diverse objects,
such as X.509 certificates. This is assumed to not happen in such a way
that it would cause a Denial of Service, so these versions are considered
not affected by this issue in such a way that it would be cause for concern,
and the severity is therefore considered low.
Severity
6.5 (Medium)
SSVC
Exploitation: none
Automatable: no
Technical Impact: partial
CISA Coordinator (v2.0.3)
CWE
- inefficient algorithmic complexity
- CWE-770 - Allocation of Resources Without Limits or Throttling
Assigner
References
12 references
Impacted products
Date Public
2023-05-30 00:00
Credits
OSSFuzz
Matt Caswell
Richard Levitte
{
"containers": {
"adp": [
{
"providerMetadata": {
"dateUpdated": "2024-08-02T06:26:09.899Z",
"orgId": "af854a3a-2127-422b-91ae-364da2661108",
"shortName": "CVE"
},
"references": [
{
"name": "OpenSSL Advisory",
"tags": [
"vendor-advisory",
"x_transferred"
],
"url": "https://www.openssl.org/news/secadv/20230530.txt"
},
{
"name": "3.1.1 git commit",
"tags": [
"patch",
"x_transferred"
],
"url": "https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=db779b0e10b047f2585615e0b8f2acdf21f8544a"
},
{
"name": "3.0.9 git commit",
"tags": [
"patch",
"x_transferred"
],
"url": "https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=423a2bc737a908ad0c77bda470b2b59dc879936b"
},
{
"name": "1.1.1u git commit",
"tags": [
"patch",
"x_transferred"
],
"url": "https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=9e209944b35cf82368071f160a744b6178f9b098"
},
{
"name": "1.0.2zh patch (premium)",
"tags": [
"patch",
"x_transferred"
],
"url": "https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=853c5e56ee0b8650c73140816bb8b91d6163422c"
},
{
"tags": [
"x_transferred"
],
"url": "http://www.openwall.com/lists/oss-security/2023/05/30/1"
},
{
"tags": [
"x_transferred"
],
"url": "https://www.debian.org/security/2023/dsa-5417"
},
{
"tags": [
"x_transferred"
],
"url": "https://lists.debian.org/debian-lts-announce/2023/06/msg00011.html"
},
{
"tags": [
"x_transferred"
],
"url": "https://psirt.global.sonicwall.com/vuln-detail/SNWLID-2023-0009"
},
{
"tags": [
"x_transferred"
],
"url": "https://security.netapp.com/advisory/ntap-20230703-0001/"
},
{
"tags": [
"x_transferred"
],
"url": "https://security.netapp.com/advisory/ntap-20231027-0009/"
},
{
"tags": [
"x_transferred"
],
"url": "https://security.gentoo.org/glsa/202402-08"
}
],
"title": "CVE Program Container"
},
{
"metrics": [
{
"cvssV3_1": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H",
"version": "3.1"
}
},
{
"other": {
"content": {
"id": "CVE-2023-2650",
"options": [
{
"Exploitation": "none"
},
{
"Automatable": "no"
},
{
"Technical Impact": "partial"
}
],
"role": "CISA Coordinator",
"timestamp": "2025-03-06T15:55:48.363375Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-770",
"description": "CWE-770 Allocation of Resources Without Limits or Throttling",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2025-03-19T15:25:32.613Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"title": "CISA ADP Vulnrichment"
}
],
"cna": {
"affected": [
{
"defaultStatus": "unaffected",
"product": "OpenSSL",
"vendor": "OpenSSL",
"versions": [
{
"lessThan": "3.1.1",
"status": "affected",
"version": "3.1.1",
"versionType": "semver"
},
{
"lessThan": "3.0.9",
"status": "affected",
"version": "3.0.0",
"versionType": "semver"
},
{
"lessThan": "1.1.1u",
"status": "affected",
"version": "1.1.1",
"versionType": "custom"
},
{
"lessThan": "1.0.2zh",
"status": "affected",
"version": "1.0.2",
"versionType": "custom"
}
]
}
],
"credits": [
{
"lang": "en",
"type": "reporter",
"user": "00000000-0000-4000-9000-000000000000",
"value": "OSSFuzz"
},
{
"lang": "en",
"type": "reporter",
"user": "00000000-0000-4000-9000-000000000000",
"value": "Matt Caswell"
},
{
"lang": "en",
"type": "remediation developer",
"user": "00000000-0000-4000-9000-000000000000",
"value": "Richard Levitte"
}
],
"datePublic": "2023-05-30T00:00:00.000Z",
"descriptions": [
{
"lang": "en",
"supportingMedia": [
{
"base64": false,
"type": "text/html",
"value": "Issue summary: Processing some specially crafted ASN.1 object identifiers or\u003cbr\u003edata containing them may be very slow.\u003cbr\u003e\u003cbr\u003eImpact summary: Applications that use OBJ_obj2txt() directly, or use any of\u003cbr\u003ethe OpenSSL subsystems OCSP, PKCS7/SMIME, CMS, CMP/CRMF or TS with no message\u003cbr\u003esize limit may experience notable to very long delays when processing those\u003cbr\u003emessages, which may lead to a Denial of Service.\u003cbr\u003e\u003cbr\u003eAn OBJECT IDENTIFIER is composed of a series of numbers - sub-identifiers -\u003cbr\u003emost of which have no size limit. OBJ_obj2txt() may be used to translate\u003cbr\u003ean ASN.1 OBJECT IDENTIFIER given in DER encoding form (using the OpenSSL\u003cbr\u003etype ASN1_OBJECT) to its canonical numeric text form, which are the\u003cbr\u003esub-identifiers of the OBJECT IDENTIFIER in decimal form, separated by\u003cbr\u003eperiods.\u003cbr\u003e\u003cbr\u003eWhen one of the sub-identifiers in the OBJECT IDENTIFIER is very large\u003cbr\u003e(these are sizes that are seen as absurdly large, taking up tens or hundreds\u003cbr\u003eof KiBs), the translation to a decimal number in text may take a very long\u003cbr\u003etime. The time complexity is O(n^2) with \u0027n\u0027 being the size of the\u003cbr\u003esub-identifiers in bytes (*).\u003cbr\u003e\u003cbr\u003eWith OpenSSL 3.0, support to fetch cryptographic algorithms using names /\u003cbr\u003eidentifiers in string form was introduced. This includes using OBJECT\u003cbr\u003eIDENTIFIERs in canonical numeric text form as identifiers for fetching\u003cbr\u003ealgorithms.\u003cbr\u003e\u003cbr\u003eSuch OBJECT IDENTIFIERs may be received through the ASN.1 structure\u003cbr\u003eAlgorithmIdentifier, which is commonly used in multiple protocols to specify\u003cbr\u003ewhat cryptographic algorithm should be used to sign or verify, encrypt or\u003cbr\u003edecrypt, or digest passed data.\u003cbr\u003e\u003cbr\u003eApplications that call OBJ_obj2txt() directly with untrusted data are\u003cbr\u003eaffected, with any version of OpenSSL. If the use is for the mere purpose\u003cbr\u003eof display, the severity is considered low.\u003cbr\u003e\u003cbr\u003eIn OpenSSL 3.0 and newer, this affects the subsystems OCSP, PKCS7/SMIME,\u003cbr\u003eCMS, CMP/CRMF or TS. It also impacts anything that processes X.509\u003cbr\u003ecertificates, including simple things like verifying its signature.\u003cbr\u003e\u003cbr\u003eThe impact on TLS is relatively low, because all versions of OpenSSL have a\u003cbr\u003e100KiB limit on the peer\u0027s certificate chain. Additionally, this only\u003cbr\u003eimpacts clients, or servers that have explicitly enabled client\u003cbr\u003eauthentication.\u003cbr\u003e\u003cbr\u003eIn OpenSSL 1.1.1 and 1.0.2, this only affects displaying diverse objects,\u003cbr\u003esuch as X.509 certificates. This is assumed to not happen in such a way\u003cbr\u003ethat it would cause a Denial of Service, so these versions are considered\u003cbr\u003enot affected by this issue in such a way that it would be cause for concern,\u003cbr\u003eand the severity is therefore considered low."
}
],
"value": "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."
}
],
"metrics": [
{
"format": "other",
"other": {
"content": {
"text": "Moderate"
},
"type": "https://www.openssl.org/policies/general/security-policy.html"
}
}
],
"problemTypes": [
{
"descriptions": [
{
"description": "inefficient algorithmic complexity",
"lang": "en"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2024-02-04T09:06:37.503Z",
"orgId": "3a12439a-ef3a-4c79-92e6-6081a721f1e5",
"shortName": "openssl"
},
"references": [
{
"name": "OpenSSL Advisory",
"tags": [
"vendor-advisory"
],
"url": "https://www.openssl.org/news/secadv/20230530.txt"
},
{
"name": "3.1.1 git commit",
"tags": [
"patch"
],
"url": "https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=db779b0e10b047f2585615e0b8f2acdf21f8544a"
},
{
"name": "3.0.9 git commit",
"tags": [
"patch"
],
"url": "https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=423a2bc737a908ad0c77bda470b2b59dc879936b"
},
{
"name": "1.1.1u git commit",
"tags": [
"patch"
],
"url": "https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=9e209944b35cf82368071f160a744b6178f9b098"
},
{
"name": "1.0.2zh patch (premium)",
"tags": [
"patch"
],
"url": "https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=853c5e56ee0b8650c73140816bb8b91d6163422c"
},
{
"url": "http://www.openwall.com/lists/oss-security/2023/05/30/1"
},
{
"url": "https://www.debian.org/security/2023/dsa-5417"
},
{
"url": "https://lists.debian.org/debian-lts-announce/2023/06/msg00011.html"
},
{
"url": "https://psirt.global.sonicwall.com/vuln-detail/SNWLID-2023-0009"
},
{
"url": "https://security.netapp.com/advisory/ntap-20230703-0001/"
},
{
"url": "https://security.netapp.com/advisory/ntap-20231027-0009/"
},
{
"url": "https://security.gentoo.org/glsa/202402-08"
}
],
"source": {
"discovery": "UNKNOWN"
},
"title": "Possible DoS translating ASN.1 object identifiers",
"x_generator": {
"engine": "Vulnogram 0.1.0-dev"
}
}
},
"cveMetadata": {
"assignerOrgId": "3a12439a-ef3a-4c79-92e6-6081a721f1e5",
"assignerShortName": "openssl",
"cveId": "CVE-2023-2650",
"datePublished": "2023-05-30T13:40:11.963Z",
"dateReserved": "2023-05-11T06:09:26.543Z",
"dateUpdated": "2025-03-19T15:25:32.613Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.1",
"vulnerability-lookup:meta": {
"epss": {
"cve": "CVE-2023-2650",
"date": "2026-06-01",
"epss": "0.92129",
"percentile": "0.99723"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2023-2650\",\"sourceIdentifier\":\"openssl-security@openssl.org\",\"published\":\"2023-05-30T14:15:09.683\",\"lastModified\":\"2025-03-19T16:15:21.890\",\"vulnStatus\":\"Modified\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"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.\"}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H\",\"baseScore\":6.5,\"baseSeverity\":\"MEDIUM\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"REQUIRED\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":2.8,\"impactScore\":3.6},{\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H\",\"baseScore\":6.5,\"baseSeverity\":\"MEDIUM\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"REQUIRED\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":2.8,\"impactScore\":3.6}]},\"weaknesses\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-770\"}]},{\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-770\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:openssl:openssl:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"1.0.2\",\"versionEndExcluding\":\"1.0.2zh\",\"matchCriteriaId\":\"23F912E9-9126-4D16-8F77-BD41CED6774D\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:openssl:openssl:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"1.1.1\",\"versionEndExcluding\":\"1.1.1u\",\"matchCriteriaId\":\"7D99C2F8-BE74-4912-8653-A2AEE387AAF9\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:openssl:openssl:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"3.0.0\",\"versionEndExcluding\":\"3.0.9\",\"matchCriteriaId\":\"4C637E94-F5EC-4D4B-836F-8C8219F1ECEC\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:openssl:openssl:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"3.1.0\",\"versionEndExcluding\":\"3.1.1\",\"matchCriteriaId\":\"68821BE0-7889-48B0-888D-CEC8BB9BDEA9\"}]}]},{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:debian:debian_linux:10.0:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"07B237A9-69A3-4A9C-9DA0-4E06BD37AE73\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:debian:debian_linux:11.0:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"FA6FEEC2-9F11-4643-8827-749718254FED\"}]}]}],\"references\":[{\"url\":\"http://www.openwall.com/lists/oss-security/2023/05/30/1\",\"source\":\"openssl-security@openssl.org\",\"tags\":[\"Mailing List\"]},{\"url\":\"https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=423a2bc737a908ad0c77bda470b2b59dc879936b\",\"source\":\"openssl-security@openssl.org\",\"tags\":[\"Mailing List\",\"Patch\"]},{\"url\":\"https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=853c5e56ee0b8650c73140816bb8b91d6163422c\",\"source\":\"openssl-security@openssl.org\",\"tags\":[\"Broken Link\"]},{\"url\":\"https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=9e209944b35cf82368071f160a744b6178f9b098\",\"source\":\"openssl-security@openssl.org\",\"tags\":[\"Mailing List\",\"Patch\"]},{\"url\":\"https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=db779b0e10b047f2585615e0b8f2acdf21f8544a\",\"source\":\"openssl-security@openssl.org\",\"tags\":[\"Mailing List\",\"Patch\"]},{\"url\":\"https://lists.debian.org/debian-lts-announce/2023/06/msg00011.html\",\"source\":\"openssl-security@openssl.org\",\"tags\":[\"Mailing List\",\"Third Party Advisory\"]},{\"url\":\"https://psirt.global.sonicwall.com/vuln-detail/SNWLID-2023-0009\",\"source\":\"openssl-security@openssl.org\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://security.gentoo.org/glsa/202402-08\",\"source\":\"openssl-security@openssl.org\"},{\"url\":\"https://security.netapp.com/advisory/ntap-20230703-0001/\",\"source\":\"openssl-security@openssl.org\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://security.netapp.com/advisory/ntap-20231027-0009/\",\"source\":\"openssl-security@openssl.org\"},{\"url\":\"https://www.debian.org/security/2023/dsa-5417\",\"source\":\"openssl-security@openssl.org\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://www.openssl.org/news/secadv/20230530.txt\",\"source\":\"openssl-security@openssl.org\",\"tags\":[\"Vendor Advisory\"]},{\"url\":\"http://www.openwall.com/lists/oss-security/2023/05/30/1\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Mailing List\"]},{\"url\":\"https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=423a2bc737a908ad0c77bda470b2b59dc879936b\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Mailing List\",\"Patch\"]},{\"url\":\"https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=853c5e56ee0b8650c73140816bb8b91d6163422c\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Broken Link\"]},{\"url\":\"https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=9e209944b35cf82368071f160a744b6178f9b098\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Mailing List\",\"Patch\"]},{\"url\":\"https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=db779b0e10b047f2585615e0b8f2acdf21f8544a\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Mailing List\",\"Patch\"]},{\"url\":\"https://lists.debian.org/debian-lts-announce/2023/06/msg00011.html\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Mailing List\",\"Third Party Advisory\"]},{\"url\":\"https://psirt.global.sonicwall.com/vuln-detail/SNWLID-2023-0009\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://security.gentoo.org/glsa/202402-08\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://security.netapp.com/advisory/ntap-20230703-0001/\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://security.netapp.com/advisory/ntap-20231027-0009/\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://www.debian.org/security/2023/dsa-5417\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://www.openssl.org/news/secadv/20230530.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/20230530.txt\", \"name\": \"OpenSSL Advisory\", \"tags\": [\"vendor-advisory\", \"x_transferred\"]}, {\"url\": \"https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=db779b0e10b047f2585615e0b8f2acdf21f8544a\", \"name\": \"3.1.1 git commit\", \"tags\": [\"patch\", \"x_transferred\"]}, {\"url\": \"https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=423a2bc737a908ad0c77bda470b2b59dc879936b\", \"name\": \"3.0.9 git commit\", \"tags\": [\"patch\", \"x_transferred\"]}, {\"url\": \"https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=9e209944b35cf82368071f160a744b6178f9b098\", \"name\": \"1.1.1u git commit\", \"tags\": [\"patch\", \"x_transferred\"]}, {\"url\": \"https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=853c5e56ee0b8650c73140816bb8b91d6163422c\", \"name\": \"1.0.2zh patch (premium)\", \"tags\": [\"patch\", \"x_transferred\"]}, {\"url\": \"http://www.openwall.com/lists/oss-security/2023/05/30/1\", \"tags\": [\"x_transferred\"]}, {\"url\": \"https://www.debian.org/security/2023/dsa-5417\", \"tags\": [\"x_transferred\"]}, {\"url\": \"https://lists.debian.org/debian-lts-announce/2023/06/msg00011.html\", \"tags\": [\"x_transferred\"]}, {\"url\": \"https://psirt.global.sonicwall.com/vuln-detail/SNWLID-2023-0009\", \"tags\": [\"x_transferred\"]}, {\"url\": \"https://security.netapp.com/advisory/ntap-20230703-0001/\", \"tags\": [\"x_transferred\"]}, {\"url\": \"https://security.netapp.com/advisory/ntap-20231027-0009/\", \"tags\": [\"x_transferred\"]}, {\"url\": \"https://security.gentoo.org/glsa/202402-08\", \"tags\": [\"x_transferred\"]}], \"providerMetadata\": {\"orgId\": \"af854a3a-2127-422b-91ae-364da2661108\", \"shortName\": \"CVE\", \"dateUpdated\": \"2024-08-02T06:26:09.899Z\"}}, {\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"cvssV3_1\": {\"scope\": \"UNCHANGED\", \"version\": \"3.1\", \"baseScore\": 6.5, \"attackVector\": \"NETWORK\", \"baseSeverity\": \"MEDIUM\", \"vectorString\": \"CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H\", \"integrityImpact\": \"NONE\", \"userInteraction\": \"REQUIRED\", \"attackComplexity\": \"LOW\", \"availabilityImpact\": \"HIGH\", \"privilegesRequired\": \"NONE\", \"confidentialityImpact\": \"NONE\"}}, {\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2023-2650\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"no\"}, {\"Technical Impact\": \"partial\"}], \"version\": \"2.0.3\", \"timestamp\": \"2025-03-06T15:55:48.363375Z\"}}}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-770\", \"description\": \"CWE-770 Allocation of Resources Without Limits or Throttling\"}]}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2025-03-06T15:55:49.919Z\"}}], \"cna\": {\"title\": \"Possible DoS translating ASN.1 object identifiers\", \"source\": {\"discovery\": \"UNKNOWN\"}, \"credits\": [{\"lang\": \"en\", \"type\": \"reporter\", \"user\": \"00000000-0000-4000-9000-000000000000\", \"value\": \"OSSFuzz\"}, {\"lang\": \"en\", \"type\": \"reporter\", \"user\": \"00000000-0000-4000-9000-000000000000\", \"value\": \"Matt Caswell\"}, {\"lang\": \"en\", \"type\": \"remediation developer\", \"user\": \"00000000-0000-4000-9000-000000000000\", \"value\": \"Richard Levitte\"}], \"metrics\": [{\"other\": {\"type\": \"https://www.openssl.org/policies/general/security-policy.html\", \"content\": {\"text\": \"Moderate\"}}, \"format\": \"other\"}], \"affected\": [{\"vendor\": \"OpenSSL\", \"product\": \"OpenSSL\", \"versions\": [{\"status\": \"affected\", \"version\": \"3.1.1\", \"lessThan\": \"3.1.1\", \"versionType\": \"semver\"}, {\"status\": \"affected\", \"version\": \"3.0.0\", \"lessThan\": \"3.0.9\", \"versionType\": \"semver\"}, {\"status\": \"affected\", \"version\": \"1.1.1\", \"lessThan\": \"1.1.1u\", \"versionType\": \"custom\"}, {\"status\": \"affected\", \"version\": \"1.0.2\", \"lessThan\": \"1.0.2zh\", \"versionType\": \"custom\"}], \"defaultStatus\": \"unaffected\"}], \"datePublic\": \"2023-05-30T00:00:00.000Z\", \"references\": [{\"url\": \"https://www.openssl.org/news/secadv/20230530.txt\", \"name\": \"OpenSSL Advisory\", \"tags\": [\"vendor-advisory\"]}, {\"url\": \"https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=db779b0e10b047f2585615e0b8f2acdf21f8544a\", \"name\": \"3.1.1 git commit\", \"tags\": [\"patch\"]}, {\"url\": \"https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=423a2bc737a908ad0c77bda470b2b59dc879936b\", \"name\": \"3.0.9 git commit\", \"tags\": [\"patch\"]}, {\"url\": \"https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=9e209944b35cf82368071f160a744b6178f9b098\", \"name\": \"1.1.1u git commit\", \"tags\": [\"patch\"]}, {\"url\": \"https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=853c5e56ee0b8650c73140816bb8b91d6163422c\", \"name\": \"1.0.2zh patch (premium)\", \"tags\": [\"patch\"]}, {\"url\": \"http://www.openwall.com/lists/oss-security/2023/05/30/1\"}, {\"url\": \"https://www.debian.org/security/2023/dsa-5417\"}, {\"url\": \"https://lists.debian.org/debian-lts-announce/2023/06/msg00011.html\"}, {\"url\": \"https://psirt.global.sonicwall.com/vuln-detail/SNWLID-2023-0009\"}, {\"url\": \"https://security.netapp.com/advisory/ntap-20230703-0001/\"}, {\"url\": \"https://security.netapp.com/advisory/ntap-20231027-0009/\"}, {\"url\": \"https://security.gentoo.org/glsa/202402-08\"}], \"x_generator\": {\"engine\": \"Vulnogram 0.1.0-dev\"}, \"descriptions\": [{\"lang\": \"en\", \"value\": \"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.\", \"supportingMedia\": [{\"type\": \"text/html\", \"value\": \"Issue summary: Processing some specially crafted ASN.1 object identifiers or\u003cbr\u003edata containing them may be very slow.\u003cbr\u003e\u003cbr\u003eImpact summary: Applications that use OBJ_obj2txt() directly, or use any of\u003cbr\u003ethe OpenSSL subsystems OCSP, PKCS7/SMIME, CMS, CMP/CRMF or TS with no message\u003cbr\u003esize limit may experience notable to very long delays when processing those\u003cbr\u003emessages, which may lead to a Denial of Service.\u003cbr\u003e\u003cbr\u003eAn OBJECT IDENTIFIER is composed of a series of numbers - sub-identifiers -\u003cbr\u003emost of which have no size limit. OBJ_obj2txt() may be used to translate\u003cbr\u003ean ASN.1 OBJECT IDENTIFIER given in DER encoding form (using the OpenSSL\u003cbr\u003etype ASN1_OBJECT) to its canonical numeric text form, which are the\u003cbr\u003esub-identifiers of the OBJECT IDENTIFIER in decimal form, separated by\u003cbr\u003eperiods.\u003cbr\u003e\u003cbr\u003eWhen one of the sub-identifiers in the OBJECT IDENTIFIER is very large\u003cbr\u003e(these are sizes that are seen as absurdly large, taking up tens or hundreds\u003cbr\u003eof KiBs), the translation to a decimal number in text may take a very long\u003cbr\u003etime. The time complexity is O(n^2) with \u0027n\u0027 being the size of the\u003cbr\u003esub-identifiers in bytes (*).\u003cbr\u003e\u003cbr\u003eWith OpenSSL 3.0, support to fetch cryptographic algorithms using names /\u003cbr\u003eidentifiers in string form was introduced. This includes using OBJECT\u003cbr\u003eIDENTIFIERs in canonical numeric text form as identifiers for fetching\u003cbr\u003ealgorithms.\u003cbr\u003e\u003cbr\u003eSuch OBJECT IDENTIFIERs may be received through the ASN.1 structure\u003cbr\u003eAlgorithmIdentifier, which is commonly used in multiple protocols to specify\u003cbr\u003ewhat cryptographic algorithm should be used to sign or verify, encrypt or\u003cbr\u003edecrypt, or digest passed data.\u003cbr\u003e\u003cbr\u003eApplications that call OBJ_obj2txt() directly with untrusted data are\u003cbr\u003eaffected, with any version of OpenSSL. If the use is for the mere purpose\u003cbr\u003eof display, the severity is considered low.\u003cbr\u003e\u003cbr\u003eIn OpenSSL 3.0 and newer, this affects the subsystems OCSP, PKCS7/SMIME,\u003cbr\u003eCMS, CMP/CRMF or TS. It also impacts anything that processes X.509\u003cbr\u003ecertificates, including simple things like verifying its signature.\u003cbr\u003e\u003cbr\u003eThe impact on TLS is relatively low, because all versions of OpenSSL have a\u003cbr\u003e100KiB limit on the peer\u0027s certificate chain. Additionally, this only\u003cbr\u003eimpacts clients, or servers that have explicitly enabled client\u003cbr\u003eauthentication.\u003cbr\u003e\u003cbr\u003eIn OpenSSL 1.1.1 and 1.0.2, this only affects displaying diverse objects,\u003cbr\u003esuch as X.509 certificates. This is assumed to not happen in such a way\u003cbr\u003ethat it would cause a Denial of Service, so these versions are considered\u003cbr\u003enot affected by this issue in such a way that it would be cause for concern,\u003cbr\u003eand the severity is therefore considered low.\", \"base64\": false}]}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"description\": \"inefficient algorithmic complexity\"}]}], \"providerMetadata\": {\"orgId\": \"3a12439a-ef3a-4c79-92e6-6081a721f1e5\", \"shortName\": \"openssl\", \"dateUpdated\": \"2024-02-04T09:06:37.503Z\"}}}",
"cveMetadata": "{\"cveId\": \"CVE-2023-2650\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2025-03-19T15:25:32.613Z\", \"dateReserved\": \"2023-05-11T06:09:26.543Z\", \"assignerOrgId\": \"3a12439a-ef3a-4c79-92e6-6081a721f1e5\", \"datePublished\": \"2023-05-30T13:40:11.963Z\", \"assignerShortName\": \"openssl\"}",
"dataType": "CVE_RECORD",
"dataVersion": "5.1"
}
}
}
ICSA-24-184-03
Vulnerability from csaf_cisa - Published: 2024-07-02 06:00 - Updated: 2026-04-07 06:00Summary
Mitsubishi Electric Iconics Digital Solutions and Mitsubishi Electric Products (Update D)
Notes
Risk evaluation: Successful exploitation of these vulnerabilities could result in denial-of-service, improper privilege management, or potentially arbitrary code execution.
Critical infrastructure sectors: Critical Manufacturing
Countries/areas deployed: Worldwide
Company headquarters location: United States
Company headquarters location: Japan
Legal Notice and Terms of Use: This product is provided subject to this Notification (https://www.cisa.gov/notification) and this Privacy & Use policy (https://www.cisa.gov/privacy-policy).
Advisory Conversion Disclaimer: This ICSA is a verbatim republication of Mitsubishi Electric 2024-004 from a direct conversion of the vendor's Common Security Advisory Framework (CSAF) advisory. This is republished to CISA's website as a means of increasing visibility and is provided "as-is" for informational purposes only. CISA is not responsible for the editorial or technical accuracy of republished advisories and provides no warranties of any kind regarding any information contained within this advisory. Further, CISA does not endorse any commercial product or service. Contact CISA directly for any questions regarding this advisory.
Recommended Practices: CISA recommends users take defensive measures to minimize the exploitation risk of this vulnerability. Minimize network exposure for all control system devices and/or systems, and ensure they are not accessible from the internet. Locate control system networks and remote devices behind firewalls and isolate them from business networks. When remote access is required, use more secure methods, such as Virtual Private Networks (VPNs), recognizing VPNs may have vulnerabilities and should be updated to the most recent version available. Also recognize VPN is only as secure as its connected devices.
Recommended Practices: CISA reminds organizations to perform proper impact analysis and risk assessment prior to deploying defensive measures.
Recommended Practices: CISA also provides a section for control systems security recommended practices on the ICS webpage on cisa.gov. Several CISA products detailing cyber defense best practices are available for reading and download, including Improving Industrial Control Systems Cybersecurity with Defense-in-Depth Strategies.
Recommended Practices: CISA encourages organizations to implement recommended cybersecurity strategies for proactive defense of ICS assets. Additional mitigation guidance and recommended practices are publicly available on the ICS webpage at cisa.gov in the technical information paper, ICS-TIP-12-146-01B--Targeted Cyber Intrusion Detection and Mitigation Strategies.
Recommended Practices: Organizations observing suspected malicious activity should follow established internal procedures and report findings to CISA for tracking and correlation against other incidents.
CWE-770
- Allocation of Resources Without Limits or Throttling
Affected products
Known affected
10 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Mitsubishi Electric Iconics Digital Solutions ICONICS Suite: 10.97.2
Mitsubishi Electric Iconics Digital Solutions / ICONICS Suite
|
10.97.2 |
Vendor Fix
fix
Mitigation
Mitigation
Mitigation
Mitigation
fix
Mitigation
|
|
|
Mitsubishi Electric Iconics Digital Solutions GENESIS64: 10.97.2
Mitsubishi Electric Iconics Digital Solutions / GENESIS64
|
10.97.2 |
Vendor Fix
fix
Mitigation
Mitigation
Mitigation
Mitigation
fix
Mitigation
|
|
|
Mitsubishi Electric Iconics Digital Solutions Hyper Historian: 10.97.2
Mitsubishi Electric Iconics Digital Solutions / Hyper Historian
|
10.97.2 |
Vendor Fix
fix
Mitigation
Mitigation
Mitigation
Mitigation
fix
Mitigation
|
|
|
Mitsubishi Electric Iconics Digital Solutions AnalytiX: 10.97.2
Mitsubishi Electric Iconics Digital Solutions / AnalytiX
|
10.97.2 |
Vendor Fix
fix
Mitigation
Mitigation
Mitigation
Mitigation
fix
Mitigation
|
|
|
Mitsubishi Electric Iconics Digital Solutions MobileHMI: 10.97.2
Mitsubishi Electric Iconics Digital Solutions / MobileHMI
|
10.97.2 |
Vendor Fix
fix
Mitigation
Mitigation
Mitigation
Mitigation
fix
Mitigation
|
|
|
Mitsubishi Electric ICONICS Suite: 10.97.2
Mitsubishi Electric / ICONICS Suite
|
10.97.2 |
Vendor Fix
fix
Mitigation
Mitigation
Mitigation
Mitigation
fix
Mitigation
|
|
|
Mitsubishi Electric GENESIS64: 10.97.2
Mitsubishi Electric / GENESIS64
|
10.97.2 |
Vendor Fix
fix
Mitigation
Mitigation
Mitigation
Mitigation
fix
Mitigation
|
|
|
Mitsubishi Electric Hyper Historian: 10.97.2
Mitsubishi Electric / Hyper Historian
|
10.97.2 |
Vendor Fix
fix
Mitigation
Mitigation
Mitigation
Mitigation
fix
Mitigation
|
|
|
Mitsubishi Electric AnalytiX: 10.97.2
Mitsubishi Electric / AnalytiX
|
10.97.2 |
Vendor Fix
fix
Mitigation
Mitigation
Mitigation
Mitigation
fix
Mitigation
|
|
|
Mitsubishi Electric MobileHMI: 10.97.2
Mitsubishi Electric / MobileHMI
|
10.97.2 |
Vendor Fix
fix
Mitigation
Mitigation
Mitigation
Mitigation
fix
Mitigation
|
5.9 (Medium)
Affected products
Known affected
10 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Mitsubishi Electric Iconics Digital Solutions ICONICS Suite: 10.97.2
Mitsubishi Electric Iconics Digital Solutions / ICONICS Suite
|
10.97.2 |
Vendor Fix
fix
Mitigation
Mitigation
Mitigation
Mitigation
fix
|
|
|
Mitsubishi Electric Iconics Digital Solutions GENESIS64: 10.97.2
Mitsubishi Electric Iconics Digital Solutions / GENESIS64
|
10.97.2 |
Vendor Fix
fix
Mitigation
Mitigation
Mitigation
Mitigation
fix
|
|
|
Mitsubishi Electric Iconics Digital Solutions Hyper Historian: 10.97.2
Mitsubishi Electric Iconics Digital Solutions / Hyper Historian
|
10.97.2 |
Vendor Fix
fix
Mitigation
Mitigation
Mitigation
Mitigation
fix
|
|
|
Mitsubishi Electric Iconics Digital Solutions AnalytiX: 10.97.2
Mitsubishi Electric Iconics Digital Solutions / AnalytiX
|
10.97.2 |
Vendor Fix
fix
Mitigation
Mitigation
Mitigation
Mitigation
fix
|
|
|
Mitsubishi Electric Iconics Digital Solutions MobileHMI: 10.97.2
Mitsubishi Electric Iconics Digital Solutions / MobileHMI
|
10.97.2 |
Vendor Fix
fix
Mitigation
Mitigation
Mitigation
Mitigation
fix
|
|
|
Mitsubishi Electric ICONICS Suite: 10.97.2
Mitsubishi Electric / ICONICS Suite
|
10.97.2 |
Vendor Fix
fix
Mitigation
Mitigation
Mitigation
Mitigation
fix
|
|
|
Mitsubishi Electric GENESIS64: 10.97.2
Mitsubishi Electric / GENESIS64
|
10.97.2 |
Vendor Fix
fix
Mitigation
Mitigation
Mitigation
Mitigation
fix
|
|
|
Mitsubishi Electric Hyper Historian: 10.97.2
Mitsubishi Electric / Hyper Historian
|
10.97.2 |
Vendor Fix
fix
Mitigation
Mitigation
Mitigation
Mitigation
fix
|
|
|
Mitsubishi Electric AnalytiX: 10.97.2
Mitsubishi Electric / AnalytiX
|
10.97.2 |
Vendor Fix
fix
Mitigation
Mitigation
Mitigation
Mitigation
fix
|
|
|
Mitsubishi Electric MobileHMI: 10.97.2
Mitsubishi Electric / MobileHMI
|
10.97.2 |
Vendor Fix
fix
Mitigation
Mitigation
Mitigation
Mitigation
fix
|
CWE-427
- Uncontrolled Search Path Element
Affected products
Known affected
9 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Mitsubishi Electric Iconics Digital Solutions ICONICS Suite: <=10.97.3
Mitsubishi Electric Iconics Digital Solutions / ICONICS Suite
|
<=10.97.3 |
Vendor Fix
fix
No Fix Planned
Mitigation
Mitigation
Mitigation
Mitigation
|
|
|
Mitsubishi Electric Iconics Digital Solutions GENESIS64: <=10.97.3
Mitsubishi Electric Iconics Digital Solutions / GENESIS64
|
<=10.97.3 |
Vendor Fix
fix
No Fix Planned
Mitigation
Mitigation
Mitigation
Mitigation
|
|
|
Mitsubishi Electric Iconics Digital Solutions GENESIS32: <=9.7
Mitsubishi Electric Iconics Digital Solutions / GENESIS32
|
<=9.7 |
No Fix Planned
Mitigation
Mitigation
Mitigation
Mitigation
|
|
|
Mitsubishi Electric ICONICS Suite: <=10.97.3
Mitsubishi Electric / ICONICS Suite
|
<=10.97.3 |
Vendor Fix
fix
No Fix Planned
Mitigation
Mitigation
Mitigation
Mitigation
|
|
|
Mitsubishi Electric GENESIS64: <=10.97.3
Mitsubishi Electric / GENESIS64
|
<=10.97.3 |
Vendor Fix
fix
No Fix Planned
Mitigation
Mitigation
Mitigation
Mitigation
|
|
|
Mitsubishi Electric GENESIS32: <=9.7
Mitsubishi Electric / GENESIS32
|
<=9.7 |
No Fix Planned
Mitigation
Mitigation
Mitigation
Mitigation
|
|
|
Mitsubishi Electric MC Works64: vers:all/*
Mitsubishi Electric / MC Works64
|
vers:all/* |
No Fix Planned
Mitigation
Mitigation
Mitigation
Mitigation
|
|
|
Mitsubishi Electric Iconics Digital Solutions Hyper Historian: <=10.97.3
Mitsubishi Electric Iconics Digital Solutions / Hyper Historian
|
<=10.97.3 |
Vendor Fix
fix
No Fix Planned
Mitigation
Mitigation
Mitigation
Mitigation
|
|
|
Mitsubishi Electric Hyper Historian: <=10.97.3
Mitsubishi Electric / Hyper Historian
|
<=10.97.3 |
Vendor Fix
fix
No Fix Planned
Mitigation
Mitigation
Mitigation
Mitigation
|
5.9 (Medium)
Affected products
Known affected
13 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Mitsubishi Electric Iconics Digital Solutions ICONICS Suite: <=10.97.2
Mitsubishi Electric Iconics Digital Solutions / ICONICS Suite
|
<=10.97.2 |
Vendor Fix
fix
Mitigation
Mitigation
Mitigation
Mitigation
|
|
|
Mitsubishi Electric Iconics Digital Solutions GENESIS64: <=10.97.2
Mitsubishi Electric Iconics Digital Solutions / GENESIS64
|
<=10.97.2 |
Vendor Fix
fix
Mitigation
Mitigation
Mitigation
Mitigation
|
|
|
Mitsubishi Electric Iconics Digital Solutions Hyper Historian: <=10.97.2
Mitsubishi Electric Iconics Digital Solutions / Hyper Historian
|
<=10.97.2 |
Vendor Fix
fix
Mitigation
Mitigation
Mitigation
Mitigation
|
|
|
Mitsubishi Electric Iconics Digital Solutions AnalytiX: <=10.97.2
Mitsubishi Electric Iconics Digital Solutions / AnalytiX
|
<=10.97.2 |
Vendor Fix
fix
Mitigation
Mitigation
Mitigation
Mitigation
|
|
|
Mitsubishi Electric Iconics Digital Solutions MobileHMI: <=10.97.2
Mitsubishi Electric Iconics Digital Solutions / MobileHMI
|
<=10.97.2 |
Vendor Fix
fix
Mitigation
Mitigation
Mitigation
Mitigation
|
|
|
Mitsubishi Electric ICONICS Suite: <=10.97.2
Mitsubishi Electric / ICONICS Suite
|
<=10.97.2 |
Vendor Fix
fix
Mitigation
Mitigation
Mitigation
Mitigation
|
|
|
Mitsubishi Electric GENESIS64: <=10.97.2
Mitsubishi Electric / GENESIS64
|
<=10.97.2 |
Vendor Fix
fix
Mitigation
Mitigation
Mitigation
Mitigation
|
|
|
Mitsubishi Electric Hyper Historian: <=10.97.2
Mitsubishi Electric / Hyper Historian
|
<=10.97.2 |
Vendor Fix
fix
Mitigation
Mitigation
Mitigation
Mitigation
|
|
|
Mitsubishi Electric AnalytiX: <=10.97.2
Mitsubishi Electric / AnalytiX
|
<=10.97.2 |
Vendor Fix
fix
Mitigation
Mitigation
Mitigation
Mitigation
|
|
|
Mitsubishi Electric MobileHMI: <=10.97.2
Mitsubishi Electric / MobileHMI
|
<=10.97.2 |
Vendor Fix
fix
Mitigation
Mitigation
Mitigation
Mitigation
|
|
|
Mitsubishi Electric MC Works64: vers:all/*
Mitsubishi Electric / MC Works64
|
vers:all/* |
No Fix Planned
Mitigation
Mitigation
Mitigation
Mitigation
|
|
|
Mitsubishi Electric Iconics Digital Solutions IoTWorX: 10.95
Mitsubishi Electric Iconics Digital Solutions / IoTWorX
|
10.95 |
Vendor Fix
fix
Mitigation
Mitigation
Mitigation
Mitigation
|
|
|
Mitsubishi Electric IoTWorX: 10.95
Mitsubishi Electric / IoTWorX
|
10.95 |
Vendor Fix
fix
Mitigation
Mitigation
Mitigation
Mitigation
|
6.7 (Medium)
Affected products
Known affected
15 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Mitsubishi Electric Iconics Digital Solutions ICONICS Suite: <=10.97.2
Mitsubishi Electric Iconics Digital Solutions / ICONICS Suite
|
<=10.97.2 |
Vendor Fix
fix
Mitigation
Mitigation
Mitigation
|
|
|
Mitsubishi Electric Iconics Digital Solutions GENESIS64: <=10.97.2
Mitsubishi Electric Iconics Digital Solutions / GENESIS64
|
<=10.97.2 |
Vendor Fix
fix
Mitigation
Mitigation
Mitigation
|
|
|
Mitsubishi Electric Iconics Digital Solutions Hyper Historian: <=10.97.2
Mitsubishi Electric Iconics Digital Solutions / Hyper Historian
|
<=10.97.2 |
Vendor Fix
fix
Mitigation
Mitigation
Mitigation
|
|
|
Mitsubishi Electric Iconics Digital Solutions AnalytiX: <=10.97.2
Mitsubishi Electric Iconics Digital Solutions / AnalytiX
|
<=10.97.2 |
Vendor Fix
fix
Mitigation
Mitigation
Mitigation
|
|
|
Mitsubishi Electric Iconics Digital Solutions MobileHMI: <=10.97.2
Mitsubishi Electric Iconics Digital Solutions / MobileHMI
|
<=10.97.2 |
Vendor Fix
fix
Mitigation
Mitigation
Mitigation
|
|
|
Mitsubishi Electric Iconics Digital Solutions GENESIS32: <=9.7
Mitsubishi Electric Iconics Digital Solutions / GENESIS32
|
<=9.7 |
No Fix Planned
Mitigation
Mitigation
Mitigation
|
|
|
Mitsubishi Electric Iconics Digital Solutions BizViz: <=9.7
Mitsubishi Electric Iconics Digital Solutions / BizViz
|
<=9.7 |
No Fix Planned
Mitigation
Mitigation
Mitigation
|
|
|
Mitsubishi Electric ICONICS Suite: <=10.97.2
Mitsubishi Electric / ICONICS Suite
|
<=10.97.2 |
Vendor Fix
fix
Mitigation
Mitigation
Mitigation
|
|
|
Mitsubishi Electric GENESIS64: <=10.97.2
Mitsubishi Electric / GENESIS64
|
<=10.97.2 |
Vendor Fix
fix
Mitigation
Mitigation
Mitigation
|
|
|
Mitsubishi Electric Hyper Historian: <=10.97.2
Mitsubishi Electric / Hyper Historian
|
<=10.97.2 |
Vendor Fix
fix
Mitigation
Mitigation
Mitigation
|
|
|
Mitsubishi Electric AnalytiX: <=10.97.2
Mitsubishi Electric / AnalytiX
|
<=10.97.2 |
Vendor Fix
fix
Mitigation
Mitigation
Mitigation
|
|
|
Mitsubishi Electric MobileHMI: <=10.97.2
Mitsubishi Electric / MobileHMI
|
<=10.97.2 |
Vendor Fix
fix
Mitigation
Mitigation
Mitigation
|
|
|
Mitsubishi Electric GENESIS32: <=9.7
Mitsubishi Electric / GENESIS32
|
<=9.7 |
No Fix Planned
Mitigation
Mitigation
Mitigation
|
|
|
Mitsubishi Electric BizViz: <=9.7
Mitsubishi Electric / BizViz
|
<=9.7 |
No Fix Planned
Mitigation
Mitigation
Mitigation
|
|
|
Mitsubishi Electric MC Works64: vers:all/*
Mitsubishi Electric / MC Works64
|
vers:all/* |
No Fix Planned
Mitigation
Mitigation
Mitigation
|
References
22 references
Acknowledgments
Palo Alto Networks
Asher Davila
Malav Vyas
{
"document": {
"acknowledgments": [
{
"names": [
"Asher Davila",
"Malav Vyas"
],
"organization": "Palo Alto Networks",
"summary": "reported CVE-2024-1182 to Mitsubishi Electric Iconics Digital Solutions."
}
],
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Disclosure is not limited",
"tlp": {
"label": "WHITE",
"url": "https://www.cisa.gov/news-events/news/traffic-light-protocol-tlp-definitions-and-usage"
}
},
"lang": "en-US",
"notes": [
{
"category": "summary",
"text": "Successful exploitation of these vulnerabilities could result in denial-of-service, improper privilege management, or potentially arbitrary code execution.",
"title": "Risk evaluation"
},
{
"category": "other",
"text": "Critical Manufacturing",
"title": "Critical infrastructure sectors"
},
{
"category": "other",
"text": "Worldwide",
"title": "Countries/areas deployed"
},
{
"category": "other",
"text": "United States",
"title": "Company headquarters location"
},
{
"category": "other",
"text": "Japan",
"title": "Company headquarters location"
},
{
"category": "legal_disclaimer",
"text": "This product is provided subject to this Notification (https://www.cisa.gov/notification) and this Privacy \u0026 Use policy (https://www.cisa.gov/privacy-policy).",
"title": "Legal Notice and Terms of Use"
},
{
"category": "other",
"text": "This ICSA is a verbatim republication of Mitsubishi Electric 2024-004 from a direct conversion of the vendor\u0027s Common Security Advisory Framework (CSAF) advisory. This is republished to CISA\u0027s website as a means of increasing visibility and is provided \"as-is\" for informational purposes only. CISA is not responsible for the editorial or technical accuracy of republished advisories and provides no warranties of any kind regarding any information contained within this advisory. Further, CISA does not endorse any commercial product or service. Contact CISA directly for any questions regarding this advisory.",
"title": "Advisory Conversion Disclaimer"
},
{
"category": "general",
"text": "CISA recommends users take defensive measures to minimize the exploitation risk of this vulnerability. Minimize network exposure for all control system devices and/or systems, and ensure they are not accessible from the internet. Locate control system networks and remote devices behind firewalls and isolate them from business networks. When remote access is required, use more secure methods, such as Virtual Private Networks (VPNs), recognizing VPNs may have vulnerabilities and should be updated to the most recent version available. Also recognize VPN is only as secure as its connected devices.",
"title": "Recommended Practices"
},
{
"category": "general",
"text": "CISA reminds organizations to perform proper impact analysis and risk assessment prior to deploying defensive measures.",
"title": "Recommended Practices"
},
{
"category": "general",
"text": "CISA also provides a section for control systems security recommended practices on the ICS webpage on cisa.gov. Several CISA products detailing cyber defense best practices are available for reading and download, including Improving Industrial Control Systems Cybersecurity with Defense-in-Depth Strategies.",
"title": "Recommended Practices"
},
{
"category": "general",
"text": "CISA encourages organizations to implement recommended cybersecurity strategies for proactive defense of ICS assets. Additional mitigation guidance and recommended practices are publicly available on the ICS webpage at cisa.gov in the technical information paper, ICS-TIP-12-146-01B--Targeted Cyber Intrusion Detection and Mitigation Strategies.",
"title": "Recommended Practices"
},
{
"category": "general",
"text": "Organizations observing suspected malicious activity should follow established internal procedures and report findings to CISA for tracking and correlation against other incidents.",
"title": "Recommended Practices"
}
],
"publisher": {
"category": "other",
"contact_details": "central@cisa.dhs.gov",
"name": "CISA",
"namespace": "https://www.cisa.gov/"
},
"references": [
{
"category": "self",
"summary": "ICS Advisory ICSA-24-184-03 - Web Version",
"url": "https://www.cisa.gov/news-events/ics-advisories/icsa-24-184-03"
},
{
"category": "external",
"summary": "Recommended Practices",
"url": "https://www.cisa.gov/news-events/ics-alerts/ics-alert-10-301-01"
},
{
"category": "external",
"summary": "Recommended Practices",
"url": "https://www.cisa.gov/resources-tools/resources/ics-recommended-practices"
},
{
"category": "external",
"summary": "Recommended Practices",
"url": "https://www.cisa.gov/topics/industrial-control-systems"
},
{
"category": "external",
"summary": "Recommended Practices",
"url": "https://www.cisa.gov/sites/default/files/recommended_practices/NCCIC_ICS-CERT_Defense_in_Depth_2016_S508C.pdf"
},
{
"category": "external",
"summary": "Recommended Practices",
"url": "https://www.cisa.gov/sites/default/files/publications/Cybersecurity_Best_Practices_for_Industrial_Control_Systems.pdf"
},
{
"category": "external",
"summary": "Recommended Practices",
"url": "https://www.cisa.gov/news-events/news/targeted-cyber-intrusion-detection-and-mitigation-strategies-update-b"
}
],
"title": "Mitsubishi Electric Iconics Digital Solutions and Mitsubishi Electric Products (Update D)",
"tracking": {
"current_release_date": "2026-04-07T06:00:00.000000Z",
"generator": {
"date": "2026-04-01T14:45:16.761115Z",
"engine": {
"name": "CISA CSAF Generator",
"version": "1.5.0"
}
},
"id": "ICSA-24-184-03",
"initial_release_date": "2024-07-02T06:00:00.000000Z",
"revision_history": [
{
"date": "2024-07-02T06:00:00.000000Z",
"legacy_version": "Initial",
"number": "1",
"summary": "Initial Publication"
},
{
"date": "2024-12-03T07:00:00.000000Z",
"legacy_version": "Update A",
"number": "2",
"summary": "Update A - Added Mitsubishi Electric MC Works64, re-categorized CVE-2023-4807 as CWE-347."
},
{
"date": "2026-01-08T07:00:00.000000Z",
"legacy_version": "Update B",
"number": "3",
"summary": "Update B - Added GENESIS32."
},
{
"date": "2026-03-03T00:00:00.000000Z",
"legacy_version": "Update C",
"number": "4",
"summary": "Update C - Fixes for affected versions and typographical errors"
},
{
"date": "2026-04-07T00:00:00.000000Z",
"legacy_version": "Update D",
"number": "5",
"summary": "Update D - Added Hyper Historian, AnaltitiX, and MobileHMI for affected products"
}
],
"status": "final",
"version": "5"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "10.97.2",
"product": {
"name": "Mitsubishi Electric Iconics Digital Solutions ICONICS Suite: 10.97.2",
"product_id": "CSAFPID-0001"
}
},
{
"category": "product_version_range",
"name": "\u003c=10.97.2",
"product": {
"name": "Mitsubishi Electric Iconics Digital Solutions ICONICS Suite: \u003c=10.97.2",
"product_id": "CSAFPID-0002"
}
},
{
"category": "product_version_range",
"name": "\u003c=10.97.3",
"product": {
"name": "Mitsubishi Electric Iconics Digital Solutions ICONICS Suite: \u003c=10.97.3",
"product_id": "CSAFPID-0003"
}
}
],
"category": "product_name",
"name": "ICONICS Suite"
},
{
"branches": [
{
"category": "product_version",
"name": "10.97.2",
"product": {
"name": "Mitsubishi Electric Iconics Digital Solutions GENESIS64: 10.97.2",
"product_id": "CSAFPID-0004"
}
},
{
"category": "product_version_range",
"name": "\u003c=10.97.2",
"product": {
"name": "Mitsubishi Electric Iconics Digital Solutions GENESIS64: \u003c=10.97.2",
"product_id": "CSAFPID-0005"
}
},
{
"category": "product_version_range",
"name": "\u003c=10.97.3",
"product": {
"name": "Mitsubishi Electric Iconics Digital Solutions GENESIS64: \u003c=10.97.3",
"product_id": "CSAFPID-0006"
}
}
],
"category": "product_name",
"name": "GENESIS64"
},
{
"branches": [
{
"category": "product_version",
"name": "10.97.2",
"product": {
"name": "Mitsubishi Electric Iconics Digital Solutions Hyper Historian: 10.97.2",
"product_id": "CSAFPID-0007"
}
},
{
"category": "product_version_range",
"name": "\u003c=10.97.2",
"product": {
"name": "Mitsubishi Electric Iconics Digital Solutions Hyper Historian: \u003c=10.97.2",
"product_id": "CSAFPID-0008"
}
},
{
"category": "product_version_range",
"name": "\u003c=10.97.3",
"product": {
"name": "Mitsubishi Electric Iconics Digital Solutions Hyper Historian: \u003c=10.97.3",
"product_id": "CSAFPID-0009"
}
}
],
"category": "product_name",
"name": "Hyper Historian"
},
{
"branches": [
{
"category": "product_version",
"name": "10.97.2",
"product": {
"name": "Mitsubishi Electric Iconics Digital Solutions AnalytiX: 10.97.2",
"product_id": "CSAFPID-0010"
}
},
{
"category": "product_version_range",
"name": "\u003c=10.97.2",
"product": {
"name": "Mitsubishi Electric Iconics Digital Solutions AnalytiX: \u003c=10.97.2",
"product_id": "CSAFPID-0011"
}
}
],
"category": "product_name",
"name": "AnalytiX"
},
{
"branches": [
{
"category": "product_version",
"name": "10.97.2",
"product": {
"name": "Mitsubishi Electric Iconics Digital Solutions MobileHMI: 10.97.2",
"product_id": "CSAFPID-0012"
}
},
{
"category": "product_version_range",
"name": "\u003c=10.97.2",
"product": {
"name": "Mitsubishi Electric Iconics Digital Solutions MobileHMI: \u003c=10.97.2",
"product_id": "CSAFPID-0013"
}
}
],
"category": "product_name",
"name": "MobileHMI"
},
{
"branches": [
{
"category": "product_version_range",
"name": "\u003c=9.7",
"product": {
"name": "Mitsubishi Electric Iconics Digital Solutions GENESIS32: \u003c=9.7",
"product_id": "CSAFPID-0014"
}
}
],
"category": "product_name",
"name": "GENESIS32"
},
{
"branches": [
{
"category": "product_version_range",
"name": "\u003c=9.7",
"product": {
"name": "Mitsubishi Electric Iconics Digital Solutions BizViz: \u003c=9.7",
"product_id": "CSAFPID-0015"
}
}
],
"category": "product_name",
"name": "BizViz"
},
{
"branches": [
{
"category": "product_version",
"name": "10.95",
"product": {
"name": "Mitsubishi Electric Iconics Digital Solutions IoTWorX: 10.95",
"product_id": "CSAFPID-0016"
}
}
],
"category": "product_name",
"name": "IoTWorX"
}
],
"category": "vendor",
"name": "Mitsubishi Electric Iconics Digital Solutions"
},
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "10.97.2",
"product": {
"name": "Mitsubishi Electric ICONICS Suite: 10.97.2",
"product_id": "CSAFPID-0017"
}
},
{
"category": "product_version_range",
"name": "\u003c=10.97.2",
"product": {
"name": "Mitsubishi Electric ICONICS Suite: \u003c=10.97.2",
"product_id": "CSAFPID-0018"
}
},
{
"category": "product_version_range",
"name": "\u003c=10.97.3",
"product": {
"name": "Mitsubishi Electric ICONICS Suite: \u003c=10.97.3",
"product_id": "CSAFPID-0019"
}
}
],
"category": "product_name",
"name": "ICONICS Suite"
},
{
"branches": [
{
"category": "product_version",
"name": "10.97.2",
"product": {
"name": "Mitsubishi Electric GENESIS64: 10.97.2",
"product_id": "CSAFPID-0020"
}
},
{
"category": "product_version_range",
"name": "\u003c=10.97.2",
"product": {
"name": "Mitsubishi Electric GENESIS64: \u003c=10.97.2",
"product_id": "CSAFPID-0021"
}
},
{
"category": "product_version_range",
"name": "\u003c=10.97.3",
"product": {
"name": "Mitsubishi Electric GENESIS64: \u003c=10.97.3",
"product_id": "CSAFPID-0022"
}
}
],
"category": "product_name",
"name": "GENESIS64"
},
{
"branches": [
{
"category": "product_version",
"name": "10.97.2",
"product": {
"name": "Mitsubishi Electric Hyper Historian: 10.97.2",
"product_id": "CSAFPID-0023"
}
},
{
"category": "product_version_range",
"name": "\u003c=10.97.2",
"product": {
"name": "Mitsubishi Electric Hyper Historian: \u003c=10.97.2",
"product_id": "CSAFPID-0024"
}
},
{
"category": "product_version_range",
"name": "\u003c=10.97.3",
"product": {
"name": "Mitsubishi Electric Hyper Historian: \u003c=10.97.3",
"product_id": "CSAFPID-0025"
}
}
],
"category": "product_name",
"name": "Hyper Historian"
},
{
"branches": [
{
"category": "product_version",
"name": "10.97.2",
"product": {
"name": "Mitsubishi Electric AnalytiX: 10.97.2",
"product_id": "CSAFPID-0026"
}
},
{
"category": "product_version_range",
"name": "\u003c=10.97.2",
"product": {
"name": "Mitsubishi Electric AnalytiX: \u003c=10.97.2",
"product_id": "CSAFPID-0027"
}
}
],
"category": "product_name",
"name": "AnalytiX"
},
{
"branches": [
{
"category": "product_version",
"name": "10.97.2",
"product": {
"name": "Mitsubishi Electric MobileHMI: 10.97.2",
"product_id": "CSAFPID-0028"
}
},
{
"category": "product_version_range",
"name": "\u003c=10.97.2",
"product": {
"name": "Mitsubishi Electric MobileHMI: \u003c=10.97.2",
"product_id": "CSAFPID-0029"
}
}
],
"category": "product_name",
"name": "MobileHMI"
},
{
"branches": [
{
"category": "product_version_range",
"name": "\u003c=9.7",
"product": {
"name": "Mitsubishi Electric GENESIS32: \u003c=9.7",
"product_id": "CSAFPID-0030"
}
}
],
"category": "product_name",
"name": "GENESIS32"
},
{
"branches": [
{
"category": "product_version_range",
"name": "\u003c=9.7",
"product": {
"name": "Mitsubishi Electric BizViz: \u003c=9.7",
"product_id": "CSAFPID-0031"
}
}
],
"category": "product_name",
"name": "BizViz"
},
{
"branches": [
{
"category": "product_version_range",
"name": "vers:all/*",
"product": {
"name": "Mitsubishi Electric MC Works64: vers:all/*",
"product_id": "CSAFPID-0032"
}
}
],
"category": "product_name",
"name": "MC Works64"
},
{
"branches": [
{
"category": "product_version",
"name": "10.95",
"product": {
"name": "Mitsubishi Electric IoTWorX: 10.95",
"product_id": "CSAFPID-0033"
}
}
],
"category": "product_name",
"name": "IoTWorX"
}
],
"category": "vendor",
"name": "Mitsubishi Electric"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-2650",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"notes": [
{
"category": "summary",
"text": "When the BACnet Secure Connect feature is enabled in the affected products, a temporary denial-of-service vulnerability due to allocation of resources without limits or throttling exists in the OpenSSL library integrated into the products, during data validation. This vulnerability allows a remote attacker to cause a denial-of-service condition on the affected products by sending a certificate that contains a specially crafted ANS 1 OBJECT IDENTIFIER.",
"title": "Vulnerability Summary"
},
{
"category": "details",
"text": "SSVCv2/E:N/A:Y/T:P/2026-04-07T00:00:00Z/",
"title": "SSVC"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0004",
"CSAFPID-0007",
"CSAFPID-0010",
"CSAFPID-0012",
"CSAFPID-0017",
"CSAFPID-0020",
"CSAFPID-0023",
"CSAFPID-0026",
"CSAFPID-0028"
]
},
"references": [
{
"category": "external",
"summary": "www.cve.org",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-2650"
},
{
"category": "external",
"summary": "www.first.org",
"url": "https://www.first.org/cvss/calculator/3.1#CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:L"
},
{
"category": "external",
"summary": "cwe.mitre.org",
"url": "https://cwe.mitre.org/data/definitions/770.html"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "Mitsubishi Electric Iconics Digital Solutions is releasing fixed version 10.97.3 or later for GENESIS64, ICONICS Suite, Hyper Historian, AnaltitiX, and MobileHMI. Download the fixed version from the link \"https://iconicsinc.my.site.com/community/s/iconics-software/ICONICS_Software__c/00BQQ000008P51V2AS?ICONICS_Software__c-filterId=Product_Version_10_97_3\" and install it. For more information, refer to the Mitsubishi Electric Iconics Digital Solutions whitepaper on security vulnerabilities. The latest white papers can be found at \"https://iconics.com/About/Security/CERT\".",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0004",
"CSAFPID-0007",
"CSAFPID-0010",
"CSAFPID-0012"
],
"url": "https://iconics.com/about/security/cert"
},
{
"category": "vendor_fix",
"details": "Mitsubishi Electric is releasing fixed version 10.97.3 or later for GENESIS64, ICONICS Suite, Hyper Historian, AnaltitiX, and MobileHMI. Download the fixed version from the link \"https://iconicsinc.my.site.com/community/s/iconics-software/ICONICS_Software__c/00BQQ000008P51V2AS?ICONICS_Software__c-filterId=Product_Version_10_97_3\" and install it. For more information on the fixed version, refer to the Mitsubishi Electric security advisory at \"https://www.mitsubishielectric.com/psirt/vulnerability/pdf/2024-004_en.pdf\".",
"product_ids": [
"CSAFPID-0017",
"CSAFPID-0020",
"CSAFPID-0023",
"CSAFPID-0026",
"CSAFPID-0028"
],
"url": "https://www.mitsubishielectric.com/psirt/vulnerability/pdf/2024-004_en.pdf"
},
{
"category": "mitigation",
"details": "For users of products that do not have a fixed version or who cannot immediately update the product, Mitsubishi Electric Iconics Digital Solutions and Mitsubishi Electric recommend locating control system networks and devices behind firewalls and isolating them from untrusted networks and hosts, to minimize the risk of exploiting this vulnerability.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0004",
"CSAFPID-0007",
"CSAFPID-0010",
"CSAFPID-0012",
"CSAFPID-0017",
"CSAFPID-0020",
"CSAFPID-0023",
"CSAFPID-0026",
"CSAFPID-0028"
]
},
{
"category": "mitigation",
"details": "For users of products that do not have a fixed version or who cannot immediately update the product, Mitsubishi Electric Iconics Digital Solutions and Mitsubishi Electric recommend restricting physical access to the personal computer where the product is installed and the network to which the personal computer is connected to prevent unauthorized contact, to minimize the risk of exploiting this vulnerability.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0004",
"CSAFPID-0007",
"CSAFPID-0010",
"CSAFPID-0012",
"CSAFPID-0017",
"CSAFPID-0020",
"CSAFPID-0023",
"CSAFPID-0026",
"CSAFPID-0028"
]
},
{
"category": "mitigation",
"details": "For users of products that do not have a fixed version or who cannot immediately update the product, Mitsubishi Electric Iconics Digital Solutions and Mitsubishi Electric recommend preventing the user from clicking on web links in e-mails or other messages from untrusted sources, or from opening attachments in untrusted e-mails, to minimize the risk of exploiting this vulnerability.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0004",
"CSAFPID-0007",
"CSAFPID-0010",
"CSAFPID-0012",
"CSAFPID-0017",
"CSAFPID-0020",
"CSAFPID-0023",
"CSAFPID-0026",
"CSAFPID-0028"
]
},
{
"category": "mitigation",
"details": "For users of products that do not have a fixed version or who cannot immediately update the product, Mitsubishi Electric Iconics Digital Solutions and Mitsubishi Electric recommend disabling the BACnet Secure Connect feature if it is enabled. Note that this function is installed on GENESIS64 and ICONICS Suite as the beta version and it is disabled by the default configuration. Refer to ICONICS Product Help (https://docs.iconics.com/V10.97.2/GENESIS64/Help/Apps/WBDT/BACnet_SC/Overview_of_BACnet_SC.htm) for the procedure to disable this function.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0004",
"CSAFPID-0007",
"CSAFPID-0010",
"CSAFPID-0012",
"CSAFPID-0017",
"CSAFPID-0020",
"CSAFPID-0023",
"CSAFPID-0026",
"CSAFPID-0028"
],
"url": "https://docs.iconics.com/V10.97.2/GENESIS64/Help/Apps/WBDT/BACnet_SC/Overview_of_BACnet_SC.htm"
},
{
"category": "mitigation",
"details": "For users of products that do not have a fixed version or who cannot immediately update the product, Mitsubishi Electric Iconics Digital Solutions and Mitsubishi Electric recommend preventing importing certificates from untrusted sources, to minimize the risk of exploiting this vulnerability.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0004",
"CSAFPID-0007",
"CSAFPID-0010",
"CSAFPID-0012",
"CSAFPID-0017",
"CSAFPID-0020",
"CSAFPID-0023",
"CSAFPID-0026",
"CSAFPID-0028"
]
}
],
"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": [
"CSAFPID-0001",
"CSAFPID-0004",
"CSAFPID-0007",
"CSAFPID-0010",
"CSAFPID-0012",
"CSAFPID-0017",
"CSAFPID-0020",
"CSAFPID-0023",
"CSAFPID-0026",
"CSAFPID-0028"
]
}
]
},
{
"cve": "CVE-2023-4807",
"cwe": {
"id": "CWE-347",
"name": "Improper Verification of Cryptographic Signature"
},
"notes": [
{
"category": "summary",
"text": "When running on X86_64 CPUs supporting AVX512-IFMA instructions and the BACnet Secure Connect feature is enabled in the affected products, a denial-of-service vulnerability due to improper verification of cryptographic signature exists in the Message Authentication Code (MAC) implementation in OpenSSL library integrated into the products. This vulnerability allows a remote attacker to cause a denial-of-service condition on the affected products by sending messages that contain specially crafted Message Authentication Code (MAC).",
"title": "Vulnerability Summary"
},
{
"category": "details",
"text": "SSVCv2/E:N/A:Y/T:P/2026-04-07T00:00:00Z/",
"title": "SSVC"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0004",
"CSAFPID-0007",
"CSAFPID-0010",
"CSAFPID-0012",
"CSAFPID-0017",
"CSAFPID-0020",
"CSAFPID-0023",
"CSAFPID-0026",
"CSAFPID-0028"
]
},
"references": [
{
"category": "external",
"summary": "www.cve.org",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-4807"
},
{
"category": "external",
"summary": "www.first.org",
"url": "https://www.first.org/cvss/calculator/3.1#CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H"
},
{
"category": "external",
"summary": "cwe.mitre.org",
"url": "https://cwe.mitre.org/data/definitions/347.html"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "Mitsubishi Electric Iconics Digital Solutions is releasing fixed version 10.97.3 or later for GENESIS64, ICONICS Suite, Hyper Historian, AnaltitiX, and MobileHMI. Download the fixed version from the link \"https://iconicsinc.my.site.com/community/s/iconics-software/ICONICS_Software__c/00BQQ000008P51V2AS?ICONICS_Software__c-filterId=Product_Version_10_97_3\". For more information, refer to the Mitsubishi Electric Iconics Digital Solutions whitepaper on security vulnerabilities. The latest white papers can be found at \"https://iconics.com/About/Security/CERT\".",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0004",
"CSAFPID-0007",
"CSAFPID-0010",
"CSAFPID-0012"
],
"url": "https://iconics.com/About/Security/CERT"
},
{
"category": "vendor_fix",
"details": "Mitsubishi Electric is releasing fixed version 10.97.3 or later for GENESIS64, ICONICS Suite, Hyper Historian, AnaltitiX, and MobileHMI. Please download the fixed version from the link \"https://iconicsinc.my.site.com/community/s/iconics-software/ICONICS_Software__c/00BQQ000008P51V2AS?ICONICS_Software__c-filterId=Product_Version_10_97_3\". For more information on the fixed version, refer to the Mitsubishi Electric security advisory at \"https://www.mitsubishielectric.com/psirt/vulnerability/pdf/2024-004_en.pdf\".",
"product_ids": [
"CSAFPID-0017",
"CSAFPID-0020",
"CSAFPID-0023",
"CSAFPID-0026",
"CSAFPID-0028"
],
"url": "https://www.mitsubishielectric.com/psirt/vulnerability/pdf/2024-004_en.pdf"
},
{
"category": "mitigation",
"details": "For users of products that do not have a fixed version or who cannot immediately update the product, Mitsubishi Electric Iconics Digital Solutions and Mitsubishi Electric recommend locating control system networks and devices behind firewalls and isolating them from untrusted networks and hosts, to minimize the risk of exploiting this vulnerability.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0004",
"CSAFPID-0007",
"CSAFPID-0010",
"CSAFPID-0012",
"CSAFPID-0017",
"CSAFPID-0020",
"CSAFPID-0023",
"CSAFPID-0026",
"CSAFPID-0028"
]
},
{
"category": "mitigation",
"details": "For users of products that do not have a fixed version or who cannot immediately update the product, Mitsubishi Electric Iconics Digital Solutions and Mitsubishi Electric recommend restricting physical access to the personal computer where the product is installed and the network to which the personal computer is connected to prevent unauthorized contact, to minimize the risk of exploiting this vulnerability.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0004",
"CSAFPID-0007",
"CSAFPID-0010",
"CSAFPID-0012",
"CSAFPID-0017",
"CSAFPID-0020",
"CSAFPID-0023",
"CSAFPID-0026",
"CSAFPID-0028"
]
},
{
"category": "mitigation",
"details": "For users of products that do not have a fixed version or who cannot immediately update the product, Mitsubishi Electric Iconics Digital Solutions and Mitsubishi Electric recommend preventing the user from clicking on web links in e-mails or other messages from untrusted sources, or from opening attachments in untrusted e-mails, to minimize the risk of exploiting this vulnerability.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0004",
"CSAFPID-0007",
"CSAFPID-0010",
"CSAFPID-0012",
"CSAFPID-0017",
"CSAFPID-0020",
"CSAFPID-0023",
"CSAFPID-0026",
"CSAFPID-0028"
]
},
{
"category": "mitigation",
"details": "For users of products that do not have a fixed version or who cannot immediately update the product, Mitsubishi Electric Iconics Digital Solutions and Mitsubishi Electric recommend disabling the BACnet Secure Connect feature if it is enabled. Note that this function is installed on the affected products as the beta version and it is disabled by the default configuration. Refer to ICONICS Product Help (https://docs.iconics.com/V10.97.2/GENESIS64/Help/Apps/WBDT/BACnet_SC/Overview_of_BACnet_SC.htm) for the procedure to disable this function.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0004",
"CSAFPID-0007",
"CSAFPID-0010",
"CSAFPID-0012",
"CSAFPID-0017",
"CSAFPID-0020",
"CSAFPID-0023",
"CSAFPID-0026",
"CSAFPID-0028"
],
"url": "https://docs.iconics.com/V10.97.2/GENESIS64/Help/Apps/WBDT/BACnet_SC/Overview_of_BACnet_SC.htm"
}
],
"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": [
"CSAFPID-0001",
"CSAFPID-0004",
"CSAFPID-0007",
"CSAFPID-0010",
"CSAFPID-0012",
"CSAFPID-0017",
"CSAFPID-0020",
"CSAFPID-0023",
"CSAFPID-0026",
"CSAFPID-0028"
]
}
]
},
{
"cve": "CVE-2024-1182",
"cwe": {
"id": "CWE-427",
"name": "Uncontrolled Search Path Element"
},
"notes": [
{
"category": "summary",
"text": "When the affected products are installed with the Pager agent in the multi-agent notification feature, an arbitrary code execution vulnerability due to uncontrolled search path element exists in the feature. This vulnerability allows a local attacker to execute an arbitrary code by storing a specially crafted DLL in a specific folder.",
"title": "Vulnerability Summary"
},
{
"category": "details",
"text": "SSVCv2/E:N/A:N/T:T/2026-04-07T00:00:00Z/",
"title": "SSVC"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0003",
"CSAFPID-0006",
"CSAFPID-0014",
"CSAFPID-0019",
"CSAFPID-0022",
"CSAFPID-0030",
"CSAFPID-0032",
"CSAFPID-0009",
"CSAFPID-0025"
]
},
"references": [
{
"category": "external",
"summary": "www.cve.org",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-1182"
},
{
"category": "external",
"summary": "www.first.org",
"url": "https://www.first.org/cvss/calculator/3.1#CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H"
},
{
"category": "external",
"summary": "cwe.mitre.org",
"url": "https://cwe.mitre.org/data/definitions/427.html"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "For Mitsubishi Electric Iconics Digital Solutions GENESIS64, ICONICS Suite, and Hyper Historian users who do not need to use the Pager agent, download the fixed version 10.98 of later from the link \"https://iconicsinc.my.site.com/community/s/resource-center/product-downloads?tabset-a9d51=51905\" and install it. For more information, refer to the Mitsubishi Electric Iconics Digital Solutions whitepaper on security vulnerabilities. The latest white papers can be found at \"https://iconics.com/About/Security/CERT\".",
"product_ids": [
"CSAFPID-0003",
"CSAFPID-0006",
"CSAFPID-0009"
],
"url": "https://iconics.com/about/security/cert"
},
{
"category": "vendor_fix",
"details": "For Mitsubishi Electric GENESIS64, ICONICS Suite, and Hyper Historian users who do not need to use the Pager agent, download the fixed version 10.98 of later from the link \"https://iconicsinc.my.site.com/community/s/resource-center/product-downloads?tabset-a9d51=51905\" and install it. For more information on the fixed version, refer to the Mitsubishi Electric security advisory at \"https://www.mitsubishielectric.com/psirt/vulnerability/pdf/2024-004_en.pdf\".",
"product_ids": [
"CSAFPID-0019",
"CSAFPID-0022",
"CSAFPID-0025"
],
"url": "https://www.mitsubishielectric.com/psirt/vulnerability/pdf/2024-004_en.pdf"
},
{
"category": "no_fix_planned",
"details": "For Mitsubishi Electric Iconics Digital Solutions GENESIS64, ICONICS Suite, and Hyper Historian users who need to use the Pager agent: The affected feature, the multi-agent notification feature, is no longer the part of the default installation for GENESIS64 and ICONICS Suite Version 10.97.3 and later. Do not custom install this feature unless you specifically need it. For GENESIS32 and MC Works64, do not install the multi-agent notification feature.",
"product_ids": [
"CSAFPID-0003",
"CSAFPID-0006",
"CSAFPID-0009"
]
},
{
"category": "no_fix_planned",
"details": "For Mitsubishi Electric GENESIS64, ICONICS Suite, and Hyper Historian users who need to use the Pager agent: The affected feature, the multi-agent notification feature, is no longer the part of the default installation for GENESIS64 and ICONICS Suite Version 10.97.3 and later. Do not custom install this feature unless you specifically need it. For GENESIS32 and MC Works64, do not install the multi-agent notification feature.",
"product_ids": [
"CSAFPID-0019",
"CSAFPID-0022",
"CSAFPID-0025"
]
},
{
"category": "no_fix_planned",
"details": "There are no plans to release a security update for Mitsubishi Electric Iconics Digital Solutions GENESIS32. The affected feature, the multi-agent notification feature, is no longer the part of the default installation for GENESIS64 and ICONICS Suite Version 10.97.3 and later. Do not custom install this feature unless you specifically need it. For GENESIS32 and MC Works64, do not install the multi-agent notification feature.",
"product_ids": [
"CSAFPID-0014"
]
},
{
"category": "no_fix_planned",
"details": "There are no plans to release a security update for Mitsubishi Electric GENESIS32 and MC Works64. In the security settings, ensure that at least one of the following four conditions is not met. Active Directory is used in the security setting. \u201cAutomatic log in\u201d option is enabled in the security setting. The IcoAnyGlass IIS application pool is running under an Active Directory Domain Account. The IcoAnyGlass IIS Application Pool account is included in GENESIS64, ICONICS Suite and MC Works64 Security and has permission to log in.",
"product_ids": [
"CSAFPID-0030",
"CSAFPID-0032"
]
},
{
"category": "mitigation",
"details": "For users of products that do not have a fixed version, Mitsubishi Electric Iconics Digital Solutions and Mitsubishi Electric recommend locating control system networks and devices behind firewalls and isolating them from untrusted networks and hosts, to minimize the risk of exploiting this vulnerability.",
"product_ids": [
"CSAFPID-0003",
"CSAFPID-0006",
"CSAFPID-0014",
"CSAFPID-0019",
"CSAFPID-0022",
"CSAFPID-0030",
"CSAFPID-0032",
"CSAFPID-0009",
"CSAFPID-0025"
]
},
{
"category": "mitigation",
"details": "For users of products that do not have a fixed version, Mitsubishi Electric Iconics Digital Solutions and Mitsubishi Electric recommend restricting physical access to the personal computer where the product is installed and the network to which the personal computer is connected to prevent unauthorized contact, to minimize the risk of exploiting this vulnerability.",
"product_ids": [
"CSAFPID-0003",
"CSAFPID-0006",
"CSAFPID-0014",
"CSAFPID-0019",
"CSAFPID-0022",
"CSAFPID-0030",
"CSAFPID-0032",
"CSAFPID-0009",
"CSAFPID-0025"
]
},
{
"category": "mitigation",
"details": "For users of products that do not have a fixed version, Mitsubishi Electric Iconics Digital Solutions and Mitsubishi Electric recommend preventing the user from clicking on web links in e-mails or other messages from untrusted sources, or from opening attachments in untrusted e-mails, to minimize the risk of exploiting this vulnerability.",
"product_ids": [
"CSAFPID-0003",
"CSAFPID-0006",
"CSAFPID-0014",
"CSAFPID-0019",
"CSAFPID-0022",
"CSAFPID-0030",
"CSAFPID-0032",
"CSAFPID-0009",
"CSAFPID-0025"
]
},
{
"category": "mitigation",
"details": "For users of GENESIS64, ICONICS Suite, and Hyper Historian that do not have a fixed version, Mitsubishi Electric Iconics Digital Solutions and Mitsubishi Electric recommend preventing from custom installing this feature unless you specifically need it. The affected feature, the multi-agent notification feature, is no longer the part of the default installation for GENESIS64, ICONICS Suite, and Hyper Historian Version 10.97.3 and later. For users of GENESIS32 and MC Works64 that do not have a fixed version, Mitsubishi Electric Iconics Digital Solutions and Mitsubishi Electric recommend preventing the installation of the the multi-agent notification feature.",
"product_ids": [
"CSAFPID-0003",
"CSAFPID-0006",
"CSAFPID-0014",
"CSAFPID-0019",
"CSAFPID-0022",
"CSAFPID-0030",
"CSAFPID-0032",
"CSAFPID-0009",
"CSAFPID-0025"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0003",
"CSAFPID-0006",
"CSAFPID-0014",
"CSAFPID-0019",
"CSAFPID-0022",
"CSAFPID-0030",
"CSAFPID-0032",
"CSAFPID-0009",
"CSAFPID-0025"
]
}
]
},
{
"cve": "CVE-2024-1573",
"cwe": {
"id": "CWE-306",
"name": "Missing Authentication for Critical Function"
},
"notes": [
{
"category": "summary",
"text": "An authentication bypass vulnerability due to missing authentication for critical function exists in the mobile monitoring feature of the affected products when all of the following conditions are met: * Active Directory is used in the security setting. * \"Automatic log in\" option is enabled in the security setting. * The IcoAnyGlass IIS Application Pool is running under an Active Directory Domain Account. * The IcoAnyGlass IIS Application Pool account is included in GENESIS64 and MC Works64 Security and has permission to log in. This vulnerability allows a remote unauthenticated attacker to bypass proper authentication and log in to the system.",
"title": "Vulnerability Summary"
},
{
"category": "details",
"text": "SSVCv2/E:N/A:Y/T:T/2026-04-07T00:00:00Z/",
"title": "SSVC"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0002",
"CSAFPID-0005",
"CSAFPID-0008",
"CSAFPID-0011",
"CSAFPID-0013",
"CSAFPID-0018",
"CSAFPID-0021",
"CSAFPID-0024",
"CSAFPID-0027",
"CSAFPID-0029",
"CSAFPID-0032",
"CSAFPID-0016",
"CSAFPID-0033"
]
},
"references": [
{
"category": "external",
"summary": "www.cve.org",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-1573"
},
{
"category": "external",
"summary": "www.first.org",
"url": "https://www.first.org/cvss/calculator/3.1#CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:H/A:N"
},
{
"category": "external",
"summary": "cwe.mitre.org",
"url": "https://cwe.mitre.org/data/definitions/306.html"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "Mitsubishi Electric Iconics Digital Solutions is releasing fixed version 10.97.3 or later for GENESIS64, ICONICS Suite, Hyper Historian, AnaltitiX, and MobileHMI. Please download the fixed version from the link \"https://iconicsinc.my.site.com/community/s/iconics-software/ICONICS_Software__c/00BQQ000008P51V2AS?ICONICS_Software__c-filterId=Product_Version_10_97_3\". For more information, refer to the Mitsubishi Electric Iconics Digital Solutions whitepaper on security vulnerabilities. The latest white papers can be found at \"https://iconics.com/About/Security/CERT\".",
"product_ids": [
"CSAFPID-0002",
"CSAFPID-0005",
"CSAFPID-0008",
"CSAFPID-0011",
"CSAFPID-0013"
],
"url": "https://iconics.com/About/Security/CERT"
},
{
"category": "vendor_fix",
"details": "Mitsubishi Electric is releasing fixed version 10.97.3 or later for GENESIS64, ICONICS Suite, Hyper Historian, AnaltitiX, and MobileHMI. Please download the fixed version from the link \"https://iconicsinc.my.site.com/community/s/iconics-software/ICONICS_Software__c/00BQQ000008P51V2AS?ICONICS_Software__c-filterId=Product_Version_10_97_3\". For more information on the fixed version, refer to the Mitsubishi Electric security advisory at \"https://www.mitsubishielectric.com/psirt/vulnerability/pdf/2024-004_en.pdf\".",
"product_ids": [
"CSAFPID-0018",
"CSAFPID-0021",
"CSAFPID-0024",
"CSAFPID-0027",
"CSAFPID-0029"
],
"url": "https://www.mitsubishielectric.com/psirt/vulnerability/pdf/2024-004_en.pdf"
},
{
"category": "vendor_fix",
"details": "Mitsubishi Electric Iconics Digital Solutions is releasing fixed version 10.97.3 or later for IoTWorX. Download the fixed version from the link \"https://iconicsinc.my.site.com/community/s/iconics-software/a375a000004qDU8AAM/iotworx\". For more information, refer to the Mitsubishi Electric Iconics Digital Solutions whitepaper on security vulnerabilities. The latest white papers can be found at \"https://iconics.com/About/Security/CERT\".",
"product_ids": [
"CSAFPID-0016"
],
"url": "https://iconics.com/About/Security/CERT"
},
{
"category": "vendor_fix",
"details": "Mitsubishi Electric is releasing fixed version 10.97.3 or later for IoTWorX. Download the fixed version from the link \"https://iconicsinc.my.site.com/community/s/iconics-software/a375a000004qDU8AAM/iotworx\". For more information on the fixed version, refer to the Mitsubishi Electric security advisory at \"https://www.mitsubishielectric.com/psirt/vulnerability/pdf/2024-004_en.pdf\".",
"product_ids": [
"CSAFPID-0033"
],
"url": "https://www.mitsubishielectric.com/psirt/vulnerability/pdf/2024-004_en.pdf"
},
{
"category": "no_fix_planned",
"details": "There are no plans to release a security update for Mitsubishi Electric MC Works64. In the security settings of MC Works64, ensure that at least one of the following four conditions is not met: Active Directory is used in the security setting. \u201cAutomatic log in\u201d option is enabled in the security setting. The IcoAnyGlass IIS application pool is running under an Active Directory Domain Account. The IcoAnyGlass IIS Application Pool account is included in GENESIS64, ICONICS Suite and MC Works64 Security and has permission to log in.",
"product_ids": [
"CSAFPID-0032"
]
},
{
"category": "mitigation",
"details": "For users of products that do not have a fixed version or who cannot immediately update the product, Mitsubishi Electric Iconics Digital Solutions and Mitsubishi Electric recommend locating control system networks and devices behind firewalls and isolate them from untrusted networks and hosts, to minimize the risk of exploiting this vulnerability.",
"product_ids": [
"CSAFPID-0002",
"CSAFPID-0005",
"CSAFPID-0008",
"CSAFPID-0011",
"CSAFPID-0013",
"CSAFPID-0018",
"CSAFPID-0021",
"CSAFPID-0024",
"CSAFPID-0027",
"CSAFPID-0029",
"CSAFPID-0032",
"CSAFPID-0016",
"CSAFPID-0033"
]
},
{
"category": "mitigation",
"details": "For users of products that do not have a fixed version or who cannot immediately update the product, Mitsubishi Electric Iconics Digital Solutions and Mitsubishi Electric recommend restricting physical access to the personal computer where the product is installed and the network to which the personal computer is connected to prevent unauthorized contact, to minimize the risk of exploiting this vulnerability.",
"product_ids": [
"CSAFPID-0002",
"CSAFPID-0005",
"CSAFPID-0008",
"CSAFPID-0011",
"CSAFPID-0013",
"CSAFPID-0018",
"CSAFPID-0021",
"CSAFPID-0024",
"CSAFPID-0027",
"CSAFPID-0029",
"CSAFPID-0032",
"CSAFPID-0016",
"CSAFPID-0033"
]
},
{
"category": "mitigation",
"details": "For users of products that do not have a fixed version or who cannot immediately update the product, Mitsubishi Electric Iconics Digital Solutions and Mitsubishi Electric recommend preventing the user from clicking on web links in e-mails or other messages from untrusted sources, or from opening attachments in untrusted e-mails, to minimize the risk of exploiting this vulnerability.",
"product_ids": [
"CSAFPID-0002",
"CSAFPID-0005",
"CSAFPID-0008",
"CSAFPID-0011",
"CSAFPID-0013",
"CSAFPID-0018",
"CSAFPID-0021",
"CSAFPID-0024",
"CSAFPID-0027",
"CSAFPID-0029",
"CSAFPID-0032",
"CSAFPID-0016",
"CSAFPID-0033"
]
},
{
"category": "mitigation",
"details": "For users of products that do not have a fixed version or who cannot immediately update the product, Mitsubishi Electric Iconics Digital Solutions and Mitsubishi Electric recommend ensuring that at least one of the following four conditions in the security settings of GENESIS64, ICONICS Suite and MC Works64 is not met. (1) Active Directory is used in the security setting. (2) \"Automatic log in\"option is enabled in the security setting (3) The IcoAnyGlass IIS application pool is running under an Active Directory Domain Account. (4) The IcoAnyGlass IIS Application Pool account is included in GENESIS64, ICONICS Suite and MC Works64 Security and has permission to log in.",
"product_ids": [
"CSAFPID-0002",
"CSAFPID-0005",
"CSAFPID-0008",
"CSAFPID-0011",
"CSAFPID-0013",
"CSAFPID-0018",
"CSAFPID-0021",
"CSAFPID-0024",
"CSAFPID-0027",
"CSAFPID-0029",
"CSAFPID-0032",
"CSAFPID-0016",
"CSAFPID-0033"
]
}
],
"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:H/A:N",
"version": "3.1"
},
"products": [
"CSAFPID-0002",
"CSAFPID-0005",
"CSAFPID-0008",
"CSAFPID-0011",
"CSAFPID-0013",
"CSAFPID-0018",
"CSAFPID-0021",
"CSAFPID-0024",
"CSAFPID-0027",
"CSAFPID-0029",
"CSAFPID-0032",
"CSAFPID-0016",
"CSAFPID-0033"
]
}
]
},
{
"cve": "CVE-2024-1574",
"cwe": {
"id": "CWE-470",
"name": "Use of Externally-Controlled Input to Select Classes or Code (\u0027Unsafe Reflection\u0027)"
},
"notes": [
{
"category": "summary",
"text": "An arbitrary code execution vulnerability due to use of externally-controlled input to select classes or code (\u0027unsafe reflection\u0027) exists in the licensing feature of the affected products. This vulnerability allows a local attacker to execute an arbitrary code with administrative privileges by tampering with a specific file that is not protected by the system.",
"title": "Vulnerability Summary"
},
{
"category": "details",
"text": "SSVCv2/E:N/A:N/T:T/2026-04-07T00:00:00Z/",
"title": "SSVC"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0002",
"CSAFPID-0005",
"CSAFPID-0008",
"CSAFPID-0011",
"CSAFPID-0013",
"CSAFPID-0014",
"CSAFPID-0015",
"CSAFPID-0018",
"CSAFPID-0021",
"CSAFPID-0024",
"CSAFPID-0027",
"CSAFPID-0029",
"CSAFPID-0030",
"CSAFPID-0031",
"CSAFPID-0032"
]
},
"references": [
{
"category": "external",
"summary": "www.cve.org",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-1574"
},
{
"category": "external",
"summary": "www.first.org",
"url": "https://www.first.org/cvss/calculator/3.1#CVSS:3.1/AV:L/AC:H/PR:L/UI:R/S:U/C:H/I:H/A:H"
},
{
"category": "external",
"summary": "cwe.mitre.org",
"url": "https://cwe.mitre.org/data/definitions/470.html"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "Mitsubishi Electric Iconics Digital Solutions is releasing fixed version 10.97.3 or later for GENESIS64, ICONICS Suite, Hyper Historian, AnaltitiX, and MobileHMI. Download the fixed version from the link \"https://iconicsinc.my.site.com/community/s/iconics-software/ICONICS_Software__c/00BQQ000008P51V2AS?ICONICS_Software__c-filterId=Product_Version_10_97_3\". For more information, refer to the Mitsubishi Electric Iconics Digital Solutions whitepaper on security vulnerabilities. The latest white papers can be found at \"https://iconics.com/About/Security/CERT\".",
"product_ids": [
"CSAFPID-0002",
"CSAFPID-0005",
"CSAFPID-0008",
"CSAFPID-0011",
"CSAFPID-0013"
],
"url": "https://iconics.com/About/Security/CERT"
},
{
"category": "vendor_fix",
"details": "Mitsubishi Electric is releasing fixed version 10.97.3 or later for GENESIS64, ICONICS Suite, Hyper Historian, AnaltitiX, and MobileHMI. Download the fixed version from the link \"https://iconicsinc.my.site.com/community/s/iconics-software/ICONICS_Software__c/00BQQ000008P51V2AS?ICONICS_Software__c-filterId=Product_Version_10_97_3\". For more information on the fixed version, refer to the Mitsubishi Electric security advisory at \"https://www.mitsubishielectric.com/psirt/vulnerability/pdf/2024-004_en.pdf\".",
"product_ids": [
"CSAFPID-0018",
"CSAFPID-0021",
"CSAFPID-0024",
"CSAFPID-0027",
"CSAFPID-0029"
],
"url": "https://www.mitsubishielectric.com/psirt/vulnerability/pdf/2024-004_en.pdf"
},
{
"category": "no_fix_planned",
"details": "For users of Mitsubishi Electric Iconics Digital Solutions GENESIS32 and BizViz: Locate control system networks and devices behind firewalls and isolate them from untrusted networks and hosts. Restrict physical access to the personal computer where the product is installed and the network to which the personal computer is connected to prevent unauthorized contact. Do not click on web links in emails from untrusted sources. Also, do not open attachments in untrusted emails. ",
"product_ids": [
"CSAFPID-0014",
"CSAFPID-0015"
]
},
{
"category": "no_fix_planned",
"details": "For users of Mitsubishi Electric GENESIS32, BizViz, and MC Works64: Locate control system networks and devices behind firewalls and isolate them from untrusted networks and hosts. Restrict physical access to the personal computer where the product is installed and the network to which the personal computer is connected to prevent unauthorized contact. Do not click on web links in emails from untrusted sources. Also, do not open attachments in untrusted emails.",
"product_ids": [
"CSAFPID-0030",
"CSAFPID-0031",
"CSAFPID-0032"
]
},
{
"category": "mitigation",
"details": "For users of products that do not have a fixed version or who cannot immediately update the product, Mitsubishi Electric Iconics Digital Solutions and Mitsubishi Electric recommend locating control system networks and devices behind firewalls and isolate them from untrusted networks and hosts, to minimize the risk of exploiting this vulnerability.",
"product_ids": [
"CSAFPID-0002",
"CSAFPID-0005",
"CSAFPID-0008",
"CSAFPID-0011",
"CSAFPID-0013",
"CSAFPID-0014",
"CSAFPID-0015",
"CSAFPID-0018",
"CSAFPID-0021",
"CSAFPID-0024",
"CSAFPID-0027",
"CSAFPID-0029",
"CSAFPID-0030",
"CSAFPID-0031",
"CSAFPID-0032"
]
},
{
"category": "mitigation",
"details": "For users of products that do not have a fixed version or who cannot immediately update the product, Mitsubishi Electric Iconics Digital Solutions and Mitsubishi Electric recommend restricting physical access to the personal computer where the product is installed and the network to which the personal computer is connected to prevent unauthorized contact, to minimize the risk of exploiting this vulnerability.",
"product_ids": [
"CSAFPID-0002",
"CSAFPID-0005",
"CSAFPID-0008",
"CSAFPID-0011",
"CSAFPID-0013",
"CSAFPID-0014",
"CSAFPID-0015",
"CSAFPID-0018",
"CSAFPID-0021",
"CSAFPID-0024",
"CSAFPID-0027",
"CSAFPID-0029",
"CSAFPID-0030",
"CSAFPID-0031",
"CSAFPID-0032"
]
},
{
"category": "mitigation",
"details": "For users of products that do not have a fixed version or who cannot immediately update the product, Mitsubishi Electric Iconics Digital Solutions and Mitsubishi Electric recommend preventing the user from clicking on web links in e-mails or other messages from untrusted sources, or from opening attachments in untrusted e-mails, to minimize the risk of exploiting this vulnerability.",
"product_ids": [
"CSAFPID-0002",
"CSAFPID-0005",
"CSAFPID-0008",
"CSAFPID-0011",
"CSAFPID-0013",
"CSAFPID-0014",
"CSAFPID-0015",
"CSAFPID-0018",
"CSAFPID-0021",
"CSAFPID-0024",
"CSAFPID-0027",
"CSAFPID-0029",
"CSAFPID-0030",
"CSAFPID-0031",
"CSAFPID-0032"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.7,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0002",
"CSAFPID-0005",
"CSAFPID-0008",
"CSAFPID-0011",
"CSAFPID-0013",
"CSAFPID-0014",
"CSAFPID-0015",
"CSAFPID-0018",
"CSAFPID-0021",
"CSAFPID-0024",
"CSAFPID-0027",
"CSAFPID-0029",
"CSAFPID-0030",
"CSAFPID-0031",
"CSAFPID-0032"
]
}
]
}
]
}
MSRC_CVE-2023-2650
Vulnerability from csaf_microsoft - Published: 2023-05-01 00:00 - Updated: 2026-02-18 01:49Summary
Possible DoS translating ASN.1 object identifiers
Notes
Additional Resources: To determine the support lifecycle for your software, see the Microsoft Support Lifecycle: https://support.microsoft.com/lifecycle
Disclaimer: The information provided in the Microsoft Knowledge Base is provided \"as is\" without warranty of any kind. Microsoft disclaims all warranties, either express or implied, including the warranties of merchantability and fitness for a particular purpose. In no event shall Microsoft Corporation or its suppliers be liable for any damages whatsoever including direct, indirect, incidental, consequential, loss of business profits or special damages, even if Microsoft Corporation or its suppliers have been advised of the possibility of such damages. Some states do not allow the exclusion or limitation of liability for consequential or incidental damages so the foregoing limitation may not apply.
6.5 (Medium)
Affected products
Fixed
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 19678-17086 | — | ||
| Unresolved product id: 17855-16820 | — | ||
| Unresolved product id: 17374-17086 | — | ||
| Unresolved product id: 17856-17086 | — | ||
| Unresolved product id: 17857-17086 | — | ||
| Unresolved product id: 17858-17086 | — | ||
| Unresolved product id: 17859-17084 | — |
Known affected
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 17086-2 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 16820-9 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 17086-10 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 17086-8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 17086-7 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 17086-6 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 17084-5 | — |
Vendor Fix
fix
|
Known not affected
6 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 17086-4 | — | ||
| Unresolved product id: 17084-1 | — | ||
| Unresolved product id: 17084-3 | — | ||
| Unresolved product id: 17084-12 | — | ||
| Unresolved product id: 17084-13 | — | ||
| Unresolved product id: 17086-11 | — |
References
4 references
| URL | Category |
|---|---|
| https://msrc.microsoft.com/csaf/vex/2023/msrc_cve… | self |
| https://support.microsoft.com/lifecycle | external |
| https://www.first.org/cvss | external |
| https://msrc.microsoft.com/csaf/vex/2023/msrc_cve… | self |
{
"document": {
"category": "csaf_vex",
"csaf_version": "2.0",
"distribution": {
"text": "Public",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en-US",
"notes": [
{
"category": "general",
"text": "To determine the support lifecycle for your software, see the Microsoft Support Lifecycle: https://support.microsoft.com/lifecycle",
"title": "Additional Resources"
},
{
"category": "legal_disclaimer",
"text": "The information provided in the Microsoft Knowledge Base is provided \\\"as is\\\" without warranty of any kind. Microsoft disclaims all warranties, either express or implied, including the warranties of merchantability and fitness for a particular purpose. In no event shall Microsoft Corporation or its suppliers be liable for any damages whatsoever including direct, indirect, incidental, consequential, loss of business profits or special damages, even if Microsoft Corporation or its suppliers have been advised of the possibility of such damages. Some states do not allow the exclusion or limitation of liability for consequential or incidental damages so the foregoing limitation may not apply.",
"title": "Disclaimer"
}
],
"publisher": {
"category": "vendor",
"contact_details": "secure@microsoft.com",
"name": "Microsoft Security Response Center",
"namespace": "https://msrc.microsoft.com"
},
"references": [
{
"category": "self",
"summary": "CVE-2023-2650 Possible DoS translating ASN.1 object identifiers - VEX",
"url": "https://msrc.microsoft.com/csaf/vex/2023/msrc_cve-2023-2650.json"
},
{
"category": "external",
"summary": "Microsoft Support Lifecycle",
"url": "https://support.microsoft.com/lifecycle"
},
{
"category": "external",
"summary": "Common Vulnerability Scoring System",
"url": "https://www.first.org/cvss"
}
],
"title": "Possible DoS translating ASN.1 object identifiers",
"tracking": {
"current_release_date": "2026-02-18T01:49:13.000Z",
"generator": {
"date": "2026-02-18T12:30:17.238Z",
"engine": {
"name": "MSRC Generator",
"version": "1.0"
}
},
"id": "msrc_CVE-2023-2650",
"initial_release_date": "2023-05-01T00:00:00.000Z",
"revision_history": [
{
"date": "2023-06-05T00:00:00.000Z",
"legacy_version": "1",
"number": "1",
"summary": "Information published."
},
{
"date": "2023-06-06T00:00:00.000Z",
"legacy_version": "1.1",
"number": "2",
"summary": "Added rust to CBL-Mariner 2.0"
},
{
"date": "2023-10-11T00:00:00.000Z",
"legacy_version": "1.2",
"number": "3",
"summary": "Added edk2 to CBL-Mariner 2.0"
},
{
"date": "2024-04-06T00:00:00.000Z",
"legacy_version": "1.3",
"number": "4",
"summary": "Added hvloader to CBL-Mariner 2.0"
},
{
"date": "2024-06-30T07:00:00.000Z",
"legacy_version": "1.4",
"number": "5",
"summary": "Information published."
},
{
"date": "2024-09-11T00:00:00.000Z",
"legacy_version": "1.5",
"number": "6",
"summary": "Information published."
},
{
"date": "2026-02-18T01:49:13.000Z",
"legacy_version": "2",
"number": "7",
"summary": "Information published."
}
],
"status": "final",
"version": "7"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "2.0",
"product": {
"name": "CBL Mariner 2.0",
"product_id": "17086"
}
},
{
"category": "product_version",
"name": "3.0",
"product": {
"name": "Azure Linux 3.0",
"product_id": "17084"
}
},
{
"category": "product_version",
"name": "1.0",
"product": {
"name": "CBL Mariner 1.0",
"product_id": "16820"
}
}
],
"category": "product_name",
"name": "Azure Linux"
},
{
"branches": [
{
"category": "product_version_range",
"name": "\u003ccbl2 hvloader 1.0.1-11",
"product": {
"name": "\u003ccbl2 hvloader 1.0.1-11",
"product_id": "2"
}
},
{
"category": "product_version",
"name": "cbl2 hvloader 1.0.1-11",
"product": {
"name": "cbl2 hvloader 1.0.1-11",
"product_id": "19678"
}
},
{
"category": "product_version_range",
"name": "\u003ccbl2 hvloader 1.0.1-9",
"product": {
"name": "\u003ccbl2 hvloader 1.0.1-9",
"product_id": "10"
}
},
{
"category": "product_version",
"name": "cbl2 hvloader 1.0.1-9",
"product": {
"name": "cbl2 hvloader 1.0.1-9",
"product_id": "17374"
}
}
],
"category": "product_name",
"name": "hvloader"
},
{
"branches": [
{
"category": "product_version_range",
"name": "\u003ccm1 openssl 1.1.1k-16",
"product": {
"name": "\u003ccm1 openssl 1.1.1k-16",
"product_id": "9"
}
},
{
"category": "product_version",
"name": "cm1 openssl 1.1.1k-16",
"product": {
"name": "cm1 openssl 1.1.1k-16",
"product_id": "17855"
}
},
{
"category": "product_version_range",
"name": "\u003ccbl2 openssl 1.1.1k-25",
"product": {
"name": "\u003ccbl2 openssl 1.1.1k-25",
"product_id": "6"
}
},
{
"category": "product_version",
"name": "cbl2 openssl 1.1.1k-25",
"product": {
"name": "cbl2 openssl 1.1.1k-25",
"product_id": "17858"
}
}
],
"category": "product_name",
"name": "openssl"
},
{
"branches": [
{
"category": "product_version_range",
"name": "\u003ccbl2 edk2 20230301gitf80f052277c8-37",
"product": {
"name": "\u003ccbl2 edk2 20230301gitf80f052277c8-37",
"product_id": "8"
}
},
{
"category": "product_version",
"name": "cbl2 edk2 20230301gitf80f052277c8-37",
"product": {
"name": "cbl2 edk2 20230301gitf80f052277c8-37",
"product_id": "17856"
}
},
{
"category": "product_version_range",
"name": "\u003cazl3 edk2 20230301gitf80f052277c8-37",
"product": {
"name": "\u003cazl3 edk2 20230301gitf80f052277c8-37",
"product_id": "5"
}
},
{
"category": "product_version",
"name": "azl3 edk2 20230301gitf80f052277c8-37",
"product": {
"name": "azl3 edk2 20230301gitf80f052277c8-37",
"product_id": "17859"
}
}
],
"category": "product_name",
"name": "edk2"
},
{
"branches": [
{
"category": "product_version_range",
"name": "\u003ccbl2 kata-containers-cc 0.4.1-2",
"product": {
"name": "\u003ccbl2 kata-containers-cc 0.4.1-2",
"product_id": "7"
}
},
{
"category": "product_version",
"name": "cbl2 kata-containers-cc 0.4.1-2",
"product": {
"name": "cbl2 kata-containers-cc 0.4.1-2",
"product_id": "17857"
}
}
],
"category": "product_name",
"name": "kata-containers-cc"
},
{
"category": "product_name",
"name": "cbl2 qemu 6.2.0-24",
"product": {
"name": "cbl2 qemu 6.2.0-24",
"product_id": "4"
}
},
{
"category": "product_name",
"name": "azl3 rust 1.86.0-1",
"product": {
"name": "azl3 rust 1.86.0-1",
"product_id": "1"
}
},
{
"category": "product_name",
"name": "azl3 rust 1.75.0-14",
"product": {
"name": "azl3 rust 1.75.0-14",
"product_id": "3"
}
},
{
"category": "product_name",
"name": "azl3 shim-unsigned-aarch64 15.8-5",
"product": {
"name": "azl3 shim-unsigned-aarch64 15.8-5",
"product_id": "12"
}
},
{
"category": "product_name",
"name": "azl3 shim-unsigned-x64 15.8-5",
"product": {
"name": "azl3 shim-unsigned-x64 15.8-5",
"product_id": "13"
}
},
{
"category": "product_name",
"name": "cbl2 qemu 6.2.0-24",
"product": {
"name": "cbl2 qemu 6.2.0-24",
"product_id": "11"
}
}
],
"category": "vendor",
"name": "Microsoft"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "\u003ccbl2 hvloader 1.0.1-11 as a component of CBL Mariner 2.0",
"product_id": "17086-2"
},
"product_reference": "2",
"relates_to_product_reference": "17086"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cbl2 hvloader 1.0.1-11 as a component of CBL Mariner 2.0",
"product_id": "19678-17086"
},
"product_reference": "19678",
"relates_to_product_reference": "17086"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cbl2 qemu 6.2.0-24 as a component of CBL Mariner 2.0",
"product_id": "17086-4"
},
"product_reference": "4",
"relates_to_product_reference": "17086"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "azl3 rust 1.86.0-1 as a component of Azure Linux 3.0",
"product_id": "17084-1"
},
"product_reference": "1",
"relates_to_product_reference": "17084"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "azl3 rust 1.75.0-14 as a component of Azure Linux 3.0",
"product_id": "17084-3"
},
"product_reference": "3",
"relates_to_product_reference": "17084"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "\u003ccm1 openssl 1.1.1k-16 as a component of CBL Mariner 1.0",
"product_id": "16820-9"
},
"product_reference": "9",
"relates_to_product_reference": "16820"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cm1 openssl 1.1.1k-16 as a component of CBL Mariner 1.0",
"product_id": "17855-16820"
},
"product_reference": "17855",
"relates_to_product_reference": "16820"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "\u003ccbl2 hvloader 1.0.1-9 as a component of CBL Mariner 2.0",
"product_id": "17086-10"
},
"product_reference": "10",
"relates_to_product_reference": "17086"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cbl2 hvloader 1.0.1-9 as a component of CBL Mariner 2.0",
"product_id": "17374-17086"
},
"product_reference": "17374",
"relates_to_product_reference": "17086"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "\u003ccbl2 edk2 20230301gitf80f052277c8-37 as a component of CBL Mariner 2.0",
"product_id": "17086-8"
},
"product_reference": "8",
"relates_to_product_reference": "17086"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cbl2 edk2 20230301gitf80f052277c8-37 as a component of CBL Mariner 2.0",
"product_id": "17856-17086"
},
"product_reference": "17856",
"relates_to_product_reference": "17086"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "\u003ccbl2 kata-containers-cc 0.4.1-2 as a component of CBL Mariner 2.0",
"product_id": "17086-7"
},
"product_reference": "7",
"relates_to_product_reference": "17086"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cbl2 kata-containers-cc 0.4.1-2 as a component of CBL Mariner 2.0",
"product_id": "17857-17086"
},
"product_reference": "17857",
"relates_to_product_reference": "17086"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "\u003ccbl2 openssl 1.1.1k-25 as a component of CBL Mariner 2.0",
"product_id": "17086-6"
},
"product_reference": "6",
"relates_to_product_reference": "17086"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cbl2 openssl 1.1.1k-25 as a component of CBL Mariner 2.0",
"product_id": "17858-17086"
},
"product_reference": "17858",
"relates_to_product_reference": "17086"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "\u003cazl3 edk2 20230301gitf80f052277c8-37 as a component of Azure Linux 3.0",
"product_id": "17084-5"
},
"product_reference": "5",
"relates_to_product_reference": "17084"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "azl3 edk2 20230301gitf80f052277c8-37 as a component of Azure Linux 3.0",
"product_id": "17859-17084"
},
"product_reference": "17859",
"relates_to_product_reference": "17084"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "azl3 shim-unsigned-aarch64 15.8-5 as a component of Azure Linux 3.0",
"product_id": "17084-12"
},
"product_reference": "12",
"relates_to_product_reference": "17084"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "azl3 shim-unsigned-x64 15.8-5 as a component of Azure Linux 3.0",
"product_id": "17084-13"
},
"product_reference": "13",
"relates_to_product_reference": "17084"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cbl2 qemu 6.2.0-24 as a component of CBL Mariner 2.0",
"product_id": "17086-11"
},
"product_reference": "11",
"relates_to_product_reference": "17086"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-2650",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"flags": [
{
"label": "vulnerable_code_not_in_execute_path",
"product_ids": [
"17086-4",
"17084-1",
"17084-3",
"17086-11"
]
},
{
"label": "vulnerable_code_not_present",
"product_ids": [
"17084-12",
"17084-13"
]
}
],
"notes": [
{
"category": "general",
"text": "openssl",
"title": "Assigning CNA"
}
],
"product_status": {
"fixed": [
"19678-17086",
"17855-16820",
"17374-17086",
"17856-17086",
"17857-17086",
"17858-17086",
"17859-17084"
],
"known_affected": [
"17086-2",
"16820-9",
"17086-10",
"17086-8",
"17086-7",
"17086-6",
"17084-5"
],
"known_not_affected": [
"17086-4",
"17084-1",
"17084-3",
"17084-12",
"17084-13",
"17086-11"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2023-2650 Possible DoS translating ASN.1 object identifiers - VEX",
"url": "https://msrc.microsoft.com/csaf/vex/2023/msrc_cve-2023-2650.json"
}
],
"remediations": [
{
"category": "vendor_fix",
"date": "2023-06-05T00:00:00.000Z",
"details": "1.0.1-3:Security Update:https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade",
"product_ids": [
"17086-2"
],
"url": "https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade"
},
{
"category": "vendor_fix",
"date": "2023-06-05T00:00:00.000Z",
"details": "1.1.1k-16:Security Update:https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade",
"product_ids": [
"16820-9"
],
"url": "https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade"
},
{
"category": "vendor_fix",
"date": "2023-06-05T00:00:00.000Z",
"details": "1.0.1-9:Security Update:https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade",
"product_ids": [
"17086-10"
],
"url": "https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade"
},
{
"category": "vendor_fix",
"date": "2023-06-05T00:00:00.000Z",
"details": "20230301gitf80f052277c8-37:Security Update:https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade",
"product_ids": [
"17086-8",
"17084-5"
],
"url": "https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade"
},
{
"category": "vendor_fix",
"date": "2023-06-05T00:00:00.000Z",
"details": "0.4.1-2:Security Update:https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade",
"product_ids": [
"17086-7"
],
"url": "https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade"
},
{
"category": "vendor_fix",
"date": "2023-06-05T00:00:00.000Z",
"details": "1.1.1k-25:Security Update:https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade",
"product_ids": [
"17086-6"
],
"url": "https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"environmentalsScore": 0.0,
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"temporalScore": 6.5,
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"17086-2",
"16820-9",
"17086-10",
"17086-8",
"17086-7",
"17086-6",
"17084-5"
]
}
],
"title": "Possible DoS translating ASN.1 object identifiers"
}
]
}
OPENSUSE-SU-2024:12966-1
Vulnerability from csaf_opensuse - Published: 2024-06-15 00:00 - Updated: 2024-06-15 00:00Summary
libopenssl-1_0_0-devel-1.0.2u-16.1 on GA media
Severity
Moderate
Notes
Title of the patch: libopenssl-1_0_0-devel-1.0.2u-16.1 on GA media
Description of the patch: These are all security issues fixed in the libopenssl-1_0_0-devel-1.0.2u-16.1 package on the GA media of openSUSE Tumbleweed.
Patchnames: openSUSE-Tumbleweed-2024-12966
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
6.5 (Medium)
Affected products
Recommended
48 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-16.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-16.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-16.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-16.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-16.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-16.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-16.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-16.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl10-1.0.2u-16.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl10-1.0.2u-16.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl10-1.0.2u-16.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl10-1.0.2u-16.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-16.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-16.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-16.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-16.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-16.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-16.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-16.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-16.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-16.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-16.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-16.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-16.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-16.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-16.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-16.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-16.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-16.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-16.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-16.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-16.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-16.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-16.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-16.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-16.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-16.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-16.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-16.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-16.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-16.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-16.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-16.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-16.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-16.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-16.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-16.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-16.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
References
5 references
{
"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": "libopenssl-1_0_0-devel-1.0.2u-16.1 on GA media",
"title": "Title of the patch"
},
{
"category": "description",
"text": "These are all security issues fixed in the libopenssl-1_0_0-devel-1.0.2u-16.1 package on the GA media of openSUSE Tumbleweed.",
"title": "Description of the patch"
},
{
"category": "details",
"text": "openSUSE-Tumbleweed-2024-12966",
"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_12966-1.json"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-2650 page",
"url": "https://www.suse.com/security/cve/CVE-2023-2650/"
}
],
"title": "libopenssl-1_0_0-devel-1.0.2u-16.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:12966-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": "libopenssl-1_0_0-devel-1.0.2u-16.1.aarch64",
"product": {
"name": "libopenssl-1_0_0-devel-1.0.2u-16.1.aarch64",
"product_id": "libopenssl-1_0_0-devel-1.0.2u-16.1.aarch64"
}
},
{
"category": "product_version",
"name": "libopenssl-1_0_0-devel-32bit-1.0.2u-16.1.aarch64",
"product": {
"name": "libopenssl-1_0_0-devel-32bit-1.0.2u-16.1.aarch64",
"product_id": "libopenssl-1_0_0-devel-32bit-1.0.2u-16.1.aarch64"
}
},
{
"category": "product_version",
"name": "libopenssl10-1.0.2u-16.1.aarch64",
"product": {
"name": "libopenssl10-1.0.2u-16.1.aarch64",
"product_id": "libopenssl10-1.0.2u-16.1.aarch64"
}
},
{
"category": "product_version",
"name": "libopenssl1_0_0-1.0.2u-16.1.aarch64",
"product": {
"name": "libopenssl1_0_0-1.0.2u-16.1.aarch64",
"product_id": "libopenssl1_0_0-1.0.2u-16.1.aarch64"
}
},
{
"category": "product_version",
"name": "libopenssl1_0_0-32bit-1.0.2u-16.1.aarch64",
"product": {
"name": "libopenssl1_0_0-32bit-1.0.2u-16.1.aarch64",
"product_id": "libopenssl1_0_0-32bit-1.0.2u-16.1.aarch64"
}
},
{
"category": "product_version",
"name": "libopenssl1_0_0-hmac-1.0.2u-16.1.aarch64",
"product": {
"name": "libopenssl1_0_0-hmac-1.0.2u-16.1.aarch64",
"product_id": "libopenssl1_0_0-hmac-1.0.2u-16.1.aarch64"
}
},
{
"category": "product_version",
"name": "libopenssl1_0_0-hmac-32bit-1.0.2u-16.1.aarch64",
"product": {
"name": "libopenssl1_0_0-hmac-32bit-1.0.2u-16.1.aarch64",
"product_id": "libopenssl1_0_0-hmac-32bit-1.0.2u-16.1.aarch64"
}
},
{
"category": "product_version",
"name": "libopenssl1_0_0-steam-1.0.2u-16.1.aarch64",
"product": {
"name": "libopenssl1_0_0-steam-1.0.2u-16.1.aarch64",
"product_id": "libopenssl1_0_0-steam-1.0.2u-16.1.aarch64"
}
},
{
"category": "product_version",
"name": "libopenssl1_0_0-steam-32bit-1.0.2u-16.1.aarch64",
"product": {
"name": "libopenssl1_0_0-steam-32bit-1.0.2u-16.1.aarch64",
"product_id": "libopenssl1_0_0-steam-32bit-1.0.2u-16.1.aarch64"
}
},
{
"category": "product_version",
"name": "openssl-1_0_0-1.0.2u-16.1.aarch64",
"product": {
"name": "openssl-1_0_0-1.0.2u-16.1.aarch64",
"product_id": "openssl-1_0_0-1.0.2u-16.1.aarch64"
}
},
{
"category": "product_version",
"name": "openssl-1_0_0-cavs-1.0.2u-16.1.aarch64",
"product": {
"name": "openssl-1_0_0-cavs-1.0.2u-16.1.aarch64",
"product_id": "openssl-1_0_0-cavs-1.0.2u-16.1.aarch64"
}
},
{
"category": "product_version",
"name": "openssl-1_0_0-doc-1.0.2u-16.1.aarch64",
"product": {
"name": "openssl-1_0_0-doc-1.0.2u-16.1.aarch64",
"product_id": "openssl-1_0_0-doc-1.0.2u-16.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "libopenssl-1_0_0-devel-1.0.2u-16.1.ppc64le",
"product": {
"name": "libopenssl-1_0_0-devel-1.0.2u-16.1.ppc64le",
"product_id": "libopenssl-1_0_0-devel-1.0.2u-16.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libopenssl-1_0_0-devel-32bit-1.0.2u-16.1.ppc64le",
"product": {
"name": "libopenssl-1_0_0-devel-32bit-1.0.2u-16.1.ppc64le",
"product_id": "libopenssl-1_0_0-devel-32bit-1.0.2u-16.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libopenssl10-1.0.2u-16.1.ppc64le",
"product": {
"name": "libopenssl10-1.0.2u-16.1.ppc64le",
"product_id": "libopenssl10-1.0.2u-16.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libopenssl1_0_0-1.0.2u-16.1.ppc64le",
"product": {
"name": "libopenssl1_0_0-1.0.2u-16.1.ppc64le",
"product_id": "libopenssl1_0_0-1.0.2u-16.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libopenssl1_0_0-32bit-1.0.2u-16.1.ppc64le",
"product": {
"name": "libopenssl1_0_0-32bit-1.0.2u-16.1.ppc64le",
"product_id": "libopenssl1_0_0-32bit-1.0.2u-16.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libopenssl1_0_0-hmac-1.0.2u-16.1.ppc64le",
"product": {
"name": "libopenssl1_0_0-hmac-1.0.2u-16.1.ppc64le",
"product_id": "libopenssl1_0_0-hmac-1.0.2u-16.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libopenssl1_0_0-hmac-32bit-1.0.2u-16.1.ppc64le",
"product": {
"name": "libopenssl1_0_0-hmac-32bit-1.0.2u-16.1.ppc64le",
"product_id": "libopenssl1_0_0-hmac-32bit-1.0.2u-16.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libopenssl1_0_0-steam-1.0.2u-16.1.ppc64le",
"product": {
"name": "libopenssl1_0_0-steam-1.0.2u-16.1.ppc64le",
"product_id": "libopenssl1_0_0-steam-1.0.2u-16.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libopenssl1_0_0-steam-32bit-1.0.2u-16.1.ppc64le",
"product": {
"name": "libopenssl1_0_0-steam-32bit-1.0.2u-16.1.ppc64le",
"product_id": "libopenssl1_0_0-steam-32bit-1.0.2u-16.1.ppc64le"
}
},
{
"category": "product_version",
"name": "openssl-1_0_0-1.0.2u-16.1.ppc64le",
"product": {
"name": "openssl-1_0_0-1.0.2u-16.1.ppc64le",
"product_id": "openssl-1_0_0-1.0.2u-16.1.ppc64le"
}
},
{
"category": "product_version",
"name": "openssl-1_0_0-cavs-1.0.2u-16.1.ppc64le",
"product": {
"name": "openssl-1_0_0-cavs-1.0.2u-16.1.ppc64le",
"product_id": "openssl-1_0_0-cavs-1.0.2u-16.1.ppc64le"
}
},
{
"category": "product_version",
"name": "openssl-1_0_0-doc-1.0.2u-16.1.ppc64le",
"product": {
"name": "openssl-1_0_0-doc-1.0.2u-16.1.ppc64le",
"product_id": "openssl-1_0_0-doc-1.0.2u-16.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "libopenssl-1_0_0-devel-1.0.2u-16.1.s390x",
"product": {
"name": "libopenssl-1_0_0-devel-1.0.2u-16.1.s390x",
"product_id": "libopenssl-1_0_0-devel-1.0.2u-16.1.s390x"
}
},
{
"category": "product_version",
"name": "libopenssl-1_0_0-devel-32bit-1.0.2u-16.1.s390x",
"product": {
"name": "libopenssl-1_0_0-devel-32bit-1.0.2u-16.1.s390x",
"product_id": "libopenssl-1_0_0-devel-32bit-1.0.2u-16.1.s390x"
}
},
{
"category": "product_version",
"name": "libopenssl10-1.0.2u-16.1.s390x",
"product": {
"name": "libopenssl10-1.0.2u-16.1.s390x",
"product_id": "libopenssl10-1.0.2u-16.1.s390x"
}
},
{
"category": "product_version",
"name": "libopenssl1_0_0-1.0.2u-16.1.s390x",
"product": {
"name": "libopenssl1_0_0-1.0.2u-16.1.s390x",
"product_id": "libopenssl1_0_0-1.0.2u-16.1.s390x"
}
},
{
"category": "product_version",
"name": "libopenssl1_0_0-32bit-1.0.2u-16.1.s390x",
"product": {
"name": "libopenssl1_0_0-32bit-1.0.2u-16.1.s390x",
"product_id": "libopenssl1_0_0-32bit-1.0.2u-16.1.s390x"
}
},
{
"category": "product_version",
"name": "libopenssl1_0_0-hmac-1.0.2u-16.1.s390x",
"product": {
"name": "libopenssl1_0_0-hmac-1.0.2u-16.1.s390x",
"product_id": "libopenssl1_0_0-hmac-1.0.2u-16.1.s390x"
}
},
{
"category": "product_version",
"name": "libopenssl1_0_0-hmac-32bit-1.0.2u-16.1.s390x",
"product": {
"name": "libopenssl1_0_0-hmac-32bit-1.0.2u-16.1.s390x",
"product_id": "libopenssl1_0_0-hmac-32bit-1.0.2u-16.1.s390x"
}
},
{
"category": "product_version",
"name": "libopenssl1_0_0-steam-1.0.2u-16.1.s390x",
"product": {
"name": "libopenssl1_0_0-steam-1.0.2u-16.1.s390x",
"product_id": "libopenssl1_0_0-steam-1.0.2u-16.1.s390x"
}
},
{
"category": "product_version",
"name": "libopenssl1_0_0-steam-32bit-1.0.2u-16.1.s390x",
"product": {
"name": "libopenssl1_0_0-steam-32bit-1.0.2u-16.1.s390x",
"product_id": "libopenssl1_0_0-steam-32bit-1.0.2u-16.1.s390x"
}
},
{
"category": "product_version",
"name": "openssl-1_0_0-1.0.2u-16.1.s390x",
"product": {
"name": "openssl-1_0_0-1.0.2u-16.1.s390x",
"product_id": "openssl-1_0_0-1.0.2u-16.1.s390x"
}
},
{
"category": "product_version",
"name": "openssl-1_0_0-cavs-1.0.2u-16.1.s390x",
"product": {
"name": "openssl-1_0_0-cavs-1.0.2u-16.1.s390x",
"product_id": "openssl-1_0_0-cavs-1.0.2u-16.1.s390x"
}
},
{
"category": "product_version",
"name": "openssl-1_0_0-doc-1.0.2u-16.1.s390x",
"product": {
"name": "openssl-1_0_0-doc-1.0.2u-16.1.s390x",
"product_id": "openssl-1_0_0-doc-1.0.2u-16.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "libopenssl-1_0_0-devel-1.0.2u-16.1.x86_64",
"product": {
"name": "libopenssl-1_0_0-devel-1.0.2u-16.1.x86_64",
"product_id": "libopenssl-1_0_0-devel-1.0.2u-16.1.x86_64"
}
},
{
"category": "product_version",
"name": "libopenssl-1_0_0-devel-32bit-1.0.2u-16.1.x86_64",
"product": {
"name": "libopenssl-1_0_0-devel-32bit-1.0.2u-16.1.x86_64",
"product_id": "libopenssl-1_0_0-devel-32bit-1.0.2u-16.1.x86_64"
}
},
{
"category": "product_version",
"name": "libopenssl10-1.0.2u-16.1.x86_64",
"product": {
"name": "libopenssl10-1.0.2u-16.1.x86_64",
"product_id": "libopenssl10-1.0.2u-16.1.x86_64"
}
},
{
"category": "product_version",
"name": "libopenssl1_0_0-1.0.2u-16.1.x86_64",
"product": {
"name": "libopenssl1_0_0-1.0.2u-16.1.x86_64",
"product_id": "libopenssl1_0_0-1.0.2u-16.1.x86_64"
}
},
{
"category": "product_version",
"name": "libopenssl1_0_0-32bit-1.0.2u-16.1.x86_64",
"product": {
"name": "libopenssl1_0_0-32bit-1.0.2u-16.1.x86_64",
"product_id": "libopenssl1_0_0-32bit-1.0.2u-16.1.x86_64"
}
},
{
"category": "product_version",
"name": "libopenssl1_0_0-hmac-1.0.2u-16.1.x86_64",
"product": {
"name": "libopenssl1_0_0-hmac-1.0.2u-16.1.x86_64",
"product_id": "libopenssl1_0_0-hmac-1.0.2u-16.1.x86_64"
}
},
{
"category": "product_version",
"name": "libopenssl1_0_0-hmac-32bit-1.0.2u-16.1.x86_64",
"product": {
"name": "libopenssl1_0_0-hmac-32bit-1.0.2u-16.1.x86_64",
"product_id": "libopenssl1_0_0-hmac-32bit-1.0.2u-16.1.x86_64"
}
},
{
"category": "product_version",
"name": "libopenssl1_0_0-steam-1.0.2u-16.1.x86_64",
"product": {
"name": "libopenssl1_0_0-steam-1.0.2u-16.1.x86_64",
"product_id": "libopenssl1_0_0-steam-1.0.2u-16.1.x86_64"
}
},
{
"category": "product_version",
"name": "libopenssl1_0_0-steam-32bit-1.0.2u-16.1.x86_64",
"product": {
"name": "libopenssl1_0_0-steam-32bit-1.0.2u-16.1.x86_64",
"product_id": "libopenssl1_0_0-steam-32bit-1.0.2u-16.1.x86_64"
}
},
{
"category": "product_version",
"name": "openssl-1_0_0-1.0.2u-16.1.x86_64",
"product": {
"name": "openssl-1_0_0-1.0.2u-16.1.x86_64",
"product_id": "openssl-1_0_0-1.0.2u-16.1.x86_64"
}
},
{
"category": "product_version",
"name": "openssl-1_0_0-cavs-1.0.2u-16.1.x86_64",
"product": {
"name": "openssl-1_0_0-cavs-1.0.2u-16.1.x86_64",
"product_id": "openssl-1_0_0-cavs-1.0.2u-16.1.x86_64"
}
},
{
"category": "product_version",
"name": "openssl-1_0_0-doc-1.0.2u-16.1.x86_64",
"product": {
"name": "openssl-1_0_0-doc-1.0.2u-16.1.x86_64",
"product_id": "openssl-1_0_0-doc-1.0.2u-16.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": "libopenssl-1_0_0-devel-1.0.2u-16.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-16.1.aarch64"
},
"product_reference": "libopenssl-1_0_0-devel-1.0.2u-16.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-1_0_0-devel-1.0.2u-16.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-16.1.ppc64le"
},
"product_reference": "libopenssl-1_0_0-devel-1.0.2u-16.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-1_0_0-devel-1.0.2u-16.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-16.1.s390x"
},
"product_reference": "libopenssl-1_0_0-devel-1.0.2u-16.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-1_0_0-devel-1.0.2u-16.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-16.1.x86_64"
},
"product_reference": "libopenssl-1_0_0-devel-1.0.2u-16.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-1_0_0-devel-32bit-1.0.2u-16.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-16.1.aarch64"
},
"product_reference": "libopenssl-1_0_0-devel-32bit-1.0.2u-16.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-1_0_0-devel-32bit-1.0.2u-16.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-16.1.ppc64le"
},
"product_reference": "libopenssl-1_0_0-devel-32bit-1.0.2u-16.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-1_0_0-devel-32bit-1.0.2u-16.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-16.1.s390x"
},
"product_reference": "libopenssl-1_0_0-devel-32bit-1.0.2u-16.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-1_0_0-devel-32bit-1.0.2u-16.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-16.1.x86_64"
},
"product_reference": "libopenssl-1_0_0-devel-32bit-1.0.2u-16.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl10-1.0.2u-16.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libopenssl10-1.0.2u-16.1.aarch64"
},
"product_reference": "libopenssl10-1.0.2u-16.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl10-1.0.2u-16.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libopenssl10-1.0.2u-16.1.ppc64le"
},
"product_reference": "libopenssl10-1.0.2u-16.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl10-1.0.2u-16.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libopenssl10-1.0.2u-16.1.s390x"
},
"product_reference": "libopenssl10-1.0.2u-16.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl10-1.0.2u-16.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libopenssl10-1.0.2u-16.1.x86_64"
},
"product_reference": "libopenssl10-1.0.2u-16.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_0_0-1.0.2u-16.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-16.1.aarch64"
},
"product_reference": "libopenssl1_0_0-1.0.2u-16.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_0_0-1.0.2u-16.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-16.1.ppc64le"
},
"product_reference": "libopenssl1_0_0-1.0.2u-16.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_0_0-1.0.2u-16.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-16.1.s390x"
},
"product_reference": "libopenssl1_0_0-1.0.2u-16.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_0_0-1.0.2u-16.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-16.1.x86_64"
},
"product_reference": "libopenssl1_0_0-1.0.2u-16.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_0_0-32bit-1.0.2u-16.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-16.1.aarch64"
},
"product_reference": "libopenssl1_0_0-32bit-1.0.2u-16.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_0_0-32bit-1.0.2u-16.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-16.1.ppc64le"
},
"product_reference": "libopenssl1_0_0-32bit-1.0.2u-16.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_0_0-32bit-1.0.2u-16.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-16.1.s390x"
},
"product_reference": "libopenssl1_0_0-32bit-1.0.2u-16.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_0_0-32bit-1.0.2u-16.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-16.1.x86_64"
},
"product_reference": "libopenssl1_0_0-32bit-1.0.2u-16.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_0_0-hmac-1.0.2u-16.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-16.1.aarch64"
},
"product_reference": "libopenssl1_0_0-hmac-1.0.2u-16.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_0_0-hmac-1.0.2u-16.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-16.1.ppc64le"
},
"product_reference": "libopenssl1_0_0-hmac-1.0.2u-16.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_0_0-hmac-1.0.2u-16.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-16.1.s390x"
},
"product_reference": "libopenssl1_0_0-hmac-1.0.2u-16.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_0_0-hmac-1.0.2u-16.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-16.1.x86_64"
},
"product_reference": "libopenssl1_0_0-hmac-1.0.2u-16.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_0_0-hmac-32bit-1.0.2u-16.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-16.1.aarch64"
},
"product_reference": "libopenssl1_0_0-hmac-32bit-1.0.2u-16.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_0_0-hmac-32bit-1.0.2u-16.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-16.1.ppc64le"
},
"product_reference": "libopenssl1_0_0-hmac-32bit-1.0.2u-16.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_0_0-hmac-32bit-1.0.2u-16.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-16.1.s390x"
},
"product_reference": "libopenssl1_0_0-hmac-32bit-1.0.2u-16.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_0_0-hmac-32bit-1.0.2u-16.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-16.1.x86_64"
},
"product_reference": "libopenssl1_0_0-hmac-32bit-1.0.2u-16.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_0_0-steam-1.0.2u-16.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-16.1.aarch64"
},
"product_reference": "libopenssl1_0_0-steam-1.0.2u-16.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_0_0-steam-1.0.2u-16.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-16.1.ppc64le"
},
"product_reference": "libopenssl1_0_0-steam-1.0.2u-16.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_0_0-steam-1.0.2u-16.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-16.1.s390x"
},
"product_reference": "libopenssl1_0_0-steam-1.0.2u-16.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_0_0-steam-1.0.2u-16.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-16.1.x86_64"
},
"product_reference": "libopenssl1_0_0-steam-1.0.2u-16.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_0_0-steam-32bit-1.0.2u-16.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-16.1.aarch64"
},
"product_reference": "libopenssl1_0_0-steam-32bit-1.0.2u-16.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_0_0-steam-32bit-1.0.2u-16.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-16.1.ppc64le"
},
"product_reference": "libopenssl1_0_0-steam-32bit-1.0.2u-16.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_0_0-steam-32bit-1.0.2u-16.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-16.1.s390x"
},
"product_reference": "libopenssl1_0_0-steam-32bit-1.0.2u-16.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_0_0-steam-32bit-1.0.2u-16.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-16.1.x86_64"
},
"product_reference": "libopenssl1_0_0-steam-32bit-1.0.2u-16.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1_0_0-1.0.2u-16.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-16.1.aarch64"
},
"product_reference": "openssl-1_0_0-1.0.2u-16.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1_0_0-1.0.2u-16.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-16.1.ppc64le"
},
"product_reference": "openssl-1_0_0-1.0.2u-16.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1_0_0-1.0.2u-16.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-16.1.s390x"
},
"product_reference": "openssl-1_0_0-1.0.2u-16.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1_0_0-1.0.2u-16.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-16.1.x86_64"
},
"product_reference": "openssl-1_0_0-1.0.2u-16.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1_0_0-cavs-1.0.2u-16.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-16.1.aarch64"
},
"product_reference": "openssl-1_0_0-cavs-1.0.2u-16.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1_0_0-cavs-1.0.2u-16.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-16.1.ppc64le"
},
"product_reference": "openssl-1_0_0-cavs-1.0.2u-16.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1_0_0-cavs-1.0.2u-16.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-16.1.s390x"
},
"product_reference": "openssl-1_0_0-cavs-1.0.2u-16.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1_0_0-cavs-1.0.2u-16.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-16.1.x86_64"
},
"product_reference": "openssl-1_0_0-cavs-1.0.2u-16.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1_0_0-doc-1.0.2u-16.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-16.1.aarch64"
},
"product_reference": "openssl-1_0_0-doc-1.0.2u-16.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1_0_0-doc-1.0.2u-16.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-16.1.ppc64le"
},
"product_reference": "openssl-1_0_0-doc-1.0.2u-16.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1_0_0-doc-1.0.2u-16.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-16.1.s390x"
},
"product_reference": "openssl-1_0_0-doc-1.0.2u-16.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1_0_0-doc-1.0.2u-16.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-16.1.x86_64"
},
"product_reference": "openssl-1_0_0-doc-1.0.2u-16.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
}
]
},
"vulnerabilities": [
{
"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:libopenssl-1_0_0-devel-1.0.2u-16.1.aarch64",
"openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-16.1.ppc64le",
"openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-16.1.s390x",
"openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-16.1.x86_64",
"openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-16.1.aarch64",
"openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-16.1.ppc64le",
"openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-16.1.s390x",
"openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-16.1.x86_64",
"openSUSE Tumbleweed:libopenssl10-1.0.2u-16.1.aarch64",
"openSUSE Tumbleweed:libopenssl10-1.0.2u-16.1.ppc64le",
"openSUSE Tumbleweed:libopenssl10-1.0.2u-16.1.s390x",
"openSUSE Tumbleweed:libopenssl10-1.0.2u-16.1.x86_64",
"openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-16.1.aarch64",
"openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-16.1.ppc64le",
"openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-16.1.s390x",
"openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-16.1.x86_64",
"openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-16.1.aarch64",
"openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-16.1.ppc64le",
"openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-16.1.s390x",
"openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-16.1.x86_64",
"openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-16.1.aarch64",
"openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-16.1.ppc64le",
"openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-16.1.s390x",
"openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-16.1.x86_64",
"openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-16.1.aarch64",
"openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-16.1.ppc64le",
"openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-16.1.s390x",
"openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-16.1.x86_64",
"openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-16.1.aarch64",
"openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-16.1.ppc64le",
"openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-16.1.s390x",
"openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-16.1.x86_64",
"openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-16.1.aarch64",
"openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-16.1.ppc64le",
"openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-16.1.s390x",
"openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-16.1.x86_64",
"openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-16.1.aarch64",
"openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-16.1.ppc64le",
"openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-16.1.s390x",
"openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-16.1.x86_64",
"openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-16.1.aarch64",
"openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-16.1.ppc64le",
"openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-16.1.s390x",
"openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-16.1.x86_64",
"openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-16.1.aarch64",
"openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-16.1.ppc64le",
"openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-16.1.s390x",
"openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-16.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:libopenssl-1_0_0-devel-1.0.2u-16.1.aarch64",
"openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-16.1.ppc64le",
"openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-16.1.s390x",
"openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-16.1.x86_64",
"openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-16.1.aarch64",
"openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-16.1.ppc64le",
"openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-16.1.s390x",
"openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-16.1.x86_64",
"openSUSE Tumbleweed:libopenssl10-1.0.2u-16.1.aarch64",
"openSUSE Tumbleweed:libopenssl10-1.0.2u-16.1.ppc64le",
"openSUSE Tumbleweed:libopenssl10-1.0.2u-16.1.s390x",
"openSUSE Tumbleweed:libopenssl10-1.0.2u-16.1.x86_64",
"openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-16.1.aarch64",
"openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-16.1.ppc64le",
"openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-16.1.s390x",
"openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-16.1.x86_64",
"openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-16.1.aarch64",
"openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-16.1.ppc64le",
"openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-16.1.s390x",
"openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-16.1.x86_64",
"openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-16.1.aarch64",
"openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-16.1.ppc64le",
"openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-16.1.s390x",
"openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-16.1.x86_64",
"openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-16.1.aarch64",
"openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-16.1.ppc64le",
"openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-16.1.s390x",
"openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-16.1.x86_64",
"openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-16.1.aarch64",
"openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-16.1.ppc64le",
"openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-16.1.s390x",
"openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-16.1.x86_64",
"openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-16.1.aarch64",
"openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-16.1.ppc64le",
"openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-16.1.s390x",
"openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-16.1.x86_64",
"openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-16.1.aarch64",
"openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-16.1.ppc64le",
"openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-16.1.s390x",
"openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-16.1.x86_64",
"openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-16.1.aarch64",
"openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-16.1.ppc64le",
"openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-16.1.s390x",
"openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-16.1.x86_64",
"openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-16.1.aarch64",
"openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-16.1.ppc64le",
"openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-16.1.s390x",
"openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-16.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:libopenssl-1_0_0-devel-1.0.2u-16.1.aarch64",
"openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-16.1.ppc64le",
"openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-16.1.s390x",
"openSUSE Tumbleweed:libopenssl-1_0_0-devel-1.0.2u-16.1.x86_64",
"openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-16.1.aarch64",
"openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-16.1.ppc64le",
"openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-16.1.s390x",
"openSUSE Tumbleweed:libopenssl-1_0_0-devel-32bit-1.0.2u-16.1.x86_64",
"openSUSE Tumbleweed:libopenssl10-1.0.2u-16.1.aarch64",
"openSUSE Tumbleweed:libopenssl10-1.0.2u-16.1.ppc64le",
"openSUSE Tumbleweed:libopenssl10-1.0.2u-16.1.s390x",
"openSUSE Tumbleweed:libopenssl10-1.0.2u-16.1.x86_64",
"openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-16.1.aarch64",
"openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-16.1.ppc64le",
"openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-16.1.s390x",
"openSUSE Tumbleweed:libopenssl1_0_0-1.0.2u-16.1.x86_64",
"openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-16.1.aarch64",
"openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-16.1.ppc64le",
"openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-16.1.s390x",
"openSUSE Tumbleweed:libopenssl1_0_0-32bit-1.0.2u-16.1.x86_64",
"openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-16.1.aarch64",
"openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-16.1.ppc64le",
"openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-16.1.s390x",
"openSUSE Tumbleweed:libopenssl1_0_0-hmac-1.0.2u-16.1.x86_64",
"openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-16.1.aarch64",
"openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-16.1.ppc64le",
"openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-16.1.s390x",
"openSUSE Tumbleweed:libopenssl1_0_0-hmac-32bit-1.0.2u-16.1.x86_64",
"openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-16.1.aarch64",
"openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-16.1.ppc64le",
"openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-16.1.s390x",
"openSUSE Tumbleweed:libopenssl1_0_0-steam-1.0.2u-16.1.x86_64",
"openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-16.1.aarch64",
"openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-16.1.ppc64le",
"openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-16.1.s390x",
"openSUSE Tumbleweed:libopenssl1_0_0-steam-32bit-1.0.2u-16.1.x86_64",
"openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-16.1.aarch64",
"openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-16.1.ppc64le",
"openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-16.1.s390x",
"openSUSE Tumbleweed:openssl-1_0_0-1.0.2u-16.1.x86_64",
"openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-16.1.aarch64",
"openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-16.1.ppc64le",
"openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-16.1.s390x",
"openSUSE Tumbleweed:openssl-1_0_0-cavs-1.0.2u-16.1.x86_64",
"openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-16.1.aarch64",
"openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-16.1.ppc64le",
"openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-16.1.s390x",
"openSUSE Tumbleweed:openssl-1_0_0-doc-1.0.2u-16.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-06-15T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2023-2650"
}
]
}
OPENSUSE-SU-2024:12969-1
Vulnerability from csaf_opensuse - Published: 2024-06-15 00:00 - Updated: 2024-06-15 00:00Summary
libopenssl-3-devel-3.1.1-1.1 on GA media
Severity
Moderate
Notes
Title of the patch: libopenssl-3-devel-3.1.1-1.1 on GA media
Description of the patch: These are all security issues fixed in the libopenssl-3-devel-3.1.1-1.1 package on the GA media of openSUSE Tumbleweed.
Patchnames: openSUSE-Tumbleweed-2024-12969
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
5.3 (Medium)
Affected products
Recommended
28 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:libopenssl-3-devel-3.1.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl-3-devel-3.1.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl-3-devel-3.1.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl-3-devel-3.1.1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.1.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.1.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.1.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.1.1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl3-3.1.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl3-3.1.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl3-3.1.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl3-3.1.1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl3-32bit-3.1.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl3-32bit-3.1.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl3-32bit-3.1.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl3-32bit-3.1.1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl3-x86-64-v3-3.1.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl3-x86-64-v3-3.1.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl3-x86-64-v3-3.1.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl3-x86-64-v3-3.1.1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:openssl-3-3.1.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:openssl-3-3.1.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:openssl-3-3.1.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:openssl-3-3.1.1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:openssl-3-doc-3.1.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:openssl-3-doc-3.1.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:openssl-3-doc-3.1.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:openssl-3-doc-3.1.1-1.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
5.9 (Medium)
Affected products
Recommended
28 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:libopenssl-3-devel-3.1.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl-3-devel-3.1.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl-3-devel-3.1.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl-3-devel-3.1.1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.1.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.1.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.1.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.1.1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl3-3.1.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl3-3.1.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl3-3.1.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl3-3.1.1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl3-32bit-3.1.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl3-32bit-3.1.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl3-32bit-3.1.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl3-32bit-3.1.1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl3-x86-64-v3-3.1.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl3-x86-64-v3-3.1.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl3-x86-64-v3-3.1.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl3-x86-64-v3-3.1.1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:openssl-3-3.1.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:openssl-3-3.1.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:openssl-3-3.1.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:openssl-3-3.1.1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:openssl-3-doc-3.1.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:openssl-3-doc-3.1.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:openssl-3-doc-3.1.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:openssl-3-doc-3.1.1-1.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
Affected products
Recommended
28 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:libopenssl-3-devel-3.1.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl-3-devel-3.1.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl-3-devel-3.1.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl-3-devel-3.1.1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.1.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.1.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.1.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.1.1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl3-3.1.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl3-3.1.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl3-3.1.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl3-3.1.1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl3-32bit-3.1.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl3-32bit-3.1.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl3-32bit-3.1.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl3-32bit-3.1.1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl3-x86-64-v3-3.1.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl3-x86-64-v3-3.1.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl3-x86-64-v3-3.1.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl3-x86-64-v3-3.1.1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:openssl-3-3.1.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:openssl-3-3.1.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:openssl-3-3.1.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:openssl-3-3.1.1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:openssl-3-doc-3.1.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:openssl-3-doc-3.1.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:openssl-3-doc-3.1.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:openssl-3-doc-3.1.1-1.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
5.5 (Medium)
Affected products
Recommended
28 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:libopenssl-3-devel-3.1.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl-3-devel-3.1.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl-3-devel-3.1.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl-3-devel-3.1.1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.1.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.1.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.1.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.1.1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl3-3.1.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl3-3.1.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl3-3.1.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl3-3.1.1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl3-32bit-3.1.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl3-32bit-3.1.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl3-32bit-3.1.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl3-32bit-3.1.1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl3-x86-64-v3-3.1.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl3-x86-64-v3-3.1.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl3-x86-64-v3-3.1.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl3-x86-64-v3-3.1.1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:openssl-3-3.1.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:openssl-3-3.1.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:openssl-3-3.1.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:openssl-3-3.1.1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:openssl-3-doc-3.1.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:openssl-3-doc-3.1.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:openssl-3-doc-3.1.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:openssl-3-doc-3.1.1-1.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
6.5 (Medium)
Affected products
Recommended
28 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:libopenssl-3-devel-3.1.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl-3-devel-3.1.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl-3-devel-3.1.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl-3-devel-3.1.1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.1.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.1.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.1.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.1.1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl3-3.1.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl3-3.1.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl3-3.1.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl3-3.1.1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl3-32bit-3.1.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl3-32bit-3.1.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl3-32bit-3.1.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl3-32bit-3.1.1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl3-x86-64-v3-3.1.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl3-x86-64-v3-3.1.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl3-x86-64-v3-3.1.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl3-x86-64-v3-3.1.1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:openssl-3-3.1.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:openssl-3-3.1.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:openssl-3-3.1.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:openssl-3-3.1.1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:openssl-3-doc-3.1.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:openssl-3-doc-3.1.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:openssl-3-doc-3.1.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:openssl-3-doc-3.1.1-1.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
References
20 references
{
"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": "libopenssl-3-devel-3.1.1-1.1 on GA media",
"title": "Title of the patch"
},
{
"category": "description",
"text": "These are all security issues fixed in the libopenssl-3-devel-3.1.1-1.1 package on the GA media of openSUSE Tumbleweed.",
"title": "Description of the patch"
},
{
"category": "details",
"text": "openSUSE-Tumbleweed-2024-12969",
"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_12969-1.json"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-0464 page",
"url": "https://www.suse.com/security/cve/CVE-2023-0464/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-0465 page",
"url": "https://www.suse.com/security/cve/CVE-2023-0465/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-0466 page",
"url": "https://www.suse.com/security/cve/CVE-2023-0466/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-1255 page",
"url": "https://www.suse.com/security/cve/CVE-2023-1255/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-2650 page",
"url": "https://www.suse.com/security/cve/CVE-2023-2650/"
}
],
"title": "libopenssl-3-devel-3.1.1-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:12969-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": "libopenssl-3-devel-3.1.1-1.1.aarch64",
"product": {
"name": "libopenssl-3-devel-3.1.1-1.1.aarch64",
"product_id": "libopenssl-3-devel-3.1.1-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "libopenssl-3-devel-32bit-3.1.1-1.1.aarch64",
"product": {
"name": "libopenssl-3-devel-32bit-3.1.1-1.1.aarch64",
"product_id": "libopenssl-3-devel-32bit-3.1.1-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "libopenssl3-3.1.1-1.1.aarch64",
"product": {
"name": "libopenssl3-3.1.1-1.1.aarch64",
"product_id": "libopenssl3-3.1.1-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "libopenssl3-32bit-3.1.1-1.1.aarch64",
"product": {
"name": "libopenssl3-32bit-3.1.1-1.1.aarch64",
"product_id": "libopenssl3-32bit-3.1.1-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "libopenssl3-x86-64-v3-3.1.1-1.1.aarch64",
"product": {
"name": "libopenssl3-x86-64-v3-3.1.1-1.1.aarch64",
"product_id": "libopenssl3-x86-64-v3-3.1.1-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "openssl-3-3.1.1-1.1.aarch64",
"product": {
"name": "openssl-3-3.1.1-1.1.aarch64",
"product_id": "openssl-3-3.1.1-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "openssl-3-doc-3.1.1-1.1.aarch64",
"product": {
"name": "openssl-3-doc-3.1.1-1.1.aarch64",
"product_id": "openssl-3-doc-3.1.1-1.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "libopenssl-3-devel-3.1.1-1.1.ppc64le",
"product": {
"name": "libopenssl-3-devel-3.1.1-1.1.ppc64le",
"product_id": "libopenssl-3-devel-3.1.1-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libopenssl-3-devel-32bit-3.1.1-1.1.ppc64le",
"product": {
"name": "libopenssl-3-devel-32bit-3.1.1-1.1.ppc64le",
"product_id": "libopenssl-3-devel-32bit-3.1.1-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libopenssl3-3.1.1-1.1.ppc64le",
"product": {
"name": "libopenssl3-3.1.1-1.1.ppc64le",
"product_id": "libopenssl3-3.1.1-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libopenssl3-32bit-3.1.1-1.1.ppc64le",
"product": {
"name": "libopenssl3-32bit-3.1.1-1.1.ppc64le",
"product_id": "libopenssl3-32bit-3.1.1-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libopenssl3-x86-64-v3-3.1.1-1.1.ppc64le",
"product": {
"name": "libopenssl3-x86-64-v3-3.1.1-1.1.ppc64le",
"product_id": "libopenssl3-x86-64-v3-3.1.1-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "openssl-3-3.1.1-1.1.ppc64le",
"product": {
"name": "openssl-3-3.1.1-1.1.ppc64le",
"product_id": "openssl-3-3.1.1-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "openssl-3-doc-3.1.1-1.1.ppc64le",
"product": {
"name": "openssl-3-doc-3.1.1-1.1.ppc64le",
"product_id": "openssl-3-doc-3.1.1-1.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "libopenssl-3-devel-3.1.1-1.1.s390x",
"product": {
"name": "libopenssl-3-devel-3.1.1-1.1.s390x",
"product_id": "libopenssl-3-devel-3.1.1-1.1.s390x"
}
},
{
"category": "product_version",
"name": "libopenssl-3-devel-32bit-3.1.1-1.1.s390x",
"product": {
"name": "libopenssl-3-devel-32bit-3.1.1-1.1.s390x",
"product_id": "libopenssl-3-devel-32bit-3.1.1-1.1.s390x"
}
},
{
"category": "product_version",
"name": "libopenssl3-3.1.1-1.1.s390x",
"product": {
"name": "libopenssl3-3.1.1-1.1.s390x",
"product_id": "libopenssl3-3.1.1-1.1.s390x"
}
},
{
"category": "product_version",
"name": "libopenssl3-32bit-3.1.1-1.1.s390x",
"product": {
"name": "libopenssl3-32bit-3.1.1-1.1.s390x",
"product_id": "libopenssl3-32bit-3.1.1-1.1.s390x"
}
},
{
"category": "product_version",
"name": "libopenssl3-x86-64-v3-3.1.1-1.1.s390x",
"product": {
"name": "libopenssl3-x86-64-v3-3.1.1-1.1.s390x",
"product_id": "libopenssl3-x86-64-v3-3.1.1-1.1.s390x"
}
},
{
"category": "product_version",
"name": "openssl-3-3.1.1-1.1.s390x",
"product": {
"name": "openssl-3-3.1.1-1.1.s390x",
"product_id": "openssl-3-3.1.1-1.1.s390x"
}
},
{
"category": "product_version",
"name": "openssl-3-doc-3.1.1-1.1.s390x",
"product": {
"name": "openssl-3-doc-3.1.1-1.1.s390x",
"product_id": "openssl-3-doc-3.1.1-1.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "libopenssl-3-devel-3.1.1-1.1.x86_64",
"product": {
"name": "libopenssl-3-devel-3.1.1-1.1.x86_64",
"product_id": "libopenssl-3-devel-3.1.1-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "libopenssl-3-devel-32bit-3.1.1-1.1.x86_64",
"product": {
"name": "libopenssl-3-devel-32bit-3.1.1-1.1.x86_64",
"product_id": "libopenssl-3-devel-32bit-3.1.1-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "libopenssl3-3.1.1-1.1.x86_64",
"product": {
"name": "libopenssl3-3.1.1-1.1.x86_64",
"product_id": "libopenssl3-3.1.1-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "libopenssl3-32bit-3.1.1-1.1.x86_64",
"product": {
"name": "libopenssl3-32bit-3.1.1-1.1.x86_64",
"product_id": "libopenssl3-32bit-3.1.1-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "libopenssl3-x86-64-v3-3.1.1-1.1.x86_64",
"product": {
"name": "libopenssl3-x86-64-v3-3.1.1-1.1.x86_64",
"product_id": "libopenssl3-x86-64-v3-3.1.1-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "openssl-3-3.1.1-1.1.x86_64",
"product": {
"name": "openssl-3-3.1.1-1.1.x86_64",
"product_id": "openssl-3-3.1.1-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "openssl-3-doc-3.1.1-1.1.x86_64",
"product": {
"name": "openssl-3-doc-3.1.1-1.1.x86_64",
"product_id": "openssl-3-doc-3.1.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": "libopenssl-3-devel-3.1.1-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libopenssl-3-devel-3.1.1-1.1.aarch64"
},
"product_reference": "libopenssl-3-devel-3.1.1-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-3-devel-3.1.1-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libopenssl-3-devel-3.1.1-1.1.ppc64le"
},
"product_reference": "libopenssl-3-devel-3.1.1-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-3-devel-3.1.1-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libopenssl-3-devel-3.1.1-1.1.s390x"
},
"product_reference": "libopenssl-3-devel-3.1.1-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-3-devel-3.1.1-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libopenssl-3-devel-3.1.1-1.1.x86_64"
},
"product_reference": "libopenssl-3-devel-3.1.1-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-3-devel-32bit-3.1.1-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.1.1-1.1.aarch64"
},
"product_reference": "libopenssl-3-devel-32bit-3.1.1-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-3-devel-32bit-3.1.1-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.1.1-1.1.ppc64le"
},
"product_reference": "libopenssl-3-devel-32bit-3.1.1-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-3-devel-32bit-3.1.1-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.1.1-1.1.s390x"
},
"product_reference": "libopenssl-3-devel-32bit-3.1.1-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-3-devel-32bit-3.1.1-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.1.1-1.1.x86_64"
},
"product_reference": "libopenssl-3-devel-32bit-3.1.1-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl3-3.1.1-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libopenssl3-3.1.1-1.1.aarch64"
},
"product_reference": "libopenssl3-3.1.1-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl3-3.1.1-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libopenssl3-3.1.1-1.1.ppc64le"
},
"product_reference": "libopenssl3-3.1.1-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl3-3.1.1-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libopenssl3-3.1.1-1.1.s390x"
},
"product_reference": "libopenssl3-3.1.1-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl3-3.1.1-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libopenssl3-3.1.1-1.1.x86_64"
},
"product_reference": "libopenssl3-3.1.1-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl3-32bit-3.1.1-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libopenssl3-32bit-3.1.1-1.1.aarch64"
},
"product_reference": "libopenssl3-32bit-3.1.1-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl3-32bit-3.1.1-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libopenssl3-32bit-3.1.1-1.1.ppc64le"
},
"product_reference": "libopenssl3-32bit-3.1.1-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl3-32bit-3.1.1-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libopenssl3-32bit-3.1.1-1.1.s390x"
},
"product_reference": "libopenssl3-32bit-3.1.1-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl3-32bit-3.1.1-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libopenssl3-32bit-3.1.1-1.1.x86_64"
},
"product_reference": "libopenssl3-32bit-3.1.1-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl3-x86-64-v3-3.1.1-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libopenssl3-x86-64-v3-3.1.1-1.1.aarch64"
},
"product_reference": "libopenssl3-x86-64-v3-3.1.1-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl3-x86-64-v3-3.1.1-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libopenssl3-x86-64-v3-3.1.1-1.1.ppc64le"
},
"product_reference": "libopenssl3-x86-64-v3-3.1.1-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl3-x86-64-v3-3.1.1-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libopenssl3-x86-64-v3-3.1.1-1.1.s390x"
},
"product_reference": "libopenssl3-x86-64-v3-3.1.1-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl3-x86-64-v3-3.1.1-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libopenssl3-x86-64-v3-3.1.1-1.1.x86_64"
},
"product_reference": "libopenssl3-x86-64-v3-3.1.1-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-3-3.1.1-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:openssl-3-3.1.1-1.1.aarch64"
},
"product_reference": "openssl-3-3.1.1-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-3-3.1.1-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:openssl-3-3.1.1-1.1.ppc64le"
},
"product_reference": "openssl-3-3.1.1-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-3-3.1.1-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:openssl-3-3.1.1-1.1.s390x"
},
"product_reference": "openssl-3-3.1.1-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-3-3.1.1-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:openssl-3-3.1.1-1.1.x86_64"
},
"product_reference": "openssl-3-3.1.1-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-3-doc-3.1.1-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:openssl-3-doc-3.1.1-1.1.aarch64"
},
"product_reference": "openssl-3-doc-3.1.1-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-3-doc-3.1.1-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:openssl-3-doc-3.1.1-1.1.ppc64le"
},
"product_reference": "openssl-3-doc-3.1.1-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-3-doc-3.1.1-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:openssl-3-doc-3.1.1-1.1.s390x"
},
"product_reference": "openssl-3-doc-3.1.1-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-3-doc-3.1.1-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:openssl-3-doc-3.1.1-1.1.x86_64"
},
"product_reference": "openssl-3-doc-3.1.1-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-0464",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-0464"
}
],
"notes": [
{
"category": "general",
"text": "A security vulnerability has been identified in all supported versions\n\nof OpenSSL related to the verification of X.509 certificate chains\nthat include policy constraints. Attackers may be able to exploit this\nvulnerability by creating a malicious certificate chain that triggers\nexponential use of computational resources, leading to a denial-of-service\n(DoS) attack on affected systems.\n\nPolicy processing is disabled by default but can be enabled by passing\nthe `-policy\u0027 argument to the command line utilities or by calling the\n`X509_VERIFY_PARAM_set1_policies()\u0027 function.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:libopenssl-3-devel-3.1.1-1.1.aarch64",
"openSUSE Tumbleweed:libopenssl-3-devel-3.1.1-1.1.ppc64le",
"openSUSE Tumbleweed:libopenssl-3-devel-3.1.1-1.1.s390x",
"openSUSE Tumbleweed:libopenssl-3-devel-3.1.1-1.1.x86_64",
"openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.1.1-1.1.aarch64",
"openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.1.1-1.1.ppc64le",
"openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.1.1-1.1.s390x",
"openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.1.1-1.1.x86_64",
"openSUSE Tumbleweed:libopenssl3-3.1.1-1.1.aarch64",
"openSUSE Tumbleweed:libopenssl3-3.1.1-1.1.ppc64le",
"openSUSE Tumbleweed:libopenssl3-3.1.1-1.1.s390x",
"openSUSE Tumbleweed:libopenssl3-3.1.1-1.1.x86_64",
"openSUSE Tumbleweed:libopenssl3-32bit-3.1.1-1.1.aarch64",
"openSUSE Tumbleweed:libopenssl3-32bit-3.1.1-1.1.ppc64le",
"openSUSE Tumbleweed:libopenssl3-32bit-3.1.1-1.1.s390x",
"openSUSE Tumbleweed:libopenssl3-32bit-3.1.1-1.1.x86_64",
"openSUSE Tumbleweed:libopenssl3-x86-64-v3-3.1.1-1.1.aarch64",
"openSUSE Tumbleweed:libopenssl3-x86-64-v3-3.1.1-1.1.ppc64le",
"openSUSE Tumbleweed:libopenssl3-x86-64-v3-3.1.1-1.1.s390x",
"openSUSE Tumbleweed:libopenssl3-x86-64-v3-3.1.1-1.1.x86_64",
"openSUSE Tumbleweed:openssl-3-3.1.1-1.1.aarch64",
"openSUSE Tumbleweed:openssl-3-3.1.1-1.1.ppc64le",
"openSUSE Tumbleweed:openssl-3-3.1.1-1.1.s390x",
"openSUSE Tumbleweed:openssl-3-3.1.1-1.1.x86_64",
"openSUSE Tumbleweed:openssl-3-doc-3.1.1-1.1.aarch64",
"openSUSE Tumbleweed:openssl-3-doc-3.1.1-1.1.ppc64le",
"openSUSE Tumbleweed:openssl-3-doc-3.1.1-1.1.s390x",
"openSUSE Tumbleweed:openssl-3-doc-3.1.1-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-0464",
"url": "https://www.suse.com/security/cve/CVE-2023-0464"
},
{
"category": "external",
"summary": "SUSE Bug 1209624 for CVE-2023-0464",
"url": "https://bugzilla.suse.com/1209624"
},
{
"category": "external",
"summary": "SUSE Bug 1225628 for CVE-2023-0464",
"url": "https://bugzilla.suse.com/1225628"
}
],
"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:libopenssl-3-devel-3.1.1-1.1.aarch64",
"openSUSE Tumbleweed:libopenssl-3-devel-3.1.1-1.1.ppc64le",
"openSUSE Tumbleweed:libopenssl-3-devel-3.1.1-1.1.s390x",
"openSUSE Tumbleweed:libopenssl-3-devel-3.1.1-1.1.x86_64",
"openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.1.1-1.1.aarch64",
"openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.1.1-1.1.ppc64le",
"openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.1.1-1.1.s390x",
"openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.1.1-1.1.x86_64",
"openSUSE Tumbleweed:libopenssl3-3.1.1-1.1.aarch64",
"openSUSE Tumbleweed:libopenssl3-3.1.1-1.1.ppc64le",
"openSUSE Tumbleweed:libopenssl3-3.1.1-1.1.s390x",
"openSUSE Tumbleweed:libopenssl3-3.1.1-1.1.x86_64",
"openSUSE Tumbleweed:libopenssl3-32bit-3.1.1-1.1.aarch64",
"openSUSE Tumbleweed:libopenssl3-32bit-3.1.1-1.1.ppc64le",
"openSUSE Tumbleweed:libopenssl3-32bit-3.1.1-1.1.s390x",
"openSUSE Tumbleweed:libopenssl3-32bit-3.1.1-1.1.x86_64",
"openSUSE Tumbleweed:libopenssl3-x86-64-v3-3.1.1-1.1.aarch64",
"openSUSE Tumbleweed:libopenssl3-x86-64-v3-3.1.1-1.1.ppc64le",
"openSUSE Tumbleweed:libopenssl3-x86-64-v3-3.1.1-1.1.s390x",
"openSUSE Tumbleweed:libopenssl3-x86-64-v3-3.1.1-1.1.x86_64",
"openSUSE Tumbleweed:openssl-3-3.1.1-1.1.aarch64",
"openSUSE Tumbleweed:openssl-3-3.1.1-1.1.ppc64le",
"openSUSE Tumbleweed:openssl-3-3.1.1-1.1.s390x",
"openSUSE Tumbleweed:openssl-3-3.1.1-1.1.x86_64",
"openSUSE Tumbleweed:openssl-3-doc-3.1.1-1.1.aarch64",
"openSUSE Tumbleweed:openssl-3-doc-3.1.1-1.1.ppc64le",
"openSUSE Tumbleweed:openssl-3-doc-3.1.1-1.1.s390x",
"openSUSE Tumbleweed:openssl-3-doc-3.1.1-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:libopenssl-3-devel-3.1.1-1.1.aarch64",
"openSUSE Tumbleweed:libopenssl-3-devel-3.1.1-1.1.ppc64le",
"openSUSE Tumbleweed:libopenssl-3-devel-3.1.1-1.1.s390x",
"openSUSE Tumbleweed:libopenssl-3-devel-3.1.1-1.1.x86_64",
"openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.1.1-1.1.aarch64",
"openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.1.1-1.1.ppc64le",
"openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.1.1-1.1.s390x",
"openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.1.1-1.1.x86_64",
"openSUSE Tumbleweed:libopenssl3-3.1.1-1.1.aarch64",
"openSUSE Tumbleweed:libopenssl3-3.1.1-1.1.ppc64le",
"openSUSE Tumbleweed:libopenssl3-3.1.1-1.1.s390x",
"openSUSE Tumbleweed:libopenssl3-3.1.1-1.1.x86_64",
"openSUSE Tumbleweed:libopenssl3-32bit-3.1.1-1.1.aarch64",
"openSUSE Tumbleweed:libopenssl3-32bit-3.1.1-1.1.ppc64le",
"openSUSE Tumbleweed:libopenssl3-32bit-3.1.1-1.1.s390x",
"openSUSE Tumbleweed:libopenssl3-32bit-3.1.1-1.1.x86_64",
"openSUSE Tumbleweed:libopenssl3-x86-64-v3-3.1.1-1.1.aarch64",
"openSUSE Tumbleweed:libopenssl3-x86-64-v3-3.1.1-1.1.ppc64le",
"openSUSE Tumbleweed:libopenssl3-x86-64-v3-3.1.1-1.1.s390x",
"openSUSE Tumbleweed:libopenssl3-x86-64-v3-3.1.1-1.1.x86_64",
"openSUSE Tumbleweed:openssl-3-3.1.1-1.1.aarch64",
"openSUSE Tumbleweed:openssl-3-3.1.1-1.1.ppc64le",
"openSUSE Tumbleweed:openssl-3-3.1.1-1.1.s390x",
"openSUSE Tumbleweed:openssl-3-3.1.1-1.1.x86_64",
"openSUSE Tumbleweed:openssl-3-doc-3.1.1-1.1.aarch64",
"openSUSE Tumbleweed:openssl-3-doc-3.1.1-1.1.ppc64le",
"openSUSE Tumbleweed:openssl-3-doc-3.1.1-1.1.s390x",
"openSUSE Tumbleweed:openssl-3-doc-3.1.1-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-06-15T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2023-0464"
},
{
"cve": "CVE-2023-0465",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-0465"
}
],
"notes": [
{
"category": "general",
"text": "Applications that use a non-default option when verifying certificates may be\nvulnerable to an attack from a malicious CA to circumvent certain checks.\n\nInvalid certificate policies in leaf certificates are silently ignored by\nOpenSSL and other certificate policy checks are skipped for that certificate.\nA malicious CA could use this to deliberately assert invalid certificate policies\nin order to circumvent policy checking on the certificate altogether.\n\nPolicy processing is disabled by default but can be enabled by passing\nthe `-policy\u0027 argument to the command line utilities or by calling the\n`X509_VERIFY_PARAM_set1_policies()\u0027 function.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:libopenssl-3-devel-3.1.1-1.1.aarch64",
"openSUSE Tumbleweed:libopenssl-3-devel-3.1.1-1.1.ppc64le",
"openSUSE Tumbleweed:libopenssl-3-devel-3.1.1-1.1.s390x",
"openSUSE Tumbleweed:libopenssl-3-devel-3.1.1-1.1.x86_64",
"openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.1.1-1.1.aarch64",
"openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.1.1-1.1.ppc64le",
"openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.1.1-1.1.s390x",
"openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.1.1-1.1.x86_64",
"openSUSE Tumbleweed:libopenssl3-3.1.1-1.1.aarch64",
"openSUSE Tumbleweed:libopenssl3-3.1.1-1.1.ppc64le",
"openSUSE Tumbleweed:libopenssl3-3.1.1-1.1.s390x",
"openSUSE Tumbleweed:libopenssl3-3.1.1-1.1.x86_64",
"openSUSE Tumbleweed:libopenssl3-32bit-3.1.1-1.1.aarch64",
"openSUSE Tumbleweed:libopenssl3-32bit-3.1.1-1.1.ppc64le",
"openSUSE Tumbleweed:libopenssl3-32bit-3.1.1-1.1.s390x",
"openSUSE Tumbleweed:libopenssl3-32bit-3.1.1-1.1.x86_64",
"openSUSE Tumbleweed:libopenssl3-x86-64-v3-3.1.1-1.1.aarch64",
"openSUSE Tumbleweed:libopenssl3-x86-64-v3-3.1.1-1.1.ppc64le",
"openSUSE Tumbleweed:libopenssl3-x86-64-v3-3.1.1-1.1.s390x",
"openSUSE Tumbleweed:libopenssl3-x86-64-v3-3.1.1-1.1.x86_64",
"openSUSE Tumbleweed:openssl-3-3.1.1-1.1.aarch64",
"openSUSE Tumbleweed:openssl-3-3.1.1-1.1.ppc64le",
"openSUSE Tumbleweed:openssl-3-3.1.1-1.1.s390x",
"openSUSE Tumbleweed:openssl-3-3.1.1-1.1.x86_64",
"openSUSE Tumbleweed:openssl-3-doc-3.1.1-1.1.aarch64",
"openSUSE Tumbleweed:openssl-3-doc-3.1.1-1.1.ppc64le",
"openSUSE Tumbleweed:openssl-3-doc-3.1.1-1.1.s390x",
"openSUSE Tumbleweed:openssl-3-doc-3.1.1-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-0465",
"url": "https://www.suse.com/security/cve/CVE-2023-0465"
},
{
"category": "external",
"summary": "SUSE Bug 1209878 for CVE-2023-0465",
"url": "https://bugzilla.suse.com/1209878"
},
{
"category": "external",
"summary": "SUSE Bug 1212331 for CVE-2023-0465",
"url": "https://bugzilla.suse.com/1212331"
},
{
"category": "external",
"summary": "SUSE Bug 1215014 for CVE-2023-0465",
"url": "https://bugzilla.suse.com/1215014"
}
],
"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:libopenssl-3-devel-3.1.1-1.1.aarch64",
"openSUSE Tumbleweed:libopenssl-3-devel-3.1.1-1.1.ppc64le",
"openSUSE Tumbleweed:libopenssl-3-devel-3.1.1-1.1.s390x",
"openSUSE Tumbleweed:libopenssl-3-devel-3.1.1-1.1.x86_64",
"openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.1.1-1.1.aarch64",
"openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.1.1-1.1.ppc64le",
"openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.1.1-1.1.s390x",
"openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.1.1-1.1.x86_64",
"openSUSE Tumbleweed:libopenssl3-3.1.1-1.1.aarch64",
"openSUSE Tumbleweed:libopenssl3-3.1.1-1.1.ppc64le",
"openSUSE Tumbleweed:libopenssl3-3.1.1-1.1.s390x",
"openSUSE Tumbleweed:libopenssl3-3.1.1-1.1.x86_64",
"openSUSE Tumbleweed:libopenssl3-32bit-3.1.1-1.1.aarch64",
"openSUSE Tumbleweed:libopenssl3-32bit-3.1.1-1.1.ppc64le",
"openSUSE Tumbleweed:libopenssl3-32bit-3.1.1-1.1.s390x",
"openSUSE Tumbleweed:libopenssl3-32bit-3.1.1-1.1.x86_64",
"openSUSE Tumbleweed:libopenssl3-x86-64-v3-3.1.1-1.1.aarch64",
"openSUSE Tumbleweed:libopenssl3-x86-64-v3-3.1.1-1.1.ppc64le",
"openSUSE Tumbleweed:libopenssl3-x86-64-v3-3.1.1-1.1.s390x",
"openSUSE Tumbleweed:libopenssl3-x86-64-v3-3.1.1-1.1.x86_64",
"openSUSE Tumbleweed:openssl-3-3.1.1-1.1.aarch64",
"openSUSE Tumbleweed:openssl-3-3.1.1-1.1.ppc64le",
"openSUSE Tumbleweed:openssl-3-3.1.1-1.1.s390x",
"openSUSE Tumbleweed:openssl-3-3.1.1-1.1.x86_64",
"openSUSE Tumbleweed:openssl-3-doc-3.1.1-1.1.aarch64",
"openSUSE Tumbleweed:openssl-3-doc-3.1.1-1.1.ppc64le",
"openSUSE Tumbleweed:openssl-3-doc-3.1.1-1.1.s390x",
"openSUSE Tumbleweed:openssl-3-doc-3.1.1-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:libopenssl-3-devel-3.1.1-1.1.aarch64",
"openSUSE Tumbleweed:libopenssl-3-devel-3.1.1-1.1.ppc64le",
"openSUSE Tumbleweed:libopenssl-3-devel-3.1.1-1.1.s390x",
"openSUSE Tumbleweed:libopenssl-3-devel-3.1.1-1.1.x86_64",
"openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.1.1-1.1.aarch64",
"openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.1.1-1.1.ppc64le",
"openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.1.1-1.1.s390x",
"openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.1.1-1.1.x86_64",
"openSUSE Tumbleweed:libopenssl3-3.1.1-1.1.aarch64",
"openSUSE Tumbleweed:libopenssl3-3.1.1-1.1.ppc64le",
"openSUSE Tumbleweed:libopenssl3-3.1.1-1.1.s390x",
"openSUSE Tumbleweed:libopenssl3-3.1.1-1.1.x86_64",
"openSUSE Tumbleweed:libopenssl3-32bit-3.1.1-1.1.aarch64",
"openSUSE Tumbleweed:libopenssl3-32bit-3.1.1-1.1.ppc64le",
"openSUSE Tumbleweed:libopenssl3-32bit-3.1.1-1.1.s390x",
"openSUSE Tumbleweed:libopenssl3-32bit-3.1.1-1.1.x86_64",
"openSUSE Tumbleweed:libopenssl3-x86-64-v3-3.1.1-1.1.aarch64",
"openSUSE Tumbleweed:libopenssl3-x86-64-v3-3.1.1-1.1.ppc64le",
"openSUSE Tumbleweed:libopenssl3-x86-64-v3-3.1.1-1.1.s390x",
"openSUSE Tumbleweed:libopenssl3-x86-64-v3-3.1.1-1.1.x86_64",
"openSUSE Tumbleweed:openssl-3-3.1.1-1.1.aarch64",
"openSUSE Tumbleweed:openssl-3-3.1.1-1.1.ppc64le",
"openSUSE Tumbleweed:openssl-3-3.1.1-1.1.s390x",
"openSUSE Tumbleweed:openssl-3-3.1.1-1.1.x86_64",
"openSUSE Tumbleweed:openssl-3-doc-3.1.1-1.1.aarch64",
"openSUSE Tumbleweed:openssl-3-doc-3.1.1-1.1.ppc64le",
"openSUSE Tumbleweed:openssl-3-doc-3.1.1-1.1.s390x",
"openSUSE Tumbleweed:openssl-3-doc-3.1.1-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-06-15T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2023-0465"
},
{
"cve": "CVE-2023-0466",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-0466"
}
],
"notes": [
{
"category": "general",
"text": "The function X509_VERIFY_PARAM_add0_policy() is documented to\nimplicitly enable the certificate policy check when doing certificate\nverification. However the implementation of the function does not\nenable the check which allows certificates with invalid or incorrect\npolicies to pass the certificate verification.\n\nAs suddenly enabling the policy check could break existing deployments it was\ndecided to keep the existing behavior of the X509_VERIFY_PARAM_add0_policy()\nfunction.\n\nInstead the applications that require OpenSSL to perform certificate\npolicy check need to use X509_VERIFY_PARAM_set1_policies() or explicitly\nenable the policy check by calling X509_VERIFY_PARAM_set_flags() with\nthe X509_V_FLAG_POLICY_CHECK flag argument.\n\nCertificate policy checks are disabled by default in OpenSSL and are not\ncommonly used by applications.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:libopenssl-3-devel-3.1.1-1.1.aarch64",
"openSUSE Tumbleweed:libopenssl-3-devel-3.1.1-1.1.ppc64le",
"openSUSE Tumbleweed:libopenssl-3-devel-3.1.1-1.1.s390x",
"openSUSE Tumbleweed:libopenssl-3-devel-3.1.1-1.1.x86_64",
"openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.1.1-1.1.aarch64",
"openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.1.1-1.1.ppc64le",
"openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.1.1-1.1.s390x",
"openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.1.1-1.1.x86_64",
"openSUSE Tumbleweed:libopenssl3-3.1.1-1.1.aarch64",
"openSUSE Tumbleweed:libopenssl3-3.1.1-1.1.ppc64le",
"openSUSE Tumbleweed:libopenssl3-3.1.1-1.1.s390x",
"openSUSE Tumbleweed:libopenssl3-3.1.1-1.1.x86_64",
"openSUSE Tumbleweed:libopenssl3-32bit-3.1.1-1.1.aarch64",
"openSUSE Tumbleweed:libopenssl3-32bit-3.1.1-1.1.ppc64le",
"openSUSE Tumbleweed:libopenssl3-32bit-3.1.1-1.1.s390x",
"openSUSE Tumbleweed:libopenssl3-32bit-3.1.1-1.1.x86_64",
"openSUSE Tumbleweed:libopenssl3-x86-64-v3-3.1.1-1.1.aarch64",
"openSUSE Tumbleweed:libopenssl3-x86-64-v3-3.1.1-1.1.ppc64le",
"openSUSE Tumbleweed:libopenssl3-x86-64-v3-3.1.1-1.1.s390x",
"openSUSE Tumbleweed:libopenssl3-x86-64-v3-3.1.1-1.1.x86_64",
"openSUSE Tumbleweed:openssl-3-3.1.1-1.1.aarch64",
"openSUSE Tumbleweed:openssl-3-3.1.1-1.1.ppc64le",
"openSUSE Tumbleweed:openssl-3-3.1.1-1.1.s390x",
"openSUSE Tumbleweed:openssl-3-3.1.1-1.1.x86_64",
"openSUSE Tumbleweed:openssl-3-doc-3.1.1-1.1.aarch64",
"openSUSE Tumbleweed:openssl-3-doc-3.1.1-1.1.ppc64le",
"openSUSE Tumbleweed:openssl-3-doc-3.1.1-1.1.s390x",
"openSUSE Tumbleweed:openssl-3-doc-3.1.1-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-0466",
"url": "https://www.suse.com/security/cve/CVE-2023-0466"
},
{
"category": "external",
"summary": "SUSE Bug 1209873 for CVE-2023-0466",
"url": "https://bugzilla.suse.com/1209873"
}
],
"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:libopenssl-3-devel-3.1.1-1.1.aarch64",
"openSUSE Tumbleweed:libopenssl-3-devel-3.1.1-1.1.ppc64le",
"openSUSE Tumbleweed:libopenssl-3-devel-3.1.1-1.1.s390x",
"openSUSE Tumbleweed:libopenssl-3-devel-3.1.1-1.1.x86_64",
"openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.1.1-1.1.aarch64",
"openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.1.1-1.1.ppc64le",
"openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.1.1-1.1.s390x",
"openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.1.1-1.1.x86_64",
"openSUSE Tumbleweed:libopenssl3-3.1.1-1.1.aarch64",
"openSUSE Tumbleweed:libopenssl3-3.1.1-1.1.ppc64le",
"openSUSE Tumbleweed:libopenssl3-3.1.1-1.1.s390x",
"openSUSE Tumbleweed:libopenssl3-3.1.1-1.1.x86_64",
"openSUSE Tumbleweed:libopenssl3-32bit-3.1.1-1.1.aarch64",
"openSUSE Tumbleweed:libopenssl3-32bit-3.1.1-1.1.ppc64le",
"openSUSE Tumbleweed:libopenssl3-32bit-3.1.1-1.1.s390x",
"openSUSE Tumbleweed:libopenssl3-32bit-3.1.1-1.1.x86_64",
"openSUSE Tumbleweed:libopenssl3-x86-64-v3-3.1.1-1.1.aarch64",
"openSUSE Tumbleweed:libopenssl3-x86-64-v3-3.1.1-1.1.ppc64le",
"openSUSE Tumbleweed:libopenssl3-x86-64-v3-3.1.1-1.1.s390x",
"openSUSE Tumbleweed:libopenssl3-x86-64-v3-3.1.1-1.1.x86_64",
"openSUSE Tumbleweed:openssl-3-3.1.1-1.1.aarch64",
"openSUSE Tumbleweed:openssl-3-3.1.1-1.1.ppc64le",
"openSUSE Tumbleweed:openssl-3-3.1.1-1.1.s390x",
"openSUSE Tumbleweed:openssl-3-3.1.1-1.1.x86_64",
"openSUSE Tumbleweed:openssl-3-doc-3.1.1-1.1.aarch64",
"openSUSE Tumbleweed:openssl-3-doc-3.1.1-1.1.ppc64le",
"openSUSE Tumbleweed:openssl-3-doc-3.1.1-1.1.s390x",
"openSUSE Tumbleweed:openssl-3-doc-3.1.1-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 2,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:H/UI:R/S:U/C:N/I:L/A:N",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:libopenssl-3-devel-3.1.1-1.1.aarch64",
"openSUSE Tumbleweed:libopenssl-3-devel-3.1.1-1.1.ppc64le",
"openSUSE Tumbleweed:libopenssl-3-devel-3.1.1-1.1.s390x",
"openSUSE Tumbleweed:libopenssl-3-devel-3.1.1-1.1.x86_64",
"openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.1.1-1.1.aarch64",
"openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.1.1-1.1.ppc64le",
"openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.1.1-1.1.s390x",
"openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.1.1-1.1.x86_64",
"openSUSE Tumbleweed:libopenssl3-3.1.1-1.1.aarch64",
"openSUSE Tumbleweed:libopenssl3-3.1.1-1.1.ppc64le",
"openSUSE Tumbleweed:libopenssl3-3.1.1-1.1.s390x",
"openSUSE Tumbleweed:libopenssl3-3.1.1-1.1.x86_64",
"openSUSE Tumbleweed:libopenssl3-32bit-3.1.1-1.1.aarch64",
"openSUSE Tumbleweed:libopenssl3-32bit-3.1.1-1.1.ppc64le",
"openSUSE Tumbleweed:libopenssl3-32bit-3.1.1-1.1.s390x",
"openSUSE Tumbleweed:libopenssl3-32bit-3.1.1-1.1.x86_64",
"openSUSE Tumbleweed:libopenssl3-x86-64-v3-3.1.1-1.1.aarch64",
"openSUSE Tumbleweed:libopenssl3-x86-64-v3-3.1.1-1.1.ppc64le",
"openSUSE Tumbleweed:libopenssl3-x86-64-v3-3.1.1-1.1.s390x",
"openSUSE Tumbleweed:libopenssl3-x86-64-v3-3.1.1-1.1.x86_64",
"openSUSE Tumbleweed:openssl-3-3.1.1-1.1.aarch64",
"openSUSE Tumbleweed:openssl-3-3.1.1-1.1.ppc64le",
"openSUSE Tumbleweed:openssl-3-3.1.1-1.1.s390x",
"openSUSE Tumbleweed:openssl-3-3.1.1-1.1.x86_64",
"openSUSE Tumbleweed:openssl-3-doc-3.1.1-1.1.aarch64",
"openSUSE Tumbleweed:openssl-3-doc-3.1.1-1.1.ppc64le",
"openSUSE Tumbleweed:openssl-3-doc-3.1.1-1.1.s390x",
"openSUSE Tumbleweed:openssl-3-doc-3.1.1-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-06-15T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2023-0466"
},
{
"cve": "CVE-2023-1255",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-1255"
}
],
"notes": [
{
"category": "general",
"text": "Issue summary: The AES-XTS cipher decryption implementation for 64 bit ARM\nplatform contains a bug that could cause it to read past the input buffer,\nleading to a crash.\n\nImpact summary: Applications that use the AES-XTS algorithm on the 64 bit ARM\nplatform can crash in rare circumstances. The AES-XTS algorithm is usually\nused for disk encryption.\n\nThe AES-XTS cipher decryption implementation for 64 bit ARM platform will read\npast the end of the ciphertext buffer if the ciphertext size is 4 mod 5 in 16\nbyte blocks, e.g. 144 bytes or 1024 bytes. If the memory after the ciphertext\nbuffer is unmapped, this will trigger a crash which results in a denial of\nservice.\n\nIf an attacker can control the size and location of the ciphertext buffer\nbeing decrypted by an application using AES-XTS on 64 bit ARM, the\napplication is affected. This is fairly unlikely making this issue\na Low severity one.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:libopenssl-3-devel-3.1.1-1.1.aarch64",
"openSUSE Tumbleweed:libopenssl-3-devel-3.1.1-1.1.ppc64le",
"openSUSE Tumbleweed:libopenssl-3-devel-3.1.1-1.1.s390x",
"openSUSE Tumbleweed:libopenssl-3-devel-3.1.1-1.1.x86_64",
"openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.1.1-1.1.aarch64",
"openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.1.1-1.1.ppc64le",
"openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.1.1-1.1.s390x",
"openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.1.1-1.1.x86_64",
"openSUSE Tumbleweed:libopenssl3-3.1.1-1.1.aarch64",
"openSUSE Tumbleweed:libopenssl3-3.1.1-1.1.ppc64le",
"openSUSE Tumbleweed:libopenssl3-3.1.1-1.1.s390x",
"openSUSE Tumbleweed:libopenssl3-3.1.1-1.1.x86_64",
"openSUSE Tumbleweed:libopenssl3-32bit-3.1.1-1.1.aarch64",
"openSUSE Tumbleweed:libopenssl3-32bit-3.1.1-1.1.ppc64le",
"openSUSE Tumbleweed:libopenssl3-32bit-3.1.1-1.1.s390x",
"openSUSE Tumbleweed:libopenssl3-32bit-3.1.1-1.1.x86_64",
"openSUSE Tumbleweed:libopenssl3-x86-64-v3-3.1.1-1.1.aarch64",
"openSUSE Tumbleweed:libopenssl3-x86-64-v3-3.1.1-1.1.ppc64le",
"openSUSE Tumbleweed:libopenssl3-x86-64-v3-3.1.1-1.1.s390x",
"openSUSE Tumbleweed:libopenssl3-x86-64-v3-3.1.1-1.1.x86_64",
"openSUSE Tumbleweed:openssl-3-3.1.1-1.1.aarch64",
"openSUSE Tumbleweed:openssl-3-3.1.1-1.1.ppc64le",
"openSUSE Tumbleweed:openssl-3-3.1.1-1.1.s390x",
"openSUSE Tumbleweed:openssl-3-3.1.1-1.1.x86_64",
"openSUSE Tumbleweed:openssl-3-doc-3.1.1-1.1.aarch64",
"openSUSE Tumbleweed:openssl-3-doc-3.1.1-1.1.ppc64le",
"openSUSE Tumbleweed:openssl-3-doc-3.1.1-1.1.s390x",
"openSUSE Tumbleweed:openssl-3-doc-3.1.1-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-1255",
"url": "https://www.suse.com/security/cve/CVE-2023-1255"
},
{
"category": "external",
"summary": "SUSE Bug 1210714 for CVE-2023-1255",
"url": "https://bugzilla.suse.com/1210714"
}
],
"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:libopenssl-3-devel-3.1.1-1.1.aarch64",
"openSUSE Tumbleweed:libopenssl-3-devel-3.1.1-1.1.ppc64le",
"openSUSE Tumbleweed:libopenssl-3-devel-3.1.1-1.1.s390x",
"openSUSE Tumbleweed:libopenssl-3-devel-3.1.1-1.1.x86_64",
"openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.1.1-1.1.aarch64",
"openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.1.1-1.1.ppc64le",
"openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.1.1-1.1.s390x",
"openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.1.1-1.1.x86_64",
"openSUSE Tumbleweed:libopenssl3-3.1.1-1.1.aarch64",
"openSUSE Tumbleweed:libopenssl3-3.1.1-1.1.ppc64le",
"openSUSE Tumbleweed:libopenssl3-3.1.1-1.1.s390x",
"openSUSE Tumbleweed:libopenssl3-3.1.1-1.1.x86_64",
"openSUSE Tumbleweed:libopenssl3-32bit-3.1.1-1.1.aarch64",
"openSUSE Tumbleweed:libopenssl3-32bit-3.1.1-1.1.ppc64le",
"openSUSE Tumbleweed:libopenssl3-32bit-3.1.1-1.1.s390x",
"openSUSE Tumbleweed:libopenssl3-32bit-3.1.1-1.1.x86_64",
"openSUSE Tumbleweed:libopenssl3-x86-64-v3-3.1.1-1.1.aarch64",
"openSUSE Tumbleweed:libopenssl3-x86-64-v3-3.1.1-1.1.ppc64le",
"openSUSE Tumbleweed:libopenssl3-x86-64-v3-3.1.1-1.1.s390x",
"openSUSE Tumbleweed:libopenssl3-x86-64-v3-3.1.1-1.1.x86_64",
"openSUSE Tumbleweed:openssl-3-3.1.1-1.1.aarch64",
"openSUSE Tumbleweed:openssl-3-3.1.1-1.1.ppc64le",
"openSUSE Tumbleweed:openssl-3-3.1.1-1.1.s390x",
"openSUSE Tumbleweed:openssl-3-3.1.1-1.1.x86_64",
"openSUSE Tumbleweed:openssl-3-doc-3.1.1-1.1.aarch64",
"openSUSE Tumbleweed:openssl-3-doc-3.1.1-1.1.ppc64le",
"openSUSE Tumbleweed:openssl-3-doc-3.1.1-1.1.s390x",
"openSUSE Tumbleweed:openssl-3-doc-3.1.1-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:libopenssl-3-devel-3.1.1-1.1.aarch64",
"openSUSE Tumbleweed:libopenssl-3-devel-3.1.1-1.1.ppc64le",
"openSUSE Tumbleweed:libopenssl-3-devel-3.1.1-1.1.s390x",
"openSUSE Tumbleweed:libopenssl-3-devel-3.1.1-1.1.x86_64",
"openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.1.1-1.1.aarch64",
"openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.1.1-1.1.ppc64le",
"openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.1.1-1.1.s390x",
"openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.1.1-1.1.x86_64",
"openSUSE Tumbleweed:libopenssl3-3.1.1-1.1.aarch64",
"openSUSE Tumbleweed:libopenssl3-3.1.1-1.1.ppc64le",
"openSUSE Tumbleweed:libopenssl3-3.1.1-1.1.s390x",
"openSUSE Tumbleweed:libopenssl3-3.1.1-1.1.x86_64",
"openSUSE Tumbleweed:libopenssl3-32bit-3.1.1-1.1.aarch64",
"openSUSE Tumbleweed:libopenssl3-32bit-3.1.1-1.1.ppc64le",
"openSUSE Tumbleweed:libopenssl3-32bit-3.1.1-1.1.s390x",
"openSUSE Tumbleweed:libopenssl3-32bit-3.1.1-1.1.x86_64",
"openSUSE Tumbleweed:libopenssl3-x86-64-v3-3.1.1-1.1.aarch64",
"openSUSE Tumbleweed:libopenssl3-x86-64-v3-3.1.1-1.1.ppc64le",
"openSUSE Tumbleweed:libopenssl3-x86-64-v3-3.1.1-1.1.s390x",
"openSUSE Tumbleweed:libopenssl3-x86-64-v3-3.1.1-1.1.x86_64",
"openSUSE Tumbleweed:openssl-3-3.1.1-1.1.aarch64",
"openSUSE Tumbleweed:openssl-3-3.1.1-1.1.ppc64le",
"openSUSE Tumbleweed:openssl-3-3.1.1-1.1.s390x",
"openSUSE Tumbleweed:openssl-3-3.1.1-1.1.x86_64",
"openSUSE Tumbleweed:openssl-3-doc-3.1.1-1.1.aarch64",
"openSUSE Tumbleweed:openssl-3-doc-3.1.1-1.1.ppc64le",
"openSUSE Tumbleweed:openssl-3-doc-3.1.1-1.1.s390x",
"openSUSE Tumbleweed:openssl-3-doc-3.1.1-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-06-15T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2023-1255"
},
{
"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:libopenssl-3-devel-3.1.1-1.1.aarch64",
"openSUSE Tumbleweed:libopenssl-3-devel-3.1.1-1.1.ppc64le",
"openSUSE Tumbleweed:libopenssl-3-devel-3.1.1-1.1.s390x",
"openSUSE Tumbleweed:libopenssl-3-devel-3.1.1-1.1.x86_64",
"openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.1.1-1.1.aarch64",
"openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.1.1-1.1.ppc64le",
"openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.1.1-1.1.s390x",
"openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.1.1-1.1.x86_64",
"openSUSE Tumbleweed:libopenssl3-3.1.1-1.1.aarch64",
"openSUSE Tumbleweed:libopenssl3-3.1.1-1.1.ppc64le",
"openSUSE Tumbleweed:libopenssl3-3.1.1-1.1.s390x",
"openSUSE Tumbleweed:libopenssl3-3.1.1-1.1.x86_64",
"openSUSE Tumbleweed:libopenssl3-32bit-3.1.1-1.1.aarch64",
"openSUSE Tumbleweed:libopenssl3-32bit-3.1.1-1.1.ppc64le",
"openSUSE Tumbleweed:libopenssl3-32bit-3.1.1-1.1.s390x",
"openSUSE Tumbleweed:libopenssl3-32bit-3.1.1-1.1.x86_64",
"openSUSE Tumbleweed:libopenssl3-x86-64-v3-3.1.1-1.1.aarch64",
"openSUSE Tumbleweed:libopenssl3-x86-64-v3-3.1.1-1.1.ppc64le",
"openSUSE Tumbleweed:libopenssl3-x86-64-v3-3.1.1-1.1.s390x",
"openSUSE Tumbleweed:libopenssl3-x86-64-v3-3.1.1-1.1.x86_64",
"openSUSE Tumbleweed:openssl-3-3.1.1-1.1.aarch64",
"openSUSE Tumbleweed:openssl-3-3.1.1-1.1.ppc64le",
"openSUSE Tumbleweed:openssl-3-3.1.1-1.1.s390x",
"openSUSE Tumbleweed:openssl-3-3.1.1-1.1.x86_64",
"openSUSE Tumbleweed:openssl-3-doc-3.1.1-1.1.aarch64",
"openSUSE Tumbleweed:openssl-3-doc-3.1.1-1.1.ppc64le",
"openSUSE Tumbleweed:openssl-3-doc-3.1.1-1.1.s390x",
"openSUSE Tumbleweed:openssl-3-doc-3.1.1-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:libopenssl-3-devel-3.1.1-1.1.aarch64",
"openSUSE Tumbleweed:libopenssl-3-devel-3.1.1-1.1.ppc64le",
"openSUSE Tumbleweed:libopenssl-3-devel-3.1.1-1.1.s390x",
"openSUSE Tumbleweed:libopenssl-3-devel-3.1.1-1.1.x86_64",
"openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.1.1-1.1.aarch64",
"openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.1.1-1.1.ppc64le",
"openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.1.1-1.1.s390x",
"openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.1.1-1.1.x86_64",
"openSUSE Tumbleweed:libopenssl3-3.1.1-1.1.aarch64",
"openSUSE Tumbleweed:libopenssl3-3.1.1-1.1.ppc64le",
"openSUSE Tumbleweed:libopenssl3-3.1.1-1.1.s390x",
"openSUSE Tumbleweed:libopenssl3-3.1.1-1.1.x86_64",
"openSUSE Tumbleweed:libopenssl3-32bit-3.1.1-1.1.aarch64",
"openSUSE Tumbleweed:libopenssl3-32bit-3.1.1-1.1.ppc64le",
"openSUSE Tumbleweed:libopenssl3-32bit-3.1.1-1.1.s390x",
"openSUSE Tumbleweed:libopenssl3-32bit-3.1.1-1.1.x86_64",
"openSUSE Tumbleweed:libopenssl3-x86-64-v3-3.1.1-1.1.aarch64",
"openSUSE Tumbleweed:libopenssl3-x86-64-v3-3.1.1-1.1.ppc64le",
"openSUSE Tumbleweed:libopenssl3-x86-64-v3-3.1.1-1.1.s390x",
"openSUSE Tumbleweed:libopenssl3-x86-64-v3-3.1.1-1.1.x86_64",
"openSUSE Tumbleweed:openssl-3-3.1.1-1.1.aarch64",
"openSUSE Tumbleweed:openssl-3-3.1.1-1.1.ppc64le",
"openSUSE Tumbleweed:openssl-3-3.1.1-1.1.s390x",
"openSUSE Tumbleweed:openssl-3-3.1.1-1.1.x86_64",
"openSUSE Tumbleweed:openssl-3-doc-3.1.1-1.1.aarch64",
"openSUSE Tumbleweed:openssl-3-doc-3.1.1-1.1.ppc64le",
"openSUSE Tumbleweed:openssl-3-doc-3.1.1-1.1.s390x",
"openSUSE Tumbleweed:openssl-3-doc-3.1.1-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:libopenssl-3-devel-3.1.1-1.1.aarch64",
"openSUSE Tumbleweed:libopenssl-3-devel-3.1.1-1.1.ppc64le",
"openSUSE Tumbleweed:libopenssl-3-devel-3.1.1-1.1.s390x",
"openSUSE Tumbleweed:libopenssl-3-devel-3.1.1-1.1.x86_64",
"openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.1.1-1.1.aarch64",
"openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.1.1-1.1.ppc64le",
"openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.1.1-1.1.s390x",
"openSUSE Tumbleweed:libopenssl-3-devel-32bit-3.1.1-1.1.x86_64",
"openSUSE Tumbleweed:libopenssl3-3.1.1-1.1.aarch64",
"openSUSE Tumbleweed:libopenssl3-3.1.1-1.1.ppc64le",
"openSUSE Tumbleweed:libopenssl3-3.1.1-1.1.s390x",
"openSUSE Tumbleweed:libopenssl3-3.1.1-1.1.x86_64",
"openSUSE Tumbleweed:libopenssl3-32bit-3.1.1-1.1.aarch64",
"openSUSE Tumbleweed:libopenssl3-32bit-3.1.1-1.1.ppc64le",
"openSUSE Tumbleweed:libopenssl3-32bit-3.1.1-1.1.s390x",
"openSUSE Tumbleweed:libopenssl3-32bit-3.1.1-1.1.x86_64",
"openSUSE Tumbleweed:libopenssl3-x86-64-v3-3.1.1-1.1.aarch64",
"openSUSE Tumbleweed:libopenssl3-x86-64-v3-3.1.1-1.1.ppc64le",
"openSUSE Tumbleweed:libopenssl3-x86-64-v3-3.1.1-1.1.s390x",
"openSUSE Tumbleweed:libopenssl3-x86-64-v3-3.1.1-1.1.x86_64",
"openSUSE Tumbleweed:openssl-3-3.1.1-1.1.aarch64",
"openSUSE Tumbleweed:openssl-3-3.1.1-1.1.ppc64le",
"openSUSE Tumbleweed:openssl-3-3.1.1-1.1.s390x",
"openSUSE Tumbleweed:openssl-3-3.1.1-1.1.x86_64",
"openSUSE Tumbleweed:openssl-3-doc-3.1.1-1.1.aarch64",
"openSUSE Tumbleweed:openssl-3-doc-3.1.1-1.1.ppc64le",
"openSUSE Tumbleweed:openssl-3-doc-3.1.1-1.1.s390x",
"openSUSE Tumbleweed:openssl-3-doc-3.1.1-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-06-15T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2023-2650"
}
]
}
OPENSUSE-SU-2024:12972-1
Vulnerability from csaf_opensuse - Published: 2024-06-15 00:00 - Updated: 2024-06-15 00:00Summary
libopenssl-1_1-devel-1.1.1u-1.1 on GA media
Severity
Moderate
Notes
Title of the patch: libopenssl-1_1-devel-1.1.1u-1.1 on GA media
Description of the patch: These are all security issues fixed in the libopenssl-1_1-devel-1.1.1u-1.1 package on the GA media of openSUSE Tumbleweed.
Patchnames: openSUSE-Tumbleweed-2024-12972
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
6.5 (Medium)
Affected products
Recommended
24 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1u-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1u-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1u-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1u-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1u-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1u-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1u-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1u-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl1_1-1.1.1u-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl1_1-1.1.1u-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl1_1-1.1.1u-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl1_1-1.1.1u-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1u-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1u-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1u-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1u-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:openssl-1_1-1.1.1u-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:openssl-1_1-1.1.1u-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:openssl-1_1-1.1.1u-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:openssl-1_1-1.1.1u-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:openssl-1_1-doc-1.1.1u-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:openssl-1_1-doc-1.1.1u-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:openssl-1_1-doc-1.1.1u-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:openssl-1_1-doc-1.1.1u-1.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
References
5 references
{
"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": "libopenssl-1_1-devel-1.1.1u-1.1 on GA media",
"title": "Title of the patch"
},
{
"category": "description",
"text": "These are all security issues fixed in the libopenssl-1_1-devel-1.1.1u-1.1 package on the GA media of openSUSE Tumbleweed.",
"title": "Description of the patch"
},
{
"category": "details",
"text": "openSUSE-Tumbleweed-2024-12972",
"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_12972-1.json"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-2650 page",
"url": "https://www.suse.com/security/cve/CVE-2023-2650/"
}
],
"title": "libopenssl-1_1-devel-1.1.1u-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:12972-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": "libopenssl-1_1-devel-1.1.1u-1.1.aarch64",
"product": {
"name": "libopenssl-1_1-devel-1.1.1u-1.1.aarch64",
"product_id": "libopenssl-1_1-devel-1.1.1u-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "libopenssl-1_1-devel-32bit-1.1.1u-1.1.aarch64",
"product": {
"name": "libopenssl-1_1-devel-32bit-1.1.1u-1.1.aarch64",
"product_id": "libopenssl-1_1-devel-32bit-1.1.1u-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "libopenssl1_1-1.1.1u-1.1.aarch64",
"product": {
"name": "libopenssl1_1-1.1.1u-1.1.aarch64",
"product_id": "libopenssl1_1-1.1.1u-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "libopenssl1_1-32bit-1.1.1u-1.1.aarch64",
"product": {
"name": "libopenssl1_1-32bit-1.1.1u-1.1.aarch64",
"product_id": "libopenssl1_1-32bit-1.1.1u-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "openssl-1_1-1.1.1u-1.1.aarch64",
"product": {
"name": "openssl-1_1-1.1.1u-1.1.aarch64",
"product_id": "openssl-1_1-1.1.1u-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "openssl-1_1-doc-1.1.1u-1.1.aarch64",
"product": {
"name": "openssl-1_1-doc-1.1.1u-1.1.aarch64",
"product_id": "openssl-1_1-doc-1.1.1u-1.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "libopenssl-1_1-devel-1.1.1u-1.1.ppc64le",
"product": {
"name": "libopenssl-1_1-devel-1.1.1u-1.1.ppc64le",
"product_id": "libopenssl-1_1-devel-1.1.1u-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libopenssl-1_1-devel-32bit-1.1.1u-1.1.ppc64le",
"product": {
"name": "libopenssl-1_1-devel-32bit-1.1.1u-1.1.ppc64le",
"product_id": "libopenssl-1_1-devel-32bit-1.1.1u-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libopenssl1_1-1.1.1u-1.1.ppc64le",
"product": {
"name": "libopenssl1_1-1.1.1u-1.1.ppc64le",
"product_id": "libopenssl1_1-1.1.1u-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libopenssl1_1-32bit-1.1.1u-1.1.ppc64le",
"product": {
"name": "libopenssl1_1-32bit-1.1.1u-1.1.ppc64le",
"product_id": "libopenssl1_1-32bit-1.1.1u-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "openssl-1_1-1.1.1u-1.1.ppc64le",
"product": {
"name": "openssl-1_1-1.1.1u-1.1.ppc64le",
"product_id": "openssl-1_1-1.1.1u-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "openssl-1_1-doc-1.1.1u-1.1.ppc64le",
"product": {
"name": "openssl-1_1-doc-1.1.1u-1.1.ppc64le",
"product_id": "openssl-1_1-doc-1.1.1u-1.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "libopenssl-1_1-devel-1.1.1u-1.1.s390x",
"product": {
"name": "libopenssl-1_1-devel-1.1.1u-1.1.s390x",
"product_id": "libopenssl-1_1-devel-1.1.1u-1.1.s390x"
}
},
{
"category": "product_version",
"name": "libopenssl-1_1-devel-32bit-1.1.1u-1.1.s390x",
"product": {
"name": "libopenssl-1_1-devel-32bit-1.1.1u-1.1.s390x",
"product_id": "libopenssl-1_1-devel-32bit-1.1.1u-1.1.s390x"
}
},
{
"category": "product_version",
"name": "libopenssl1_1-1.1.1u-1.1.s390x",
"product": {
"name": "libopenssl1_1-1.1.1u-1.1.s390x",
"product_id": "libopenssl1_1-1.1.1u-1.1.s390x"
}
},
{
"category": "product_version",
"name": "libopenssl1_1-32bit-1.1.1u-1.1.s390x",
"product": {
"name": "libopenssl1_1-32bit-1.1.1u-1.1.s390x",
"product_id": "libopenssl1_1-32bit-1.1.1u-1.1.s390x"
}
},
{
"category": "product_version",
"name": "openssl-1_1-1.1.1u-1.1.s390x",
"product": {
"name": "openssl-1_1-1.1.1u-1.1.s390x",
"product_id": "openssl-1_1-1.1.1u-1.1.s390x"
}
},
{
"category": "product_version",
"name": "openssl-1_1-doc-1.1.1u-1.1.s390x",
"product": {
"name": "openssl-1_1-doc-1.1.1u-1.1.s390x",
"product_id": "openssl-1_1-doc-1.1.1u-1.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "libopenssl-1_1-devel-1.1.1u-1.1.x86_64",
"product": {
"name": "libopenssl-1_1-devel-1.1.1u-1.1.x86_64",
"product_id": "libopenssl-1_1-devel-1.1.1u-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "libopenssl-1_1-devel-32bit-1.1.1u-1.1.x86_64",
"product": {
"name": "libopenssl-1_1-devel-32bit-1.1.1u-1.1.x86_64",
"product_id": "libopenssl-1_1-devel-32bit-1.1.1u-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "libopenssl1_1-1.1.1u-1.1.x86_64",
"product": {
"name": "libopenssl1_1-1.1.1u-1.1.x86_64",
"product_id": "libopenssl1_1-1.1.1u-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "libopenssl1_1-32bit-1.1.1u-1.1.x86_64",
"product": {
"name": "libopenssl1_1-32bit-1.1.1u-1.1.x86_64",
"product_id": "libopenssl1_1-32bit-1.1.1u-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "openssl-1_1-1.1.1u-1.1.x86_64",
"product": {
"name": "openssl-1_1-1.1.1u-1.1.x86_64",
"product_id": "openssl-1_1-1.1.1u-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "openssl-1_1-doc-1.1.1u-1.1.x86_64",
"product": {
"name": "openssl-1_1-doc-1.1.1u-1.1.x86_64",
"product_id": "openssl-1_1-doc-1.1.1u-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": "libopenssl-1_1-devel-1.1.1u-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1u-1.1.aarch64"
},
"product_reference": "libopenssl-1_1-devel-1.1.1u-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-1_1-devel-1.1.1u-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1u-1.1.ppc64le"
},
"product_reference": "libopenssl-1_1-devel-1.1.1u-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-1_1-devel-1.1.1u-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1u-1.1.s390x"
},
"product_reference": "libopenssl-1_1-devel-1.1.1u-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-1_1-devel-1.1.1u-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1u-1.1.x86_64"
},
"product_reference": "libopenssl-1_1-devel-1.1.1u-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-1_1-devel-32bit-1.1.1u-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1u-1.1.aarch64"
},
"product_reference": "libopenssl-1_1-devel-32bit-1.1.1u-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-1_1-devel-32bit-1.1.1u-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1u-1.1.ppc64le"
},
"product_reference": "libopenssl-1_1-devel-32bit-1.1.1u-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-1_1-devel-32bit-1.1.1u-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1u-1.1.s390x"
},
"product_reference": "libopenssl-1_1-devel-32bit-1.1.1u-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-1_1-devel-32bit-1.1.1u-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1u-1.1.x86_64"
},
"product_reference": "libopenssl-1_1-devel-32bit-1.1.1u-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-1.1.1u-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libopenssl1_1-1.1.1u-1.1.aarch64"
},
"product_reference": "libopenssl1_1-1.1.1u-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-1.1.1u-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libopenssl1_1-1.1.1u-1.1.ppc64le"
},
"product_reference": "libopenssl1_1-1.1.1u-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-1.1.1u-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libopenssl1_1-1.1.1u-1.1.s390x"
},
"product_reference": "libopenssl1_1-1.1.1u-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-1.1.1u-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libopenssl1_1-1.1.1u-1.1.x86_64"
},
"product_reference": "libopenssl1_1-1.1.1u-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-32bit-1.1.1u-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1u-1.1.aarch64"
},
"product_reference": "libopenssl1_1-32bit-1.1.1u-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-32bit-1.1.1u-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1u-1.1.ppc64le"
},
"product_reference": "libopenssl1_1-32bit-1.1.1u-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-32bit-1.1.1u-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1u-1.1.s390x"
},
"product_reference": "libopenssl1_1-32bit-1.1.1u-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-32bit-1.1.1u-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1u-1.1.x86_64"
},
"product_reference": "libopenssl1_1-32bit-1.1.1u-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1_1-1.1.1u-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:openssl-1_1-1.1.1u-1.1.aarch64"
},
"product_reference": "openssl-1_1-1.1.1u-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1_1-1.1.1u-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:openssl-1_1-1.1.1u-1.1.ppc64le"
},
"product_reference": "openssl-1_1-1.1.1u-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1_1-1.1.1u-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:openssl-1_1-1.1.1u-1.1.s390x"
},
"product_reference": "openssl-1_1-1.1.1u-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1_1-1.1.1u-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:openssl-1_1-1.1.1u-1.1.x86_64"
},
"product_reference": "openssl-1_1-1.1.1u-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1_1-doc-1.1.1u-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1u-1.1.aarch64"
},
"product_reference": "openssl-1_1-doc-1.1.1u-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1_1-doc-1.1.1u-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1u-1.1.ppc64le"
},
"product_reference": "openssl-1_1-doc-1.1.1u-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1_1-doc-1.1.1u-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1u-1.1.s390x"
},
"product_reference": "openssl-1_1-doc-1.1.1u-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1_1-doc-1.1.1u-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:openssl-1_1-doc-1.1.1u-1.1.x86_64"
},
"product_reference": "openssl-1_1-doc-1.1.1u-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
}
]
},
"vulnerabilities": [
{
"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:libopenssl-1_1-devel-1.1.1u-1.1.aarch64",
"openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1u-1.1.ppc64le",
"openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1u-1.1.s390x",
"openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1u-1.1.x86_64",
"openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1u-1.1.aarch64",
"openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1u-1.1.ppc64le",
"openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1u-1.1.s390x",
"openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1u-1.1.x86_64",
"openSUSE Tumbleweed:libopenssl1_1-1.1.1u-1.1.aarch64",
"openSUSE Tumbleweed:libopenssl1_1-1.1.1u-1.1.ppc64le",
"openSUSE Tumbleweed:libopenssl1_1-1.1.1u-1.1.s390x",
"openSUSE Tumbleweed:libopenssl1_1-1.1.1u-1.1.x86_64",
"openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1u-1.1.aarch64",
"openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1u-1.1.ppc64le",
"openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1u-1.1.s390x",
"openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1u-1.1.x86_64",
"openSUSE Tumbleweed:openssl-1_1-1.1.1u-1.1.aarch64",
"openSUSE Tumbleweed:openssl-1_1-1.1.1u-1.1.ppc64le",
"openSUSE Tumbleweed:openssl-1_1-1.1.1u-1.1.s390x",
"openSUSE Tumbleweed:openssl-1_1-1.1.1u-1.1.x86_64",
"openSUSE Tumbleweed:openssl-1_1-doc-1.1.1u-1.1.aarch64",
"openSUSE Tumbleweed:openssl-1_1-doc-1.1.1u-1.1.ppc64le",
"openSUSE Tumbleweed:openssl-1_1-doc-1.1.1u-1.1.s390x",
"openSUSE Tumbleweed:openssl-1_1-doc-1.1.1u-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:libopenssl-1_1-devel-1.1.1u-1.1.aarch64",
"openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1u-1.1.ppc64le",
"openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1u-1.1.s390x",
"openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1u-1.1.x86_64",
"openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1u-1.1.aarch64",
"openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1u-1.1.ppc64le",
"openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1u-1.1.s390x",
"openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1u-1.1.x86_64",
"openSUSE Tumbleweed:libopenssl1_1-1.1.1u-1.1.aarch64",
"openSUSE Tumbleweed:libopenssl1_1-1.1.1u-1.1.ppc64le",
"openSUSE Tumbleweed:libopenssl1_1-1.1.1u-1.1.s390x",
"openSUSE Tumbleweed:libopenssl1_1-1.1.1u-1.1.x86_64",
"openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1u-1.1.aarch64",
"openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1u-1.1.ppc64le",
"openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1u-1.1.s390x",
"openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1u-1.1.x86_64",
"openSUSE Tumbleweed:openssl-1_1-1.1.1u-1.1.aarch64",
"openSUSE Tumbleweed:openssl-1_1-1.1.1u-1.1.ppc64le",
"openSUSE Tumbleweed:openssl-1_1-1.1.1u-1.1.s390x",
"openSUSE Tumbleweed:openssl-1_1-1.1.1u-1.1.x86_64",
"openSUSE Tumbleweed:openssl-1_1-doc-1.1.1u-1.1.aarch64",
"openSUSE Tumbleweed:openssl-1_1-doc-1.1.1u-1.1.ppc64le",
"openSUSE Tumbleweed:openssl-1_1-doc-1.1.1u-1.1.s390x",
"openSUSE Tumbleweed:openssl-1_1-doc-1.1.1u-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:libopenssl-1_1-devel-1.1.1u-1.1.aarch64",
"openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1u-1.1.ppc64le",
"openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1u-1.1.s390x",
"openSUSE Tumbleweed:libopenssl-1_1-devel-1.1.1u-1.1.x86_64",
"openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1u-1.1.aarch64",
"openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1u-1.1.ppc64le",
"openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1u-1.1.s390x",
"openSUSE Tumbleweed:libopenssl-1_1-devel-32bit-1.1.1u-1.1.x86_64",
"openSUSE Tumbleweed:libopenssl1_1-1.1.1u-1.1.aarch64",
"openSUSE Tumbleweed:libopenssl1_1-1.1.1u-1.1.ppc64le",
"openSUSE Tumbleweed:libopenssl1_1-1.1.1u-1.1.s390x",
"openSUSE Tumbleweed:libopenssl1_1-1.1.1u-1.1.x86_64",
"openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1u-1.1.aarch64",
"openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1u-1.1.ppc64le",
"openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1u-1.1.s390x",
"openSUSE Tumbleweed:libopenssl1_1-32bit-1.1.1u-1.1.x86_64",
"openSUSE Tumbleweed:openssl-1_1-1.1.1u-1.1.aarch64",
"openSUSE Tumbleweed:openssl-1_1-1.1.1u-1.1.ppc64le",
"openSUSE Tumbleweed:openssl-1_1-1.1.1u-1.1.s390x",
"openSUSE Tumbleweed:openssl-1_1-1.1.1u-1.1.x86_64",
"openSUSE Tumbleweed:openssl-1_1-doc-1.1.1u-1.1.aarch64",
"openSUSE Tumbleweed:openssl-1_1-doc-1.1.1u-1.1.ppc64le",
"openSUSE Tumbleweed:openssl-1_1-doc-1.1.1u-1.1.s390x",
"openSUSE Tumbleweed:openssl-1_1-doc-1.1.1u-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-06-15T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2023-2650"
}
]
}
OPENSUSE-SU-2024:13029-1
Vulnerability from csaf_opensuse - Published: 2024-06-15 00:00 - Updated: 2024-06-15 00:00Summary
python38-3.8.17-1.2 on GA media
Severity
Moderate
Notes
Title of the patch: python38-3.8.17-1.2 on GA media
Description of the patch: These are all security issues fixed in the python38-3.8.17-1.2 package on the GA media of openSUSE Tumbleweed.
Patchnames: openSUSE-Tumbleweed-2024-13029
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
7.4 (High)
Affected products
Recommended
24 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:python38-3.8.17-1.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python38-3.8.17-1.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python38-3.8.17-1.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python38-3.8.17-1.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python38-32bit-3.8.17-1.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python38-32bit-3.8.17-1.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python38-32bit-3.8.17-1.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python38-32bit-3.8.17-1.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python38-curses-3.8.17-1.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python38-curses-3.8.17-1.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python38-curses-3.8.17-1.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python38-curses-3.8.17-1.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python38-dbm-3.8.17-1.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python38-dbm-3.8.17-1.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python38-dbm-3.8.17-1.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python38-dbm-3.8.17-1.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python38-idle-3.8.17-1.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python38-idle-3.8.17-1.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python38-idle-3.8.17-1.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python38-idle-3.8.17-1.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python38-tk-3.8.17-1.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python38-tk-3.8.17-1.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python38-tk-3.8.17-1.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python38-tk-3.8.17-1.2.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
6.5 (Medium)
Affected products
Recommended
24 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:python38-3.8.17-1.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python38-3.8.17-1.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python38-3.8.17-1.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python38-3.8.17-1.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python38-32bit-3.8.17-1.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python38-32bit-3.8.17-1.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python38-32bit-3.8.17-1.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python38-32bit-3.8.17-1.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python38-curses-3.8.17-1.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python38-curses-3.8.17-1.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python38-curses-3.8.17-1.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python38-curses-3.8.17-1.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python38-dbm-3.8.17-1.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python38-dbm-3.8.17-1.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python38-dbm-3.8.17-1.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python38-dbm-3.8.17-1.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python38-idle-3.8.17-1.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python38-idle-3.8.17-1.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python38-idle-3.8.17-1.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python38-idle-3.8.17-1.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python38-tk-3.8.17-1.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python38-tk-3.8.17-1.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python38-tk-3.8.17-1.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python38-tk-3.8.17-1.2.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
References
16 references
| 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": "python38-3.8.17-1.2 on GA media",
"title": "Title of the patch"
},
{
"category": "description",
"text": "These are all security issues fixed in the python38-3.8.17-1.2 package on the GA media of openSUSE Tumbleweed.",
"title": "Description of the patch"
},
{
"category": "details",
"text": "openSUSE-Tumbleweed-2024-13029",
"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_13029-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": "python38-3.8.17-1.2 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:13029-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": "python38-3.8.17-1.2.aarch64",
"product": {
"name": "python38-3.8.17-1.2.aarch64",
"product_id": "python38-3.8.17-1.2.aarch64"
}
},
{
"category": "product_version",
"name": "python38-32bit-3.8.17-1.2.aarch64",
"product": {
"name": "python38-32bit-3.8.17-1.2.aarch64",
"product_id": "python38-32bit-3.8.17-1.2.aarch64"
}
},
{
"category": "product_version",
"name": "python38-curses-3.8.17-1.2.aarch64",
"product": {
"name": "python38-curses-3.8.17-1.2.aarch64",
"product_id": "python38-curses-3.8.17-1.2.aarch64"
}
},
{
"category": "product_version",
"name": "python38-dbm-3.8.17-1.2.aarch64",
"product": {
"name": "python38-dbm-3.8.17-1.2.aarch64",
"product_id": "python38-dbm-3.8.17-1.2.aarch64"
}
},
{
"category": "product_version",
"name": "python38-idle-3.8.17-1.2.aarch64",
"product": {
"name": "python38-idle-3.8.17-1.2.aarch64",
"product_id": "python38-idle-3.8.17-1.2.aarch64"
}
},
{
"category": "product_version",
"name": "python38-tk-3.8.17-1.2.aarch64",
"product": {
"name": "python38-tk-3.8.17-1.2.aarch64",
"product_id": "python38-tk-3.8.17-1.2.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "python38-3.8.17-1.2.ppc64le",
"product": {
"name": "python38-3.8.17-1.2.ppc64le",
"product_id": "python38-3.8.17-1.2.ppc64le"
}
},
{
"category": "product_version",
"name": "python38-32bit-3.8.17-1.2.ppc64le",
"product": {
"name": "python38-32bit-3.8.17-1.2.ppc64le",
"product_id": "python38-32bit-3.8.17-1.2.ppc64le"
}
},
{
"category": "product_version",
"name": "python38-curses-3.8.17-1.2.ppc64le",
"product": {
"name": "python38-curses-3.8.17-1.2.ppc64le",
"product_id": "python38-curses-3.8.17-1.2.ppc64le"
}
},
{
"category": "product_version",
"name": "python38-dbm-3.8.17-1.2.ppc64le",
"product": {
"name": "python38-dbm-3.8.17-1.2.ppc64le",
"product_id": "python38-dbm-3.8.17-1.2.ppc64le"
}
},
{
"category": "product_version",
"name": "python38-idle-3.8.17-1.2.ppc64le",
"product": {
"name": "python38-idle-3.8.17-1.2.ppc64le",
"product_id": "python38-idle-3.8.17-1.2.ppc64le"
}
},
{
"category": "product_version",
"name": "python38-tk-3.8.17-1.2.ppc64le",
"product": {
"name": "python38-tk-3.8.17-1.2.ppc64le",
"product_id": "python38-tk-3.8.17-1.2.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "python38-3.8.17-1.2.s390x",
"product": {
"name": "python38-3.8.17-1.2.s390x",
"product_id": "python38-3.8.17-1.2.s390x"
}
},
{
"category": "product_version",
"name": "python38-32bit-3.8.17-1.2.s390x",
"product": {
"name": "python38-32bit-3.8.17-1.2.s390x",
"product_id": "python38-32bit-3.8.17-1.2.s390x"
}
},
{
"category": "product_version",
"name": "python38-curses-3.8.17-1.2.s390x",
"product": {
"name": "python38-curses-3.8.17-1.2.s390x",
"product_id": "python38-curses-3.8.17-1.2.s390x"
}
},
{
"category": "product_version",
"name": "python38-dbm-3.8.17-1.2.s390x",
"product": {
"name": "python38-dbm-3.8.17-1.2.s390x",
"product_id": "python38-dbm-3.8.17-1.2.s390x"
}
},
{
"category": "product_version",
"name": "python38-idle-3.8.17-1.2.s390x",
"product": {
"name": "python38-idle-3.8.17-1.2.s390x",
"product_id": "python38-idle-3.8.17-1.2.s390x"
}
},
{
"category": "product_version",
"name": "python38-tk-3.8.17-1.2.s390x",
"product": {
"name": "python38-tk-3.8.17-1.2.s390x",
"product_id": "python38-tk-3.8.17-1.2.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "python38-3.8.17-1.2.x86_64",
"product": {
"name": "python38-3.8.17-1.2.x86_64",
"product_id": "python38-3.8.17-1.2.x86_64"
}
},
{
"category": "product_version",
"name": "python38-32bit-3.8.17-1.2.x86_64",
"product": {
"name": "python38-32bit-3.8.17-1.2.x86_64",
"product_id": "python38-32bit-3.8.17-1.2.x86_64"
}
},
{
"category": "product_version",
"name": "python38-curses-3.8.17-1.2.x86_64",
"product": {
"name": "python38-curses-3.8.17-1.2.x86_64",
"product_id": "python38-curses-3.8.17-1.2.x86_64"
}
},
{
"category": "product_version",
"name": "python38-dbm-3.8.17-1.2.x86_64",
"product": {
"name": "python38-dbm-3.8.17-1.2.x86_64",
"product_id": "python38-dbm-3.8.17-1.2.x86_64"
}
},
{
"category": "product_version",
"name": "python38-idle-3.8.17-1.2.x86_64",
"product": {
"name": "python38-idle-3.8.17-1.2.x86_64",
"product_id": "python38-idle-3.8.17-1.2.x86_64"
}
},
{
"category": "product_version",
"name": "python38-tk-3.8.17-1.2.x86_64",
"product": {
"name": "python38-tk-3.8.17-1.2.x86_64",
"product_id": "python38-tk-3.8.17-1.2.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": "python38-3.8.17-1.2.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python38-3.8.17-1.2.aarch64"
},
"product_reference": "python38-3.8.17-1.2.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-3.8.17-1.2.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python38-3.8.17-1.2.ppc64le"
},
"product_reference": "python38-3.8.17-1.2.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-3.8.17-1.2.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python38-3.8.17-1.2.s390x"
},
"product_reference": "python38-3.8.17-1.2.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-3.8.17-1.2.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python38-3.8.17-1.2.x86_64"
},
"product_reference": "python38-3.8.17-1.2.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-32bit-3.8.17-1.2.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python38-32bit-3.8.17-1.2.aarch64"
},
"product_reference": "python38-32bit-3.8.17-1.2.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-32bit-3.8.17-1.2.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python38-32bit-3.8.17-1.2.ppc64le"
},
"product_reference": "python38-32bit-3.8.17-1.2.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-32bit-3.8.17-1.2.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python38-32bit-3.8.17-1.2.s390x"
},
"product_reference": "python38-32bit-3.8.17-1.2.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-32bit-3.8.17-1.2.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python38-32bit-3.8.17-1.2.x86_64"
},
"product_reference": "python38-32bit-3.8.17-1.2.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-curses-3.8.17-1.2.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python38-curses-3.8.17-1.2.aarch64"
},
"product_reference": "python38-curses-3.8.17-1.2.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-curses-3.8.17-1.2.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python38-curses-3.8.17-1.2.ppc64le"
},
"product_reference": "python38-curses-3.8.17-1.2.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-curses-3.8.17-1.2.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python38-curses-3.8.17-1.2.s390x"
},
"product_reference": "python38-curses-3.8.17-1.2.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-curses-3.8.17-1.2.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python38-curses-3.8.17-1.2.x86_64"
},
"product_reference": "python38-curses-3.8.17-1.2.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-dbm-3.8.17-1.2.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python38-dbm-3.8.17-1.2.aarch64"
},
"product_reference": "python38-dbm-3.8.17-1.2.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-dbm-3.8.17-1.2.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python38-dbm-3.8.17-1.2.ppc64le"
},
"product_reference": "python38-dbm-3.8.17-1.2.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-dbm-3.8.17-1.2.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python38-dbm-3.8.17-1.2.s390x"
},
"product_reference": "python38-dbm-3.8.17-1.2.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-dbm-3.8.17-1.2.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python38-dbm-3.8.17-1.2.x86_64"
},
"product_reference": "python38-dbm-3.8.17-1.2.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-idle-3.8.17-1.2.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python38-idle-3.8.17-1.2.aarch64"
},
"product_reference": "python38-idle-3.8.17-1.2.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-idle-3.8.17-1.2.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python38-idle-3.8.17-1.2.ppc64le"
},
"product_reference": "python38-idle-3.8.17-1.2.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-idle-3.8.17-1.2.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python38-idle-3.8.17-1.2.s390x"
},
"product_reference": "python38-idle-3.8.17-1.2.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-idle-3.8.17-1.2.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python38-idle-3.8.17-1.2.x86_64"
},
"product_reference": "python38-idle-3.8.17-1.2.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-tk-3.8.17-1.2.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python38-tk-3.8.17-1.2.aarch64"
},
"product_reference": "python38-tk-3.8.17-1.2.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-tk-3.8.17-1.2.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python38-tk-3.8.17-1.2.ppc64le"
},
"product_reference": "python38-tk-3.8.17-1.2.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-tk-3.8.17-1.2.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python38-tk-3.8.17-1.2.s390x"
},
"product_reference": "python38-tk-3.8.17-1.2.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-tk-3.8.17-1.2.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python38-tk-3.8.17-1.2.x86_64"
},
"product_reference": "python38-tk-3.8.17-1.2.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:python38-3.8.17-1.2.aarch64",
"openSUSE Tumbleweed:python38-3.8.17-1.2.ppc64le",
"openSUSE Tumbleweed:python38-3.8.17-1.2.s390x",
"openSUSE Tumbleweed:python38-3.8.17-1.2.x86_64",
"openSUSE Tumbleweed:python38-32bit-3.8.17-1.2.aarch64",
"openSUSE Tumbleweed:python38-32bit-3.8.17-1.2.ppc64le",
"openSUSE Tumbleweed:python38-32bit-3.8.17-1.2.s390x",
"openSUSE Tumbleweed:python38-32bit-3.8.17-1.2.x86_64",
"openSUSE Tumbleweed:python38-curses-3.8.17-1.2.aarch64",
"openSUSE Tumbleweed:python38-curses-3.8.17-1.2.ppc64le",
"openSUSE Tumbleweed:python38-curses-3.8.17-1.2.s390x",
"openSUSE Tumbleweed:python38-curses-3.8.17-1.2.x86_64",
"openSUSE Tumbleweed:python38-dbm-3.8.17-1.2.aarch64",
"openSUSE Tumbleweed:python38-dbm-3.8.17-1.2.ppc64le",
"openSUSE Tumbleweed:python38-dbm-3.8.17-1.2.s390x",
"openSUSE Tumbleweed:python38-dbm-3.8.17-1.2.x86_64",
"openSUSE Tumbleweed:python38-idle-3.8.17-1.2.aarch64",
"openSUSE Tumbleweed:python38-idle-3.8.17-1.2.ppc64le",
"openSUSE Tumbleweed:python38-idle-3.8.17-1.2.s390x",
"openSUSE Tumbleweed:python38-idle-3.8.17-1.2.x86_64",
"openSUSE Tumbleweed:python38-tk-3.8.17-1.2.aarch64",
"openSUSE Tumbleweed:python38-tk-3.8.17-1.2.ppc64le",
"openSUSE Tumbleweed:python38-tk-3.8.17-1.2.s390x",
"openSUSE Tumbleweed:python38-tk-3.8.17-1.2.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:python38-3.8.17-1.2.aarch64",
"openSUSE Tumbleweed:python38-3.8.17-1.2.ppc64le",
"openSUSE Tumbleweed:python38-3.8.17-1.2.s390x",
"openSUSE Tumbleweed:python38-3.8.17-1.2.x86_64",
"openSUSE Tumbleweed:python38-32bit-3.8.17-1.2.aarch64",
"openSUSE Tumbleweed:python38-32bit-3.8.17-1.2.ppc64le",
"openSUSE Tumbleweed:python38-32bit-3.8.17-1.2.s390x",
"openSUSE Tumbleweed:python38-32bit-3.8.17-1.2.x86_64",
"openSUSE Tumbleweed:python38-curses-3.8.17-1.2.aarch64",
"openSUSE Tumbleweed:python38-curses-3.8.17-1.2.ppc64le",
"openSUSE Tumbleweed:python38-curses-3.8.17-1.2.s390x",
"openSUSE Tumbleweed:python38-curses-3.8.17-1.2.x86_64",
"openSUSE Tumbleweed:python38-dbm-3.8.17-1.2.aarch64",
"openSUSE Tumbleweed:python38-dbm-3.8.17-1.2.ppc64le",
"openSUSE Tumbleweed:python38-dbm-3.8.17-1.2.s390x",
"openSUSE Tumbleweed:python38-dbm-3.8.17-1.2.x86_64",
"openSUSE Tumbleweed:python38-idle-3.8.17-1.2.aarch64",
"openSUSE Tumbleweed:python38-idle-3.8.17-1.2.ppc64le",
"openSUSE Tumbleweed:python38-idle-3.8.17-1.2.s390x",
"openSUSE Tumbleweed:python38-idle-3.8.17-1.2.x86_64",
"openSUSE Tumbleweed:python38-tk-3.8.17-1.2.aarch64",
"openSUSE Tumbleweed:python38-tk-3.8.17-1.2.ppc64le",
"openSUSE Tumbleweed:python38-tk-3.8.17-1.2.s390x",
"openSUSE Tumbleweed:python38-tk-3.8.17-1.2.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:python38-3.8.17-1.2.aarch64",
"openSUSE Tumbleweed:python38-3.8.17-1.2.ppc64le",
"openSUSE Tumbleweed:python38-3.8.17-1.2.s390x",
"openSUSE Tumbleweed:python38-3.8.17-1.2.x86_64",
"openSUSE Tumbleweed:python38-32bit-3.8.17-1.2.aarch64",
"openSUSE Tumbleweed:python38-32bit-3.8.17-1.2.ppc64le",
"openSUSE Tumbleweed:python38-32bit-3.8.17-1.2.s390x",
"openSUSE Tumbleweed:python38-32bit-3.8.17-1.2.x86_64",
"openSUSE Tumbleweed:python38-curses-3.8.17-1.2.aarch64",
"openSUSE Tumbleweed:python38-curses-3.8.17-1.2.ppc64le",
"openSUSE Tumbleweed:python38-curses-3.8.17-1.2.s390x",
"openSUSE Tumbleweed:python38-curses-3.8.17-1.2.x86_64",
"openSUSE Tumbleweed:python38-dbm-3.8.17-1.2.aarch64",
"openSUSE Tumbleweed:python38-dbm-3.8.17-1.2.ppc64le",
"openSUSE Tumbleweed:python38-dbm-3.8.17-1.2.s390x",
"openSUSE Tumbleweed:python38-dbm-3.8.17-1.2.x86_64",
"openSUSE Tumbleweed:python38-idle-3.8.17-1.2.aarch64",
"openSUSE Tumbleweed:python38-idle-3.8.17-1.2.ppc64le",
"openSUSE Tumbleweed:python38-idle-3.8.17-1.2.s390x",
"openSUSE Tumbleweed:python38-idle-3.8.17-1.2.x86_64",
"openSUSE Tumbleweed:python38-tk-3.8.17-1.2.aarch64",
"openSUSE Tumbleweed:python38-tk-3.8.17-1.2.ppc64le",
"openSUSE Tumbleweed:python38-tk-3.8.17-1.2.s390x",
"openSUSE Tumbleweed:python38-tk-3.8.17-1.2.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:python38-3.8.17-1.2.aarch64",
"openSUSE Tumbleweed:python38-3.8.17-1.2.ppc64le",
"openSUSE Tumbleweed:python38-3.8.17-1.2.s390x",
"openSUSE Tumbleweed:python38-3.8.17-1.2.x86_64",
"openSUSE Tumbleweed:python38-32bit-3.8.17-1.2.aarch64",
"openSUSE Tumbleweed:python38-32bit-3.8.17-1.2.ppc64le",
"openSUSE Tumbleweed:python38-32bit-3.8.17-1.2.s390x",
"openSUSE Tumbleweed:python38-32bit-3.8.17-1.2.x86_64",
"openSUSE Tumbleweed:python38-curses-3.8.17-1.2.aarch64",
"openSUSE Tumbleweed:python38-curses-3.8.17-1.2.ppc64le",
"openSUSE Tumbleweed:python38-curses-3.8.17-1.2.s390x",
"openSUSE Tumbleweed:python38-curses-3.8.17-1.2.x86_64",
"openSUSE Tumbleweed:python38-dbm-3.8.17-1.2.aarch64",
"openSUSE Tumbleweed:python38-dbm-3.8.17-1.2.ppc64le",
"openSUSE Tumbleweed:python38-dbm-3.8.17-1.2.s390x",
"openSUSE Tumbleweed:python38-dbm-3.8.17-1.2.x86_64",
"openSUSE Tumbleweed:python38-idle-3.8.17-1.2.aarch64",
"openSUSE Tumbleweed:python38-idle-3.8.17-1.2.ppc64le",
"openSUSE Tumbleweed:python38-idle-3.8.17-1.2.s390x",
"openSUSE Tumbleweed:python38-idle-3.8.17-1.2.x86_64",
"openSUSE Tumbleweed:python38-tk-3.8.17-1.2.aarch64",
"openSUSE Tumbleweed:python38-tk-3.8.17-1.2.ppc64le",
"openSUSE Tumbleweed:python38-tk-3.8.17-1.2.s390x",
"openSUSE Tumbleweed:python38-tk-3.8.17-1.2.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:python38-3.8.17-1.2.aarch64",
"openSUSE Tumbleweed:python38-3.8.17-1.2.ppc64le",
"openSUSE Tumbleweed:python38-3.8.17-1.2.s390x",
"openSUSE Tumbleweed:python38-3.8.17-1.2.x86_64",
"openSUSE Tumbleweed:python38-32bit-3.8.17-1.2.aarch64",
"openSUSE Tumbleweed:python38-32bit-3.8.17-1.2.ppc64le",
"openSUSE Tumbleweed:python38-32bit-3.8.17-1.2.s390x",
"openSUSE Tumbleweed:python38-32bit-3.8.17-1.2.x86_64",
"openSUSE Tumbleweed:python38-curses-3.8.17-1.2.aarch64",
"openSUSE Tumbleweed:python38-curses-3.8.17-1.2.ppc64le",
"openSUSE Tumbleweed:python38-curses-3.8.17-1.2.s390x",
"openSUSE Tumbleweed:python38-curses-3.8.17-1.2.x86_64",
"openSUSE Tumbleweed:python38-dbm-3.8.17-1.2.aarch64",
"openSUSE Tumbleweed:python38-dbm-3.8.17-1.2.ppc64le",
"openSUSE Tumbleweed:python38-dbm-3.8.17-1.2.s390x",
"openSUSE Tumbleweed:python38-dbm-3.8.17-1.2.x86_64",
"openSUSE Tumbleweed:python38-idle-3.8.17-1.2.aarch64",
"openSUSE Tumbleweed:python38-idle-3.8.17-1.2.ppc64le",
"openSUSE Tumbleweed:python38-idle-3.8.17-1.2.s390x",
"openSUSE Tumbleweed:python38-idle-3.8.17-1.2.x86_64",
"openSUSE Tumbleweed:python38-tk-3.8.17-1.2.aarch64",
"openSUSE Tumbleweed:python38-tk-3.8.17-1.2.ppc64le",
"openSUSE Tumbleweed:python38-tk-3.8.17-1.2.s390x",
"openSUSE Tumbleweed:python38-tk-3.8.17-1.2.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:python38-3.8.17-1.2.aarch64",
"openSUSE Tumbleweed:python38-3.8.17-1.2.ppc64le",
"openSUSE Tumbleweed:python38-3.8.17-1.2.s390x",
"openSUSE Tumbleweed:python38-3.8.17-1.2.x86_64",
"openSUSE Tumbleweed:python38-32bit-3.8.17-1.2.aarch64",
"openSUSE Tumbleweed:python38-32bit-3.8.17-1.2.ppc64le",
"openSUSE Tumbleweed:python38-32bit-3.8.17-1.2.s390x",
"openSUSE Tumbleweed:python38-32bit-3.8.17-1.2.x86_64",
"openSUSE Tumbleweed:python38-curses-3.8.17-1.2.aarch64",
"openSUSE Tumbleweed:python38-curses-3.8.17-1.2.ppc64le",
"openSUSE Tumbleweed:python38-curses-3.8.17-1.2.s390x",
"openSUSE Tumbleweed:python38-curses-3.8.17-1.2.x86_64",
"openSUSE Tumbleweed:python38-dbm-3.8.17-1.2.aarch64",
"openSUSE Tumbleweed:python38-dbm-3.8.17-1.2.ppc64le",
"openSUSE Tumbleweed:python38-dbm-3.8.17-1.2.s390x",
"openSUSE Tumbleweed:python38-dbm-3.8.17-1.2.x86_64",
"openSUSE Tumbleweed:python38-idle-3.8.17-1.2.aarch64",
"openSUSE Tumbleweed:python38-idle-3.8.17-1.2.ppc64le",
"openSUSE Tumbleweed:python38-idle-3.8.17-1.2.s390x",
"openSUSE Tumbleweed:python38-idle-3.8.17-1.2.x86_64",
"openSUSE Tumbleweed:python38-tk-3.8.17-1.2.aarch64",
"openSUSE Tumbleweed:python38-tk-3.8.17-1.2.ppc64le",
"openSUSE Tumbleweed:python38-tk-3.8.17-1.2.s390x",
"openSUSE Tumbleweed:python38-tk-3.8.17-1.2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-06-15T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2023-2650"
}
]
}
OPENSUSE-SU-2024:13031-1
Vulnerability from csaf_opensuse - Published: 2024-06-15 00:00 - Updated: 2024-06-15 00:00Summary
python310-3.10.12-1.1 on GA media
Severity
Moderate
Notes
Title of the patch: python310-3.10.12-1.1 on GA media
Description of the patch: These are all security issues fixed in the python310-3.10.12-1.1 package on the GA media of openSUSE Tumbleweed.
Patchnames: openSUSE-Tumbleweed-2024-13031
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
7.4 (High)
Affected products
Recommended
24 products
| 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
|
Threats
Impact
important
6.5 (Medium)
Affected products
Recommended
24 products
| 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
|
Threats
Impact
moderate
References
16 references
| 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:00Summary
python312-3.12.0b3-1.1 on GA media
Severity
Moderate
Notes
Title of the patch: python312-3.12.0b3-1.1 on GA media
Description of the patch: These are all security issues fixed in the python312-3.12.0b3-1.1 package on the GA media of openSUSE Tumbleweed.
Patchnames: openSUSE-Tumbleweed-2024-13032
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
7.4 (High)
Affected products
Recommended
24 products
| 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
|
Threats
Impact
important
7.3 (High)
Affected products
Recommended
24 products
| 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
|
Threats
Impact
important
6.5 (Medium)
Affected products
Recommended
24 products
| 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
|
Threats
Impact
moderate
References
23 references
{
"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:00Summary
python39-3.9.17-1.1 on GA media
Severity
Moderate
Notes
Title of the patch: python39-3.9.17-1.1 on GA media
Description of the patch: These are all security issues fixed in the python39-3.9.17-1.1 package on the GA media of openSUSE Tumbleweed.
Patchnames: openSUSE-Tumbleweed-2024-13033
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
7.4 (High)
Affected products
Recommended
24 products
| 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
|
Threats
Impact
important
6.5 (Medium)
Affected products
Recommended
24 products
| 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
|
Threats
Impact
moderate
References
16 references
| 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:13038-1
Vulnerability from csaf_opensuse - Published: 2024-06-15 00:00 - Updated: 2024-06-15 00:00Summary
python311-3.11.4-1.1 on GA media
Severity
Moderate
Notes
Title of the patch: python311-3.11.4-1.1 on GA media
Description of the patch: These are all security issues fixed in the python311-3.11.4-1.1 package on the GA media of openSUSE Tumbleweed.
Patchnames: openSUSE-Tumbleweed-2024-13038
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
7.3 (High)
Affected products
Recommended
28 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:python311-3.11.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python311-3.11.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python311-3.11.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python311-3.11.4-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python311-32bit-3.11.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python311-32bit-3.11.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python311-32bit-3.11.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python311-32bit-3.11.4-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python311-curses-3.11.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python311-curses-3.11.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python311-curses-3.11.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python311-curses-3.11.4-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python311-dbm-3.11.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python311-dbm-3.11.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python311-dbm-3.11.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python311-dbm-3.11.4-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python311-idle-3.11.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python311-idle-3.11.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python311-idle-3.11.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python311-idle-3.11.4-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python311-tk-3.11.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python311-tk-3.11.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python311-tk-3.11.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python311-tk-3.11.4-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python311-x86-64-v3-3.11.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python311-x86-64-v3-3.11.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python311-x86-64-v3-3.11.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python311-x86-64-v3-3.11.4-1.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
6.5 (Medium)
Affected products
Recommended
28 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:python311-3.11.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python311-3.11.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python311-3.11.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python311-3.11.4-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python311-32bit-3.11.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python311-32bit-3.11.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python311-32bit-3.11.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python311-32bit-3.11.4-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python311-curses-3.11.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python311-curses-3.11.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python311-curses-3.11.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python311-curses-3.11.4-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python311-dbm-3.11.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python311-dbm-3.11.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python311-dbm-3.11.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python311-dbm-3.11.4-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python311-idle-3.11.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python311-idle-3.11.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python311-idle-3.11.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python311-idle-3.11.4-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python311-tk-3.11.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python311-tk-3.11.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python311-tk-3.11.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python311-tk-3.11.4-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python311-x86-64-v3-3.11.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python311-x86-64-v3-3.11.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python311-x86-64-v3-3.11.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python311-x86-64-v3-3.11.4-1.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
References
12 references
{
"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": "python311-3.11.4-1.1 on GA media",
"title": "Title of the patch"
},
{
"category": "description",
"text": "These are all security issues fixed in the python311-3.11.4-1.1 package on the GA media of openSUSE Tumbleweed.",
"title": "Description of the patch"
},
{
"category": "details",
"text": "openSUSE-Tumbleweed-2024-13038",
"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_13038-1.json"
},
{
"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": "python311-3.11.4-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:13038-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": "python311-3.11.4-1.1.aarch64",
"product": {
"name": "python311-3.11.4-1.1.aarch64",
"product_id": "python311-3.11.4-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "python311-32bit-3.11.4-1.1.aarch64",
"product": {
"name": "python311-32bit-3.11.4-1.1.aarch64",
"product_id": "python311-32bit-3.11.4-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "python311-curses-3.11.4-1.1.aarch64",
"product": {
"name": "python311-curses-3.11.4-1.1.aarch64",
"product_id": "python311-curses-3.11.4-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "python311-dbm-3.11.4-1.1.aarch64",
"product": {
"name": "python311-dbm-3.11.4-1.1.aarch64",
"product_id": "python311-dbm-3.11.4-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "python311-idle-3.11.4-1.1.aarch64",
"product": {
"name": "python311-idle-3.11.4-1.1.aarch64",
"product_id": "python311-idle-3.11.4-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "python311-tk-3.11.4-1.1.aarch64",
"product": {
"name": "python311-tk-3.11.4-1.1.aarch64",
"product_id": "python311-tk-3.11.4-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "python311-x86-64-v3-3.11.4-1.1.aarch64",
"product": {
"name": "python311-x86-64-v3-3.11.4-1.1.aarch64",
"product_id": "python311-x86-64-v3-3.11.4-1.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "python311-3.11.4-1.1.ppc64le",
"product": {
"name": "python311-3.11.4-1.1.ppc64le",
"product_id": "python311-3.11.4-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python311-32bit-3.11.4-1.1.ppc64le",
"product": {
"name": "python311-32bit-3.11.4-1.1.ppc64le",
"product_id": "python311-32bit-3.11.4-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python311-curses-3.11.4-1.1.ppc64le",
"product": {
"name": "python311-curses-3.11.4-1.1.ppc64le",
"product_id": "python311-curses-3.11.4-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python311-dbm-3.11.4-1.1.ppc64le",
"product": {
"name": "python311-dbm-3.11.4-1.1.ppc64le",
"product_id": "python311-dbm-3.11.4-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python311-idle-3.11.4-1.1.ppc64le",
"product": {
"name": "python311-idle-3.11.4-1.1.ppc64le",
"product_id": "python311-idle-3.11.4-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python311-tk-3.11.4-1.1.ppc64le",
"product": {
"name": "python311-tk-3.11.4-1.1.ppc64le",
"product_id": "python311-tk-3.11.4-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python311-x86-64-v3-3.11.4-1.1.ppc64le",
"product": {
"name": "python311-x86-64-v3-3.11.4-1.1.ppc64le",
"product_id": "python311-x86-64-v3-3.11.4-1.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "python311-3.11.4-1.1.s390x",
"product": {
"name": "python311-3.11.4-1.1.s390x",
"product_id": "python311-3.11.4-1.1.s390x"
}
},
{
"category": "product_version",
"name": "python311-32bit-3.11.4-1.1.s390x",
"product": {
"name": "python311-32bit-3.11.4-1.1.s390x",
"product_id": "python311-32bit-3.11.4-1.1.s390x"
}
},
{
"category": "product_version",
"name": "python311-curses-3.11.4-1.1.s390x",
"product": {
"name": "python311-curses-3.11.4-1.1.s390x",
"product_id": "python311-curses-3.11.4-1.1.s390x"
}
},
{
"category": "product_version",
"name": "python311-dbm-3.11.4-1.1.s390x",
"product": {
"name": "python311-dbm-3.11.4-1.1.s390x",
"product_id": "python311-dbm-3.11.4-1.1.s390x"
}
},
{
"category": "product_version",
"name": "python311-idle-3.11.4-1.1.s390x",
"product": {
"name": "python311-idle-3.11.4-1.1.s390x",
"product_id": "python311-idle-3.11.4-1.1.s390x"
}
},
{
"category": "product_version",
"name": "python311-tk-3.11.4-1.1.s390x",
"product": {
"name": "python311-tk-3.11.4-1.1.s390x",
"product_id": "python311-tk-3.11.4-1.1.s390x"
}
},
{
"category": "product_version",
"name": "python311-x86-64-v3-3.11.4-1.1.s390x",
"product": {
"name": "python311-x86-64-v3-3.11.4-1.1.s390x",
"product_id": "python311-x86-64-v3-3.11.4-1.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "python311-3.11.4-1.1.x86_64",
"product": {
"name": "python311-3.11.4-1.1.x86_64",
"product_id": "python311-3.11.4-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "python311-32bit-3.11.4-1.1.x86_64",
"product": {
"name": "python311-32bit-3.11.4-1.1.x86_64",
"product_id": "python311-32bit-3.11.4-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "python311-curses-3.11.4-1.1.x86_64",
"product": {
"name": "python311-curses-3.11.4-1.1.x86_64",
"product_id": "python311-curses-3.11.4-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "python311-dbm-3.11.4-1.1.x86_64",
"product": {
"name": "python311-dbm-3.11.4-1.1.x86_64",
"product_id": "python311-dbm-3.11.4-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "python311-idle-3.11.4-1.1.x86_64",
"product": {
"name": "python311-idle-3.11.4-1.1.x86_64",
"product_id": "python311-idle-3.11.4-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "python311-tk-3.11.4-1.1.x86_64",
"product": {
"name": "python311-tk-3.11.4-1.1.x86_64",
"product_id": "python311-tk-3.11.4-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "python311-x86-64-v3-3.11.4-1.1.x86_64",
"product": {
"name": "python311-x86-64-v3-3.11.4-1.1.x86_64",
"product_id": "python311-x86-64-v3-3.11.4-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": "python311-3.11.4-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python311-3.11.4-1.1.aarch64"
},
"product_reference": "python311-3.11.4-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-3.11.4-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python311-3.11.4-1.1.ppc64le"
},
"product_reference": "python311-3.11.4-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-3.11.4-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python311-3.11.4-1.1.s390x"
},
"product_reference": "python311-3.11.4-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-3.11.4-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python311-3.11.4-1.1.x86_64"
},
"product_reference": "python311-3.11.4-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-32bit-3.11.4-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python311-32bit-3.11.4-1.1.aarch64"
},
"product_reference": "python311-32bit-3.11.4-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-32bit-3.11.4-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python311-32bit-3.11.4-1.1.ppc64le"
},
"product_reference": "python311-32bit-3.11.4-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-32bit-3.11.4-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python311-32bit-3.11.4-1.1.s390x"
},
"product_reference": "python311-32bit-3.11.4-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-32bit-3.11.4-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python311-32bit-3.11.4-1.1.x86_64"
},
"product_reference": "python311-32bit-3.11.4-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-curses-3.11.4-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python311-curses-3.11.4-1.1.aarch64"
},
"product_reference": "python311-curses-3.11.4-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-curses-3.11.4-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python311-curses-3.11.4-1.1.ppc64le"
},
"product_reference": "python311-curses-3.11.4-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-curses-3.11.4-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python311-curses-3.11.4-1.1.s390x"
},
"product_reference": "python311-curses-3.11.4-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-curses-3.11.4-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python311-curses-3.11.4-1.1.x86_64"
},
"product_reference": "python311-curses-3.11.4-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-dbm-3.11.4-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python311-dbm-3.11.4-1.1.aarch64"
},
"product_reference": "python311-dbm-3.11.4-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-dbm-3.11.4-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python311-dbm-3.11.4-1.1.ppc64le"
},
"product_reference": "python311-dbm-3.11.4-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-dbm-3.11.4-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python311-dbm-3.11.4-1.1.s390x"
},
"product_reference": "python311-dbm-3.11.4-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-dbm-3.11.4-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python311-dbm-3.11.4-1.1.x86_64"
},
"product_reference": "python311-dbm-3.11.4-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-idle-3.11.4-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python311-idle-3.11.4-1.1.aarch64"
},
"product_reference": "python311-idle-3.11.4-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-idle-3.11.4-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python311-idle-3.11.4-1.1.ppc64le"
},
"product_reference": "python311-idle-3.11.4-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-idle-3.11.4-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python311-idle-3.11.4-1.1.s390x"
},
"product_reference": "python311-idle-3.11.4-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-idle-3.11.4-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python311-idle-3.11.4-1.1.x86_64"
},
"product_reference": "python311-idle-3.11.4-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-tk-3.11.4-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python311-tk-3.11.4-1.1.aarch64"
},
"product_reference": "python311-tk-3.11.4-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-tk-3.11.4-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python311-tk-3.11.4-1.1.ppc64le"
},
"product_reference": "python311-tk-3.11.4-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-tk-3.11.4-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python311-tk-3.11.4-1.1.s390x"
},
"product_reference": "python311-tk-3.11.4-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-tk-3.11.4-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python311-tk-3.11.4-1.1.x86_64"
},
"product_reference": "python311-tk-3.11.4-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-x86-64-v3-3.11.4-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python311-x86-64-v3-3.11.4-1.1.aarch64"
},
"product_reference": "python311-x86-64-v3-3.11.4-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-x86-64-v3-3.11.4-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python311-x86-64-v3-3.11.4-1.1.ppc64le"
},
"product_reference": "python311-x86-64-v3-3.11.4-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-x86-64-v3-3.11.4-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python311-x86-64-v3-3.11.4-1.1.s390x"
},
"product_reference": "python311-x86-64-v3-3.11.4-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-x86-64-v3-3.11.4-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python311-x86-64-v3-3.11.4-1.1.x86_64"
},
"product_reference": "python311-x86-64-v3-3.11.4-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
}
]
},
"vulnerabilities": [
{
"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:python311-3.11.4-1.1.aarch64",
"openSUSE Tumbleweed:python311-3.11.4-1.1.ppc64le",
"openSUSE Tumbleweed:python311-3.11.4-1.1.s390x",
"openSUSE Tumbleweed:python311-3.11.4-1.1.x86_64",
"openSUSE Tumbleweed:python311-32bit-3.11.4-1.1.aarch64",
"openSUSE Tumbleweed:python311-32bit-3.11.4-1.1.ppc64le",
"openSUSE Tumbleweed:python311-32bit-3.11.4-1.1.s390x",
"openSUSE Tumbleweed:python311-32bit-3.11.4-1.1.x86_64",
"openSUSE Tumbleweed:python311-curses-3.11.4-1.1.aarch64",
"openSUSE Tumbleweed:python311-curses-3.11.4-1.1.ppc64le",
"openSUSE Tumbleweed:python311-curses-3.11.4-1.1.s390x",
"openSUSE Tumbleweed:python311-curses-3.11.4-1.1.x86_64",
"openSUSE Tumbleweed:python311-dbm-3.11.4-1.1.aarch64",
"openSUSE Tumbleweed:python311-dbm-3.11.4-1.1.ppc64le",
"openSUSE Tumbleweed:python311-dbm-3.11.4-1.1.s390x",
"openSUSE Tumbleweed:python311-dbm-3.11.4-1.1.x86_64",
"openSUSE Tumbleweed:python311-idle-3.11.4-1.1.aarch64",
"openSUSE Tumbleweed:python311-idle-3.11.4-1.1.ppc64le",
"openSUSE Tumbleweed:python311-idle-3.11.4-1.1.s390x",
"openSUSE Tumbleweed:python311-idle-3.11.4-1.1.x86_64",
"openSUSE Tumbleweed:python311-tk-3.11.4-1.1.aarch64",
"openSUSE Tumbleweed:python311-tk-3.11.4-1.1.ppc64le",
"openSUSE Tumbleweed:python311-tk-3.11.4-1.1.s390x",
"openSUSE Tumbleweed:python311-tk-3.11.4-1.1.x86_64",
"openSUSE Tumbleweed:python311-x86-64-v3-3.11.4-1.1.aarch64",
"openSUSE Tumbleweed:python311-x86-64-v3-3.11.4-1.1.ppc64le",
"openSUSE Tumbleweed:python311-x86-64-v3-3.11.4-1.1.s390x",
"openSUSE Tumbleweed:python311-x86-64-v3-3.11.4-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:python311-3.11.4-1.1.aarch64",
"openSUSE Tumbleweed:python311-3.11.4-1.1.ppc64le",
"openSUSE Tumbleweed:python311-3.11.4-1.1.s390x",
"openSUSE Tumbleweed:python311-3.11.4-1.1.x86_64",
"openSUSE Tumbleweed:python311-32bit-3.11.4-1.1.aarch64",
"openSUSE Tumbleweed:python311-32bit-3.11.4-1.1.ppc64le",
"openSUSE Tumbleweed:python311-32bit-3.11.4-1.1.s390x",
"openSUSE Tumbleweed:python311-32bit-3.11.4-1.1.x86_64",
"openSUSE Tumbleweed:python311-curses-3.11.4-1.1.aarch64",
"openSUSE Tumbleweed:python311-curses-3.11.4-1.1.ppc64le",
"openSUSE Tumbleweed:python311-curses-3.11.4-1.1.s390x",
"openSUSE Tumbleweed:python311-curses-3.11.4-1.1.x86_64",
"openSUSE Tumbleweed:python311-dbm-3.11.4-1.1.aarch64",
"openSUSE Tumbleweed:python311-dbm-3.11.4-1.1.ppc64le",
"openSUSE Tumbleweed:python311-dbm-3.11.4-1.1.s390x",
"openSUSE Tumbleweed:python311-dbm-3.11.4-1.1.x86_64",
"openSUSE Tumbleweed:python311-idle-3.11.4-1.1.aarch64",
"openSUSE Tumbleweed:python311-idle-3.11.4-1.1.ppc64le",
"openSUSE Tumbleweed:python311-idle-3.11.4-1.1.s390x",
"openSUSE Tumbleweed:python311-idle-3.11.4-1.1.x86_64",
"openSUSE Tumbleweed:python311-tk-3.11.4-1.1.aarch64",
"openSUSE Tumbleweed:python311-tk-3.11.4-1.1.ppc64le",
"openSUSE Tumbleweed:python311-tk-3.11.4-1.1.s390x",
"openSUSE Tumbleweed:python311-tk-3.11.4-1.1.x86_64",
"openSUSE Tumbleweed:python311-x86-64-v3-3.11.4-1.1.aarch64",
"openSUSE Tumbleweed:python311-x86-64-v3-3.11.4-1.1.ppc64le",
"openSUSE Tumbleweed:python311-x86-64-v3-3.11.4-1.1.s390x",
"openSUSE Tumbleweed:python311-x86-64-v3-3.11.4-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:python311-3.11.4-1.1.aarch64",
"openSUSE Tumbleweed:python311-3.11.4-1.1.ppc64le",
"openSUSE Tumbleweed:python311-3.11.4-1.1.s390x",
"openSUSE Tumbleweed:python311-3.11.4-1.1.x86_64",
"openSUSE Tumbleweed:python311-32bit-3.11.4-1.1.aarch64",
"openSUSE Tumbleweed:python311-32bit-3.11.4-1.1.ppc64le",
"openSUSE Tumbleweed:python311-32bit-3.11.4-1.1.s390x",
"openSUSE Tumbleweed:python311-32bit-3.11.4-1.1.x86_64",
"openSUSE Tumbleweed:python311-curses-3.11.4-1.1.aarch64",
"openSUSE Tumbleweed:python311-curses-3.11.4-1.1.ppc64le",
"openSUSE Tumbleweed:python311-curses-3.11.4-1.1.s390x",
"openSUSE Tumbleweed:python311-curses-3.11.4-1.1.x86_64",
"openSUSE Tumbleweed:python311-dbm-3.11.4-1.1.aarch64",
"openSUSE Tumbleweed:python311-dbm-3.11.4-1.1.ppc64le",
"openSUSE Tumbleweed:python311-dbm-3.11.4-1.1.s390x",
"openSUSE Tumbleweed:python311-dbm-3.11.4-1.1.x86_64",
"openSUSE Tumbleweed:python311-idle-3.11.4-1.1.aarch64",
"openSUSE Tumbleweed:python311-idle-3.11.4-1.1.ppc64le",
"openSUSE Tumbleweed:python311-idle-3.11.4-1.1.s390x",
"openSUSE Tumbleweed:python311-idle-3.11.4-1.1.x86_64",
"openSUSE Tumbleweed:python311-tk-3.11.4-1.1.aarch64",
"openSUSE Tumbleweed:python311-tk-3.11.4-1.1.ppc64le",
"openSUSE Tumbleweed:python311-tk-3.11.4-1.1.s390x",
"openSUSE Tumbleweed:python311-tk-3.11.4-1.1.x86_64",
"openSUSE Tumbleweed:python311-x86-64-v3-3.11.4-1.1.aarch64",
"openSUSE Tumbleweed:python311-x86-64-v3-3.11.4-1.1.ppc64le",
"openSUSE Tumbleweed:python311-x86-64-v3-3.11.4-1.1.s390x",
"openSUSE Tumbleweed:python311-x86-64-v3-3.11.4-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:python311-3.11.4-1.1.aarch64",
"openSUSE Tumbleweed:python311-3.11.4-1.1.ppc64le",
"openSUSE Tumbleweed:python311-3.11.4-1.1.s390x",
"openSUSE Tumbleweed:python311-3.11.4-1.1.x86_64",
"openSUSE Tumbleweed:python311-32bit-3.11.4-1.1.aarch64",
"openSUSE Tumbleweed:python311-32bit-3.11.4-1.1.ppc64le",
"openSUSE Tumbleweed:python311-32bit-3.11.4-1.1.s390x",
"openSUSE Tumbleweed:python311-32bit-3.11.4-1.1.x86_64",
"openSUSE Tumbleweed:python311-curses-3.11.4-1.1.aarch64",
"openSUSE Tumbleweed:python311-curses-3.11.4-1.1.ppc64le",
"openSUSE Tumbleweed:python311-curses-3.11.4-1.1.s390x",
"openSUSE Tumbleweed:python311-curses-3.11.4-1.1.x86_64",
"openSUSE Tumbleweed:python311-dbm-3.11.4-1.1.aarch64",
"openSUSE Tumbleweed:python311-dbm-3.11.4-1.1.ppc64le",
"openSUSE Tumbleweed:python311-dbm-3.11.4-1.1.s390x",
"openSUSE Tumbleweed:python311-dbm-3.11.4-1.1.x86_64",
"openSUSE Tumbleweed:python311-idle-3.11.4-1.1.aarch64",
"openSUSE Tumbleweed:python311-idle-3.11.4-1.1.ppc64le",
"openSUSE Tumbleweed:python311-idle-3.11.4-1.1.s390x",
"openSUSE Tumbleweed:python311-idle-3.11.4-1.1.x86_64",
"openSUSE Tumbleweed:python311-tk-3.11.4-1.1.aarch64",
"openSUSE Tumbleweed:python311-tk-3.11.4-1.1.ppc64le",
"openSUSE Tumbleweed:python311-tk-3.11.4-1.1.s390x",
"openSUSE Tumbleweed:python311-tk-3.11.4-1.1.x86_64",
"openSUSE Tumbleweed:python311-x86-64-v3-3.11.4-1.1.aarch64",
"openSUSE Tumbleweed:python311-x86-64-v3-3.11.4-1.1.ppc64le",
"openSUSE Tumbleweed:python311-x86-64-v3-3.11.4-1.1.s390x",
"openSUSE Tumbleweed:python311-x86-64-v3-3.11.4-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:python311-3.11.4-1.1.aarch64",
"openSUSE Tumbleweed:python311-3.11.4-1.1.ppc64le",
"openSUSE Tumbleweed:python311-3.11.4-1.1.s390x",
"openSUSE Tumbleweed:python311-3.11.4-1.1.x86_64",
"openSUSE Tumbleweed:python311-32bit-3.11.4-1.1.aarch64",
"openSUSE Tumbleweed:python311-32bit-3.11.4-1.1.ppc64le",
"openSUSE Tumbleweed:python311-32bit-3.11.4-1.1.s390x",
"openSUSE Tumbleweed:python311-32bit-3.11.4-1.1.x86_64",
"openSUSE Tumbleweed:python311-curses-3.11.4-1.1.aarch64",
"openSUSE Tumbleweed:python311-curses-3.11.4-1.1.ppc64le",
"openSUSE Tumbleweed:python311-curses-3.11.4-1.1.s390x",
"openSUSE Tumbleweed:python311-curses-3.11.4-1.1.x86_64",
"openSUSE Tumbleweed:python311-dbm-3.11.4-1.1.aarch64",
"openSUSE Tumbleweed:python311-dbm-3.11.4-1.1.ppc64le",
"openSUSE Tumbleweed:python311-dbm-3.11.4-1.1.s390x",
"openSUSE Tumbleweed:python311-dbm-3.11.4-1.1.x86_64",
"openSUSE Tumbleweed:python311-idle-3.11.4-1.1.aarch64",
"openSUSE Tumbleweed:python311-idle-3.11.4-1.1.ppc64le",
"openSUSE Tumbleweed:python311-idle-3.11.4-1.1.s390x",
"openSUSE Tumbleweed:python311-idle-3.11.4-1.1.x86_64",
"openSUSE Tumbleweed:python311-tk-3.11.4-1.1.aarch64",
"openSUSE Tumbleweed:python311-tk-3.11.4-1.1.ppc64le",
"openSUSE Tumbleweed:python311-tk-3.11.4-1.1.s390x",
"openSUSE Tumbleweed:python311-tk-3.11.4-1.1.x86_64",
"openSUSE Tumbleweed:python311-x86-64-v3-3.11.4-1.1.aarch64",
"openSUSE Tumbleweed:python311-x86-64-v3-3.11.4-1.1.ppc64le",
"openSUSE Tumbleweed:python311-x86-64-v3-3.11.4-1.1.s390x",
"openSUSE Tumbleweed:python311-x86-64-v3-3.11.4-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:python311-3.11.4-1.1.aarch64",
"openSUSE Tumbleweed:python311-3.11.4-1.1.ppc64le",
"openSUSE Tumbleweed:python311-3.11.4-1.1.s390x",
"openSUSE Tumbleweed:python311-3.11.4-1.1.x86_64",
"openSUSE Tumbleweed:python311-32bit-3.11.4-1.1.aarch64",
"openSUSE Tumbleweed:python311-32bit-3.11.4-1.1.ppc64le",
"openSUSE Tumbleweed:python311-32bit-3.11.4-1.1.s390x",
"openSUSE Tumbleweed:python311-32bit-3.11.4-1.1.x86_64",
"openSUSE Tumbleweed:python311-curses-3.11.4-1.1.aarch64",
"openSUSE Tumbleweed:python311-curses-3.11.4-1.1.ppc64le",
"openSUSE Tumbleweed:python311-curses-3.11.4-1.1.s390x",
"openSUSE Tumbleweed:python311-curses-3.11.4-1.1.x86_64",
"openSUSE Tumbleweed:python311-dbm-3.11.4-1.1.aarch64",
"openSUSE Tumbleweed:python311-dbm-3.11.4-1.1.ppc64le",
"openSUSE Tumbleweed:python311-dbm-3.11.4-1.1.s390x",
"openSUSE Tumbleweed:python311-dbm-3.11.4-1.1.x86_64",
"openSUSE Tumbleweed:python311-idle-3.11.4-1.1.aarch64",
"openSUSE Tumbleweed:python311-idle-3.11.4-1.1.ppc64le",
"openSUSE Tumbleweed:python311-idle-3.11.4-1.1.s390x",
"openSUSE Tumbleweed:python311-idle-3.11.4-1.1.x86_64",
"openSUSE Tumbleweed:python311-tk-3.11.4-1.1.aarch64",
"openSUSE Tumbleweed:python311-tk-3.11.4-1.1.ppc64le",
"openSUSE Tumbleweed:python311-tk-3.11.4-1.1.s390x",
"openSUSE Tumbleweed:python311-tk-3.11.4-1.1.x86_64",
"openSUSE Tumbleweed:python311-x86-64-v3-3.11.4-1.1.aarch64",
"openSUSE Tumbleweed:python311-x86-64-v3-3.11.4-1.1.ppc64le",
"openSUSE Tumbleweed:python311-x86-64-v3-3.11.4-1.1.s390x",
"openSUSE Tumbleweed:python311-x86-64-v3-3.11.4-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-06-15T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2023-2650"
}
]
}
Loading…
Trend slope:
-
(linear fit over daily sighting counts)
Show additional events:
Loading…
Experimental. This forecast is provided for visualization only and may change without notice. Do not use it for operational decisions.
Forecast uses a logistic model when the trend is rising, or an exponential decay model when the trend is falling. Fitted via linearized least squares.
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.
Loading…
Loading…