Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2023-0466 (GCVE-0-2023-0466)
Vulnerability from cvelistv5 – Published: 2023-03-28 14:30 – Updated: 2025-02-19 17:12- improper certificate validation
{
"containers": {
"adp": [
{
"providerMetadata": {
"dateUpdated": "2024-08-02T05:10:56.167Z",
"orgId": "af854a3a-2127-422b-91ae-364da2661108",
"shortName": "CVE"
},
"references": [
{
"name": "OpenSSL Advisory",
"tags": [
"vendor-advisory",
"x_transferred"
],
"url": "https://www.openssl.org/news/secadv/20230328.txt"
},
{
"name": "3.1.1 git commit",
"tags": [
"patch",
"x_transferred"
],
"url": "https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=fc814a30fc4f0bc54fcea7d9a7462f5457aab061"
},
{
"name": "3.0.9 git commit",
"tags": [
"patch",
"x_transferred"
],
"url": "https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=51e8a84ce742db0f6c70510d0159dad8f7825908"
},
{
"name": "1.1.1u git commit",
"tags": [
"patch",
"x_transferred"
],
"url": "https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=0d16b7e99aafc0b4a6d729eec65a411a7e025f0a"
},
{
"name": "1.0.2zh patch (premium)",
"tags": [
"patch",
"x_transferred"
],
"url": "https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=73398dea26de9899fb4baa94098ad0a61f435c72"
},
{
"tags": [
"x_transferred"
],
"url": "https://security.netapp.com/advisory/ntap-20230414-0001/"
},
{
"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": "http://www.openwall.com/lists/oss-security/2023/09/28/4"
},
{
"tags": [
"x_transferred"
],
"url": "https://security.gentoo.org/glsa/202402-08"
}
],
"title": "CVE Program Container"
},
{
"metrics": [
{
"cvssV3_1": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N",
"version": "3.1"
}
},
{
"other": {
"content": {
"id": "CVE-2023-0466",
"options": [
{
"Exploitation": "none"
},
{
"Automatable": "no"
},
{
"Technical Impact": "partial"
}
],
"role": "CISA Coordinator",
"timestamp": "2025-02-19T17:11:17.280968Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"providerMetadata": {
"dateUpdated": "2025-02-19T17:12:25.801Z",
"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.0",
"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": "David Benjamin (Google)"
},
{
"lang": "en",
"type": "remediation developer",
"user": "00000000-0000-4000-9000-000000000000",
"value": "Tomas Mraz"
}
],
"datePublic": "2023-03-21T00:00:00.000Z",
"descriptions": [
{
"lang": "en",
"supportingMedia": [
{
"base64": false,
"type": "text/html",
"value": "The function X509_VERIFY_PARAM_add0_policy() is documented to implicitly enable the certificate policy check when doing certificate verification. However the implementation of the function does notenable the check which allows certificates with invalid or incorrect policies to pass the certificate verification.\u003cbr\u003eAs suddenly enabling the policy check could break existing deployments it was decided to keep the existing behavior of the X509_VERIFY_PARAM_add0_policy() function.\u003cbr\u003eInstead the applications that require OpenSSL to perform certificate policy check need to use X509_VERIFY_PARAM_set1_policies() or explicitly enable the policy check by calling X509_VERIFY_PARAM_set_flags() with the X509_V_FLAG_POLICY_CHECK flag argument.\u003cbr\u003eCertificate policy checks are disabled by default in OpenSSL and are not commonly used by applications."
}
],
"value": "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."
}
],
"metrics": [
{
"format": "other",
"other": {
"content": {
"text": "Low"
},
"type": "https://www.openssl.org/policies/secpolicy.html"
}
}
],
"problemTypes": [
{
"descriptions": [
{
"description": "improper certificate validation",
"lang": "en"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2024-02-04T09:06:28.377Z",
"orgId": "3a12439a-ef3a-4c79-92e6-6081a721f1e5",
"shortName": "openssl"
},
"references": [
{
"name": "OpenSSL Advisory",
"tags": [
"vendor-advisory"
],
"url": "https://www.openssl.org/news/secadv/20230328.txt"
},
{
"name": "3.1.1 git commit",
"tags": [
"patch"
],
"url": "https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=fc814a30fc4f0bc54fcea7d9a7462f5457aab061"
},
{
"name": "3.0.9 git commit",
"tags": [
"patch"
],
"url": "https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=51e8a84ce742db0f6c70510d0159dad8f7825908"
},
{
"name": "1.1.1u git commit",
"tags": [
"patch"
],
"url": "https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=0d16b7e99aafc0b4a6d729eec65a411a7e025f0a"
},
{
"name": "1.0.2zh patch (premium)",
"tags": [
"patch"
],
"url": "https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=73398dea26de9899fb4baa94098ad0a61f435c72"
},
{
"url": "https://security.netapp.com/advisory/ntap-20230414-0001/"
},
{
"url": "https://www.debian.org/security/2023/dsa-5417"
},
{
"url": "https://lists.debian.org/debian-lts-announce/2023/06/msg00011.html"
},
{
"url": "http://www.openwall.com/lists/oss-security/2023/09/28/4"
},
{
"url": "https://security.gentoo.org/glsa/202402-08"
}
],
"source": {
"discovery": "UNKNOWN"
},
"title": "Certificate policy check not enabled",
"x_generator": {
"engine": "Vulnogram 0.1.0-dev"
}
}
},
"cveMetadata": {
"assignerOrgId": "3a12439a-ef3a-4c79-92e6-6081a721f1e5",
"assignerShortName": "openssl",
"cveId": "CVE-2023-0466",
"datePublished": "2023-03-28T14:30:49.595Z",
"dateReserved": "2023-01-24T13:52:42.631Z",
"dateUpdated": "2025-02-19T17:12:25.801Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.1",
"vulnerability-lookup:meta": {
"epss": {
"cve": "CVE-2023-0466",
"date": "2026-07-23",
"epss": "0.01625",
"percentile": "0.73656"
},
"fkie_nvd": {
"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\"}]}]}]",
"descriptions": "[{\"lang\": \"en\", \"value\": \"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.\"}]",
"id": "CVE-2023-0466",
"lastModified": "2024-11-21T07:37:14.060",
"metrics": "{\"cvssMetricV31\": [{\"source\": \"nvd@nist.gov\", \"type\": \"Primary\", \"cvssData\": {\"version\": \"3.1\", \"vectorString\": \"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N\", \"baseScore\": 5.3, \"baseSeverity\": \"MEDIUM\", \"attackVector\": \"NETWORK\", \"attackComplexity\": \"LOW\", \"privilegesRequired\": \"NONE\", \"userInteraction\": \"NONE\", \"scope\": \"UNCHANGED\", \"confidentialityImpact\": \"NONE\", \"integrityImpact\": \"LOW\", \"availabilityImpact\": \"NONE\"}, \"exploitabilityScore\": 3.9, \"impactScore\": 1.4}]}",
"published": "2023-03-28T15:15:06.880",
"references": "[{\"url\": \"http://www.openwall.com/lists/oss-security/2023/09/28/4\", \"source\": \"openssl-security@openssl.org\"}, {\"url\": \"https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=0d16b7e99aafc0b4a6d729eec65a411a7e025f0a\", \"source\": \"openssl-security@openssl.org\", \"tags\": [\"Mailing List\", \"Patch\"]}, {\"url\": \"https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=51e8a84ce742db0f6c70510d0159dad8f7825908\", \"source\": \"openssl-security@openssl.org\", \"tags\": [\"Mailing List\", \"Patch\"]}, {\"url\": \"https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=73398dea26de9899fb4baa94098ad0a61f435c72\", \"source\": \"openssl-security@openssl.org\", \"tags\": [\"Broken Link\"]}, {\"url\": \"https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=fc814a30fc4f0bc54fcea7d9a7462f5457aab061\", \"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\"}, {\"url\": \"https://security.gentoo.org/glsa/202402-08\", \"source\": \"openssl-security@openssl.org\"}, {\"url\": \"https://security.netapp.com/advisory/ntap-20230414-0001/\", \"source\": \"openssl-security@openssl.org\"}, {\"url\": \"https://www.debian.org/security/2023/dsa-5417\", \"source\": \"openssl-security@openssl.org\"}, {\"url\": \"https://www.openssl.org/news/secadv/20230328.txt\", \"source\": \"openssl-security@openssl.org\", \"tags\": [\"Vendor Advisory\"]}, {\"url\": \"http://www.openwall.com/lists/oss-security/2023/09/28/4\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\"}, {\"url\": \"https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=0d16b7e99aafc0b4a6d729eec65a411a7e025f0a\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\", \"tags\": [\"Mailing List\", \"Patch\"]}, {\"url\": \"https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=51e8a84ce742db0f6c70510d0159dad8f7825908\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\", \"tags\": [\"Mailing List\", \"Patch\"]}, {\"url\": \"https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=73398dea26de9899fb4baa94098ad0a61f435c72\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\", \"tags\": [\"Broken Link\"]}, {\"url\": \"https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=fc814a30fc4f0bc54fcea7d9a7462f5457aab061\", \"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\"}, {\"url\": \"https://security.gentoo.org/glsa/202402-08\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\"}, {\"url\": \"https://security.netapp.com/advisory/ntap-20230414-0001/\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\"}, {\"url\": \"https://www.debian.org/security/2023/dsa-5417\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\"}, {\"url\": \"https://www.openssl.org/news/secadv/20230328.txt\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\", \"tags\": [\"Vendor Advisory\"]}]",
"sourceIdentifier": "openssl-security@openssl.org",
"vulnStatus": "Modified",
"weaknesses": "[{\"source\": \"nvd@nist.gov\", \"type\": \"Primary\", \"description\": [{\"lang\": \"en\", \"value\": \"CWE-295\"}]}]"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2023-0466\",\"sourceIdentifier\":\"openssl-security@openssl.org\",\"published\":\"2023-03-28T15:15:06.880\",\"lastModified\":\"2026-06-17T05:25:37.007\",\"vulnStatus\":\"Modified\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"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.\"}],\"affected\":[{\"source\":\"openssl-security@openssl.org\",\"affectedData\":[{\"vendor\":\"OpenSSL\",\"product\":\"OpenSSL\",\"defaultStatus\":\"unaffected\",\"versions\":[{\"version\":\"3.1.0\",\"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\",\"status\":\"affected\"}]}]}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N\",\"baseScore\":5.3,\"baseSeverity\":\"MEDIUM\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"LOW\",\"availabilityImpact\":\"NONE\"},\"exploitabilityScore\":3.9,\"impactScore\":1.4},{\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N\",\"baseScore\":5.3,\"baseSeverity\":\"MEDIUM\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"LOW\",\"availabilityImpact\":\"NONE\"},\"exploitabilityScore\":3.9,\"impactScore\":1.4}],\"ssvcV203\":[{\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"ssvcData\":{\"timestamp\":\"2025-02-19T17:11:17.280968Z\",\"id\":\"CVE-2023-0466\",\"options\":[{\"exploitation\":\"none\"},{\"automatable\":\"no\"},{\"technicalImpact\":\"partial\"}],\"role\":\"CISA Coordinator\",\"version\":\"2.0.3\"}}]},\"weaknesses\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-295\"}]}],\"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\"}]}]}],\"references\":[{\"url\":\"http://www.openwall.com/lists/oss-security/2023/09/28/4\",\"source\":\"openssl-security@openssl.org\"},{\"url\":\"https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=0d16b7e99aafc0b4a6d729eec65a411a7e025f0a\",\"source\":\"openssl-security@openssl.org\",\"tags\":[\"Mailing List\",\"Patch\"]},{\"url\":\"https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=51e8a84ce742db0f6c70510d0159dad8f7825908\",\"source\":\"openssl-security@openssl.org\",\"tags\":[\"Mailing List\",\"Patch\"]},{\"url\":\"https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=73398dea26de9899fb4baa94098ad0a61f435c72\",\"source\":\"openssl-security@openssl.org\",\"tags\":[\"Broken Link\"]},{\"url\":\"https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=fc814a30fc4f0bc54fcea7d9a7462f5457aab061\",\"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\"},{\"url\":\"https://security.gentoo.org/glsa/202402-08\",\"source\":\"openssl-security@openssl.org\"},{\"url\":\"https://security.netapp.com/advisory/ntap-20230414-0001/\",\"source\":\"openssl-security@openssl.org\"},{\"url\":\"https://www.debian.org/security/2023/dsa-5417\",\"source\":\"openssl-security@openssl.org\"},{\"url\":\"https://www.openssl.org/news/secadv/20230328.txt\",\"source\":\"openssl-security@openssl.org\",\"tags\":[\"Vendor Advisory\"]},{\"url\":\"http://www.openwall.com/lists/oss-security/2023/09/28/4\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=0d16b7e99aafc0b4a6d729eec65a411a7e025f0a\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Mailing List\",\"Patch\"]},{\"url\":\"https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=51e8a84ce742db0f6c70510d0159dad8f7825908\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Mailing List\",\"Patch\"]},{\"url\":\"https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=73398dea26de9899fb4baa94098ad0a61f435c72\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Broken Link\"]},{\"url\":\"https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=fc814a30fc4f0bc54fcea7d9a7462f5457aab061\",\"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\"},{\"url\":\"https://security.gentoo.org/glsa/202402-08\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://security.netapp.com/advisory/ntap-20230414-0001/\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://www.debian.org/security/2023/dsa-5417\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://www.openssl.org/news/secadv/20230328.txt\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Vendor Advisory\"]}]}}",
"redhat_vex": {
"aggregate_severity": "Moderate",
"current_release_date": "2026-06-29T23:09:41+00:00",
"cve": "CVE-2023-0466",
"id": "CVE-2023-0466",
"initial_release_date": "2023-03-28T00:00:00+00:00",
"product_status:fixed": "75",
"product_status:known_affected": "32",
"product_status:known_not_affected": "152",
"source": "Red Hat CSAF VEX",
"status": "final",
"title": "openssl: Certificate policy check not enabled",
"url": "https://security.access.redhat.com/data/csaf/v2/vex/2023/cve-2023-0466.json",
"version": "3"
},
"suse_vex": {
"aggregate_severity": "moderate",
"current_release_date": "2026-07-17T13:51:10Z",
"cve": "CVE-2023-0466",
"id": "CVE-2023-0466",
"initial_release_date": "2023-03-30T01:45:07Z",
"product_status:known_affected": "291",
"product_status:known_not_affected": "170",
"product_status:recommended": "999",
"source": "SUSE CSAF VEX",
"status": "interim",
"title": "SUSE CVE CVE-2023-0466",
"url": "https://ftp.suse.com/pub/projects/security/csaf-vex/cve-2023-0466.json",
"version": "81"
},
"vulnrichment": {
"containers": "{\"adp\": [{\"title\": \"CVE Program Container\", \"references\": [{\"url\": \"https://www.openssl.org/news/secadv/20230328.txt\", \"name\": \"OpenSSL Advisory\", \"tags\": [\"vendor-advisory\", \"x_transferred\"]}, {\"url\": \"https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=fc814a30fc4f0bc54fcea7d9a7462f5457aab061\", \"name\": \"3.1.1 git commit\", \"tags\": [\"patch\", \"x_transferred\"]}, {\"url\": \"https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=51e8a84ce742db0f6c70510d0159dad8f7825908\", \"name\": \"3.0.9 git commit\", \"tags\": [\"patch\", \"x_transferred\"]}, {\"url\": \"https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=0d16b7e99aafc0b4a6d729eec65a411a7e025f0a\", \"name\": \"1.1.1u git commit\", \"tags\": [\"patch\", \"x_transferred\"]}, {\"url\": \"https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=73398dea26de9899fb4baa94098ad0a61f435c72\", \"name\": \"1.0.2zh patch (premium)\", \"tags\": [\"patch\", \"x_transferred\"]}, {\"url\": \"https://security.netapp.com/advisory/ntap-20230414-0001/\", \"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\": \"http://www.openwall.com/lists/oss-security/2023/09/28/4\", \"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-02T05:10:56.167Z\"}}, {\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"cvssV3_1\": {\"scope\": \"UNCHANGED\", \"version\": \"3.1\", \"baseScore\": 5.3, \"attackVector\": \"NETWORK\", \"baseSeverity\": \"MEDIUM\", \"vectorString\": \"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N\", \"integrityImpact\": \"LOW\", \"userInteraction\": \"NONE\", \"attackComplexity\": \"LOW\", \"availabilityImpact\": \"NONE\", \"privilegesRequired\": \"NONE\", \"confidentialityImpact\": \"NONE\"}}, {\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2023-0466\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"no\"}, {\"Technical Impact\": \"partial\"}], \"version\": \"2.0.3\", \"timestamp\": \"2025-02-19T17:11:17.280968Z\"}}}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2025-02-19T17:12:13.916Z\"}}], \"cna\": {\"title\": \"Certificate policy check not enabled\", \"source\": {\"discovery\": \"UNKNOWN\"}, \"credits\": [{\"lang\": \"en\", \"type\": \"reporter\", \"user\": \"00000000-0000-4000-9000-000000000000\", \"value\": \"David Benjamin (Google)\"}, {\"lang\": \"en\", \"type\": \"remediation developer\", \"user\": \"00000000-0000-4000-9000-000000000000\", \"value\": \"Tomas Mraz\"}], \"metrics\": [{\"other\": {\"type\": \"https://www.openssl.org/policies/secpolicy.html\", \"content\": {\"text\": \"Low\"}}, \"format\": \"other\"}], \"affected\": [{\"vendor\": \"OpenSSL\", \"product\": \"OpenSSL\", \"versions\": [{\"status\": \"affected\", \"version\": \"3.1.0\", \"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-03-21T00:00:00.000Z\", \"references\": [{\"url\": \"https://www.openssl.org/news/secadv/20230328.txt\", \"name\": \"OpenSSL Advisory\", \"tags\": [\"vendor-advisory\"]}, {\"url\": \"https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=fc814a30fc4f0bc54fcea7d9a7462f5457aab061\", \"name\": \"3.1.1 git commit\", \"tags\": [\"patch\"]}, {\"url\": \"https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=51e8a84ce742db0f6c70510d0159dad8f7825908\", \"name\": \"3.0.9 git commit\", \"tags\": [\"patch\"]}, {\"url\": \"https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=0d16b7e99aafc0b4a6d729eec65a411a7e025f0a\", \"name\": \"1.1.1u git commit\", \"tags\": [\"patch\"]}, {\"url\": \"https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=73398dea26de9899fb4baa94098ad0a61f435c72\", \"name\": \"1.0.2zh patch (premium)\", \"tags\": [\"patch\"]}, {\"url\": \"https://security.netapp.com/advisory/ntap-20230414-0001/\"}, {\"url\": \"https://www.debian.org/security/2023/dsa-5417\"}, {\"url\": \"https://lists.debian.org/debian-lts-announce/2023/06/msg00011.html\"}, {\"url\": \"http://www.openwall.com/lists/oss-security/2023/09/28/4\"}, {\"url\": \"https://security.gentoo.org/glsa/202402-08\"}], \"x_generator\": {\"engine\": \"Vulnogram 0.1.0-dev\"}, \"descriptions\": [{\"lang\": \"en\", \"value\": \"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.\", \"supportingMedia\": [{\"type\": \"text/html\", \"value\": \"The function X509_VERIFY_PARAM_add0_policy() is documented to implicitly enable the certificate policy check when doing certificate verification. However the implementation of the function does notenable the check which allows certificates with invalid or incorrect policies to pass the certificate verification.\u003cbr\u003eAs suddenly enabling the policy check could break existing deployments it was decided to keep the existing behavior of the X509_VERIFY_PARAM_add0_policy() function.\u003cbr\u003eInstead the applications that require OpenSSL to perform certificate policy check need to use X509_VERIFY_PARAM_set1_policies() or explicitly enable the policy check by calling X509_VERIFY_PARAM_set_flags() with the X509_V_FLAG_POLICY_CHECK flag argument.\u003cbr\u003eCertificate policy checks are disabled by default in OpenSSL and are not commonly used by applications.\", \"base64\": false}]}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"description\": \"improper certificate validation\"}]}], \"providerMetadata\": {\"orgId\": \"3a12439a-ef3a-4c79-92e6-6081a721f1e5\", \"shortName\": \"openssl\", \"dateUpdated\": \"2024-02-04T09:06:28.377Z\"}}}",
"cveMetadata": "{\"cveId\": \"CVE-2023-0466\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2025-02-19T17:12:25.801Z\", \"dateReserved\": \"2023-01-24T13:52:42.631Z\", \"assignerOrgId\": \"3a12439a-ef3a-4c79-92e6-6081a721f1e5\", \"datePublished\": \"2023-03-28T14:30:49.595Z\", \"assignerShortName\": \"openssl\"}",
"dataType": "CVE_RECORD",
"dataVersion": "5.1"
}
}
}
SUSE-SU-2023:1790-1
Vulnerability from csaf_suse - Published: 2023-04-06 13:36 - Updated: 2023-04-06 13:36| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Enterprise Storage 7.1:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:libopenssl-1_1-devel-32bit-1.1.1d-150200.11.62.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:libopenssl1_1-1.1.1d-150200.11.62.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:libopenssl1_1-1.1.1d-150200.11.62.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:libopenssl1_1-32bit-1.1.1d-150200.11.62.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:libopenssl1_1-hmac-32bit-1.1.1d-150200.11.62.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:openssl-1_1-1.1.1d-150200.11.62.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:openssl-1_1-1.1.1d-150200.11.62.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:openssl-1_1-doc-1.1.1d-150200.11.62.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:libopenssl1_1-1.1.1d-150200.11.62.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:libopenssl1_1-1.1.1d-150200.11.62.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:libopenssl1_1-32bit-1.1.1d-150200.11.62.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:libopenssl1_1-hmac-32bit-1.1.1d-150200.11.62.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:openssl-1_1-1.1.1d-150200.11.62.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:openssl-1_1-1.1.1d-150200.11.62.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libopenssl1_1-1.1.1d-150200.11.62.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libopenssl1_1-1.1.1d-150200.11.62.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libopenssl1_1-32bit-1.1.1d-150200.11.62.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libopenssl1_1-hmac-32bit-1.1.1d-150200.11.62.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:openssl-1_1-1.1.1d-150200.11.62.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:openssl-1_1-1.1.1d-150200.11.62.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libopenssl-1_1-devel-32bit-1.1.1d-150200.11.62.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libopenssl1_1-1.1.1d-150200.11.62.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libopenssl1_1-1.1.1d-150200.11.62.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libopenssl1_1-32bit-1.1.1d-150200.11.62.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libopenssl1_1-hmac-32bit-1.1.1d-150200.11.62.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:openssl-1_1-1.1.1d-150200.11.62.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:openssl-1_1-1.1.1d-150200.11.62.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:openssl-1_1-doc-1.1.1d-150200.11.62.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libopenssl-1_1-devel-32bit-1.1.1d-150200.11.62.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libopenssl1_1-1.1.1d-150200.11.62.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libopenssl1_1-1.1.1d-150200.11.62.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libopenssl1_1-32bit-1.1.1d-150200.11.62.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libopenssl1_1-hmac-32bit-1.1.1d-150200.11.62.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:openssl-1_1-1.1.1d-150200.11.62.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:openssl-1_1-1.1.1d-150200.11.62.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:openssl-1_1-doc-1.1.1d-150200.11.62.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:libopenssl1_1-1.1.1d-150200.11.62.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:libopenssl1_1-1.1.1d-150200.11.62.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:libopenssl1_1-1.1.1d-150200.11.62.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:openssl-1_1-1.1.1d-150200.11.62.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:openssl-1_1-1.1.1d-150200.11.62.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:openssl-1_1-1.1.1d-150200.11.62.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:libopenssl1_1-1.1.1d-150200.11.62.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:libopenssl1_1-1.1.1d-150200.11.62.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:libopenssl1_1-1.1.1d-150200.11.62.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:openssl-1_1-1.1.1d-150200.11.62.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:openssl-1_1-1.1.1d-150200.11.62.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:openssl-1_1-1.1.1d-150200.11.62.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Real Time 15 SP3:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Real Time 15 SP3:libopenssl-1_1-devel-32bit-1.1.1d-150200.11.62.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Real Time 15 SP3:libopenssl1_1-1.1.1d-150200.11.62.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Real Time 15 SP3:libopenssl1_1-32bit-1.1.1d-150200.11.62.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Real Time 15 SP3:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Real Time 15 SP3:libopenssl1_1-hmac-32bit-1.1.1d-150200.11.62.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Real Time 15 SP3:openssl-1_1-1.1.1d-150200.11.62.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl1_1-1.1.1d-150200.11.62.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl1_1-1.1.1d-150200.11.62.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl1_1-1.1.1d-150200.11.62.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl1_1-1.1.1d-150200.11.62.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl1_1-32bit-1.1.1d-150200.11.62.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl1_1-hmac-32bit-1.1.1d-150200.11.62.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:openssl-1_1-1.1.1d-150200.11.62.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:openssl-1_1-1.1.1d-150200.11.62.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:openssl-1_1-1.1.1d-150200.11.62.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:openssl-1_1-1.1.1d-150200.11.62.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl-1_1-devel-32bit-1.1.1d-150200.11.62.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl1_1-1.1.1d-150200.11.62.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl1_1-1.1.1d-150200.11.62.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl1_1-1.1.1d-150200.11.62.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl1_1-1.1.1d-150200.11.62.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl1_1-32bit-1.1.1d-150200.11.62.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl1_1-hmac-32bit-1.1.1d-150200.11.62.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:openssl-1_1-1.1.1d-150200.11.62.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:openssl-1_1-1.1.1d-150200.11.62.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:openssl-1_1-1.1.1d-150200.11.62.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:openssl-1_1-1.1.1d-150200.11.62.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:openssl-1_1-doc-1.1.1d-150200.11.62.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:libopenssl1_1-1.1.1d-150200.11.62.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:libopenssl1_1-1.1.1d-150200.11.62.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:libopenssl1_1-32bit-1.1.1d-150200.11.62.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:libopenssl1_1-hmac-32bit-1.1.1d-150200.11.62.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:openssl-1_1-1.1.1d-150200.11.62.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:openssl-1_1-1.1.1d-150200.11.62.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:libopenssl-1_1-devel-32bit-1.1.1d-150200.11.62.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:libopenssl1_1-1.1.1d-150200.11.62.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:libopenssl1_1-1.1.1d-150200.11.62.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:libopenssl1_1-32bit-1.1.1d-150200.11.62.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:libopenssl1_1-hmac-32bit-1.1.1d-150200.11.62.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:openssl-1_1-1.1.1d-150200.11.62.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:openssl-1_1-1.1.1d-150200.11.62.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:openssl-1_1-doc-1.1.1d-150200.11.62.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.2:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.2:libopenssl-1_1-devel-32bit-1.1.1d-150200.11.62.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.2:libopenssl1_1-1.1.1d-150200.11.62.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.2:libopenssl1_1-32bit-1.1.1d-150200.11.62.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.2:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.2:libopenssl1_1-hmac-32bit-1.1.1d-150200.11.62.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.2:openssl-1_1-1.1.1d-150200.11.62.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:libopenssl-1_1-devel-32bit-1.1.1d-150200.11.62.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:libopenssl1_1-1.1.1d-150200.11.62.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:libopenssl1_1-1.1.1d-150200.11.62.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:libopenssl1_1-1.1.1d-150200.11.62.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:libopenssl1_1-32bit-1.1.1d-150200.11.62.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:libopenssl1_1-hmac-32bit-1.1.1d-150200.11.62.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:openssl-1_1-1.1.1d-150200.11.62.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:openssl-1_1-1.1.1d-150200.11.62.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:openssl-1_1-1.1.1d-150200.11.62.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Enterprise Storage 7.1:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:libopenssl-1_1-devel-32bit-1.1.1d-150200.11.62.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:libopenssl1_1-1.1.1d-150200.11.62.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:libopenssl1_1-1.1.1d-150200.11.62.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:libopenssl1_1-32bit-1.1.1d-150200.11.62.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:libopenssl1_1-hmac-32bit-1.1.1d-150200.11.62.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:openssl-1_1-1.1.1d-150200.11.62.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:openssl-1_1-1.1.1d-150200.11.62.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:openssl-1_1-doc-1.1.1d-150200.11.62.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:libopenssl1_1-1.1.1d-150200.11.62.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:libopenssl1_1-1.1.1d-150200.11.62.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:libopenssl1_1-32bit-1.1.1d-150200.11.62.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:libopenssl1_1-hmac-32bit-1.1.1d-150200.11.62.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:openssl-1_1-1.1.1d-150200.11.62.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:openssl-1_1-1.1.1d-150200.11.62.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libopenssl1_1-1.1.1d-150200.11.62.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libopenssl1_1-1.1.1d-150200.11.62.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libopenssl1_1-32bit-1.1.1d-150200.11.62.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libopenssl1_1-hmac-32bit-1.1.1d-150200.11.62.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:openssl-1_1-1.1.1d-150200.11.62.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:openssl-1_1-1.1.1d-150200.11.62.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libopenssl-1_1-devel-32bit-1.1.1d-150200.11.62.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libopenssl1_1-1.1.1d-150200.11.62.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libopenssl1_1-1.1.1d-150200.11.62.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libopenssl1_1-32bit-1.1.1d-150200.11.62.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libopenssl1_1-hmac-32bit-1.1.1d-150200.11.62.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:openssl-1_1-1.1.1d-150200.11.62.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:openssl-1_1-1.1.1d-150200.11.62.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:openssl-1_1-doc-1.1.1d-150200.11.62.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libopenssl-1_1-devel-32bit-1.1.1d-150200.11.62.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libopenssl1_1-1.1.1d-150200.11.62.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libopenssl1_1-1.1.1d-150200.11.62.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libopenssl1_1-32bit-1.1.1d-150200.11.62.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libopenssl1_1-hmac-32bit-1.1.1d-150200.11.62.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:openssl-1_1-1.1.1d-150200.11.62.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:openssl-1_1-1.1.1d-150200.11.62.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:openssl-1_1-doc-1.1.1d-150200.11.62.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:libopenssl1_1-1.1.1d-150200.11.62.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:libopenssl1_1-1.1.1d-150200.11.62.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:libopenssl1_1-1.1.1d-150200.11.62.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:openssl-1_1-1.1.1d-150200.11.62.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:openssl-1_1-1.1.1d-150200.11.62.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:openssl-1_1-1.1.1d-150200.11.62.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:libopenssl1_1-1.1.1d-150200.11.62.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:libopenssl1_1-1.1.1d-150200.11.62.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:libopenssl1_1-1.1.1d-150200.11.62.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:openssl-1_1-1.1.1d-150200.11.62.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:openssl-1_1-1.1.1d-150200.11.62.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:openssl-1_1-1.1.1d-150200.11.62.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Real Time 15 SP3:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Real Time 15 SP3:libopenssl-1_1-devel-32bit-1.1.1d-150200.11.62.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Real Time 15 SP3:libopenssl1_1-1.1.1d-150200.11.62.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Real Time 15 SP3:libopenssl1_1-32bit-1.1.1d-150200.11.62.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Real Time 15 SP3:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Real Time 15 SP3:libopenssl1_1-hmac-32bit-1.1.1d-150200.11.62.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Real Time 15 SP3:openssl-1_1-1.1.1d-150200.11.62.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl1_1-1.1.1d-150200.11.62.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl1_1-1.1.1d-150200.11.62.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl1_1-1.1.1d-150200.11.62.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl1_1-1.1.1d-150200.11.62.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl1_1-32bit-1.1.1d-150200.11.62.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl1_1-hmac-32bit-1.1.1d-150200.11.62.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:openssl-1_1-1.1.1d-150200.11.62.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:openssl-1_1-1.1.1d-150200.11.62.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:openssl-1_1-1.1.1d-150200.11.62.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:openssl-1_1-1.1.1d-150200.11.62.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl-1_1-devel-32bit-1.1.1d-150200.11.62.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl1_1-1.1.1d-150200.11.62.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl1_1-1.1.1d-150200.11.62.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl1_1-1.1.1d-150200.11.62.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl1_1-1.1.1d-150200.11.62.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl1_1-32bit-1.1.1d-150200.11.62.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl1_1-hmac-32bit-1.1.1d-150200.11.62.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:openssl-1_1-1.1.1d-150200.11.62.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:openssl-1_1-1.1.1d-150200.11.62.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:openssl-1_1-1.1.1d-150200.11.62.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:openssl-1_1-1.1.1d-150200.11.62.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:openssl-1_1-doc-1.1.1d-150200.11.62.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:libopenssl1_1-1.1.1d-150200.11.62.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:libopenssl1_1-1.1.1d-150200.11.62.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:libopenssl1_1-32bit-1.1.1d-150200.11.62.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:libopenssl1_1-hmac-32bit-1.1.1d-150200.11.62.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:openssl-1_1-1.1.1d-150200.11.62.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:openssl-1_1-1.1.1d-150200.11.62.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:libopenssl-1_1-devel-32bit-1.1.1d-150200.11.62.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:libopenssl1_1-1.1.1d-150200.11.62.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:libopenssl1_1-1.1.1d-150200.11.62.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:libopenssl1_1-32bit-1.1.1d-150200.11.62.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:libopenssl1_1-hmac-32bit-1.1.1d-150200.11.62.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:openssl-1_1-1.1.1d-150200.11.62.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:openssl-1_1-1.1.1d-150200.11.62.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:openssl-1_1-doc-1.1.1d-150200.11.62.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.2:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.2:libopenssl-1_1-devel-32bit-1.1.1d-150200.11.62.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.2:libopenssl1_1-1.1.1d-150200.11.62.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.2:libopenssl1_1-32bit-1.1.1d-150200.11.62.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.2:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.2:libopenssl1_1-hmac-32bit-1.1.1d-150200.11.62.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.2:openssl-1_1-1.1.1d-150200.11.62.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:libopenssl-1_1-devel-32bit-1.1.1d-150200.11.62.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:libopenssl1_1-1.1.1d-150200.11.62.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:libopenssl1_1-1.1.1d-150200.11.62.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:libopenssl1_1-1.1.1d-150200.11.62.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:libopenssl1_1-32bit-1.1.1d-150200.11.62.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:libopenssl1_1-hmac-32bit-1.1.1d-150200.11.62.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:openssl-1_1-1.1.1d-150200.11.62.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:openssl-1_1-1.1.1d-150200.11.62.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:openssl-1_1-1.1.1d-150200.11.62.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Enterprise Storage 7.1:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:libopenssl-1_1-devel-32bit-1.1.1d-150200.11.62.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:libopenssl1_1-1.1.1d-150200.11.62.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:libopenssl1_1-1.1.1d-150200.11.62.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:libopenssl1_1-32bit-1.1.1d-150200.11.62.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:libopenssl1_1-hmac-32bit-1.1.1d-150200.11.62.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:openssl-1_1-1.1.1d-150200.11.62.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:openssl-1_1-1.1.1d-150200.11.62.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:openssl-1_1-doc-1.1.1d-150200.11.62.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:libopenssl1_1-1.1.1d-150200.11.62.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:libopenssl1_1-1.1.1d-150200.11.62.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:libopenssl1_1-32bit-1.1.1d-150200.11.62.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:libopenssl1_1-hmac-32bit-1.1.1d-150200.11.62.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:openssl-1_1-1.1.1d-150200.11.62.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:openssl-1_1-1.1.1d-150200.11.62.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libopenssl1_1-1.1.1d-150200.11.62.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libopenssl1_1-1.1.1d-150200.11.62.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libopenssl1_1-32bit-1.1.1d-150200.11.62.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libopenssl1_1-hmac-32bit-1.1.1d-150200.11.62.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:openssl-1_1-1.1.1d-150200.11.62.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:openssl-1_1-1.1.1d-150200.11.62.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libopenssl-1_1-devel-32bit-1.1.1d-150200.11.62.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libopenssl1_1-1.1.1d-150200.11.62.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libopenssl1_1-1.1.1d-150200.11.62.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libopenssl1_1-32bit-1.1.1d-150200.11.62.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libopenssl1_1-hmac-32bit-1.1.1d-150200.11.62.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:openssl-1_1-1.1.1d-150200.11.62.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:openssl-1_1-1.1.1d-150200.11.62.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:openssl-1_1-doc-1.1.1d-150200.11.62.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libopenssl-1_1-devel-32bit-1.1.1d-150200.11.62.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libopenssl1_1-1.1.1d-150200.11.62.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libopenssl1_1-1.1.1d-150200.11.62.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libopenssl1_1-32bit-1.1.1d-150200.11.62.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libopenssl1_1-hmac-32bit-1.1.1d-150200.11.62.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:openssl-1_1-1.1.1d-150200.11.62.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:openssl-1_1-1.1.1d-150200.11.62.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:openssl-1_1-doc-1.1.1d-150200.11.62.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:libopenssl1_1-1.1.1d-150200.11.62.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:libopenssl1_1-1.1.1d-150200.11.62.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:libopenssl1_1-1.1.1d-150200.11.62.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:openssl-1_1-1.1.1d-150200.11.62.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:openssl-1_1-1.1.1d-150200.11.62.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:openssl-1_1-1.1.1d-150200.11.62.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:libopenssl1_1-1.1.1d-150200.11.62.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:libopenssl1_1-1.1.1d-150200.11.62.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:libopenssl1_1-1.1.1d-150200.11.62.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:openssl-1_1-1.1.1d-150200.11.62.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:openssl-1_1-1.1.1d-150200.11.62.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:openssl-1_1-1.1.1d-150200.11.62.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Real Time 15 SP3:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Real Time 15 SP3:libopenssl-1_1-devel-32bit-1.1.1d-150200.11.62.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Real Time 15 SP3:libopenssl1_1-1.1.1d-150200.11.62.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Real Time 15 SP3:libopenssl1_1-32bit-1.1.1d-150200.11.62.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Real Time 15 SP3:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Real Time 15 SP3:libopenssl1_1-hmac-32bit-1.1.1d-150200.11.62.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Real Time 15 SP3:openssl-1_1-1.1.1d-150200.11.62.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl1_1-1.1.1d-150200.11.62.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl1_1-1.1.1d-150200.11.62.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl1_1-1.1.1d-150200.11.62.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl1_1-1.1.1d-150200.11.62.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl1_1-32bit-1.1.1d-150200.11.62.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl1_1-hmac-32bit-1.1.1d-150200.11.62.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:openssl-1_1-1.1.1d-150200.11.62.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:openssl-1_1-1.1.1d-150200.11.62.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:openssl-1_1-1.1.1d-150200.11.62.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:openssl-1_1-1.1.1d-150200.11.62.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl-1_1-devel-32bit-1.1.1d-150200.11.62.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl1_1-1.1.1d-150200.11.62.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl1_1-1.1.1d-150200.11.62.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl1_1-1.1.1d-150200.11.62.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl1_1-1.1.1d-150200.11.62.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl1_1-32bit-1.1.1d-150200.11.62.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl1_1-hmac-32bit-1.1.1d-150200.11.62.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:openssl-1_1-1.1.1d-150200.11.62.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:openssl-1_1-1.1.1d-150200.11.62.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:openssl-1_1-1.1.1d-150200.11.62.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:openssl-1_1-1.1.1d-150200.11.62.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:openssl-1_1-doc-1.1.1d-150200.11.62.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:libopenssl1_1-1.1.1d-150200.11.62.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:libopenssl1_1-1.1.1d-150200.11.62.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:libopenssl1_1-32bit-1.1.1d-150200.11.62.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:libopenssl1_1-hmac-32bit-1.1.1d-150200.11.62.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:openssl-1_1-1.1.1d-150200.11.62.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:openssl-1_1-1.1.1d-150200.11.62.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:libopenssl-1_1-devel-32bit-1.1.1d-150200.11.62.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:libopenssl1_1-1.1.1d-150200.11.62.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:libopenssl1_1-1.1.1d-150200.11.62.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:libopenssl1_1-32bit-1.1.1d-150200.11.62.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:libopenssl1_1-hmac-32bit-1.1.1d-150200.11.62.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:openssl-1_1-1.1.1d-150200.11.62.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:openssl-1_1-1.1.1d-150200.11.62.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:openssl-1_1-doc-1.1.1d-150200.11.62.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.2:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.2:libopenssl-1_1-devel-32bit-1.1.1d-150200.11.62.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.2:libopenssl1_1-1.1.1d-150200.11.62.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.2:libopenssl1_1-32bit-1.1.1d-150200.11.62.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.2:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.2:libopenssl1_1-hmac-32bit-1.1.1d-150200.11.62.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.2:openssl-1_1-1.1.1d-150200.11.62.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:libopenssl-1_1-devel-32bit-1.1.1d-150200.11.62.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:libopenssl1_1-1.1.1d-150200.11.62.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:libopenssl1_1-1.1.1d-150200.11.62.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:libopenssl1_1-1.1.1d-150200.11.62.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:libopenssl1_1-32bit-1.1.1d-150200.11.62.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:libopenssl1_1-hmac-32bit-1.1.1d-150200.11.62.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:openssl-1_1-1.1.1d-150200.11.62.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:openssl-1_1-1.1.1d-150200.11.62.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:openssl-1_1-1.1.1d-150200.11.62.1.x86_64 | — |
Vendor Fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for openssl-1_1",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for openssl-1_1 fixes the following issues:\n\n- CVE-2023-0464: Fixed excessive Resource Usage Verifying X.509 Policy Constraints (bsc#1209624).\n- CVE-2023-0465: Invalid certificate policies in leaf certificates were silently ignored (bsc#1209878).\n- CVE-2023-0466: Certificate policy check were not enabled (bsc#1209873).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2023-1790,SUSE-SLE-Product-HPC-15-SP2-LTSS-2023-1790,SUSE-SLE-Product-HPC-15-SP3-ESPOS-2023-1790,SUSE-SLE-Product-HPC-15-SP3-LTSS-2023-1790,SUSE-SLE-Product-RT-15-SP3-2023-1790,SUSE-SLE-Product-SLES-15-SP2-LTSS-2023-1790,SUSE-SLE-Product-SLES-15-SP3-LTSS-2023-1790,SUSE-SLE-Product-SLES_SAP-15-SP2-2023-1790,SUSE-SLE-Product-SLES_SAP-15-SP3-2023-1790,SUSE-SLE-Product-SUSE-Manager-Proxy-4.2-2023-1790,SUSE-SLE-Product-SUSE-Manager-Server-4.2-2023-1790,SUSE-SUSE-MicroOS-5.1-2023-1790,SUSE-SUSE-MicroOS-5.2-2023-1790,SUSE-Storage-7-2023-1790,SUSE-Storage-7.1-2023-1790",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2023_1790-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2023:1790-1",
"url": "https://www.suse.com/support/update/announcement/2023/suse-su-20231790-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2023:1790-1",
"url": "https://lists.suse.com/pipermail/sle-updates/2023-April/028696.html"
},
{
"category": "self",
"summary": "SUSE Bug 1209624",
"url": "https://bugzilla.suse.com/1209624"
},
{
"category": "self",
"summary": "SUSE Bug 1209873",
"url": "https://bugzilla.suse.com/1209873"
},
{
"category": "self",
"summary": "SUSE Bug 1209878",
"url": "https://bugzilla.suse.com/1209878"
},
{
"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/"
}
],
"title": "Security update for openssl-1_1",
"tracking": {
"current_release_date": "2023-04-06T13:36:45Z",
"generator": {
"date": "2023-04-06T13:36:45Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2023:1790-1",
"initial_release_date": "2023-04-06T13:36:45Z",
"revision_history": [
{
"date": "2023-04-06T13:36:45Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "libopenssl-1_1-devel-1.1.1d-150200.11.62.1.aarch64",
"product": {
"name": "libopenssl-1_1-devel-1.1.1d-150200.11.62.1.aarch64",
"product_id": "libopenssl-1_1-devel-1.1.1d-150200.11.62.1.aarch64"
}
},
{
"category": "product_version",
"name": "libopenssl1_1-1.1.1d-150200.11.62.1.aarch64",
"product": {
"name": "libopenssl1_1-1.1.1d-150200.11.62.1.aarch64",
"product_id": "libopenssl1_1-1.1.1d-150200.11.62.1.aarch64"
}
},
{
"category": "product_version",
"name": "libopenssl1_1-hmac-1.1.1d-150200.11.62.1.aarch64",
"product": {
"name": "libopenssl1_1-hmac-1.1.1d-150200.11.62.1.aarch64",
"product_id": "libopenssl1_1-hmac-1.1.1d-150200.11.62.1.aarch64"
}
},
{
"category": "product_version",
"name": "openssl-1_1-1.1.1d-150200.11.62.1.aarch64",
"product": {
"name": "openssl-1_1-1.1.1d-150200.11.62.1.aarch64",
"product_id": "openssl-1_1-1.1.1d-150200.11.62.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "libopenssl-1_1-devel-64bit-1.1.1d-150200.11.62.1.aarch64_ilp32",
"product": {
"name": "libopenssl-1_1-devel-64bit-1.1.1d-150200.11.62.1.aarch64_ilp32",
"product_id": "libopenssl-1_1-devel-64bit-1.1.1d-150200.11.62.1.aarch64_ilp32"
}
},
{
"category": "product_version",
"name": "libopenssl1_1-64bit-1.1.1d-150200.11.62.1.aarch64_ilp32",
"product": {
"name": "libopenssl1_1-64bit-1.1.1d-150200.11.62.1.aarch64_ilp32",
"product_id": "libopenssl1_1-64bit-1.1.1d-150200.11.62.1.aarch64_ilp32"
}
},
{
"category": "product_version",
"name": "libopenssl1_1-hmac-64bit-1.1.1d-150200.11.62.1.aarch64_ilp32",
"product": {
"name": "libopenssl1_1-hmac-64bit-1.1.1d-150200.11.62.1.aarch64_ilp32",
"product_id": "libopenssl1_1-hmac-64bit-1.1.1d-150200.11.62.1.aarch64_ilp32"
}
}
],
"category": "architecture",
"name": "aarch64_ilp32"
},
{
"branches": [
{
"category": "product_version",
"name": "libopenssl-1_1-devel-1.1.1d-150200.11.62.1.i586",
"product": {
"name": "libopenssl-1_1-devel-1.1.1d-150200.11.62.1.i586",
"product_id": "libopenssl-1_1-devel-1.1.1d-150200.11.62.1.i586"
}
},
{
"category": "product_version",
"name": "libopenssl1_1-1.1.1d-150200.11.62.1.i586",
"product": {
"name": "libopenssl1_1-1.1.1d-150200.11.62.1.i586",
"product_id": "libopenssl1_1-1.1.1d-150200.11.62.1.i586"
}
},
{
"category": "product_version",
"name": "libopenssl1_1-hmac-1.1.1d-150200.11.62.1.i586",
"product": {
"name": "libopenssl1_1-hmac-1.1.1d-150200.11.62.1.i586",
"product_id": "libopenssl1_1-hmac-1.1.1d-150200.11.62.1.i586"
}
},
{
"category": "product_version",
"name": "openssl-1_1-1.1.1d-150200.11.62.1.i586",
"product": {
"name": "openssl-1_1-1.1.1d-150200.11.62.1.i586",
"product_id": "openssl-1_1-1.1.1d-150200.11.62.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "openssl-1_1-doc-1.1.1d-150200.11.62.1.noarch",
"product": {
"name": "openssl-1_1-doc-1.1.1d-150200.11.62.1.noarch",
"product_id": "openssl-1_1-doc-1.1.1d-150200.11.62.1.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "libopenssl-1_1-devel-1.1.1d-150200.11.62.1.ppc64le",
"product": {
"name": "libopenssl-1_1-devel-1.1.1d-150200.11.62.1.ppc64le",
"product_id": "libopenssl-1_1-devel-1.1.1d-150200.11.62.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libopenssl1_1-1.1.1d-150200.11.62.1.ppc64le",
"product": {
"name": "libopenssl1_1-1.1.1d-150200.11.62.1.ppc64le",
"product_id": "libopenssl1_1-1.1.1d-150200.11.62.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libopenssl1_1-hmac-1.1.1d-150200.11.62.1.ppc64le",
"product": {
"name": "libopenssl1_1-hmac-1.1.1d-150200.11.62.1.ppc64le",
"product_id": "libopenssl1_1-hmac-1.1.1d-150200.11.62.1.ppc64le"
}
},
{
"category": "product_version",
"name": "openssl-1_1-1.1.1d-150200.11.62.1.ppc64le",
"product": {
"name": "openssl-1_1-1.1.1d-150200.11.62.1.ppc64le",
"product_id": "openssl-1_1-1.1.1d-150200.11.62.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "libopenssl-1_1-devel-1.1.1d-150200.11.62.1.s390x",
"product": {
"name": "libopenssl-1_1-devel-1.1.1d-150200.11.62.1.s390x",
"product_id": "libopenssl-1_1-devel-1.1.1d-150200.11.62.1.s390x"
}
},
{
"category": "product_version",
"name": "libopenssl1_1-1.1.1d-150200.11.62.1.s390x",
"product": {
"name": "libopenssl1_1-1.1.1d-150200.11.62.1.s390x",
"product_id": "libopenssl1_1-1.1.1d-150200.11.62.1.s390x"
}
},
{
"category": "product_version",
"name": "libopenssl1_1-hmac-1.1.1d-150200.11.62.1.s390x",
"product": {
"name": "libopenssl1_1-hmac-1.1.1d-150200.11.62.1.s390x",
"product_id": "libopenssl1_1-hmac-1.1.1d-150200.11.62.1.s390x"
}
},
{
"category": "product_version",
"name": "openssl-1_1-1.1.1d-150200.11.62.1.s390x",
"product": {
"name": "openssl-1_1-1.1.1d-150200.11.62.1.s390x",
"product_id": "openssl-1_1-1.1.1d-150200.11.62.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "libopenssl-1_1-devel-1.1.1d-150200.11.62.1.x86_64",
"product": {
"name": "libopenssl-1_1-devel-1.1.1d-150200.11.62.1.x86_64",
"product_id": "libopenssl-1_1-devel-1.1.1d-150200.11.62.1.x86_64"
}
},
{
"category": "product_version",
"name": "libopenssl-1_1-devel-32bit-1.1.1d-150200.11.62.1.x86_64",
"product": {
"name": "libopenssl-1_1-devel-32bit-1.1.1d-150200.11.62.1.x86_64",
"product_id": "libopenssl-1_1-devel-32bit-1.1.1d-150200.11.62.1.x86_64"
}
},
{
"category": "product_version",
"name": "libopenssl1_1-1.1.1d-150200.11.62.1.x86_64",
"product": {
"name": "libopenssl1_1-1.1.1d-150200.11.62.1.x86_64",
"product_id": "libopenssl1_1-1.1.1d-150200.11.62.1.x86_64"
}
},
{
"category": "product_version",
"name": "libopenssl1_1-32bit-1.1.1d-150200.11.62.1.x86_64",
"product": {
"name": "libopenssl1_1-32bit-1.1.1d-150200.11.62.1.x86_64",
"product_id": "libopenssl1_1-32bit-1.1.1d-150200.11.62.1.x86_64"
}
},
{
"category": "product_version",
"name": "libopenssl1_1-hmac-1.1.1d-150200.11.62.1.x86_64",
"product": {
"name": "libopenssl1_1-hmac-1.1.1d-150200.11.62.1.x86_64",
"product_id": "libopenssl1_1-hmac-1.1.1d-150200.11.62.1.x86_64"
}
},
{
"category": "product_version",
"name": "libopenssl1_1-hmac-32bit-1.1.1d-150200.11.62.1.x86_64",
"product": {
"name": "libopenssl1_1-hmac-32bit-1.1.1d-150200.11.62.1.x86_64",
"product_id": "libopenssl1_1-hmac-32bit-1.1.1d-150200.11.62.1.x86_64"
}
},
{
"category": "product_version",
"name": "openssl-1_1-1.1.1d-150200.11.62.1.x86_64",
"product": {
"name": "openssl-1_1-1.1.1d-150200.11.62.1.x86_64",
"product_id": "openssl-1_1-1.1.1d-150200.11.62.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp2"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-espos:15:sp3"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp3"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Real Time 15 SP3",
"product": {
"name": "SUSE Linux Enterprise Real Time 15 SP3",
"product_id": "SUSE Linux Enterprise Real Time 15 SP3",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_rt:15:sp3"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 15 SP2-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:15:sp2"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 15 SP3-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:15:sp3"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_sap:15:sp2"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_sap:15:sp3"
}
}
},
{
"category": "product_name",
"name": "SUSE Manager Proxy 4.2",
"product": {
"name": "SUSE Manager Proxy 4.2",
"product_id": "SUSE Manager Proxy 4.2",
"product_identification_helper": {
"cpe": "cpe:/o:suse:suse-manager-proxy:4.2"
}
}
},
{
"category": "product_name",
"name": "SUSE Manager Server 4.2",
"product": {
"name": "SUSE Manager Server 4.2",
"product_id": "SUSE Manager Server 4.2",
"product_identification_helper": {
"cpe": "cpe:/o:suse:suse-manager-server:4.2"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Micro 5.1",
"product": {
"name": "SUSE Linux Enterprise Micro 5.1",
"product_id": "SUSE Linux Enterprise Micro 5.1",
"product_identification_helper": {
"cpe": "cpe:/o:suse:suse-microos:5.1"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Micro 5.2",
"product": {
"name": "SUSE Linux Enterprise Micro 5.2",
"product_id": "SUSE Linux Enterprise Micro 5.2",
"product_identification_helper": {
"cpe": "cpe:/o:suse:suse-microos:5.2"
}
}
},
{
"category": "product_name",
"name": "SUSE Enterprise Storage 7",
"product": {
"name": "SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7",
"product_identification_helper": {
"cpe": "cpe:/o:suse:ses:7"
}
}
},
{
"category": "product_name",
"name": "SUSE Enterprise Storage 7.1",
"product": {
"name": "SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1",
"product_identification_helper": {
"cpe": "cpe:/o:suse:ses:7.1"
}
}
}
],
"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.1d-150200.11.62.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.aarch64"
},
"product_reference": "libopenssl-1_1-devel-1.1.1d-150200.11.62.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-1_1-devel-1.1.1d-150200.11.62.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.x86_64"
},
"product_reference": "libopenssl-1_1-devel-1.1.1d-150200.11.62.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-1.1.1d-150200.11.62.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libopenssl1_1-1.1.1d-150200.11.62.1.aarch64"
},
"product_reference": "libopenssl1_1-1.1.1d-150200.11.62.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-1.1.1d-150200.11.62.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libopenssl1_1-1.1.1d-150200.11.62.1.x86_64"
},
"product_reference": "libopenssl1_1-1.1.1d-150200.11.62.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-32bit-1.1.1d-150200.11.62.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libopenssl1_1-32bit-1.1.1d-150200.11.62.1.x86_64"
},
"product_reference": "libopenssl1_1-32bit-1.1.1d-150200.11.62.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-hmac-1.1.1d-150200.11.62.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.aarch64"
},
"product_reference": "libopenssl1_1-hmac-1.1.1d-150200.11.62.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-hmac-1.1.1d-150200.11.62.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.x86_64"
},
"product_reference": "libopenssl1_1-hmac-1.1.1d-150200.11.62.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-hmac-32bit-1.1.1d-150200.11.62.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libopenssl1_1-hmac-32bit-1.1.1d-150200.11.62.1.x86_64"
},
"product_reference": "libopenssl1_1-hmac-32bit-1.1.1d-150200.11.62.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1_1-1.1.1d-150200.11.62.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:openssl-1_1-1.1.1d-150200.11.62.1.aarch64"
},
"product_reference": "openssl-1_1-1.1.1d-150200.11.62.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1_1-1.1.1d-150200.11.62.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:openssl-1_1-1.1.1d-150200.11.62.1.x86_64"
},
"product_reference": "openssl-1_1-1.1.1d-150200.11.62.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-1_1-devel-1.1.1d-150200.11.62.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.aarch64"
},
"product_reference": "libopenssl-1_1-devel-1.1.1d-150200.11.62.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-1_1-devel-1.1.1d-150200.11.62.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.x86_64"
},
"product_reference": "libopenssl-1_1-devel-1.1.1d-150200.11.62.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-1_1-devel-32bit-1.1.1d-150200.11.62.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libopenssl-1_1-devel-32bit-1.1.1d-150200.11.62.1.x86_64"
},
"product_reference": "libopenssl-1_1-devel-32bit-1.1.1d-150200.11.62.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-1.1.1d-150200.11.62.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libopenssl1_1-1.1.1d-150200.11.62.1.aarch64"
},
"product_reference": "libopenssl1_1-1.1.1d-150200.11.62.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-1.1.1d-150200.11.62.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libopenssl1_1-1.1.1d-150200.11.62.1.x86_64"
},
"product_reference": "libopenssl1_1-1.1.1d-150200.11.62.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-32bit-1.1.1d-150200.11.62.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libopenssl1_1-32bit-1.1.1d-150200.11.62.1.x86_64"
},
"product_reference": "libopenssl1_1-32bit-1.1.1d-150200.11.62.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-hmac-1.1.1d-150200.11.62.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.aarch64"
},
"product_reference": "libopenssl1_1-hmac-1.1.1d-150200.11.62.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-hmac-1.1.1d-150200.11.62.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.x86_64"
},
"product_reference": "libopenssl1_1-hmac-1.1.1d-150200.11.62.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-hmac-32bit-1.1.1d-150200.11.62.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libopenssl1_1-hmac-32bit-1.1.1d-150200.11.62.1.x86_64"
},
"product_reference": "libopenssl1_1-hmac-32bit-1.1.1d-150200.11.62.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1_1-1.1.1d-150200.11.62.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:openssl-1_1-1.1.1d-150200.11.62.1.aarch64"
},
"product_reference": "openssl-1_1-1.1.1d-150200.11.62.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1_1-1.1.1d-150200.11.62.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:openssl-1_1-1.1.1d-150200.11.62.1.x86_64"
},
"product_reference": "openssl-1_1-1.1.1d-150200.11.62.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1_1-doc-1.1.1d-150200.11.62.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:openssl-1_1-doc-1.1.1d-150200.11.62.1.noarch"
},
"product_reference": "openssl-1_1-doc-1.1.1d-150200.11.62.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-1_1-devel-1.1.1d-150200.11.62.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.aarch64"
},
"product_reference": "libopenssl-1_1-devel-1.1.1d-150200.11.62.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-1_1-devel-1.1.1d-150200.11.62.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.x86_64"
},
"product_reference": "libopenssl-1_1-devel-1.1.1d-150200.11.62.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-1_1-devel-32bit-1.1.1d-150200.11.62.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libopenssl-1_1-devel-32bit-1.1.1d-150200.11.62.1.x86_64"
},
"product_reference": "libopenssl-1_1-devel-32bit-1.1.1d-150200.11.62.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-1.1.1d-150200.11.62.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libopenssl1_1-1.1.1d-150200.11.62.1.aarch64"
},
"product_reference": "libopenssl1_1-1.1.1d-150200.11.62.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-1.1.1d-150200.11.62.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libopenssl1_1-1.1.1d-150200.11.62.1.x86_64"
},
"product_reference": "libopenssl1_1-1.1.1d-150200.11.62.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-32bit-1.1.1d-150200.11.62.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libopenssl1_1-32bit-1.1.1d-150200.11.62.1.x86_64"
},
"product_reference": "libopenssl1_1-32bit-1.1.1d-150200.11.62.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-hmac-1.1.1d-150200.11.62.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.aarch64"
},
"product_reference": "libopenssl1_1-hmac-1.1.1d-150200.11.62.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-hmac-1.1.1d-150200.11.62.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.x86_64"
},
"product_reference": "libopenssl1_1-hmac-1.1.1d-150200.11.62.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-hmac-32bit-1.1.1d-150200.11.62.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libopenssl1_1-hmac-32bit-1.1.1d-150200.11.62.1.x86_64"
},
"product_reference": "libopenssl1_1-hmac-32bit-1.1.1d-150200.11.62.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1_1-1.1.1d-150200.11.62.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:openssl-1_1-1.1.1d-150200.11.62.1.aarch64"
},
"product_reference": "openssl-1_1-1.1.1d-150200.11.62.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1_1-1.1.1d-150200.11.62.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:openssl-1_1-1.1.1d-150200.11.62.1.x86_64"
},
"product_reference": "openssl-1_1-1.1.1d-150200.11.62.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1_1-doc-1.1.1d-150200.11.62.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:openssl-1_1-doc-1.1.1d-150200.11.62.1.noarch"
},
"product_reference": "openssl-1_1-doc-1.1.1d-150200.11.62.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-1_1-devel-1.1.1d-150200.11.62.1.x86_64 as component of SUSE Linux Enterprise Real Time 15 SP3",
"product_id": "SUSE Linux Enterprise Real Time 15 SP3:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.x86_64"
},
"product_reference": "libopenssl-1_1-devel-1.1.1d-150200.11.62.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Real Time 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-1_1-devel-32bit-1.1.1d-150200.11.62.1.x86_64 as component of SUSE Linux Enterprise Real Time 15 SP3",
"product_id": "SUSE Linux Enterprise Real Time 15 SP3:libopenssl-1_1-devel-32bit-1.1.1d-150200.11.62.1.x86_64"
},
"product_reference": "libopenssl-1_1-devel-32bit-1.1.1d-150200.11.62.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Real Time 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-1.1.1d-150200.11.62.1.x86_64 as component of SUSE Linux Enterprise Real Time 15 SP3",
"product_id": "SUSE Linux Enterprise Real Time 15 SP3:libopenssl1_1-1.1.1d-150200.11.62.1.x86_64"
},
"product_reference": "libopenssl1_1-1.1.1d-150200.11.62.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Real Time 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-32bit-1.1.1d-150200.11.62.1.x86_64 as component of SUSE Linux Enterprise Real Time 15 SP3",
"product_id": "SUSE Linux Enterprise Real Time 15 SP3:libopenssl1_1-32bit-1.1.1d-150200.11.62.1.x86_64"
},
"product_reference": "libopenssl1_1-32bit-1.1.1d-150200.11.62.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Real Time 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-hmac-1.1.1d-150200.11.62.1.x86_64 as component of SUSE Linux Enterprise Real Time 15 SP3",
"product_id": "SUSE Linux Enterprise Real Time 15 SP3:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.x86_64"
},
"product_reference": "libopenssl1_1-hmac-1.1.1d-150200.11.62.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Real Time 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-hmac-32bit-1.1.1d-150200.11.62.1.x86_64 as component of SUSE Linux Enterprise Real Time 15 SP3",
"product_id": "SUSE Linux Enterprise Real Time 15 SP3:libopenssl1_1-hmac-32bit-1.1.1d-150200.11.62.1.x86_64"
},
"product_reference": "libopenssl1_1-hmac-32bit-1.1.1d-150200.11.62.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Real Time 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1_1-1.1.1d-150200.11.62.1.x86_64 as component of SUSE Linux Enterprise Real Time 15 SP3",
"product_id": "SUSE Linux Enterprise Real Time 15 SP3:openssl-1_1-1.1.1d-150200.11.62.1.x86_64"
},
"product_reference": "openssl-1_1-1.1.1d-150200.11.62.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Real Time 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-1_1-devel-1.1.1d-150200.11.62.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.aarch64"
},
"product_reference": "libopenssl-1_1-devel-1.1.1d-150200.11.62.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-1_1-devel-1.1.1d-150200.11.62.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.ppc64le"
},
"product_reference": "libopenssl-1_1-devel-1.1.1d-150200.11.62.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-1_1-devel-1.1.1d-150200.11.62.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.s390x"
},
"product_reference": "libopenssl-1_1-devel-1.1.1d-150200.11.62.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-1_1-devel-1.1.1d-150200.11.62.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.x86_64"
},
"product_reference": "libopenssl-1_1-devel-1.1.1d-150200.11.62.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-1.1.1d-150200.11.62.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl1_1-1.1.1d-150200.11.62.1.aarch64"
},
"product_reference": "libopenssl1_1-1.1.1d-150200.11.62.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-1.1.1d-150200.11.62.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl1_1-1.1.1d-150200.11.62.1.ppc64le"
},
"product_reference": "libopenssl1_1-1.1.1d-150200.11.62.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-1.1.1d-150200.11.62.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl1_1-1.1.1d-150200.11.62.1.s390x"
},
"product_reference": "libopenssl1_1-1.1.1d-150200.11.62.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-1.1.1d-150200.11.62.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl1_1-1.1.1d-150200.11.62.1.x86_64"
},
"product_reference": "libopenssl1_1-1.1.1d-150200.11.62.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-32bit-1.1.1d-150200.11.62.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl1_1-32bit-1.1.1d-150200.11.62.1.x86_64"
},
"product_reference": "libopenssl1_1-32bit-1.1.1d-150200.11.62.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-hmac-1.1.1d-150200.11.62.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.aarch64"
},
"product_reference": "libopenssl1_1-hmac-1.1.1d-150200.11.62.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-hmac-1.1.1d-150200.11.62.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.ppc64le"
},
"product_reference": "libopenssl1_1-hmac-1.1.1d-150200.11.62.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-hmac-1.1.1d-150200.11.62.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.s390x"
},
"product_reference": "libopenssl1_1-hmac-1.1.1d-150200.11.62.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-hmac-1.1.1d-150200.11.62.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.x86_64"
},
"product_reference": "libopenssl1_1-hmac-1.1.1d-150200.11.62.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-hmac-32bit-1.1.1d-150200.11.62.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl1_1-hmac-32bit-1.1.1d-150200.11.62.1.x86_64"
},
"product_reference": "libopenssl1_1-hmac-32bit-1.1.1d-150200.11.62.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1_1-1.1.1d-150200.11.62.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:openssl-1_1-1.1.1d-150200.11.62.1.aarch64"
},
"product_reference": "openssl-1_1-1.1.1d-150200.11.62.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1_1-1.1.1d-150200.11.62.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:openssl-1_1-1.1.1d-150200.11.62.1.ppc64le"
},
"product_reference": "openssl-1_1-1.1.1d-150200.11.62.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1_1-1.1.1d-150200.11.62.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:openssl-1_1-1.1.1d-150200.11.62.1.s390x"
},
"product_reference": "openssl-1_1-1.1.1d-150200.11.62.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1_1-1.1.1d-150200.11.62.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:openssl-1_1-1.1.1d-150200.11.62.1.x86_64"
},
"product_reference": "openssl-1_1-1.1.1d-150200.11.62.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-1_1-devel-1.1.1d-150200.11.62.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.aarch64"
},
"product_reference": "libopenssl-1_1-devel-1.1.1d-150200.11.62.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-1_1-devel-1.1.1d-150200.11.62.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.ppc64le"
},
"product_reference": "libopenssl-1_1-devel-1.1.1d-150200.11.62.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-1_1-devel-1.1.1d-150200.11.62.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.s390x"
},
"product_reference": "libopenssl-1_1-devel-1.1.1d-150200.11.62.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-1_1-devel-1.1.1d-150200.11.62.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.x86_64"
},
"product_reference": "libopenssl-1_1-devel-1.1.1d-150200.11.62.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-1_1-devel-32bit-1.1.1d-150200.11.62.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl-1_1-devel-32bit-1.1.1d-150200.11.62.1.x86_64"
},
"product_reference": "libopenssl-1_1-devel-32bit-1.1.1d-150200.11.62.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-1.1.1d-150200.11.62.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl1_1-1.1.1d-150200.11.62.1.aarch64"
},
"product_reference": "libopenssl1_1-1.1.1d-150200.11.62.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-1.1.1d-150200.11.62.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl1_1-1.1.1d-150200.11.62.1.ppc64le"
},
"product_reference": "libopenssl1_1-1.1.1d-150200.11.62.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-1.1.1d-150200.11.62.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl1_1-1.1.1d-150200.11.62.1.s390x"
},
"product_reference": "libopenssl1_1-1.1.1d-150200.11.62.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-1.1.1d-150200.11.62.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl1_1-1.1.1d-150200.11.62.1.x86_64"
},
"product_reference": "libopenssl1_1-1.1.1d-150200.11.62.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-32bit-1.1.1d-150200.11.62.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl1_1-32bit-1.1.1d-150200.11.62.1.x86_64"
},
"product_reference": "libopenssl1_1-32bit-1.1.1d-150200.11.62.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-hmac-1.1.1d-150200.11.62.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.aarch64"
},
"product_reference": "libopenssl1_1-hmac-1.1.1d-150200.11.62.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-hmac-1.1.1d-150200.11.62.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.ppc64le"
},
"product_reference": "libopenssl1_1-hmac-1.1.1d-150200.11.62.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-hmac-1.1.1d-150200.11.62.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.s390x"
},
"product_reference": "libopenssl1_1-hmac-1.1.1d-150200.11.62.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-hmac-1.1.1d-150200.11.62.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.x86_64"
},
"product_reference": "libopenssl1_1-hmac-1.1.1d-150200.11.62.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-hmac-32bit-1.1.1d-150200.11.62.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl1_1-hmac-32bit-1.1.1d-150200.11.62.1.x86_64"
},
"product_reference": "libopenssl1_1-hmac-32bit-1.1.1d-150200.11.62.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1_1-1.1.1d-150200.11.62.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:openssl-1_1-1.1.1d-150200.11.62.1.aarch64"
},
"product_reference": "openssl-1_1-1.1.1d-150200.11.62.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1_1-1.1.1d-150200.11.62.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:openssl-1_1-1.1.1d-150200.11.62.1.ppc64le"
},
"product_reference": "openssl-1_1-1.1.1d-150200.11.62.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1_1-1.1.1d-150200.11.62.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:openssl-1_1-1.1.1d-150200.11.62.1.s390x"
},
"product_reference": "openssl-1_1-1.1.1d-150200.11.62.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1_1-1.1.1d-150200.11.62.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:openssl-1_1-1.1.1d-150200.11.62.1.x86_64"
},
"product_reference": "openssl-1_1-1.1.1d-150200.11.62.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1_1-doc-1.1.1d-150200.11.62.1.noarch as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:openssl-1_1-doc-1.1.1d-150200.11.62.1.noarch"
},
"product_reference": "openssl-1_1-doc-1.1.1d-150200.11.62.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-1_1-devel-1.1.1d-150200.11.62.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.ppc64le"
},
"product_reference": "libopenssl-1_1-devel-1.1.1d-150200.11.62.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-1_1-devel-1.1.1d-150200.11.62.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.x86_64"
},
"product_reference": "libopenssl-1_1-devel-1.1.1d-150200.11.62.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-1.1.1d-150200.11.62.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:libopenssl1_1-1.1.1d-150200.11.62.1.ppc64le"
},
"product_reference": "libopenssl1_1-1.1.1d-150200.11.62.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-1.1.1d-150200.11.62.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:libopenssl1_1-1.1.1d-150200.11.62.1.x86_64"
},
"product_reference": "libopenssl1_1-1.1.1d-150200.11.62.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-32bit-1.1.1d-150200.11.62.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:libopenssl1_1-32bit-1.1.1d-150200.11.62.1.x86_64"
},
"product_reference": "libopenssl1_1-32bit-1.1.1d-150200.11.62.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-hmac-1.1.1d-150200.11.62.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.ppc64le"
},
"product_reference": "libopenssl1_1-hmac-1.1.1d-150200.11.62.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-hmac-1.1.1d-150200.11.62.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.x86_64"
},
"product_reference": "libopenssl1_1-hmac-1.1.1d-150200.11.62.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-hmac-32bit-1.1.1d-150200.11.62.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:libopenssl1_1-hmac-32bit-1.1.1d-150200.11.62.1.x86_64"
},
"product_reference": "libopenssl1_1-hmac-32bit-1.1.1d-150200.11.62.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1_1-1.1.1d-150200.11.62.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:openssl-1_1-1.1.1d-150200.11.62.1.ppc64le"
},
"product_reference": "openssl-1_1-1.1.1d-150200.11.62.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1_1-1.1.1d-150200.11.62.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:openssl-1_1-1.1.1d-150200.11.62.1.x86_64"
},
"product_reference": "openssl-1_1-1.1.1d-150200.11.62.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-1_1-devel-1.1.1d-150200.11.62.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.ppc64le"
},
"product_reference": "libopenssl-1_1-devel-1.1.1d-150200.11.62.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-1_1-devel-1.1.1d-150200.11.62.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.x86_64"
},
"product_reference": "libopenssl-1_1-devel-1.1.1d-150200.11.62.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-1_1-devel-32bit-1.1.1d-150200.11.62.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libopenssl-1_1-devel-32bit-1.1.1d-150200.11.62.1.x86_64"
},
"product_reference": "libopenssl-1_1-devel-32bit-1.1.1d-150200.11.62.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-1.1.1d-150200.11.62.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libopenssl1_1-1.1.1d-150200.11.62.1.ppc64le"
},
"product_reference": "libopenssl1_1-1.1.1d-150200.11.62.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-1.1.1d-150200.11.62.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libopenssl1_1-1.1.1d-150200.11.62.1.x86_64"
},
"product_reference": "libopenssl1_1-1.1.1d-150200.11.62.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-32bit-1.1.1d-150200.11.62.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libopenssl1_1-32bit-1.1.1d-150200.11.62.1.x86_64"
},
"product_reference": "libopenssl1_1-32bit-1.1.1d-150200.11.62.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-hmac-1.1.1d-150200.11.62.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.ppc64le"
},
"product_reference": "libopenssl1_1-hmac-1.1.1d-150200.11.62.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-hmac-1.1.1d-150200.11.62.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.x86_64"
},
"product_reference": "libopenssl1_1-hmac-1.1.1d-150200.11.62.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-hmac-32bit-1.1.1d-150200.11.62.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libopenssl1_1-hmac-32bit-1.1.1d-150200.11.62.1.x86_64"
},
"product_reference": "libopenssl1_1-hmac-32bit-1.1.1d-150200.11.62.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1_1-1.1.1d-150200.11.62.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:openssl-1_1-1.1.1d-150200.11.62.1.ppc64le"
},
"product_reference": "openssl-1_1-1.1.1d-150200.11.62.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1_1-1.1.1d-150200.11.62.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:openssl-1_1-1.1.1d-150200.11.62.1.x86_64"
},
"product_reference": "openssl-1_1-1.1.1d-150200.11.62.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1_1-doc-1.1.1d-150200.11.62.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:openssl-1_1-doc-1.1.1d-150200.11.62.1.noarch"
},
"product_reference": "openssl-1_1-doc-1.1.1d-150200.11.62.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-1_1-devel-1.1.1d-150200.11.62.1.x86_64 as component of SUSE Manager Proxy 4.2",
"product_id": "SUSE Manager Proxy 4.2:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.x86_64"
},
"product_reference": "libopenssl-1_1-devel-1.1.1d-150200.11.62.1.x86_64",
"relates_to_product_reference": "SUSE Manager Proxy 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-1_1-devel-32bit-1.1.1d-150200.11.62.1.x86_64 as component of SUSE Manager Proxy 4.2",
"product_id": "SUSE Manager Proxy 4.2:libopenssl-1_1-devel-32bit-1.1.1d-150200.11.62.1.x86_64"
},
"product_reference": "libopenssl-1_1-devel-32bit-1.1.1d-150200.11.62.1.x86_64",
"relates_to_product_reference": "SUSE Manager Proxy 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-1.1.1d-150200.11.62.1.x86_64 as component of SUSE Manager Proxy 4.2",
"product_id": "SUSE Manager Proxy 4.2:libopenssl1_1-1.1.1d-150200.11.62.1.x86_64"
},
"product_reference": "libopenssl1_1-1.1.1d-150200.11.62.1.x86_64",
"relates_to_product_reference": "SUSE Manager Proxy 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-32bit-1.1.1d-150200.11.62.1.x86_64 as component of SUSE Manager Proxy 4.2",
"product_id": "SUSE Manager Proxy 4.2:libopenssl1_1-32bit-1.1.1d-150200.11.62.1.x86_64"
},
"product_reference": "libopenssl1_1-32bit-1.1.1d-150200.11.62.1.x86_64",
"relates_to_product_reference": "SUSE Manager Proxy 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-hmac-1.1.1d-150200.11.62.1.x86_64 as component of SUSE Manager Proxy 4.2",
"product_id": "SUSE Manager Proxy 4.2:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.x86_64"
},
"product_reference": "libopenssl1_1-hmac-1.1.1d-150200.11.62.1.x86_64",
"relates_to_product_reference": "SUSE Manager Proxy 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-hmac-32bit-1.1.1d-150200.11.62.1.x86_64 as component of SUSE Manager Proxy 4.2",
"product_id": "SUSE Manager Proxy 4.2:libopenssl1_1-hmac-32bit-1.1.1d-150200.11.62.1.x86_64"
},
"product_reference": "libopenssl1_1-hmac-32bit-1.1.1d-150200.11.62.1.x86_64",
"relates_to_product_reference": "SUSE Manager Proxy 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1_1-1.1.1d-150200.11.62.1.x86_64 as component of SUSE Manager Proxy 4.2",
"product_id": "SUSE Manager Proxy 4.2:openssl-1_1-1.1.1d-150200.11.62.1.x86_64"
},
"product_reference": "openssl-1_1-1.1.1d-150200.11.62.1.x86_64",
"relates_to_product_reference": "SUSE Manager Proxy 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-1_1-devel-1.1.1d-150200.11.62.1.ppc64le as component of SUSE Manager Server 4.2",
"product_id": "SUSE Manager Server 4.2:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.ppc64le"
},
"product_reference": "libopenssl-1_1-devel-1.1.1d-150200.11.62.1.ppc64le",
"relates_to_product_reference": "SUSE Manager Server 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-1_1-devel-1.1.1d-150200.11.62.1.s390x as component of SUSE Manager Server 4.2",
"product_id": "SUSE Manager Server 4.2:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.s390x"
},
"product_reference": "libopenssl-1_1-devel-1.1.1d-150200.11.62.1.s390x",
"relates_to_product_reference": "SUSE Manager Server 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-1_1-devel-1.1.1d-150200.11.62.1.x86_64 as component of SUSE Manager Server 4.2",
"product_id": "SUSE Manager Server 4.2:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.x86_64"
},
"product_reference": "libopenssl-1_1-devel-1.1.1d-150200.11.62.1.x86_64",
"relates_to_product_reference": "SUSE Manager Server 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-1_1-devel-32bit-1.1.1d-150200.11.62.1.x86_64 as component of SUSE Manager Server 4.2",
"product_id": "SUSE Manager Server 4.2:libopenssl-1_1-devel-32bit-1.1.1d-150200.11.62.1.x86_64"
},
"product_reference": "libopenssl-1_1-devel-32bit-1.1.1d-150200.11.62.1.x86_64",
"relates_to_product_reference": "SUSE Manager Server 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-1.1.1d-150200.11.62.1.ppc64le as component of SUSE Manager Server 4.2",
"product_id": "SUSE Manager Server 4.2:libopenssl1_1-1.1.1d-150200.11.62.1.ppc64le"
},
"product_reference": "libopenssl1_1-1.1.1d-150200.11.62.1.ppc64le",
"relates_to_product_reference": "SUSE Manager Server 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-1.1.1d-150200.11.62.1.s390x as component of SUSE Manager Server 4.2",
"product_id": "SUSE Manager Server 4.2:libopenssl1_1-1.1.1d-150200.11.62.1.s390x"
},
"product_reference": "libopenssl1_1-1.1.1d-150200.11.62.1.s390x",
"relates_to_product_reference": "SUSE Manager Server 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-1.1.1d-150200.11.62.1.x86_64 as component of SUSE Manager Server 4.2",
"product_id": "SUSE Manager Server 4.2:libopenssl1_1-1.1.1d-150200.11.62.1.x86_64"
},
"product_reference": "libopenssl1_1-1.1.1d-150200.11.62.1.x86_64",
"relates_to_product_reference": "SUSE Manager Server 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-32bit-1.1.1d-150200.11.62.1.x86_64 as component of SUSE Manager Server 4.2",
"product_id": "SUSE Manager Server 4.2:libopenssl1_1-32bit-1.1.1d-150200.11.62.1.x86_64"
},
"product_reference": "libopenssl1_1-32bit-1.1.1d-150200.11.62.1.x86_64",
"relates_to_product_reference": "SUSE Manager Server 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-hmac-1.1.1d-150200.11.62.1.ppc64le as component of SUSE Manager Server 4.2",
"product_id": "SUSE Manager Server 4.2:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.ppc64le"
},
"product_reference": "libopenssl1_1-hmac-1.1.1d-150200.11.62.1.ppc64le",
"relates_to_product_reference": "SUSE Manager Server 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-hmac-1.1.1d-150200.11.62.1.s390x as component of SUSE Manager Server 4.2",
"product_id": "SUSE Manager Server 4.2:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.s390x"
},
"product_reference": "libopenssl1_1-hmac-1.1.1d-150200.11.62.1.s390x",
"relates_to_product_reference": "SUSE Manager Server 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-hmac-1.1.1d-150200.11.62.1.x86_64 as component of SUSE Manager Server 4.2",
"product_id": "SUSE Manager Server 4.2:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.x86_64"
},
"product_reference": "libopenssl1_1-hmac-1.1.1d-150200.11.62.1.x86_64",
"relates_to_product_reference": "SUSE Manager Server 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-hmac-32bit-1.1.1d-150200.11.62.1.x86_64 as component of SUSE Manager Server 4.2",
"product_id": "SUSE Manager Server 4.2:libopenssl1_1-hmac-32bit-1.1.1d-150200.11.62.1.x86_64"
},
"product_reference": "libopenssl1_1-hmac-32bit-1.1.1d-150200.11.62.1.x86_64",
"relates_to_product_reference": "SUSE Manager Server 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1_1-1.1.1d-150200.11.62.1.ppc64le as component of SUSE Manager Server 4.2",
"product_id": "SUSE Manager Server 4.2:openssl-1_1-1.1.1d-150200.11.62.1.ppc64le"
},
"product_reference": "openssl-1_1-1.1.1d-150200.11.62.1.ppc64le",
"relates_to_product_reference": "SUSE Manager Server 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1_1-1.1.1d-150200.11.62.1.s390x as component of SUSE Manager Server 4.2",
"product_id": "SUSE Manager Server 4.2:openssl-1_1-1.1.1d-150200.11.62.1.s390x"
},
"product_reference": "openssl-1_1-1.1.1d-150200.11.62.1.s390x",
"relates_to_product_reference": "SUSE Manager Server 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1_1-1.1.1d-150200.11.62.1.x86_64 as component of SUSE Manager Server 4.2",
"product_id": "SUSE Manager Server 4.2:openssl-1_1-1.1.1d-150200.11.62.1.x86_64"
},
"product_reference": "openssl-1_1-1.1.1d-150200.11.62.1.x86_64",
"relates_to_product_reference": "SUSE Manager Server 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-1_1-devel-1.1.1d-150200.11.62.1.aarch64 as component of SUSE Linux Enterprise Micro 5.1",
"product_id": "SUSE Linux Enterprise Micro 5.1:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.aarch64"
},
"product_reference": "libopenssl-1_1-devel-1.1.1d-150200.11.62.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-1_1-devel-1.1.1d-150200.11.62.1.s390x as component of SUSE Linux Enterprise Micro 5.1",
"product_id": "SUSE Linux Enterprise Micro 5.1:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.s390x"
},
"product_reference": "libopenssl-1_1-devel-1.1.1d-150200.11.62.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-1_1-devel-1.1.1d-150200.11.62.1.x86_64 as component of SUSE Linux Enterprise Micro 5.1",
"product_id": "SUSE Linux Enterprise Micro 5.1:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.x86_64"
},
"product_reference": "libopenssl-1_1-devel-1.1.1d-150200.11.62.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-1.1.1d-150200.11.62.1.aarch64 as component of SUSE Linux Enterprise Micro 5.1",
"product_id": "SUSE Linux Enterprise Micro 5.1:libopenssl1_1-1.1.1d-150200.11.62.1.aarch64"
},
"product_reference": "libopenssl1_1-1.1.1d-150200.11.62.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-1.1.1d-150200.11.62.1.s390x as component of SUSE Linux Enterprise Micro 5.1",
"product_id": "SUSE Linux Enterprise Micro 5.1:libopenssl1_1-1.1.1d-150200.11.62.1.s390x"
},
"product_reference": "libopenssl1_1-1.1.1d-150200.11.62.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-1.1.1d-150200.11.62.1.x86_64 as component of SUSE Linux Enterprise Micro 5.1",
"product_id": "SUSE Linux Enterprise Micro 5.1:libopenssl1_1-1.1.1d-150200.11.62.1.x86_64"
},
"product_reference": "libopenssl1_1-1.1.1d-150200.11.62.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-hmac-1.1.1d-150200.11.62.1.aarch64 as component of SUSE Linux Enterprise Micro 5.1",
"product_id": "SUSE Linux Enterprise Micro 5.1:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.aarch64"
},
"product_reference": "libopenssl1_1-hmac-1.1.1d-150200.11.62.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-hmac-1.1.1d-150200.11.62.1.s390x as component of SUSE Linux Enterprise Micro 5.1",
"product_id": "SUSE Linux Enterprise Micro 5.1:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.s390x"
},
"product_reference": "libopenssl1_1-hmac-1.1.1d-150200.11.62.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-hmac-1.1.1d-150200.11.62.1.x86_64 as component of SUSE Linux Enterprise Micro 5.1",
"product_id": "SUSE Linux Enterprise Micro 5.1:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.x86_64"
},
"product_reference": "libopenssl1_1-hmac-1.1.1d-150200.11.62.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1_1-1.1.1d-150200.11.62.1.aarch64 as component of SUSE Linux Enterprise Micro 5.1",
"product_id": "SUSE Linux Enterprise Micro 5.1:openssl-1_1-1.1.1d-150200.11.62.1.aarch64"
},
"product_reference": "openssl-1_1-1.1.1d-150200.11.62.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1_1-1.1.1d-150200.11.62.1.s390x as component of SUSE Linux Enterprise Micro 5.1",
"product_id": "SUSE Linux Enterprise Micro 5.1:openssl-1_1-1.1.1d-150200.11.62.1.s390x"
},
"product_reference": "openssl-1_1-1.1.1d-150200.11.62.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1_1-1.1.1d-150200.11.62.1.x86_64 as component of SUSE Linux Enterprise Micro 5.1",
"product_id": "SUSE Linux Enterprise Micro 5.1:openssl-1_1-1.1.1d-150200.11.62.1.x86_64"
},
"product_reference": "openssl-1_1-1.1.1d-150200.11.62.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-1_1-devel-1.1.1d-150200.11.62.1.aarch64 as component of SUSE Linux Enterprise Micro 5.2",
"product_id": "SUSE Linux Enterprise Micro 5.2:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.aarch64"
},
"product_reference": "libopenssl-1_1-devel-1.1.1d-150200.11.62.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-1_1-devel-1.1.1d-150200.11.62.1.s390x as component of SUSE Linux Enterprise Micro 5.2",
"product_id": "SUSE Linux Enterprise Micro 5.2:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.s390x"
},
"product_reference": "libopenssl-1_1-devel-1.1.1d-150200.11.62.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-1_1-devel-1.1.1d-150200.11.62.1.x86_64 as component of SUSE Linux Enterprise Micro 5.2",
"product_id": "SUSE Linux Enterprise Micro 5.2:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.x86_64"
},
"product_reference": "libopenssl-1_1-devel-1.1.1d-150200.11.62.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-1.1.1d-150200.11.62.1.aarch64 as component of SUSE Linux Enterprise Micro 5.2",
"product_id": "SUSE Linux Enterprise Micro 5.2:libopenssl1_1-1.1.1d-150200.11.62.1.aarch64"
},
"product_reference": "libopenssl1_1-1.1.1d-150200.11.62.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-1.1.1d-150200.11.62.1.s390x as component of SUSE Linux Enterprise Micro 5.2",
"product_id": "SUSE Linux Enterprise Micro 5.2:libopenssl1_1-1.1.1d-150200.11.62.1.s390x"
},
"product_reference": "libopenssl1_1-1.1.1d-150200.11.62.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-1.1.1d-150200.11.62.1.x86_64 as component of SUSE Linux Enterprise Micro 5.2",
"product_id": "SUSE Linux Enterprise Micro 5.2:libopenssl1_1-1.1.1d-150200.11.62.1.x86_64"
},
"product_reference": "libopenssl1_1-1.1.1d-150200.11.62.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-hmac-1.1.1d-150200.11.62.1.aarch64 as component of SUSE Linux Enterprise Micro 5.2",
"product_id": "SUSE Linux Enterprise Micro 5.2:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.aarch64"
},
"product_reference": "libopenssl1_1-hmac-1.1.1d-150200.11.62.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-hmac-1.1.1d-150200.11.62.1.s390x as component of SUSE Linux Enterprise Micro 5.2",
"product_id": "SUSE Linux Enterprise Micro 5.2:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.s390x"
},
"product_reference": "libopenssl1_1-hmac-1.1.1d-150200.11.62.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-hmac-1.1.1d-150200.11.62.1.x86_64 as component of SUSE Linux Enterprise Micro 5.2",
"product_id": "SUSE Linux Enterprise Micro 5.2:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.x86_64"
},
"product_reference": "libopenssl1_1-hmac-1.1.1d-150200.11.62.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1_1-1.1.1d-150200.11.62.1.aarch64 as component of SUSE Linux Enterprise Micro 5.2",
"product_id": "SUSE Linux Enterprise Micro 5.2:openssl-1_1-1.1.1d-150200.11.62.1.aarch64"
},
"product_reference": "openssl-1_1-1.1.1d-150200.11.62.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1_1-1.1.1d-150200.11.62.1.s390x as component of SUSE Linux Enterprise Micro 5.2",
"product_id": "SUSE Linux Enterprise Micro 5.2:openssl-1_1-1.1.1d-150200.11.62.1.s390x"
},
"product_reference": "openssl-1_1-1.1.1d-150200.11.62.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1_1-1.1.1d-150200.11.62.1.x86_64 as component of SUSE Linux Enterprise Micro 5.2",
"product_id": "SUSE Linux Enterprise Micro 5.2:openssl-1_1-1.1.1d-150200.11.62.1.x86_64"
},
"product_reference": "openssl-1_1-1.1.1d-150200.11.62.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-1_1-devel-1.1.1d-150200.11.62.1.aarch64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.aarch64"
},
"product_reference": "libopenssl-1_1-devel-1.1.1d-150200.11.62.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-1_1-devel-1.1.1d-150200.11.62.1.x86_64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.x86_64"
},
"product_reference": "libopenssl-1_1-devel-1.1.1d-150200.11.62.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-1.1.1d-150200.11.62.1.aarch64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:libopenssl1_1-1.1.1d-150200.11.62.1.aarch64"
},
"product_reference": "libopenssl1_1-1.1.1d-150200.11.62.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-1.1.1d-150200.11.62.1.x86_64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:libopenssl1_1-1.1.1d-150200.11.62.1.x86_64"
},
"product_reference": "libopenssl1_1-1.1.1d-150200.11.62.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-32bit-1.1.1d-150200.11.62.1.x86_64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:libopenssl1_1-32bit-1.1.1d-150200.11.62.1.x86_64"
},
"product_reference": "libopenssl1_1-32bit-1.1.1d-150200.11.62.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-hmac-1.1.1d-150200.11.62.1.aarch64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.aarch64"
},
"product_reference": "libopenssl1_1-hmac-1.1.1d-150200.11.62.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-hmac-1.1.1d-150200.11.62.1.x86_64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.x86_64"
},
"product_reference": "libopenssl1_1-hmac-1.1.1d-150200.11.62.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-hmac-32bit-1.1.1d-150200.11.62.1.x86_64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:libopenssl1_1-hmac-32bit-1.1.1d-150200.11.62.1.x86_64"
},
"product_reference": "libopenssl1_1-hmac-32bit-1.1.1d-150200.11.62.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1_1-1.1.1d-150200.11.62.1.aarch64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:openssl-1_1-1.1.1d-150200.11.62.1.aarch64"
},
"product_reference": "openssl-1_1-1.1.1d-150200.11.62.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1_1-1.1.1d-150200.11.62.1.x86_64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:openssl-1_1-1.1.1d-150200.11.62.1.x86_64"
},
"product_reference": "openssl-1_1-1.1.1d-150200.11.62.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-1_1-devel-1.1.1d-150200.11.62.1.aarch64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.aarch64"
},
"product_reference": "libopenssl-1_1-devel-1.1.1d-150200.11.62.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-1_1-devel-1.1.1d-150200.11.62.1.x86_64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.x86_64"
},
"product_reference": "libopenssl-1_1-devel-1.1.1d-150200.11.62.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-1_1-devel-32bit-1.1.1d-150200.11.62.1.x86_64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:libopenssl-1_1-devel-32bit-1.1.1d-150200.11.62.1.x86_64"
},
"product_reference": "libopenssl-1_1-devel-32bit-1.1.1d-150200.11.62.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-1.1.1d-150200.11.62.1.aarch64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:libopenssl1_1-1.1.1d-150200.11.62.1.aarch64"
},
"product_reference": "libopenssl1_1-1.1.1d-150200.11.62.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-1.1.1d-150200.11.62.1.x86_64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:libopenssl1_1-1.1.1d-150200.11.62.1.x86_64"
},
"product_reference": "libopenssl1_1-1.1.1d-150200.11.62.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-32bit-1.1.1d-150200.11.62.1.x86_64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:libopenssl1_1-32bit-1.1.1d-150200.11.62.1.x86_64"
},
"product_reference": "libopenssl1_1-32bit-1.1.1d-150200.11.62.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-hmac-1.1.1d-150200.11.62.1.aarch64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.aarch64"
},
"product_reference": "libopenssl1_1-hmac-1.1.1d-150200.11.62.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-hmac-1.1.1d-150200.11.62.1.x86_64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.x86_64"
},
"product_reference": "libopenssl1_1-hmac-1.1.1d-150200.11.62.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-hmac-32bit-1.1.1d-150200.11.62.1.x86_64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:libopenssl1_1-hmac-32bit-1.1.1d-150200.11.62.1.x86_64"
},
"product_reference": "libopenssl1_1-hmac-32bit-1.1.1d-150200.11.62.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1_1-1.1.1d-150200.11.62.1.aarch64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:openssl-1_1-1.1.1d-150200.11.62.1.aarch64"
},
"product_reference": "openssl-1_1-1.1.1d-150200.11.62.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1_1-1.1.1d-150200.11.62.1.x86_64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:openssl-1_1-1.1.1d-150200.11.62.1.x86_64"
},
"product_reference": "openssl-1_1-1.1.1d-150200.11.62.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1_1-doc-1.1.1d-150200.11.62.1.noarch as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:openssl-1_1-doc-1.1.1d-150200.11.62.1.noarch"
},
"product_reference": "openssl-1_1-doc-1.1.1d-150200.11.62.1.noarch",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
}
]
},
"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": [
"SUSE Enterprise Storage 7.1:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.aarch64",
"SUSE Enterprise Storage 7.1:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.x86_64",
"SUSE Enterprise Storage 7.1:libopenssl-1_1-devel-32bit-1.1.1d-150200.11.62.1.x86_64",
"SUSE Enterprise Storage 7.1:libopenssl1_1-1.1.1d-150200.11.62.1.aarch64",
"SUSE Enterprise Storage 7.1:libopenssl1_1-1.1.1d-150200.11.62.1.x86_64",
"SUSE Enterprise Storage 7.1:libopenssl1_1-32bit-1.1.1d-150200.11.62.1.x86_64",
"SUSE Enterprise Storage 7.1:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.aarch64",
"SUSE Enterprise Storage 7.1:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.x86_64",
"SUSE Enterprise Storage 7.1:libopenssl1_1-hmac-32bit-1.1.1d-150200.11.62.1.x86_64",
"SUSE Enterprise Storage 7.1:openssl-1_1-1.1.1d-150200.11.62.1.aarch64",
"SUSE Enterprise Storage 7.1:openssl-1_1-1.1.1d-150200.11.62.1.x86_64",
"SUSE Enterprise Storage 7.1:openssl-1_1-doc-1.1.1d-150200.11.62.1.noarch",
"SUSE Enterprise Storage 7:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.aarch64",
"SUSE Enterprise Storage 7:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.x86_64",
"SUSE Enterprise Storage 7:libopenssl1_1-1.1.1d-150200.11.62.1.aarch64",
"SUSE Enterprise Storage 7:libopenssl1_1-1.1.1d-150200.11.62.1.x86_64",
"SUSE Enterprise Storage 7:libopenssl1_1-32bit-1.1.1d-150200.11.62.1.x86_64",
"SUSE Enterprise Storage 7:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.aarch64",
"SUSE Enterprise Storage 7:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.x86_64",
"SUSE Enterprise Storage 7:libopenssl1_1-hmac-32bit-1.1.1d-150200.11.62.1.x86_64",
"SUSE Enterprise Storage 7:openssl-1_1-1.1.1d-150200.11.62.1.aarch64",
"SUSE Enterprise Storage 7:openssl-1_1-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libopenssl1_1-1.1.1d-150200.11.62.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libopenssl1_1-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libopenssl1_1-32bit-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libopenssl1_1-hmac-32bit-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:openssl-1_1-1.1.1d-150200.11.62.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:openssl-1_1-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libopenssl-1_1-devel-32bit-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libopenssl1_1-1.1.1d-150200.11.62.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libopenssl1_1-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libopenssl1_1-32bit-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libopenssl1_1-hmac-32bit-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:openssl-1_1-1.1.1d-150200.11.62.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:openssl-1_1-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:openssl-1_1-doc-1.1.1d-150200.11.62.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libopenssl-1_1-devel-32bit-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libopenssl1_1-1.1.1d-150200.11.62.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libopenssl1_1-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libopenssl1_1-32bit-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libopenssl1_1-hmac-32bit-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:openssl-1_1-1.1.1d-150200.11.62.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:openssl-1_1-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:openssl-1_1-doc-1.1.1d-150200.11.62.1.noarch",
"SUSE Linux Enterprise Micro 5.1:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.s390x",
"SUSE Linux Enterprise Micro 5.1:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Micro 5.1:libopenssl1_1-1.1.1d-150200.11.62.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:libopenssl1_1-1.1.1d-150200.11.62.1.s390x",
"SUSE Linux Enterprise Micro 5.1:libopenssl1_1-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Micro 5.1:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.s390x",
"SUSE Linux Enterprise Micro 5.1:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Micro 5.1:openssl-1_1-1.1.1d-150200.11.62.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:openssl-1_1-1.1.1d-150200.11.62.1.s390x",
"SUSE Linux Enterprise Micro 5.1:openssl-1_1-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.s390x",
"SUSE Linux Enterprise Micro 5.2:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:libopenssl1_1-1.1.1d-150200.11.62.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:libopenssl1_1-1.1.1d-150200.11.62.1.s390x",
"SUSE Linux Enterprise Micro 5.2:libopenssl1_1-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.s390x",
"SUSE Linux Enterprise Micro 5.2:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:openssl-1_1-1.1.1d-150200.11.62.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:openssl-1_1-1.1.1d-150200.11.62.1.s390x",
"SUSE Linux Enterprise Micro 5.2:openssl-1_1-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:libopenssl-1_1-devel-32bit-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:libopenssl1_1-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:libopenssl1_1-32bit-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:libopenssl1_1-hmac-32bit-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:openssl-1_1-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl1_1-1.1.1d-150200.11.62.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl1_1-1.1.1d-150200.11.62.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl1_1-1.1.1d-150200.11.62.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl1_1-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl1_1-32bit-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl1_1-hmac-32bit-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:openssl-1_1-1.1.1d-150200.11.62.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:openssl-1_1-1.1.1d-150200.11.62.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:openssl-1_1-1.1.1d-150200.11.62.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:openssl-1_1-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl-1_1-devel-32bit-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl1_1-1.1.1d-150200.11.62.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl1_1-1.1.1d-150200.11.62.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl1_1-1.1.1d-150200.11.62.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl1_1-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl1_1-32bit-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl1_1-hmac-32bit-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:openssl-1_1-1.1.1d-150200.11.62.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:openssl-1_1-1.1.1d-150200.11.62.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:openssl-1_1-1.1.1d-150200.11.62.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:openssl-1_1-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:openssl-1_1-doc-1.1.1d-150200.11.62.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:libopenssl1_1-1.1.1d-150200.11.62.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:libopenssl1_1-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:libopenssl1_1-32bit-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:libopenssl1_1-hmac-32bit-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:openssl-1_1-1.1.1d-150200.11.62.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:openssl-1_1-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libopenssl-1_1-devel-32bit-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libopenssl1_1-1.1.1d-150200.11.62.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libopenssl1_1-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libopenssl1_1-32bit-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libopenssl1_1-hmac-32bit-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:openssl-1_1-1.1.1d-150200.11.62.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:openssl-1_1-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:openssl-1_1-doc-1.1.1d-150200.11.62.1.noarch",
"SUSE Manager Proxy 4.2:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.x86_64",
"SUSE Manager Proxy 4.2:libopenssl-1_1-devel-32bit-1.1.1d-150200.11.62.1.x86_64",
"SUSE Manager Proxy 4.2:libopenssl1_1-1.1.1d-150200.11.62.1.x86_64",
"SUSE Manager Proxy 4.2:libopenssl1_1-32bit-1.1.1d-150200.11.62.1.x86_64",
"SUSE Manager Proxy 4.2:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.x86_64",
"SUSE Manager Proxy 4.2:libopenssl1_1-hmac-32bit-1.1.1d-150200.11.62.1.x86_64",
"SUSE Manager Proxy 4.2:openssl-1_1-1.1.1d-150200.11.62.1.x86_64",
"SUSE Manager Server 4.2:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.ppc64le",
"SUSE Manager Server 4.2:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.s390x",
"SUSE Manager Server 4.2:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.x86_64",
"SUSE Manager Server 4.2:libopenssl-1_1-devel-32bit-1.1.1d-150200.11.62.1.x86_64",
"SUSE Manager Server 4.2:libopenssl1_1-1.1.1d-150200.11.62.1.ppc64le",
"SUSE Manager Server 4.2:libopenssl1_1-1.1.1d-150200.11.62.1.s390x",
"SUSE Manager Server 4.2:libopenssl1_1-1.1.1d-150200.11.62.1.x86_64",
"SUSE Manager Server 4.2:libopenssl1_1-32bit-1.1.1d-150200.11.62.1.x86_64",
"SUSE Manager Server 4.2:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.ppc64le",
"SUSE Manager Server 4.2:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.s390x",
"SUSE Manager Server 4.2:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.x86_64",
"SUSE Manager Server 4.2:libopenssl1_1-hmac-32bit-1.1.1d-150200.11.62.1.x86_64",
"SUSE Manager Server 4.2:openssl-1_1-1.1.1d-150200.11.62.1.ppc64le",
"SUSE Manager Server 4.2:openssl-1_1-1.1.1d-150200.11.62.1.s390x",
"SUSE Manager Server 4.2:openssl-1_1-1.1.1d-150200.11.62.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": [
"SUSE Enterprise Storage 7.1:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.aarch64",
"SUSE Enterprise Storage 7.1:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.x86_64",
"SUSE Enterprise Storage 7.1:libopenssl-1_1-devel-32bit-1.1.1d-150200.11.62.1.x86_64",
"SUSE Enterprise Storage 7.1:libopenssl1_1-1.1.1d-150200.11.62.1.aarch64",
"SUSE Enterprise Storage 7.1:libopenssl1_1-1.1.1d-150200.11.62.1.x86_64",
"SUSE Enterprise Storage 7.1:libopenssl1_1-32bit-1.1.1d-150200.11.62.1.x86_64",
"SUSE Enterprise Storage 7.1:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.aarch64",
"SUSE Enterprise Storage 7.1:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.x86_64",
"SUSE Enterprise Storage 7.1:libopenssl1_1-hmac-32bit-1.1.1d-150200.11.62.1.x86_64",
"SUSE Enterprise Storage 7.1:openssl-1_1-1.1.1d-150200.11.62.1.aarch64",
"SUSE Enterprise Storage 7.1:openssl-1_1-1.1.1d-150200.11.62.1.x86_64",
"SUSE Enterprise Storage 7.1:openssl-1_1-doc-1.1.1d-150200.11.62.1.noarch",
"SUSE Enterprise Storage 7:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.aarch64",
"SUSE Enterprise Storage 7:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.x86_64",
"SUSE Enterprise Storage 7:libopenssl1_1-1.1.1d-150200.11.62.1.aarch64",
"SUSE Enterprise Storage 7:libopenssl1_1-1.1.1d-150200.11.62.1.x86_64",
"SUSE Enterprise Storage 7:libopenssl1_1-32bit-1.1.1d-150200.11.62.1.x86_64",
"SUSE Enterprise Storage 7:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.aarch64",
"SUSE Enterprise Storage 7:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.x86_64",
"SUSE Enterprise Storage 7:libopenssl1_1-hmac-32bit-1.1.1d-150200.11.62.1.x86_64",
"SUSE Enterprise Storage 7:openssl-1_1-1.1.1d-150200.11.62.1.aarch64",
"SUSE Enterprise Storage 7:openssl-1_1-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libopenssl1_1-1.1.1d-150200.11.62.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libopenssl1_1-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libopenssl1_1-32bit-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libopenssl1_1-hmac-32bit-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:openssl-1_1-1.1.1d-150200.11.62.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:openssl-1_1-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libopenssl-1_1-devel-32bit-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libopenssl1_1-1.1.1d-150200.11.62.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libopenssl1_1-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libopenssl1_1-32bit-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libopenssl1_1-hmac-32bit-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:openssl-1_1-1.1.1d-150200.11.62.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:openssl-1_1-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:openssl-1_1-doc-1.1.1d-150200.11.62.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libopenssl-1_1-devel-32bit-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libopenssl1_1-1.1.1d-150200.11.62.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libopenssl1_1-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libopenssl1_1-32bit-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libopenssl1_1-hmac-32bit-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:openssl-1_1-1.1.1d-150200.11.62.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:openssl-1_1-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:openssl-1_1-doc-1.1.1d-150200.11.62.1.noarch",
"SUSE Linux Enterprise Micro 5.1:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.s390x",
"SUSE Linux Enterprise Micro 5.1:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Micro 5.1:libopenssl1_1-1.1.1d-150200.11.62.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:libopenssl1_1-1.1.1d-150200.11.62.1.s390x",
"SUSE Linux Enterprise Micro 5.1:libopenssl1_1-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Micro 5.1:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.s390x",
"SUSE Linux Enterprise Micro 5.1:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Micro 5.1:openssl-1_1-1.1.1d-150200.11.62.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:openssl-1_1-1.1.1d-150200.11.62.1.s390x",
"SUSE Linux Enterprise Micro 5.1:openssl-1_1-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.s390x",
"SUSE Linux Enterprise Micro 5.2:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:libopenssl1_1-1.1.1d-150200.11.62.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:libopenssl1_1-1.1.1d-150200.11.62.1.s390x",
"SUSE Linux Enterprise Micro 5.2:libopenssl1_1-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.s390x",
"SUSE Linux Enterprise Micro 5.2:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:openssl-1_1-1.1.1d-150200.11.62.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:openssl-1_1-1.1.1d-150200.11.62.1.s390x",
"SUSE Linux Enterprise Micro 5.2:openssl-1_1-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:libopenssl-1_1-devel-32bit-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:libopenssl1_1-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:libopenssl1_1-32bit-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:libopenssl1_1-hmac-32bit-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:openssl-1_1-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl1_1-1.1.1d-150200.11.62.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl1_1-1.1.1d-150200.11.62.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl1_1-1.1.1d-150200.11.62.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl1_1-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl1_1-32bit-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl1_1-hmac-32bit-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:openssl-1_1-1.1.1d-150200.11.62.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:openssl-1_1-1.1.1d-150200.11.62.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:openssl-1_1-1.1.1d-150200.11.62.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:openssl-1_1-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl-1_1-devel-32bit-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl1_1-1.1.1d-150200.11.62.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl1_1-1.1.1d-150200.11.62.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl1_1-1.1.1d-150200.11.62.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl1_1-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl1_1-32bit-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl1_1-hmac-32bit-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:openssl-1_1-1.1.1d-150200.11.62.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:openssl-1_1-1.1.1d-150200.11.62.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:openssl-1_1-1.1.1d-150200.11.62.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:openssl-1_1-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:openssl-1_1-doc-1.1.1d-150200.11.62.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:libopenssl1_1-1.1.1d-150200.11.62.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:libopenssl1_1-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:libopenssl1_1-32bit-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:libopenssl1_1-hmac-32bit-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:openssl-1_1-1.1.1d-150200.11.62.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:openssl-1_1-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libopenssl-1_1-devel-32bit-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libopenssl1_1-1.1.1d-150200.11.62.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libopenssl1_1-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libopenssl1_1-32bit-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libopenssl1_1-hmac-32bit-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:openssl-1_1-1.1.1d-150200.11.62.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:openssl-1_1-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:openssl-1_1-doc-1.1.1d-150200.11.62.1.noarch",
"SUSE Manager Proxy 4.2:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.x86_64",
"SUSE Manager Proxy 4.2:libopenssl-1_1-devel-32bit-1.1.1d-150200.11.62.1.x86_64",
"SUSE Manager Proxy 4.2:libopenssl1_1-1.1.1d-150200.11.62.1.x86_64",
"SUSE Manager Proxy 4.2:libopenssl1_1-32bit-1.1.1d-150200.11.62.1.x86_64",
"SUSE Manager Proxy 4.2:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.x86_64",
"SUSE Manager Proxy 4.2:libopenssl1_1-hmac-32bit-1.1.1d-150200.11.62.1.x86_64",
"SUSE Manager Proxy 4.2:openssl-1_1-1.1.1d-150200.11.62.1.x86_64",
"SUSE Manager Server 4.2:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.ppc64le",
"SUSE Manager Server 4.2:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.s390x",
"SUSE Manager Server 4.2:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.x86_64",
"SUSE Manager Server 4.2:libopenssl-1_1-devel-32bit-1.1.1d-150200.11.62.1.x86_64",
"SUSE Manager Server 4.2:libopenssl1_1-1.1.1d-150200.11.62.1.ppc64le",
"SUSE Manager Server 4.2:libopenssl1_1-1.1.1d-150200.11.62.1.s390x",
"SUSE Manager Server 4.2:libopenssl1_1-1.1.1d-150200.11.62.1.x86_64",
"SUSE Manager Server 4.2:libopenssl1_1-32bit-1.1.1d-150200.11.62.1.x86_64",
"SUSE Manager Server 4.2:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.ppc64le",
"SUSE Manager Server 4.2:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.s390x",
"SUSE Manager Server 4.2:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.x86_64",
"SUSE Manager Server 4.2:libopenssl1_1-hmac-32bit-1.1.1d-150200.11.62.1.x86_64",
"SUSE Manager Server 4.2:openssl-1_1-1.1.1d-150200.11.62.1.ppc64le",
"SUSE Manager Server 4.2:openssl-1_1-1.1.1d-150200.11.62.1.s390x",
"SUSE Manager Server 4.2:openssl-1_1-1.1.1d-150200.11.62.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": [
"SUSE Enterprise Storage 7.1:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.aarch64",
"SUSE Enterprise Storage 7.1:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.x86_64",
"SUSE Enterprise Storage 7.1:libopenssl-1_1-devel-32bit-1.1.1d-150200.11.62.1.x86_64",
"SUSE Enterprise Storage 7.1:libopenssl1_1-1.1.1d-150200.11.62.1.aarch64",
"SUSE Enterprise Storage 7.1:libopenssl1_1-1.1.1d-150200.11.62.1.x86_64",
"SUSE Enterprise Storage 7.1:libopenssl1_1-32bit-1.1.1d-150200.11.62.1.x86_64",
"SUSE Enterprise Storage 7.1:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.aarch64",
"SUSE Enterprise Storage 7.1:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.x86_64",
"SUSE Enterprise Storage 7.1:libopenssl1_1-hmac-32bit-1.1.1d-150200.11.62.1.x86_64",
"SUSE Enterprise Storage 7.1:openssl-1_1-1.1.1d-150200.11.62.1.aarch64",
"SUSE Enterprise Storage 7.1:openssl-1_1-1.1.1d-150200.11.62.1.x86_64",
"SUSE Enterprise Storage 7.1:openssl-1_1-doc-1.1.1d-150200.11.62.1.noarch",
"SUSE Enterprise Storage 7:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.aarch64",
"SUSE Enterprise Storage 7:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.x86_64",
"SUSE Enterprise Storage 7:libopenssl1_1-1.1.1d-150200.11.62.1.aarch64",
"SUSE Enterprise Storage 7:libopenssl1_1-1.1.1d-150200.11.62.1.x86_64",
"SUSE Enterprise Storage 7:libopenssl1_1-32bit-1.1.1d-150200.11.62.1.x86_64",
"SUSE Enterprise Storage 7:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.aarch64",
"SUSE Enterprise Storage 7:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.x86_64",
"SUSE Enterprise Storage 7:libopenssl1_1-hmac-32bit-1.1.1d-150200.11.62.1.x86_64",
"SUSE Enterprise Storage 7:openssl-1_1-1.1.1d-150200.11.62.1.aarch64",
"SUSE Enterprise Storage 7:openssl-1_1-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libopenssl1_1-1.1.1d-150200.11.62.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libopenssl1_1-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libopenssl1_1-32bit-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libopenssl1_1-hmac-32bit-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:openssl-1_1-1.1.1d-150200.11.62.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:openssl-1_1-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libopenssl-1_1-devel-32bit-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libopenssl1_1-1.1.1d-150200.11.62.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libopenssl1_1-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libopenssl1_1-32bit-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libopenssl1_1-hmac-32bit-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:openssl-1_1-1.1.1d-150200.11.62.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:openssl-1_1-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:openssl-1_1-doc-1.1.1d-150200.11.62.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libopenssl-1_1-devel-32bit-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libopenssl1_1-1.1.1d-150200.11.62.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libopenssl1_1-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libopenssl1_1-32bit-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libopenssl1_1-hmac-32bit-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:openssl-1_1-1.1.1d-150200.11.62.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:openssl-1_1-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:openssl-1_1-doc-1.1.1d-150200.11.62.1.noarch",
"SUSE Linux Enterprise Micro 5.1:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.s390x",
"SUSE Linux Enterprise Micro 5.1:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Micro 5.1:libopenssl1_1-1.1.1d-150200.11.62.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:libopenssl1_1-1.1.1d-150200.11.62.1.s390x",
"SUSE Linux Enterprise Micro 5.1:libopenssl1_1-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Micro 5.1:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.s390x",
"SUSE Linux Enterprise Micro 5.1:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Micro 5.1:openssl-1_1-1.1.1d-150200.11.62.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:openssl-1_1-1.1.1d-150200.11.62.1.s390x",
"SUSE Linux Enterprise Micro 5.1:openssl-1_1-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.s390x",
"SUSE Linux Enterprise Micro 5.2:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:libopenssl1_1-1.1.1d-150200.11.62.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:libopenssl1_1-1.1.1d-150200.11.62.1.s390x",
"SUSE Linux Enterprise Micro 5.2:libopenssl1_1-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.s390x",
"SUSE Linux Enterprise Micro 5.2:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:openssl-1_1-1.1.1d-150200.11.62.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:openssl-1_1-1.1.1d-150200.11.62.1.s390x",
"SUSE Linux Enterprise Micro 5.2:openssl-1_1-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:libopenssl-1_1-devel-32bit-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:libopenssl1_1-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:libopenssl1_1-32bit-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:libopenssl1_1-hmac-32bit-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:openssl-1_1-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl1_1-1.1.1d-150200.11.62.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl1_1-1.1.1d-150200.11.62.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl1_1-1.1.1d-150200.11.62.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl1_1-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl1_1-32bit-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl1_1-hmac-32bit-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:openssl-1_1-1.1.1d-150200.11.62.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:openssl-1_1-1.1.1d-150200.11.62.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:openssl-1_1-1.1.1d-150200.11.62.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:openssl-1_1-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl-1_1-devel-32bit-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl1_1-1.1.1d-150200.11.62.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl1_1-1.1.1d-150200.11.62.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl1_1-1.1.1d-150200.11.62.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl1_1-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl1_1-32bit-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl1_1-hmac-32bit-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:openssl-1_1-1.1.1d-150200.11.62.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:openssl-1_1-1.1.1d-150200.11.62.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:openssl-1_1-1.1.1d-150200.11.62.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:openssl-1_1-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:openssl-1_1-doc-1.1.1d-150200.11.62.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:libopenssl1_1-1.1.1d-150200.11.62.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:libopenssl1_1-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:libopenssl1_1-32bit-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:libopenssl1_1-hmac-32bit-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:openssl-1_1-1.1.1d-150200.11.62.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:openssl-1_1-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libopenssl-1_1-devel-32bit-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libopenssl1_1-1.1.1d-150200.11.62.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libopenssl1_1-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libopenssl1_1-32bit-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libopenssl1_1-hmac-32bit-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:openssl-1_1-1.1.1d-150200.11.62.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:openssl-1_1-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:openssl-1_1-doc-1.1.1d-150200.11.62.1.noarch",
"SUSE Manager Proxy 4.2:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.x86_64",
"SUSE Manager Proxy 4.2:libopenssl-1_1-devel-32bit-1.1.1d-150200.11.62.1.x86_64",
"SUSE Manager Proxy 4.2:libopenssl1_1-1.1.1d-150200.11.62.1.x86_64",
"SUSE Manager Proxy 4.2:libopenssl1_1-32bit-1.1.1d-150200.11.62.1.x86_64",
"SUSE Manager Proxy 4.2:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.x86_64",
"SUSE Manager Proxy 4.2:libopenssl1_1-hmac-32bit-1.1.1d-150200.11.62.1.x86_64",
"SUSE Manager Proxy 4.2:openssl-1_1-1.1.1d-150200.11.62.1.x86_64",
"SUSE Manager Server 4.2:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.ppc64le",
"SUSE Manager Server 4.2:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.s390x",
"SUSE Manager Server 4.2:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.x86_64",
"SUSE Manager Server 4.2:libopenssl-1_1-devel-32bit-1.1.1d-150200.11.62.1.x86_64",
"SUSE Manager Server 4.2:libopenssl1_1-1.1.1d-150200.11.62.1.ppc64le",
"SUSE Manager Server 4.2:libopenssl1_1-1.1.1d-150200.11.62.1.s390x",
"SUSE Manager Server 4.2:libopenssl1_1-1.1.1d-150200.11.62.1.x86_64",
"SUSE Manager Server 4.2:libopenssl1_1-32bit-1.1.1d-150200.11.62.1.x86_64",
"SUSE Manager Server 4.2:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.ppc64le",
"SUSE Manager Server 4.2:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.s390x",
"SUSE Manager Server 4.2:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.x86_64",
"SUSE Manager Server 4.2:libopenssl1_1-hmac-32bit-1.1.1d-150200.11.62.1.x86_64",
"SUSE Manager Server 4.2:openssl-1_1-1.1.1d-150200.11.62.1.ppc64le",
"SUSE Manager Server 4.2:openssl-1_1-1.1.1d-150200.11.62.1.s390x",
"SUSE Manager Server 4.2:openssl-1_1-1.1.1d-150200.11.62.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2023-04-06T13:36:45Z",
"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": [
"SUSE Enterprise Storage 7.1:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.aarch64",
"SUSE Enterprise Storage 7.1:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.x86_64",
"SUSE Enterprise Storage 7.1:libopenssl-1_1-devel-32bit-1.1.1d-150200.11.62.1.x86_64",
"SUSE Enterprise Storage 7.1:libopenssl1_1-1.1.1d-150200.11.62.1.aarch64",
"SUSE Enterprise Storage 7.1:libopenssl1_1-1.1.1d-150200.11.62.1.x86_64",
"SUSE Enterprise Storage 7.1:libopenssl1_1-32bit-1.1.1d-150200.11.62.1.x86_64",
"SUSE Enterprise Storage 7.1:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.aarch64",
"SUSE Enterprise Storage 7.1:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.x86_64",
"SUSE Enterprise Storage 7.1:libopenssl1_1-hmac-32bit-1.1.1d-150200.11.62.1.x86_64",
"SUSE Enterprise Storage 7.1:openssl-1_1-1.1.1d-150200.11.62.1.aarch64",
"SUSE Enterprise Storage 7.1:openssl-1_1-1.1.1d-150200.11.62.1.x86_64",
"SUSE Enterprise Storage 7.1:openssl-1_1-doc-1.1.1d-150200.11.62.1.noarch",
"SUSE Enterprise Storage 7:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.aarch64",
"SUSE Enterprise Storage 7:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.x86_64",
"SUSE Enterprise Storage 7:libopenssl1_1-1.1.1d-150200.11.62.1.aarch64",
"SUSE Enterprise Storage 7:libopenssl1_1-1.1.1d-150200.11.62.1.x86_64",
"SUSE Enterprise Storage 7:libopenssl1_1-32bit-1.1.1d-150200.11.62.1.x86_64",
"SUSE Enterprise Storage 7:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.aarch64",
"SUSE Enterprise Storage 7:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.x86_64",
"SUSE Enterprise Storage 7:libopenssl1_1-hmac-32bit-1.1.1d-150200.11.62.1.x86_64",
"SUSE Enterprise Storage 7:openssl-1_1-1.1.1d-150200.11.62.1.aarch64",
"SUSE Enterprise Storage 7:openssl-1_1-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libopenssl1_1-1.1.1d-150200.11.62.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libopenssl1_1-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libopenssl1_1-32bit-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libopenssl1_1-hmac-32bit-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:openssl-1_1-1.1.1d-150200.11.62.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:openssl-1_1-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libopenssl-1_1-devel-32bit-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libopenssl1_1-1.1.1d-150200.11.62.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libopenssl1_1-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libopenssl1_1-32bit-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libopenssl1_1-hmac-32bit-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:openssl-1_1-1.1.1d-150200.11.62.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:openssl-1_1-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:openssl-1_1-doc-1.1.1d-150200.11.62.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libopenssl-1_1-devel-32bit-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libopenssl1_1-1.1.1d-150200.11.62.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libopenssl1_1-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libopenssl1_1-32bit-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libopenssl1_1-hmac-32bit-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:openssl-1_1-1.1.1d-150200.11.62.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:openssl-1_1-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:openssl-1_1-doc-1.1.1d-150200.11.62.1.noarch",
"SUSE Linux Enterprise Micro 5.1:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.s390x",
"SUSE Linux Enterprise Micro 5.1:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Micro 5.1:libopenssl1_1-1.1.1d-150200.11.62.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:libopenssl1_1-1.1.1d-150200.11.62.1.s390x",
"SUSE Linux Enterprise Micro 5.1:libopenssl1_1-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Micro 5.1:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.s390x",
"SUSE Linux Enterprise Micro 5.1:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Micro 5.1:openssl-1_1-1.1.1d-150200.11.62.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:openssl-1_1-1.1.1d-150200.11.62.1.s390x",
"SUSE Linux Enterprise Micro 5.1:openssl-1_1-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.s390x",
"SUSE Linux Enterprise Micro 5.2:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:libopenssl1_1-1.1.1d-150200.11.62.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:libopenssl1_1-1.1.1d-150200.11.62.1.s390x",
"SUSE Linux Enterprise Micro 5.2:libopenssl1_1-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.s390x",
"SUSE Linux Enterprise Micro 5.2:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:openssl-1_1-1.1.1d-150200.11.62.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:openssl-1_1-1.1.1d-150200.11.62.1.s390x",
"SUSE Linux Enterprise Micro 5.2:openssl-1_1-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:libopenssl-1_1-devel-32bit-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:libopenssl1_1-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:libopenssl1_1-32bit-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:libopenssl1_1-hmac-32bit-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:openssl-1_1-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl1_1-1.1.1d-150200.11.62.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl1_1-1.1.1d-150200.11.62.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl1_1-1.1.1d-150200.11.62.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl1_1-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl1_1-32bit-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl1_1-hmac-32bit-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:openssl-1_1-1.1.1d-150200.11.62.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:openssl-1_1-1.1.1d-150200.11.62.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:openssl-1_1-1.1.1d-150200.11.62.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:openssl-1_1-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl-1_1-devel-32bit-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl1_1-1.1.1d-150200.11.62.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl1_1-1.1.1d-150200.11.62.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl1_1-1.1.1d-150200.11.62.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl1_1-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl1_1-32bit-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl1_1-hmac-32bit-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:openssl-1_1-1.1.1d-150200.11.62.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:openssl-1_1-1.1.1d-150200.11.62.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:openssl-1_1-1.1.1d-150200.11.62.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:openssl-1_1-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:openssl-1_1-doc-1.1.1d-150200.11.62.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:libopenssl1_1-1.1.1d-150200.11.62.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:libopenssl1_1-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:libopenssl1_1-32bit-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:libopenssl1_1-hmac-32bit-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:openssl-1_1-1.1.1d-150200.11.62.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:openssl-1_1-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libopenssl-1_1-devel-32bit-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libopenssl1_1-1.1.1d-150200.11.62.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libopenssl1_1-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libopenssl1_1-32bit-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libopenssl1_1-hmac-32bit-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:openssl-1_1-1.1.1d-150200.11.62.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:openssl-1_1-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:openssl-1_1-doc-1.1.1d-150200.11.62.1.noarch",
"SUSE Manager Proxy 4.2:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.x86_64",
"SUSE Manager Proxy 4.2:libopenssl-1_1-devel-32bit-1.1.1d-150200.11.62.1.x86_64",
"SUSE Manager Proxy 4.2:libopenssl1_1-1.1.1d-150200.11.62.1.x86_64",
"SUSE Manager Proxy 4.2:libopenssl1_1-32bit-1.1.1d-150200.11.62.1.x86_64",
"SUSE Manager Proxy 4.2:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.x86_64",
"SUSE Manager Proxy 4.2:libopenssl1_1-hmac-32bit-1.1.1d-150200.11.62.1.x86_64",
"SUSE Manager Proxy 4.2:openssl-1_1-1.1.1d-150200.11.62.1.x86_64",
"SUSE Manager Server 4.2:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.ppc64le",
"SUSE Manager Server 4.2:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.s390x",
"SUSE Manager Server 4.2:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.x86_64",
"SUSE Manager Server 4.2:libopenssl-1_1-devel-32bit-1.1.1d-150200.11.62.1.x86_64",
"SUSE Manager Server 4.2:libopenssl1_1-1.1.1d-150200.11.62.1.ppc64le",
"SUSE Manager Server 4.2:libopenssl1_1-1.1.1d-150200.11.62.1.s390x",
"SUSE Manager Server 4.2:libopenssl1_1-1.1.1d-150200.11.62.1.x86_64",
"SUSE Manager Server 4.2:libopenssl1_1-32bit-1.1.1d-150200.11.62.1.x86_64",
"SUSE Manager Server 4.2:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.ppc64le",
"SUSE Manager Server 4.2:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.s390x",
"SUSE Manager Server 4.2:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.x86_64",
"SUSE Manager Server 4.2:libopenssl1_1-hmac-32bit-1.1.1d-150200.11.62.1.x86_64",
"SUSE Manager Server 4.2:openssl-1_1-1.1.1d-150200.11.62.1.ppc64le",
"SUSE Manager Server 4.2:openssl-1_1-1.1.1d-150200.11.62.1.s390x",
"SUSE Manager Server 4.2:openssl-1_1-1.1.1d-150200.11.62.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": [
"SUSE Enterprise Storage 7.1:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.aarch64",
"SUSE Enterprise Storage 7.1:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.x86_64",
"SUSE Enterprise Storage 7.1:libopenssl-1_1-devel-32bit-1.1.1d-150200.11.62.1.x86_64",
"SUSE Enterprise Storage 7.1:libopenssl1_1-1.1.1d-150200.11.62.1.aarch64",
"SUSE Enterprise Storage 7.1:libopenssl1_1-1.1.1d-150200.11.62.1.x86_64",
"SUSE Enterprise Storage 7.1:libopenssl1_1-32bit-1.1.1d-150200.11.62.1.x86_64",
"SUSE Enterprise Storage 7.1:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.aarch64",
"SUSE Enterprise Storage 7.1:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.x86_64",
"SUSE Enterprise Storage 7.1:libopenssl1_1-hmac-32bit-1.1.1d-150200.11.62.1.x86_64",
"SUSE Enterprise Storage 7.1:openssl-1_1-1.1.1d-150200.11.62.1.aarch64",
"SUSE Enterprise Storage 7.1:openssl-1_1-1.1.1d-150200.11.62.1.x86_64",
"SUSE Enterprise Storage 7.1:openssl-1_1-doc-1.1.1d-150200.11.62.1.noarch",
"SUSE Enterprise Storage 7:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.aarch64",
"SUSE Enterprise Storage 7:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.x86_64",
"SUSE Enterprise Storage 7:libopenssl1_1-1.1.1d-150200.11.62.1.aarch64",
"SUSE Enterprise Storage 7:libopenssl1_1-1.1.1d-150200.11.62.1.x86_64",
"SUSE Enterprise Storage 7:libopenssl1_1-32bit-1.1.1d-150200.11.62.1.x86_64",
"SUSE Enterprise Storage 7:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.aarch64",
"SUSE Enterprise Storage 7:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.x86_64",
"SUSE Enterprise Storage 7:libopenssl1_1-hmac-32bit-1.1.1d-150200.11.62.1.x86_64",
"SUSE Enterprise Storage 7:openssl-1_1-1.1.1d-150200.11.62.1.aarch64",
"SUSE Enterprise Storage 7:openssl-1_1-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libopenssl1_1-1.1.1d-150200.11.62.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libopenssl1_1-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libopenssl1_1-32bit-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libopenssl1_1-hmac-32bit-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:openssl-1_1-1.1.1d-150200.11.62.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:openssl-1_1-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libopenssl-1_1-devel-32bit-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libopenssl1_1-1.1.1d-150200.11.62.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libopenssl1_1-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libopenssl1_1-32bit-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libopenssl1_1-hmac-32bit-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:openssl-1_1-1.1.1d-150200.11.62.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:openssl-1_1-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:openssl-1_1-doc-1.1.1d-150200.11.62.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libopenssl-1_1-devel-32bit-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libopenssl1_1-1.1.1d-150200.11.62.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libopenssl1_1-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libopenssl1_1-32bit-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libopenssl1_1-hmac-32bit-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:openssl-1_1-1.1.1d-150200.11.62.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:openssl-1_1-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:openssl-1_1-doc-1.1.1d-150200.11.62.1.noarch",
"SUSE Linux Enterprise Micro 5.1:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.s390x",
"SUSE Linux Enterprise Micro 5.1:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Micro 5.1:libopenssl1_1-1.1.1d-150200.11.62.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:libopenssl1_1-1.1.1d-150200.11.62.1.s390x",
"SUSE Linux Enterprise Micro 5.1:libopenssl1_1-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Micro 5.1:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.s390x",
"SUSE Linux Enterprise Micro 5.1:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Micro 5.1:openssl-1_1-1.1.1d-150200.11.62.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:openssl-1_1-1.1.1d-150200.11.62.1.s390x",
"SUSE Linux Enterprise Micro 5.1:openssl-1_1-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.s390x",
"SUSE Linux Enterprise Micro 5.2:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:libopenssl1_1-1.1.1d-150200.11.62.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:libopenssl1_1-1.1.1d-150200.11.62.1.s390x",
"SUSE Linux Enterprise Micro 5.2:libopenssl1_1-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.s390x",
"SUSE Linux Enterprise Micro 5.2:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:openssl-1_1-1.1.1d-150200.11.62.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:openssl-1_1-1.1.1d-150200.11.62.1.s390x",
"SUSE Linux Enterprise Micro 5.2:openssl-1_1-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:libopenssl-1_1-devel-32bit-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:libopenssl1_1-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:libopenssl1_1-32bit-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:libopenssl1_1-hmac-32bit-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:openssl-1_1-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl1_1-1.1.1d-150200.11.62.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl1_1-1.1.1d-150200.11.62.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl1_1-1.1.1d-150200.11.62.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl1_1-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl1_1-32bit-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl1_1-hmac-32bit-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:openssl-1_1-1.1.1d-150200.11.62.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:openssl-1_1-1.1.1d-150200.11.62.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:openssl-1_1-1.1.1d-150200.11.62.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:openssl-1_1-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl-1_1-devel-32bit-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl1_1-1.1.1d-150200.11.62.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl1_1-1.1.1d-150200.11.62.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl1_1-1.1.1d-150200.11.62.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl1_1-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl1_1-32bit-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl1_1-hmac-32bit-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:openssl-1_1-1.1.1d-150200.11.62.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:openssl-1_1-1.1.1d-150200.11.62.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:openssl-1_1-1.1.1d-150200.11.62.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:openssl-1_1-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:openssl-1_1-doc-1.1.1d-150200.11.62.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:libopenssl1_1-1.1.1d-150200.11.62.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:libopenssl1_1-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:libopenssl1_1-32bit-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:libopenssl1_1-hmac-32bit-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:openssl-1_1-1.1.1d-150200.11.62.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:openssl-1_1-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libopenssl-1_1-devel-32bit-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libopenssl1_1-1.1.1d-150200.11.62.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libopenssl1_1-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libopenssl1_1-32bit-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libopenssl1_1-hmac-32bit-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:openssl-1_1-1.1.1d-150200.11.62.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:openssl-1_1-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:openssl-1_1-doc-1.1.1d-150200.11.62.1.noarch",
"SUSE Manager Proxy 4.2:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.x86_64",
"SUSE Manager Proxy 4.2:libopenssl-1_1-devel-32bit-1.1.1d-150200.11.62.1.x86_64",
"SUSE Manager Proxy 4.2:libopenssl1_1-1.1.1d-150200.11.62.1.x86_64",
"SUSE Manager Proxy 4.2:libopenssl1_1-32bit-1.1.1d-150200.11.62.1.x86_64",
"SUSE Manager Proxy 4.2:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.x86_64",
"SUSE Manager Proxy 4.2:libopenssl1_1-hmac-32bit-1.1.1d-150200.11.62.1.x86_64",
"SUSE Manager Proxy 4.2:openssl-1_1-1.1.1d-150200.11.62.1.x86_64",
"SUSE Manager Server 4.2:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.ppc64le",
"SUSE Manager Server 4.2:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.s390x",
"SUSE Manager Server 4.2:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.x86_64",
"SUSE Manager Server 4.2:libopenssl-1_1-devel-32bit-1.1.1d-150200.11.62.1.x86_64",
"SUSE Manager Server 4.2:libopenssl1_1-1.1.1d-150200.11.62.1.ppc64le",
"SUSE Manager Server 4.2:libopenssl1_1-1.1.1d-150200.11.62.1.s390x",
"SUSE Manager Server 4.2:libopenssl1_1-1.1.1d-150200.11.62.1.x86_64",
"SUSE Manager Server 4.2:libopenssl1_1-32bit-1.1.1d-150200.11.62.1.x86_64",
"SUSE Manager Server 4.2:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.ppc64le",
"SUSE Manager Server 4.2:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.s390x",
"SUSE Manager Server 4.2:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.x86_64",
"SUSE Manager Server 4.2:libopenssl1_1-hmac-32bit-1.1.1d-150200.11.62.1.x86_64",
"SUSE Manager Server 4.2:openssl-1_1-1.1.1d-150200.11.62.1.ppc64le",
"SUSE Manager Server 4.2:openssl-1_1-1.1.1d-150200.11.62.1.s390x",
"SUSE Manager Server 4.2:openssl-1_1-1.1.1d-150200.11.62.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": [
"SUSE Enterprise Storage 7.1:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.aarch64",
"SUSE Enterprise Storage 7.1:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.x86_64",
"SUSE Enterprise Storage 7.1:libopenssl-1_1-devel-32bit-1.1.1d-150200.11.62.1.x86_64",
"SUSE Enterprise Storage 7.1:libopenssl1_1-1.1.1d-150200.11.62.1.aarch64",
"SUSE Enterprise Storage 7.1:libopenssl1_1-1.1.1d-150200.11.62.1.x86_64",
"SUSE Enterprise Storage 7.1:libopenssl1_1-32bit-1.1.1d-150200.11.62.1.x86_64",
"SUSE Enterprise Storage 7.1:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.aarch64",
"SUSE Enterprise Storage 7.1:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.x86_64",
"SUSE Enterprise Storage 7.1:libopenssl1_1-hmac-32bit-1.1.1d-150200.11.62.1.x86_64",
"SUSE Enterprise Storage 7.1:openssl-1_1-1.1.1d-150200.11.62.1.aarch64",
"SUSE Enterprise Storage 7.1:openssl-1_1-1.1.1d-150200.11.62.1.x86_64",
"SUSE Enterprise Storage 7.1:openssl-1_1-doc-1.1.1d-150200.11.62.1.noarch",
"SUSE Enterprise Storage 7:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.aarch64",
"SUSE Enterprise Storage 7:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.x86_64",
"SUSE Enterprise Storage 7:libopenssl1_1-1.1.1d-150200.11.62.1.aarch64",
"SUSE Enterprise Storage 7:libopenssl1_1-1.1.1d-150200.11.62.1.x86_64",
"SUSE Enterprise Storage 7:libopenssl1_1-32bit-1.1.1d-150200.11.62.1.x86_64",
"SUSE Enterprise Storage 7:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.aarch64",
"SUSE Enterprise Storage 7:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.x86_64",
"SUSE Enterprise Storage 7:libopenssl1_1-hmac-32bit-1.1.1d-150200.11.62.1.x86_64",
"SUSE Enterprise Storage 7:openssl-1_1-1.1.1d-150200.11.62.1.aarch64",
"SUSE Enterprise Storage 7:openssl-1_1-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libopenssl1_1-1.1.1d-150200.11.62.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libopenssl1_1-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libopenssl1_1-32bit-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libopenssl1_1-hmac-32bit-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:openssl-1_1-1.1.1d-150200.11.62.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:openssl-1_1-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libopenssl-1_1-devel-32bit-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libopenssl1_1-1.1.1d-150200.11.62.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libopenssl1_1-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libopenssl1_1-32bit-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libopenssl1_1-hmac-32bit-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:openssl-1_1-1.1.1d-150200.11.62.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:openssl-1_1-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:openssl-1_1-doc-1.1.1d-150200.11.62.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libopenssl-1_1-devel-32bit-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libopenssl1_1-1.1.1d-150200.11.62.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libopenssl1_1-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libopenssl1_1-32bit-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libopenssl1_1-hmac-32bit-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:openssl-1_1-1.1.1d-150200.11.62.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:openssl-1_1-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:openssl-1_1-doc-1.1.1d-150200.11.62.1.noarch",
"SUSE Linux Enterprise Micro 5.1:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.s390x",
"SUSE Linux Enterprise Micro 5.1:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Micro 5.1:libopenssl1_1-1.1.1d-150200.11.62.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:libopenssl1_1-1.1.1d-150200.11.62.1.s390x",
"SUSE Linux Enterprise Micro 5.1:libopenssl1_1-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Micro 5.1:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.s390x",
"SUSE Linux Enterprise Micro 5.1:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Micro 5.1:openssl-1_1-1.1.1d-150200.11.62.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:openssl-1_1-1.1.1d-150200.11.62.1.s390x",
"SUSE Linux Enterprise Micro 5.1:openssl-1_1-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.s390x",
"SUSE Linux Enterprise Micro 5.2:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:libopenssl1_1-1.1.1d-150200.11.62.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:libopenssl1_1-1.1.1d-150200.11.62.1.s390x",
"SUSE Linux Enterprise Micro 5.2:libopenssl1_1-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.s390x",
"SUSE Linux Enterprise Micro 5.2:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:openssl-1_1-1.1.1d-150200.11.62.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:openssl-1_1-1.1.1d-150200.11.62.1.s390x",
"SUSE Linux Enterprise Micro 5.2:openssl-1_1-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:libopenssl-1_1-devel-32bit-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:libopenssl1_1-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:libopenssl1_1-32bit-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:libopenssl1_1-hmac-32bit-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:openssl-1_1-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl1_1-1.1.1d-150200.11.62.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl1_1-1.1.1d-150200.11.62.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl1_1-1.1.1d-150200.11.62.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl1_1-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl1_1-32bit-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl1_1-hmac-32bit-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:openssl-1_1-1.1.1d-150200.11.62.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:openssl-1_1-1.1.1d-150200.11.62.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:openssl-1_1-1.1.1d-150200.11.62.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:openssl-1_1-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl-1_1-devel-32bit-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl1_1-1.1.1d-150200.11.62.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl1_1-1.1.1d-150200.11.62.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl1_1-1.1.1d-150200.11.62.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl1_1-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl1_1-32bit-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl1_1-hmac-32bit-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:openssl-1_1-1.1.1d-150200.11.62.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:openssl-1_1-1.1.1d-150200.11.62.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:openssl-1_1-1.1.1d-150200.11.62.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:openssl-1_1-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:openssl-1_1-doc-1.1.1d-150200.11.62.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:libopenssl1_1-1.1.1d-150200.11.62.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:libopenssl1_1-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:libopenssl1_1-32bit-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:libopenssl1_1-hmac-32bit-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:openssl-1_1-1.1.1d-150200.11.62.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:openssl-1_1-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libopenssl-1_1-devel-32bit-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libopenssl1_1-1.1.1d-150200.11.62.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libopenssl1_1-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libopenssl1_1-32bit-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libopenssl1_1-hmac-32bit-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:openssl-1_1-1.1.1d-150200.11.62.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:openssl-1_1-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:openssl-1_1-doc-1.1.1d-150200.11.62.1.noarch",
"SUSE Manager Proxy 4.2:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.x86_64",
"SUSE Manager Proxy 4.2:libopenssl-1_1-devel-32bit-1.1.1d-150200.11.62.1.x86_64",
"SUSE Manager Proxy 4.2:libopenssl1_1-1.1.1d-150200.11.62.1.x86_64",
"SUSE Manager Proxy 4.2:libopenssl1_1-32bit-1.1.1d-150200.11.62.1.x86_64",
"SUSE Manager Proxy 4.2:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.x86_64",
"SUSE Manager Proxy 4.2:libopenssl1_1-hmac-32bit-1.1.1d-150200.11.62.1.x86_64",
"SUSE Manager Proxy 4.2:openssl-1_1-1.1.1d-150200.11.62.1.x86_64",
"SUSE Manager Server 4.2:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.ppc64le",
"SUSE Manager Server 4.2:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.s390x",
"SUSE Manager Server 4.2:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.x86_64",
"SUSE Manager Server 4.2:libopenssl-1_1-devel-32bit-1.1.1d-150200.11.62.1.x86_64",
"SUSE Manager Server 4.2:libopenssl1_1-1.1.1d-150200.11.62.1.ppc64le",
"SUSE Manager Server 4.2:libopenssl1_1-1.1.1d-150200.11.62.1.s390x",
"SUSE Manager Server 4.2:libopenssl1_1-1.1.1d-150200.11.62.1.x86_64",
"SUSE Manager Server 4.2:libopenssl1_1-32bit-1.1.1d-150200.11.62.1.x86_64",
"SUSE Manager Server 4.2:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.ppc64le",
"SUSE Manager Server 4.2:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.s390x",
"SUSE Manager Server 4.2:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.x86_64",
"SUSE Manager Server 4.2:libopenssl1_1-hmac-32bit-1.1.1d-150200.11.62.1.x86_64",
"SUSE Manager Server 4.2:openssl-1_1-1.1.1d-150200.11.62.1.ppc64le",
"SUSE Manager Server 4.2:openssl-1_1-1.1.1d-150200.11.62.1.s390x",
"SUSE Manager Server 4.2:openssl-1_1-1.1.1d-150200.11.62.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2023-04-06T13:36:45Z",
"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": [
"SUSE Enterprise Storage 7.1:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.aarch64",
"SUSE Enterprise Storage 7.1:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.x86_64",
"SUSE Enterprise Storage 7.1:libopenssl-1_1-devel-32bit-1.1.1d-150200.11.62.1.x86_64",
"SUSE Enterprise Storage 7.1:libopenssl1_1-1.1.1d-150200.11.62.1.aarch64",
"SUSE Enterprise Storage 7.1:libopenssl1_1-1.1.1d-150200.11.62.1.x86_64",
"SUSE Enterprise Storage 7.1:libopenssl1_1-32bit-1.1.1d-150200.11.62.1.x86_64",
"SUSE Enterprise Storage 7.1:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.aarch64",
"SUSE Enterprise Storage 7.1:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.x86_64",
"SUSE Enterprise Storage 7.1:libopenssl1_1-hmac-32bit-1.1.1d-150200.11.62.1.x86_64",
"SUSE Enterprise Storage 7.1:openssl-1_1-1.1.1d-150200.11.62.1.aarch64",
"SUSE Enterprise Storage 7.1:openssl-1_1-1.1.1d-150200.11.62.1.x86_64",
"SUSE Enterprise Storage 7.1:openssl-1_1-doc-1.1.1d-150200.11.62.1.noarch",
"SUSE Enterprise Storage 7:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.aarch64",
"SUSE Enterprise Storage 7:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.x86_64",
"SUSE Enterprise Storage 7:libopenssl1_1-1.1.1d-150200.11.62.1.aarch64",
"SUSE Enterprise Storage 7:libopenssl1_1-1.1.1d-150200.11.62.1.x86_64",
"SUSE Enterprise Storage 7:libopenssl1_1-32bit-1.1.1d-150200.11.62.1.x86_64",
"SUSE Enterprise Storage 7:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.aarch64",
"SUSE Enterprise Storage 7:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.x86_64",
"SUSE Enterprise Storage 7:libopenssl1_1-hmac-32bit-1.1.1d-150200.11.62.1.x86_64",
"SUSE Enterprise Storage 7:openssl-1_1-1.1.1d-150200.11.62.1.aarch64",
"SUSE Enterprise Storage 7:openssl-1_1-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libopenssl1_1-1.1.1d-150200.11.62.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libopenssl1_1-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libopenssl1_1-32bit-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libopenssl1_1-hmac-32bit-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:openssl-1_1-1.1.1d-150200.11.62.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:openssl-1_1-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libopenssl-1_1-devel-32bit-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libopenssl1_1-1.1.1d-150200.11.62.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libopenssl1_1-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libopenssl1_1-32bit-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libopenssl1_1-hmac-32bit-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:openssl-1_1-1.1.1d-150200.11.62.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:openssl-1_1-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:openssl-1_1-doc-1.1.1d-150200.11.62.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libopenssl-1_1-devel-32bit-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libopenssl1_1-1.1.1d-150200.11.62.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libopenssl1_1-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libopenssl1_1-32bit-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libopenssl1_1-hmac-32bit-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:openssl-1_1-1.1.1d-150200.11.62.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:openssl-1_1-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:openssl-1_1-doc-1.1.1d-150200.11.62.1.noarch",
"SUSE Linux Enterprise Micro 5.1:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.s390x",
"SUSE Linux Enterprise Micro 5.1:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Micro 5.1:libopenssl1_1-1.1.1d-150200.11.62.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:libopenssl1_1-1.1.1d-150200.11.62.1.s390x",
"SUSE Linux Enterprise Micro 5.1:libopenssl1_1-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Micro 5.1:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.s390x",
"SUSE Linux Enterprise Micro 5.1:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Micro 5.1:openssl-1_1-1.1.1d-150200.11.62.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:openssl-1_1-1.1.1d-150200.11.62.1.s390x",
"SUSE Linux Enterprise Micro 5.1:openssl-1_1-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.s390x",
"SUSE Linux Enterprise Micro 5.2:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:libopenssl1_1-1.1.1d-150200.11.62.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:libopenssl1_1-1.1.1d-150200.11.62.1.s390x",
"SUSE Linux Enterprise Micro 5.2:libopenssl1_1-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.s390x",
"SUSE Linux Enterprise Micro 5.2:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:openssl-1_1-1.1.1d-150200.11.62.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:openssl-1_1-1.1.1d-150200.11.62.1.s390x",
"SUSE Linux Enterprise Micro 5.2:openssl-1_1-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:libopenssl-1_1-devel-32bit-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:libopenssl1_1-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:libopenssl1_1-32bit-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:libopenssl1_1-hmac-32bit-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:openssl-1_1-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl1_1-1.1.1d-150200.11.62.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl1_1-1.1.1d-150200.11.62.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl1_1-1.1.1d-150200.11.62.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl1_1-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl1_1-32bit-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl1_1-hmac-32bit-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:openssl-1_1-1.1.1d-150200.11.62.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:openssl-1_1-1.1.1d-150200.11.62.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:openssl-1_1-1.1.1d-150200.11.62.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:openssl-1_1-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl-1_1-devel-32bit-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl1_1-1.1.1d-150200.11.62.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl1_1-1.1.1d-150200.11.62.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl1_1-1.1.1d-150200.11.62.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl1_1-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl1_1-32bit-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl1_1-hmac-32bit-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:openssl-1_1-1.1.1d-150200.11.62.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:openssl-1_1-1.1.1d-150200.11.62.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:openssl-1_1-1.1.1d-150200.11.62.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:openssl-1_1-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:openssl-1_1-doc-1.1.1d-150200.11.62.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:libopenssl1_1-1.1.1d-150200.11.62.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:libopenssl1_1-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:libopenssl1_1-32bit-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:libopenssl1_1-hmac-32bit-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:openssl-1_1-1.1.1d-150200.11.62.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:openssl-1_1-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libopenssl-1_1-devel-32bit-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libopenssl1_1-1.1.1d-150200.11.62.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libopenssl1_1-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libopenssl1_1-32bit-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libopenssl1_1-hmac-32bit-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:openssl-1_1-1.1.1d-150200.11.62.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:openssl-1_1-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:openssl-1_1-doc-1.1.1d-150200.11.62.1.noarch",
"SUSE Manager Proxy 4.2:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.x86_64",
"SUSE Manager Proxy 4.2:libopenssl-1_1-devel-32bit-1.1.1d-150200.11.62.1.x86_64",
"SUSE Manager Proxy 4.2:libopenssl1_1-1.1.1d-150200.11.62.1.x86_64",
"SUSE Manager Proxy 4.2:libopenssl1_1-32bit-1.1.1d-150200.11.62.1.x86_64",
"SUSE Manager Proxy 4.2:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.x86_64",
"SUSE Manager Proxy 4.2:libopenssl1_1-hmac-32bit-1.1.1d-150200.11.62.1.x86_64",
"SUSE Manager Proxy 4.2:openssl-1_1-1.1.1d-150200.11.62.1.x86_64",
"SUSE Manager Server 4.2:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.ppc64le",
"SUSE Manager Server 4.2:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.s390x",
"SUSE Manager Server 4.2:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.x86_64",
"SUSE Manager Server 4.2:libopenssl-1_1-devel-32bit-1.1.1d-150200.11.62.1.x86_64",
"SUSE Manager Server 4.2:libopenssl1_1-1.1.1d-150200.11.62.1.ppc64le",
"SUSE Manager Server 4.2:libopenssl1_1-1.1.1d-150200.11.62.1.s390x",
"SUSE Manager Server 4.2:libopenssl1_1-1.1.1d-150200.11.62.1.x86_64",
"SUSE Manager Server 4.2:libopenssl1_1-32bit-1.1.1d-150200.11.62.1.x86_64",
"SUSE Manager Server 4.2:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.ppc64le",
"SUSE Manager Server 4.2:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.s390x",
"SUSE Manager Server 4.2:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.x86_64",
"SUSE Manager Server 4.2:libopenssl1_1-hmac-32bit-1.1.1d-150200.11.62.1.x86_64",
"SUSE Manager Server 4.2:openssl-1_1-1.1.1d-150200.11.62.1.ppc64le",
"SUSE Manager Server 4.2:openssl-1_1-1.1.1d-150200.11.62.1.s390x",
"SUSE Manager Server 4.2:openssl-1_1-1.1.1d-150200.11.62.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": [
"SUSE Enterprise Storage 7.1:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.aarch64",
"SUSE Enterprise Storage 7.1:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.x86_64",
"SUSE Enterprise Storage 7.1:libopenssl-1_1-devel-32bit-1.1.1d-150200.11.62.1.x86_64",
"SUSE Enterprise Storage 7.1:libopenssl1_1-1.1.1d-150200.11.62.1.aarch64",
"SUSE Enterprise Storage 7.1:libopenssl1_1-1.1.1d-150200.11.62.1.x86_64",
"SUSE Enterprise Storage 7.1:libopenssl1_1-32bit-1.1.1d-150200.11.62.1.x86_64",
"SUSE Enterprise Storage 7.1:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.aarch64",
"SUSE Enterprise Storage 7.1:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.x86_64",
"SUSE Enterprise Storage 7.1:libopenssl1_1-hmac-32bit-1.1.1d-150200.11.62.1.x86_64",
"SUSE Enterprise Storage 7.1:openssl-1_1-1.1.1d-150200.11.62.1.aarch64",
"SUSE Enterprise Storage 7.1:openssl-1_1-1.1.1d-150200.11.62.1.x86_64",
"SUSE Enterprise Storage 7.1:openssl-1_1-doc-1.1.1d-150200.11.62.1.noarch",
"SUSE Enterprise Storage 7:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.aarch64",
"SUSE Enterprise Storage 7:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.x86_64",
"SUSE Enterprise Storage 7:libopenssl1_1-1.1.1d-150200.11.62.1.aarch64",
"SUSE Enterprise Storage 7:libopenssl1_1-1.1.1d-150200.11.62.1.x86_64",
"SUSE Enterprise Storage 7:libopenssl1_1-32bit-1.1.1d-150200.11.62.1.x86_64",
"SUSE Enterprise Storage 7:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.aarch64",
"SUSE Enterprise Storage 7:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.x86_64",
"SUSE Enterprise Storage 7:libopenssl1_1-hmac-32bit-1.1.1d-150200.11.62.1.x86_64",
"SUSE Enterprise Storage 7:openssl-1_1-1.1.1d-150200.11.62.1.aarch64",
"SUSE Enterprise Storage 7:openssl-1_1-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libopenssl1_1-1.1.1d-150200.11.62.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libopenssl1_1-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libopenssl1_1-32bit-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libopenssl1_1-hmac-32bit-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:openssl-1_1-1.1.1d-150200.11.62.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:openssl-1_1-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libopenssl-1_1-devel-32bit-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libopenssl1_1-1.1.1d-150200.11.62.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libopenssl1_1-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libopenssl1_1-32bit-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libopenssl1_1-hmac-32bit-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:openssl-1_1-1.1.1d-150200.11.62.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:openssl-1_1-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:openssl-1_1-doc-1.1.1d-150200.11.62.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libopenssl-1_1-devel-32bit-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libopenssl1_1-1.1.1d-150200.11.62.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libopenssl1_1-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libopenssl1_1-32bit-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libopenssl1_1-hmac-32bit-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:openssl-1_1-1.1.1d-150200.11.62.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:openssl-1_1-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:openssl-1_1-doc-1.1.1d-150200.11.62.1.noarch",
"SUSE Linux Enterprise Micro 5.1:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.s390x",
"SUSE Linux Enterprise Micro 5.1:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Micro 5.1:libopenssl1_1-1.1.1d-150200.11.62.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:libopenssl1_1-1.1.1d-150200.11.62.1.s390x",
"SUSE Linux Enterprise Micro 5.1:libopenssl1_1-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Micro 5.1:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.s390x",
"SUSE Linux Enterprise Micro 5.1:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Micro 5.1:openssl-1_1-1.1.1d-150200.11.62.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:openssl-1_1-1.1.1d-150200.11.62.1.s390x",
"SUSE Linux Enterprise Micro 5.1:openssl-1_1-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.s390x",
"SUSE Linux Enterprise Micro 5.2:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:libopenssl1_1-1.1.1d-150200.11.62.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:libopenssl1_1-1.1.1d-150200.11.62.1.s390x",
"SUSE Linux Enterprise Micro 5.2:libopenssl1_1-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.s390x",
"SUSE Linux Enterprise Micro 5.2:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:openssl-1_1-1.1.1d-150200.11.62.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:openssl-1_1-1.1.1d-150200.11.62.1.s390x",
"SUSE Linux Enterprise Micro 5.2:openssl-1_1-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:libopenssl-1_1-devel-32bit-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:libopenssl1_1-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:libopenssl1_1-32bit-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:libopenssl1_1-hmac-32bit-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:openssl-1_1-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl1_1-1.1.1d-150200.11.62.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl1_1-1.1.1d-150200.11.62.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl1_1-1.1.1d-150200.11.62.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl1_1-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl1_1-32bit-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl1_1-hmac-32bit-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:openssl-1_1-1.1.1d-150200.11.62.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:openssl-1_1-1.1.1d-150200.11.62.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:openssl-1_1-1.1.1d-150200.11.62.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:openssl-1_1-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl-1_1-devel-32bit-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl1_1-1.1.1d-150200.11.62.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl1_1-1.1.1d-150200.11.62.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl1_1-1.1.1d-150200.11.62.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl1_1-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl1_1-32bit-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl1_1-hmac-32bit-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:openssl-1_1-1.1.1d-150200.11.62.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:openssl-1_1-1.1.1d-150200.11.62.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:openssl-1_1-1.1.1d-150200.11.62.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:openssl-1_1-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:openssl-1_1-doc-1.1.1d-150200.11.62.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:libopenssl1_1-1.1.1d-150200.11.62.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:libopenssl1_1-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:libopenssl1_1-32bit-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:libopenssl1_1-hmac-32bit-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:openssl-1_1-1.1.1d-150200.11.62.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:openssl-1_1-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libopenssl-1_1-devel-32bit-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libopenssl1_1-1.1.1d-150200.11.62.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libopenssl1_1-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libopenssl1_1-32bit-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libopenssl1_1-hmac-32bit-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:openssl-1_1-1.1.1d-150200.11.62.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:openssl-1_1-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:openssl-1_1-doc-1.1.1d-150200.11.62.1.noarch",
"SUSE Manager Proxy 4.2:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.x86_64",
"SUSE Manager Proxy 4.2:libopenssl-1_1-devel-32bit-1.1.1d-150200.11.62.1.x86_64",
"SUSE Manager Proxy 4.2:libopenssl1_1-1.1.1d-150200.11.62.1.x86_64",
"SUSE Manager Proxy 4.2:libopenssl1_1-32bit-1.1.1d-150200.11.62.1.x86_64",
"SUSE Manager Proxy 4.2:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.x86_64",
"SUSE Manager Proxy 4.2:libopenssl1_1-hmac-32bit-1.1.1d-150200.11.62.1.x86_64",
"SUSE Manager Proxy 4.2:openssl-1_1-1.1.1d-150200.11.62.1.x86_64",
"SUSE Manager Server 4.2:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.ppc64le",
"SUSE Manager Server 4.2:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.s390x",
"SUSE Manager Server 4.2:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.x86_64",
"SUSE Manager Server 4.2:libopenssl-1_1-devel-32bit-1.1.1d-150200.11.62.1.x86_64",
"SUSE Manager Server 4.2:libopenssl1_1-1.1.1d-150200.11.62.1.ppc64le",
"SUSE Manager Server 4.2:libopenssl1_1-1.1.1d-150200.11.62.1.s390x",
"SUSE Manager Server 4.2:libopenssl1_1-1.1.1d-150200.11.62.1.x86_64",
"SUSE Manager Server 4.2:libopenssl1_1-32bit-1.1.1d-150200.11.62.1.x86_64",
"SUSE Manager Server 4.2:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.ppc64le",
"SUSE Manager Server 4.2:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.s390x",
"SUSE Manager Server 4.2:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.x86_64",
"SUSE Manager Server 4.2:libopenssl1_1-hmac-32bit-1.1.1d-150200.11.62.1.x86_64",
"SUSE Manager Server 4.2:openssl-1_1-1.1.1d-150200.11.62.1.ppc64le",
"SUSE Manager Server 4.2:openssl-1_1-1.1.1d-150200.11.62.1.s390x",
"SUSE Manager Server 4.2:openssl-1_1-1.1.1d-150200.11.62.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": [
"SUSE Enterprise Storage 7.1:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.aarch64",
"SUSE Enterprise Storage 7.1:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.x86_64",
"SUSE Enterprise Storage 7.1:libopenssl-1_1-devel-32bit-1.1.1d-150200.11.62.1.x86_64",
"SUSE Enterprise Storage 7.1:libopenssl1_1-1.1.1d-150200.11.62.1.aarch64",
"SUSE Enterprise Storage 7.1:libopenssl1_1-1.1.1d-150200.11.62.1.x86_64",
"SUSE Enterprise Storage 7.1:libopenssl1_1-32bit-1.1.1d-150200.11.62.1.x86_64",
"SUSE Enterprise Storage 7.1:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.aarch64",
"SUSE Enterprise Storage 7.1:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.x86_64",
"SUSE Enterprise Storage 7.1:libopenssl1_1-hmac-32bit-1.1.1d-150200.11.62.1.x86_64",
"SUSE Enterprise Storage 7.1:openssl-1_1-1.1.1d-150200.11.62.1.aarch64",
"SUSE Enterprise Storage 7.1:openssl-1_1-1.1.1d-150200.11.62.1.x86_64",
"SUSE Enterprise Storage 7.1:openssl-1_1-doc-1.1.1d-150200.11.62.1.noarch",
"SUSE Enterprise Storage 7:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.aarch64",
"SUSE Enterprise Storage 7:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.x86_64",
"SUSE Enterprise Storage 7:libopenssl1_1-1.1.1d-150200.11.62.1.aarch64",
"SUSE Enterprise Storage 7:libopenssl1_1-1.1.1d-150200.11.62.1.x86_64",
"SUSE Enterprise Storage 7:libopenssl1_1-32bit-1.1.1d-150200.11.62.1.x86_64",
"SUSE Enterprise Storage 7:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.aarch64",
"SUSE Enterprise Storage 7:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.x86_64",
"SUSE Enterprise Storage 7:libopenssl1_1-hmac-32bit-1.1.1d-150200.11.62.1.x86_64",
"SUSE Enterprise Storage 7:openssl-1_1-1.1.1d-150200.11.62.1.aarch64",
"SUSE Enterprise Storage 7:openssl-1_1-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libopenssl1_1-1.1.1d-150200.11.62.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libopenssl1_1-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libopenssl1_1-32bit-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libopenssl1_1-hmac-32bit-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:openssl-1_1-1.1.1d-150200.11.62.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:openssl-1_1-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libopenssl-1_1-devel-32bit-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libopenssl1_1-1.1.1d-150200.11.62.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libopenssl1_1-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libopenssl1_1-32bit-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libopenssl1_1-hmac-32bit-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:openssl-1_1-1.1.1d-150200.11.62.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:openssl-1_1-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:openssl-1_1-doc-1.1.1d-150200.11.62.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libopenssl-1_1-devel-32bit-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libopenssl1_1-1.1.1d-150200.11.62.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libopenssl1_1-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libopenssl1_1-32bit-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libopenssl1_1-hmac-32bit-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:openssl-1_1-1.1.1d-150200.11.62.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:openssl-1_1-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:openssl-1_1-doc-1.1.1d-150200.11.62.1.noarch",
"SUSE Linux Enterprise Micro 5.1:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.s390x",
"SUSE Linux Enterprise Micro 5.1:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Micro 5.1:libopenssl1_1-1.1.1d-150200.11.62.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:libopenssl1_1-1.1.1d-150200.11.62.1.s390x",
"SUSE Linux Enterprise Micro 5.1:libopenssl1_1-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Micro 5.1:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.s390x",
"SUSE Linux Enterprise Micro 5.1:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Micro 5.1:openssl-1_1-1.1.1d-150200.11.62.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:openssl-1_1-1.1.1d-150200.11.62.1.s390x",
"SUSE Linux Enterprise Micro 5.1:openssl-1_1-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.s390x",
"SUSE Linux Enterprise Micro 5.2:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:libopenssl1_1-1.1.1d-150200.11.62.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:libopenssl1_1-1.1.1d-150200.11.62.1.s390x",
"SUSE Linux Enterprise Micro 5.2:libopenssl1_1-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.s390x",
"SUSE Linux Enterprise Micro 5.2:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:openssl-1_1-1.1.1d-150200.11.62.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:openssl-1_1-1.1.1d-150200.11.62.1.s390x",
"SUSE Linux Enterprise Micro 5.2:openssl-1_1-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:libopenssl-1_1-devel-32bit-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:libopenssl1_1-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:libopenssl1_1-32bit-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:libopenssl1_1-hmac-32bit-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:openssl-1_1-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl1_1-1.1.1d-150200.11.62.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl1_1-1.1.1d-150200.11.62.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl1_1-1.1.1d-150200.11.62.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl1_1-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl1_1-32bit-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl1_1-hmac-32bit-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:openssl-1_1-1.1.1d-150200.11.62.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:openssl-1_1-1.1.1d-150200.11.62.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:openssl-1_1-1.1.1d-150200.11.62.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:openssl-1_1-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl-1_1-devel-32bit-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl1_1-1.1.1d-150200.11.62.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl1_1-1.1.1d-150200.11.62.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl1_1-1.1.1d-150200.11.62.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl1_1-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl1_1-32bit-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl1_1-hmac-32bit-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:openssl-1_1-1.1.1d-150200.11.62.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:openssl-1_1-1.1.1d-150200.11.62.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:openssl-1_1-1.1.1d-150200.11.62.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:openssl-1_1-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:openssl-1_1-doc-1.1.1d-150200.11.62.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:libopenssl1_1-1.1.1d-150200.11.62.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:libopenssl1_1-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:libopenssl1_1-32bit-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:libopenssl1_1-hmac-32bit-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:openssl-1_1-1.1.1d-150200.11.62.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:openssl-1_1-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libopenssl-1_1-devel-32bit-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libopenssl1_1-1.1.1d-150200.11.62.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libopenssl1_1-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libopenssl1_1-32bit-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libopenssl1_1-hmac-32bit-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:openssl-1_1-1.1.1d-150200.11.62.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:openssl-1_1-1.1.1d-150200.11.62.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:openssl-1_1-doc-1.1.1d-150200.11.62.1.noarch",
"SUSE Manager Proxy 4.2:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.x86_64",
"SUSE Manager Proxy 4.2:libopenssl-1_1-devel-32bit-1.1.1d-150200.11.62.1.x86_64",
"SUSE Manager Proxy 4.2:libopenssl1_1-1.1.1d-150200.11.62.1.x86_64",
"SUSE Manager Proxy 4.2:libopenssl1_1-32bit-1.1.1d-150200.11.62.1.x86_64",
"SUSE Manager Proxy 4.2:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.x86_64",
"SUSE Manager Proxy 4.2:libopenssl1_1-hmac-32bit-1.1.1d-150200.11.62.1.x86_64",
"SUSE Manager Proxy 4.2:openssl-1_1-1.1.1d-150200.11.62.1.x86_64",
"SUSE Manager Server 4.2:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.ppc64le",
"SUSE Manager Server 4.2:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.s390x",
"SUSE Manager Server 4.2:libopenssl-1_1-devel-1.1.1d-150200.11.62.1.x86_64",
"SUSE Manager Server 4.2:libopenssl-1_1-devel-32bit-1.1.1d-150200.11.62.1.x86_64",
"SUSE Manager Server 4.2:libopenssl1_1-1.1.1d-150200.11.62.1.ppc64le",
"SUSE Manager Server 4.2:libopenssl1_1-1.1.1d-150200.11.62.1.s390x",
"SUSE Manager Server 4.2:libopenssl1_1-1.1.1d-150200.11.62.1.x86_64",
"SUSE Manager Server 4.2:libopenssl1_1-32bit-1.1.1d-150200.11.62.1.x86_64",
"SUSE Manager Server 4.2:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.ppc64le",
"SUSE Manager Server 4.2:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.s390x",
"SUSE Manager Server 4.2:libopenssl1_1-hmac-1.1.1d-150200.11.62.1.x86_64",
"SUSE Manager Server 4.2:libopenssl1_1-hmac-32bit-1.1.1d-150200.11.62.1.x86_64",
"SUSE Manager Server 4.2:openssl-1_1-1.1.1d-150200.11.62.1.ppc64le",
"SUSE Manager Server 4.2:openssl-1_1-1.1.1d-150200.11.62.1.s390x",
"SUSE Manager Server 4.2:openssl-1_1-1.1.1d-150200.11.62.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2023-04-06T13:36:45Z",
"details": "moderate"
}
],
"title": "CVE-2023-0466"
}
]
}
SUSE-SU-2023:1794-1
Vulnerability from csaf_suse - Published: 2023-04-07 09:06 - Updated: 2023-04-07 09:06| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4-ESPOS:libopenssl1_1-1.1.1d-2.81.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4-ESPOS:libopenssl1_1-1.1.1d-2.81.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4-ESPOS:libopenssl1_1-32bit-1.1.1d-2.81.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4-ESPOS:libopenssl1_1-hmac-1.1.1d-2.81.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4-ESPOS:libopenssl1_1-hmac-1.1.1d-2.81.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4-ESPOS:libopenssl1_1-hmac-32bit-1.1.1d-2.81.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4-ESPOS:openssl-1_1-1.1.1d-2.81.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4-ESPOS:openssl-1_1-1.1.1d-2.81.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_1-1.1.1d-2.81.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_1-1.1.1d-2.81.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_1-1.1.1d-2.81.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_1-1.1.1d-2.81.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_1-32bit-1.1.1d-2.81.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_1-32bit-1.1.1d-2.81.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_1-hmac-1.1.1d-2.81.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_1-hmac-1.1.1d-2.81.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_1-hmac-1.1.1d-2.81.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_1-hmac-1.1.1d-2.81.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_1-hmac-32bit-1.1.1d-2.81.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_1-hmac-32bit-1.1.1d-2.81.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4-LTSS:openssl-1_1-1.1.1d-2.81.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4-LTSS:openssl-1_1-1.1.1d-2.81.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4-LTSS:openssl-1_1-1.1.1d-2.81.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4-LTSS:openssl-1_1-1.1.1d-2.81.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:libopenssl1_1-1.1.1d-2.81.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:libopenssl1_1-1.1.1d-2.81.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:libopenssl1_1-1.1.1d-2.81.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:libopenssl1_1-1.1.1d-2.81.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:libopenssl1_1-32bit-1.1.1d-2.81.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:libopenssl1_1-32bit-1.1.1d-2.81.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:libopenssl1_1-hmac-1.1.1d-2.81.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:libopenssl1_1-hmac-1.1.1d-2.81.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:libopenssl1_1-hmac-1.1.1d-2.81.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:libopenssl1_1-hmac-1.1.1d-2.81.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:libopenssl1_1-hmac-32bit-1.1.1d-2.81.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:libopenssl1_1-hmac-32bit-1.1.1d-2.81.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:openssl-1_1-1.1.1d-2.81.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:openssl-1_1-1.1.1d-2.81.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:openssl-1_1-1.1.1d-2.81.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:openssl-1_1-1.1.1d-2.81.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP4:libopenssl1_1-1.1.1d-2.81.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP4:libopenssl1_1-1.1.1d-2.81.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP4:libopenssl1_1-32bit-1.1.1d-2.81.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP4:libopenssl1_1-hmac-1.1.1d-2.81.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP4:libopenssl1_1-hmac-1.1.1d-2.81.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP4:libopenssl1_1-hmac-32bit-1.1.1d-2.81.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP4:openssl-1_1-1.1.1d-2.81.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP4:openssl-1_1-1.1.1d-2.81.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_1-1.1.1d-2.81.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_1-1.1.1d-2.81.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_1-1.1.1d-2.81.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_1-1.1.1d-2.81.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_1-32bit-1.1.1d-2.81.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_1-32bit-1.1.1d-2.81.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_1-hmac-1.1.1d-2.81.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_1-hmac-1.1.1d-2.81.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_1-hmac-1.1.1d-2.81.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_1-hmac-1.1.1d-2.81.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_1-hmac-32bit-1.1.1d-2.81.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_1-hmac-32bit-1.1.1d-2.81.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:openssl-1_1-1.1.1d-2.81.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:openssl-1_1-1.1.1d-2.81.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:openssl-1_1-1.1.1d-2.81.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:openssl-1_1-1.1.1d-2.81.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Software Development Kit 12 SP5:libopenssl-1_1-devel-1.1.1d-2.81.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Software Development Kit 12 SP5:libopenssl-1_1-devel-1.1.1d-2.81.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Software Development Kit 12 SP5:libopenssl-1_1-devel-1.1.1d-2.81.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Software Development Kit 12 SP5:libopenssl-1_1-devel-1.1.1d-2.81.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Software Development Kit 12 SP5:libopenssl-1_1-devel-32bit-1.1.1d-2.81.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Software Development Kit 12 SP5:libopenssl-1_1-devel-32bit-1.1.1d-2.81.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 9:libopenssl1_1-1.1.1d-2.81.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 9:libopenssl1_1-32bit-1.1.1d-2.81.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 9:libopenssl1_1-hmac-1.1.1d-2.81.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 9:libopenssl1_1-hmac-32bit-1.1.1d-2.81.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 9:openssl-1_1-1.1.1d-2.81.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud Crowbar 9:libopenssl1_1-1.1.1d-2.81.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud Crowbar 9:libopenssl1_1-32bit-1.1.1d-2.81.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud Crowbar 9:libopenssl1_1-hmac-1.1.1d-2.81.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud Crowbar 9:libopenssl1_1-hmac-32bit-1.1.1d-2.81.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud Crowbar 9:openssl-1_1-1.1.1d-2.81.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4-ESPOS:libopenssl1_1-1.1.1d-2.81.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4-ESPOS:libopenssl1_1-1.1.1d-2.81.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4-ESPOS:libopenssl1_1-32bit-1.1.1d-2.81.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4-ESPOS:libopenssl1_1-hmac-1.1.1d-2.81.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4-ESPOS:libopenssl1_1-hmac-1.1.1d-2.81.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4-ESPOS:libopenssl1_1-hmac-32bit-1.1.1d-2.81.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4-ESPOS:openssl-1_1-1.1.1d-2.81.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4-ESPOS:openssl-1_1-1.1.1d-2.81.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_1-1.1.1d-2.81.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_1-1.1.1d-2.81.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_1-1.1.1d-2.81.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_1-1.1.1d-2.81.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_1-32bit-1.1.1d-2.81.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_1-32bit-1.1.1d-2.81.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_1-hmac-1.1.1d-2.81.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_1-hmac-1.1.1d-2.81.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_1-hmac-1.1.1d-2.81.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_1-hmac-1.1.1d-2.81.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_1-hmac-32bit-1.1.1d-2.81.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_1-hmac-32bit-1.1.1d-2.81.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4-LTSS:openssl-1_1-1.1.1d-2.81.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4-LTSS:openssl-1_1-1.1.1d-2.81.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4-LTSS:openssl-1_1-1.1.1d-2.81.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4-LTSS:openssl-1_1-1.1.1d-2.81.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:libopenssl1_1-1.1.1d-2.81.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:libopenssl1_1-1.1.1d-2.81.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:libopenssl1_1-1.1.1d-2.81.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:libopenssl1_1-1.1.1d-2.81.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:libopenssl1_1-32bit-1.1.1d-2.81.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:libopenssl1_1-32bit-1.1.1d-2.81.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:libopenssl1_1-hmac-1.1.1d-2.81.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:libopenssl1_1-hmac-1.1.1d-2.81.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:libopenssl1_1-hmac-1.1.1d-2.81.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:libopenssl1_1-hmac-1.1.1d-2.81.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:libopenssl1_1-hmac-32bit-1.1.1d-2.81.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:libopenssl1_1-hmac-32bit-1.1.1d-2.81.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:openssl-1_1-1.1.1d-2.81.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:openssl-1_1-1.1.1d-2.81.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:openssl-1_1-1.1.1d-2.81.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:openssl-1_1-1.1.1d-2.81.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP4:libopenssl1_1-1.1.1d-2.81.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP4:libopenssl1_1-1.1.1d-2.81.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP4:libopenssl1_1-32bit-1.1.1d-2.81.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP4:libopenssl1_1-hmac-1.1.1d-2.81.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP4:libopenssl1_1-hmac-1.1.1d-2.81.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP4:libopenssl1_1-hmac-32bit-1.1.1d-2.81.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP4:openssl-1_1-1.1.1d-2.81.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP4:openssl-1_1-1.1.1d-2.81.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_1-1.1.1d-2.81.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_1-1.1.1d-2.81.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_1-1.1.1d-2.81.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_1-1.1.1d-2.81.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_1-32bit-1.1.1d-2.81.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_1-32bit-1.1.1d-2.81.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_1-hmac-1.1.1d-2.81.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_1-hmac-1.1.1d-2.81.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_1-hmac-1.1.1d-2.81.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_1-hmac-1.1.1d-2.81.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_1-hmac-32bit-1.1.1d-2.81.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_1-hmac-32bit-1.1.1d-2.81.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:openssl-1_1-1.1.1d-2.81.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:openssl-1_1-1.1.1d-2.81.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:openssl-1_1-1.1.1d-2.81.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:openssl-1_1-1.1.1d-2.81.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Software Development Kit 12 SP5:libopenssl-1_1-devel-1.1.1d-2.81.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Software Development Kit 12 SP5:libopenssl-1_1-devel-1.1.1d-2.81.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Software Development Kit 12 SP5:libopenssl-1_1-devel-1.1.1d-2.81.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Software Development Kit 12 SP5:libopenssl-1_1-devel-1.1.1d-2.81.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Software Development Kit 12 SP5:libopenssl-1_1-devel-32bit-1.1.1d-2.81.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Software Development Kit 12 SP5:libopenssl-1_1-devel-32bit-1.1.1d-2.81.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 9:libopenssl1_1-1.1.1d-2.81.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 9:libopenssl1_1-32bit-1.1.1d-2.81.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 9:libopenssl1_1-hmac-1.1.1d-2.81.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 9:libopenssl1_1-hmac-32bit-1.1.1d-2.81.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 9:openssl-1_1-1.1.1d-2.81.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud Crowbar 9:libopenssl1_1-1.1.1d-2.81.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud Crowbar 9:libopenssl1_1-32bit-1.1.1d-2.81.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud Crowbar 9:libopenssl1_1-hmac-1.1.1d-2.81.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud Crowbar 9:libopenssl1_1-hmac-32bit-1.1.1d-2.81.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud Crowbar 9:openssl-1_1-1.1.1d-2.81.1.x86_64 | — |
Vendor Fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for openssl-1_1",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for openssl-1_1 fixes the following issues:\n\n- CVE-2023-0465: Invalid certificate policies in leaf certificates were silently ignored (bsc#1209878).\n- CVE-2023-0466: Certificate policy check were not enabled (bsc#1209873).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2023-1794,SUSE-OpenStack-Cloud-9-2023-1794,SUSE-OpenStack-Cloud-Crowbar-9-2023-1794,SUSE-SLE-SAP-12-SP4-2023-1794,SUSE-SLE-SDK-12-SP5-2023-1794,SUSE-SLE-SERVER-12-SP4-ESPOS-2023-1794,SUSE-SLE-SERVER-12-SP4-LTSS-2023-1794,SUSE-SLE-SERVER-12-SP5-2023-1794",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2023_1794-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2023:1794-1",
"url": "https://www.suse.com/support/update/announcement/2023/suse-su-20231794-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2023:1794-1",
"url": "https://lists.suse.com/pipermail/sle-updates/2023-April/028724.html"
},
{
"category": "self",
"summary": "SUSE Bug 1209873",
"url": "https://bugzilla.suse.com/1209873"
},
{
"category": "self",
"summary": "SUSE Bug 1209878",
"url": "https://bugzilla.suse.com/1209878"
},
{
"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/"
}
],
"title": "Security update for openssl-1_1",
"tracking": {
"current_release_date": "2023-04-07T09:06:07Z",
"generator": {
"date": "2023-04-07T09:06:07Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2023:1794-1",
"initial_release_date": "2023-04-07T09:06:07Z",
"revision_history": [
{
"date": "2023-04-07T09:06:07Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "libopenssl-1_1-devel-1.1.1d-2.81.1.aarch64",
"product": {
"name": "libopenssl-1_1-devel-1.1.1d-2.81.1.aarch64",
"product_id": "libopenssl-1_1-devel-1.1.1d-2.81.1.aarch64"
}
},
{
"category": "product_version",
"name": "libopenssl1_1-1.1.1d-2.81.1.aarch64",
"product": {
"name": "libopenssl1_1-1.1.1d-2.81.1.aarch64",
"product_id": "libopenssl1_1-1.1.1d-2.81.1.aarch64"
}
},
{
"category": "product_version",
"name": "libopenssl1_1-hmac-1.1.1d-2.81.1.aarch64",
"product": {
"name": "libopenssl1_1-hmac-1.1.1d-2.81.1.aarch64",
"product_id": "libopenssl1_1-hmac-1.1.1d-2.81.1.aarch64"
}
},
{
"category": "product_version",
"name": "openssl-1_1-1.1.1d-2.81.1.aarch64",
"product": {
"name": "openssl-1_1-1.1.1d-2.81.1.aarch64",
"product_id": "openssl-1_1-1.1.1d-2.81.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "libopenssl-1_1-devel-64bit-1.1.1d-2.81.1.aarch64_ilp32",
"product": {
"name": "libopenssl-1_1-devel-64bit-1.1.1d-2.81.1.aarch64_ilp32",
"product_id": "libopenssl-1_1-devel-64bit-1.1.1d-2.81.1.aarch64_ilp32"
}
},
{
"category": "product_version",
"name": "libopenssl1_1-64bit-1.1.1d-2.81.1.aarch64_ilp32",
"product": {
"name": "libopenssl1_1-64bit-1.1.1d-2.81.1.aarch64_ilp32",
"product_id": "libopenssl1_1-64bit-1.1.1d-2.81.1.aarch64_ilp32"
}
},
{
"category": "product_version",
"name": "libopenssl1_1-hmac-64bit-1.1.1d-2.81.1.aarch64_ilp32",
"product": {
"name": "libopenssl1_1-hmac-64bit-1.1.1d-2.81.1.aarch64_ilp32",
"product_id": "libopenssl1_1-hmac-64bit-1.1.1d-2.81.1.aarch64_ilp32"
}
}
],
"category": "architecture",
"name": "aarch64_ilp32"
},
{
"branches": [
{
"category": "product_version",
"name": "libopenssl-1_1-devel-1.1.1d-2.81.1.i586",
"product": {
"name": "libopenssl-1_1-devel-1.1.1d-2.81.1.i586",
"product_id": "libopenssl-1_1-devel-1.1.1d-2.81.1.i586"
}
},
{
"category": "product_version",
"name": "libopenssl1_1-1.1.1d-2.81.1.i586",
"product": {
"name": "libopenssl1_1-1.1.1d-2.81.1.i586",
"product_id": "libopenssl1_1-1.1.1d-2.81.1.i586"
}
},
{
"category": "product_version",
"name": "libopenssl1_1-hmac-1.1.1d-2.81.1.i586",
"product": {
"name": "libopenssl1_1-hmac-1.1.1d-2.81.1.i586",
"product_id": "libopenssl1_1-hmac-1.1.1d-2.81.1.i586"
}
},
{
"category": "product_version",
"name": "openssl-1_1-1.1.1d-2.81.1.i586",
"product": {
"name": "openssl-1_1-1.1.1d-2.81.1.i586",
"product_id": "openssl-1_1-1.1.1d-2.81.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "openssl-1_1-doc-1.1.1d-2.81.1.noarch",
"product": {
"name": "openssl-1_1-doc-1.1.1d-2.81.1.noarch",
"product_id": "openssl-1_1-doc-1.1.1d-2.81.1.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "libopenssl-1_1-devel-1.1.1d-2.81.1.ppc64le",
"product": {
"name": "libopenssl-1_1-devel-1.1.1d-2.81.1.ppc64le",
"product_id": "libopenssl-1_1-devel-1.1.1d-2.81.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libopenssl1_1-1.1.1d-2.81.1.ppc64le",
"product": {
"name": "libopenssl1_1-1.1.1d-2.81.1.ppc64le",
"product_id": "libopenssl1_1-1.1.1d-2.81.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libopenssl1_1-hmac-1.1.1d-2.81.1.ppc64le",
"product": {
"name": "libopenssl1_1-hmac-1.1.1d-2.81.1.ppc64le",
"product_id": "libopenssl1_1-hmac-1.1.1d-2.81.1.ppc64le"
}
},
{
"category": "product_version",
"name": "openssl-1_1-1.1.1d-2.81.1.ppc64le",
"product": {
"name": "openssl-1_1-1.1.1d-2.81.1.ppc64le",
"product_id": "openssl-1_1-1.1.1d-2.81.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "libopenssl-1_1-devel-1.1.1d-2.81.1.s390",
"product": {
"name": "libopenssl-1_1-devel-1.1.1d-2.81.1.s390",
"product_id": "libopenssl-1_1-devel-1.1.1d-2.81.1.s390"
}
},
{
"category": "product_version",
"name": "libopenssl1_1-1.1.1d-2.81.1.s390",
"product": {
"name": "libopenssl1_1-1.1.1d-2.81.1.s390",
"product_id": "libopenssl1_1-1.1.1d-2.81.1.s390"
}
},
{
"category": "product_version",
"name": "libopenssl1_1-hmac-1.1.1d-2.81.1.s390",
"product": {
"name": "libopenssl1_1-hmac-1.1.1d-2.81.1.s390",
"product_id": "libopenssl1_1-hmac-1.1.1d-2.81.1.s390"
}
},
{
"category": "product_version",
"name": "openssl-1_1-1.1.1d-2.81.1.s390",
"product": {
"name": "openssl-1_1-1.1.1d-2.81.1.s390",
"product_id": "openssl-1_1-1.1.1d-2.81.1.s390"
}
}
],
"category": "architecture",
"name": "s390"
},
{
"branches": [
{
"category": "product_version",
"name": "libopenssl-1_1-devel-1.1.1d-2.81.1.s390x",
"product": {
"name": "libopenssl-1_1-devel-1.1.1d-2.81.1.s390x",
"product_id": "libopenssl-1_1-devel-1.1.1d-2.81.1.s390x"
}
},
{
"category": "product_version",
"name": "libopenssl-1_1-devel-32bit-1.1.1d-2.81.1.s390x",
"product": {
"name": "libopenssl-1_1-devel-32bit-1.1.1d-2.81.1.s390x",
"product_id": "libopenssl-1_1-devel-32bit-1.1.1d-2.81.1.s390x"
}
},
{
"category": "product_version",
"name": "libopenssl1_1-1.1.1d-2.81.1.s390x",
"product": {
"name": "libopenssl1_1-1.1.1d-2.81.1.s390x",
"product_id": "libopenssl1_1-1.1.1d-2.81.1.s390x"
}
},
{
"category": "product_version",
"name": "libopenssl1_1-32bit-1.1.1d-2.81.1.s390x",
"product": {
"name": "libopenssl1_1-32bit-1.1.1d-2.81.1.s390x",
"product_id": "libopenssl1_1-32bit-1.1.1d-2.81.1.s390x"
}
},
{
"category": "product_version",
"name": "libopenssl1_1-hmac-1.1.1d-2.81.1.s390x",
"product": {
"name": "libopenssl1_1-hmac-1.1.1d-2.81.1.s390x",
"product_id": "libopenssl1_1-hmac-1.1.1d-2.81.1.s390x"
}
},
{
"category": "product_version",
"name": "libopenssl1_1-hmac-32bit-1.1.1d-2.81.1.s390x",
"product": {
"name": "libopenssl1_1-hmac-32bit-1.1.1d-2.81.1.s390x",
"product_id": "libopenssl1_1-hmac-32bit-1.1.1d-2.81.1.s390x"
}
},
{
"category": "product_version",
"name": "openssl-1_1-1.1.1d-2.81.1.s390x",
"product": {
"name": "openssl-1_1-1.1.1d-2.81.1.s390x",
"product_id": "openssl-1_1-1.1.1d-2.81.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "libopenssl-1_1-devel-1.1.1d-2.81.1.x86_64",
"product": {
"name": "libopenssl-1_1-devel-1.1.1d-2.81.1.x86_64",
"product_id": "libopenssl-1_1-devel-1.1.1d-2.81.1.x86_64"
}
},
{
"category": "product_version",
"name": "libopenssl-1_1-devel-32bit-1.1.1d-2.81.1.x86_64",
"product": {
"name": "libopenssl-1_1-devel-32bit-1.1.1d-2.81.1.x86_64",
"product_id": "libopenssl-1_1-devel-32bit-1.1.1d-2.81.1.x86_64"
}
},
{
"category": "product_version",
"name": "libopenssl1_1-1.1.1d-2.81.1.x86_64",
"product": {
"name": "libopenssl1_1-1.1.1d-2.81.1.x86_64",
"product_id": "libopenssl1_1-1.1.1d-2.81.1.x86_64"
}
},
{
"category": "product_version",
"name": "libopenssl1_1-32bit-1.1.1d-2.81.1.x86_64",
"product": {
"name": "libopenssl1_1-32bit-1.1.1d-2.81.1.x86_64",
"product_id": "libopenssl1_1-32bit-1.1.1d-2.81.1.x86_64"
}
},
{
"category": "product_version",
"name": "libopenssl1_1-hmac-1.1.1d-2.81.1.x86_64",
"product": {
"name": "libopenssl1_1-hmac-1.1.1d-2.81.1.x86_64",
"product_id": "libopenssl1_1-hmac-1.1.1d-2.81.1.x86_64"
}
},
{
"category": "product_version",
"name": "libopenssl1_1-hmac-32bit-1.1.1d-2.81.1.x86_64",
"product": {
"name": "libopenssl1_1-hmac-32bit-1.1.1d-2.81.1.x86_64",
"product_id": "libopenssl1_1-hmac-32bit-1.1.1d-2.81.1.x86_64"
}
},
{
"category": "product_version",
"name": "openssl-1_1-1.1.1d-2.81.1.x86_64",
"product": {
"name": "openssl-1_1-1.1.1d-2.81.1.x86_64",
"product_id": "openssl-1_1-1.1.1d-2.81.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE OpenStack Cloud 9",
"product": {
"name": "SUSE OpenStack Cloud 9",
"product_id": "SUSE OpenStack Cloud 9",
"product_identification_helper": {
"cpe": "cpe:/o:suse:suse-openstack-cloud:9"
}
}
},
{
"category": "product_name",
"name": "SUSE OpenStack Cloud Crowbar 9",
"product": {
"name": "SUSE OpenStack Cloud Crowbar 9",
"product_id": "SUSE OpenStack Cloud Crowbar 9",
"product_identification_helper": {
"cpe": "cpe:/o:suse:suse-openstack-cloud-crowbar:9"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP Applications 12 SP4",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 12 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP4",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_sap:12:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Software Development Kit 12 SP5",
"product": {
"name": "SUSE Linux Enterprise Software Development Kit 12 SP5",
"product_id": "SUSE Linux Enterprise Software Development Kit 12 SP5",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-sdk:12:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 12 SP4-ESPOS",
"product": {
"name": "SUSE Linux Enterprise Server 12 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise Server 12 SP4-ESPOS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-espos:12:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 12 SP4-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 12 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP4-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:12:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 12 SP5",
"product": {
"name": "SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles:12:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_sap:12:sp5"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-1.1.1d-2.81.1.x86_64 as component of SUSE OpenStack Cloud 9",
"product_id": "SUSE OpenStack Cloud 9:libopenssl1_1-1.1.1d-2.81.1.x86_64"
},
"product_reference": "libopenssl1_1-1.1.1d-2.81.1.x86_64",
"relates_to_product_reference": "SUSE OpenStack Cloud 9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-32bit-1.1.1d-2.81.1.x86_64 as component of SUSE OpenStack Cloud 9",
"product_id": "SUSE OpenStack Cloud 9:libopenssl1_1-32bit-1.1.1d-2.81.1.x86_64"
},
"product_reference": "libopenssl1_1-32bit-1.1.1d-2.81.1.x86_64",
"relates_to_product_reference": "SUSE OpenStack Cloud 9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-hmac-1.1.1d-2.81.1.x86_64 as component of SUSE OpenStack Cloud 9",
"product_id": "SUSE OpenStack Cloud 9:libopenssl1_1-hmac-1.1.1d-2.81.1.x86_64"
},
"product_reference": "libopenssl1_1-hmac-1.1.1d-2.81.1.x86_64",
"relates_to_product_reference": "SUSE OpenStack Cloud 9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-hmac-32bit-1.1.1d-2.81.1.x86_64 as component of SUSE OpenStack Cloud 9",
"product_id": "SUSE OpenStack Cloud 9:libopenssl1_1-hmac-32bit-1.1.1d-2.81.1.x86_64"
},
"product_reference": "libopenssl1_1-hmac-32bit-1.1.1d-2.81.1.x86_64",
"relates_to_product_reference": "SUSE OpenStack Cloud 9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1_1-1.1.1d-2.81.1.x86_64 as component of SUSE OpenStack Cloud 9",
"product_id": "SUSE OpenStack Cloud 9:openssl-1_1-1.1.1d-2.81.1.x86_64"
},
"product_reference": "openssl-1_1-1.1.1d-2.81.1.x86_64",
"relates_to_product_reference": "SUSE OpenStack Cloud 9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-1.1.1d-2.81.1.x86_64 as component of SUSE OpenStack Cloud Crowbar 9",
"product_id": "SUSE OpenStack Cloud Crowbar 9:libopenssl1_1-1.1.1d-2.81.1.x86_64"
},
"product_reference": "libopenssl1_1-1.1.1d-2.81.1.x86_64",
"relates_to_product_reference": "SUSE OpenStack Cloud Crowbar 9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-32bit-1.1.1d-2.81.1.x86_64 as component of SUSE OpenStack Cloud Crowbar 9",
"product_id": "SUSE OpenStack Cloud Crowbar 9:libopenssl1_1-32bit-1.1.1d-2.81.1.x86_64"
},
"product_reference": "libopenssl1_1-32bit-1.1.1d-2.81.1.x86_64",
"relates_to_product_reference": "SUSE OpenStack Cloud Crowbar 9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-hmac-1.1.1d-2.81.1.x86_64 as component of SUSE OpenStack Cloud Crowbar 9",
"product_id": "SUSE OpenStack Cloud Crowbar 9:libopenssl1_1-hmac-1.1.1d-2.81.1.x86_64"
},
"product_reference": "libopenssl1_1-hmac-1.1.1d-2.81.1.x86_64",
"relates_to_product_reference": "SUSE OpenStack Cloud Crowbar 9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-hmac-32bit-1.1.1d-2.81.1.x86_64 as component of SUSE OpenStack Cloud Crowbar 9",
"product_id": "SUSE OpenStack Cloud Crowbar 9:libopenssl1_1-hmac-32bit-1.1.1d-2.81.1.x86_64"
},
"product_reference": "libopenssl1_1-hmac-32bit-1.1.1d-2.81.1.x86_64",
"relates_to_product_reference": "SUSE OpenStack Cloud Crowbar 9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1_1-1.1.1d-2.81.1.x86_64 as component of SUSE OpenStack Cloud Crowbar 9",
"product_id": "SUSE OpenStack Cloud Crowbar 9:openssl-1_1-1.1.1d-2.81.1.x86_64"
},
"product_reference": "openssl-1_1-1.1.1d-2.81.1.x86_64",
"relates_to_product_reference": "SUSE OpenStack Cloud Crowbar 9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-1.1.1d-2.81.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libopenssl1_1-1.1.1d-2.81.1.ppc64le"
},
"product_reference": "libopenssl1_1-1.1.1d-2.81.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-1.1.1d-2.81.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libopenssl1_1-1.1.1d-2.81.1.x86_64"
},
"product_reference": "libopenssl1_1-1.1.1d-2.81.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-32bit-1.1.1d-2.81.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libopenssl1_1-32bit-1.1.1d-2.81.1.x86_64"
},
"product_reference": "libopenssl1_1-32bit-1.1.1d-2.81.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-hmac-1.1.1d-2.81.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libopenssl1_1-hmac-1.1.1d-2.81.1.ppc64le"
},
"product_reference": "libopenssl1_1-hmac-1.1.1d-2.81.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-hmac-1.1.1d-2.81.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libopenssl1_1-hmac-1.1.1d-2.81.1.x86_64"
},
"product_reference": "libopenssl1_1-hmac-1.1.1d-2.81.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-hmac-32bit-1.1.1d-2.81.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libopenssl1_1-hmac-32bit-1.1.1d-2.81.1.x86_64"
},
"product_reference": "libopenssl1_1-hmac-32bit-1.1.1d-2.81.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1_1-1.1.1d-2.81.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP4:openssl-1_1-1.1.1d-2.81.1.ppc64le"
},
"product_reference": "openssl-1_1-1.1.1d-2.81.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1_1-1.1.1d-2.81.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP4:openssl-1_1-1.1.1d-2.81.1.x86_64"
},
"product_reference": "openssl-1_1-1.1.1d-2.81.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-1_1-devel-1.1.1d-2.81.1.aarch64 as component of SUSE Linux Enterprise Software Development Kit 12 SP5",
"product_id": "SUSE Linux Enterprise Software Development Kit 12 SP5:libopenssl-1_1-devel-1.1.1d-2.81.1.aarch64"
},
"product_reference": "libopenssl-1_1-devel-1.1.1d-2.81.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-1_1-devel-1.1.1d-2.81.1.ppc64le as component of SUSE Linux Enterprise Software Development Kit 12 SP5",
"product_id": "SUSE Linux Enterprise Software Development Kit 12 SP5:libopenssl-1_1-devel-1.1.1d-2.81.1.ppc64le"
},
"product_reference": "libopenssl-1_1-devel-1.1.1d-2.81.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-1_1-devel-1.1.1d-2.81.1.s390x as component of SUSE Linux Enterprise Software Development Kit 12 SP5",
"product_id": "SUSE Linux Enterprise Software Development Kit 12 SP5:libopenssl-1_1-devel-1.1.1d-2.81.1.s390x"
},
"product_reference": "libopenssl-1_1-devel-1.1.1d-2.81.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-1_1-devel-1.1.1d-2.81.1.x86_64 as component of SUSE Linux Enterprise Software Development Kit 12 SP5",
"product_id": "SUSE Linux Enterprise Software Development Kit 12 SP5:libopenssl-1_1-devel-1.1.1d-2.81.1.x86_64"
},
"product_reference": "libopenssl-1_1-devel-1.1.1d-2.81.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-1_1-devel-32bit-1.1.1d-2.81.1.s390x as component of SUSE Linux Enterprise Software Development Kit 12 SP5",
"product_id": "SUSE Linux Enterprise Software Development Kit 12 SP5:libopenssl-1_1-devel-32bit-1.1.1d-2.81.1.s390x"
},
"product_reference": "libopenssl-1_1-devel-32bit-1.1.1d-2.81.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-1_1-devel-32bit-1.1.1d-2.81.1.x86_64 as component of SUSE Linux Enterprise Software Development Kit 12 SP5",
"product_id": "SUSE Linux Enterprise Software Development Kit 12 SP5:libopenssl-1_1-devel-32bit-1.1.1d-2.81.1.x86_64"
},
"product_reference": "libopenssl-1_1-devel-32bit-1.1.1d-2.81.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-1.1.1d-2.81.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise Server 12 SP4-ESPOS:libopenssl1_1-1.1.1d-2.81.1.aarch64"
},
"product_reference": "libopenssl1_1-1.1.1d-2.81.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-1.1.1d-2.81.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise Server 12 SP4-ESPOS:libopenssl1_1-1.1.1d-2.81.1.x86_64"
},
"product_reference": "libopenssl1_1-1.1.1d-2.81.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-32bit-1.1.1d-2.81.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise Server 12 SP4-ESPOS:libopenssl1_1-32bit-1.1.1d-2.81.1.x86_64"
},
"product_reference": "libopenssl1_1-32bit-1.1.1d-2.81.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-hmac-1.1.1d-2.81.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise Server 12 SP4-ESPOS:libopenssl1_1-hmac-1.1.1d-2.81.1.aarch64"
},
"product_reference": "libopenssl1_1-hmac-1.1.1d-2.81.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-hmac-1.1.1d-2.81.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise Server 12 SP4-ESPOS:libopenssl1_1-hmac-1.1.1d-2.81.1.x86_64"
},
"product_reference": "libopenssl1_1-hmac-1.1.1d-2.81.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-hmac-32bit-1.1.1d-2.81.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise Server 12 SP4-ESPOS:libopenssl1_1-hmac-32bit-1.1.1d-2.81.1.x86_64"
},
"product_reference": "libopenssl1_1-hmac-32bit-1.1.1d-2.81.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1_1-1.1.1d-2.81.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise Server 12 SP4-ESPOS:openssl-1_1-1.1.1d-2.81.1.aarch64"
},
"product_reference": "openssl-1_1-1.1.1d-2.81.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1_1-1.1.1d-2.81.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise Server 12 SP4-ESPOS:openssl-1_1-1.1.1d-2.81.1.x86_64"
},
"product_reference": "openssl-1_1-1.1.1d-2.81.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-1.1.1d-2.81.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_1-1.1.1d-2.81.1.aarch64"
},
"product_reference": "libopenssl1_1-1.1.1d-2.81.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-1.1.1d-2.81.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_1-1.1.1d-2.81.1.ppc64le"
},
"product_reference": "libopenssl1_1-1.1.1d-2.81.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-1.1.1d-2.81.1.s390x as component of SUSE Linux Enterprise Server 12 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_1-1.1.1d-2.81.1.s390x"
},
"product_reference": "libopenssl1_1-1.1.1d-2.81.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-1.1.1d-2.81.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_1-1.1.1d-2.81.1.x86_64"
},
"product_reference": "libopenssl1_1-1.1.1d-2.81.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-32bit-1.1.1d-2.81.1.s390x as component of SUSE Linux Enterprise Server 12 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_1-32bit-1.1.1d-2.81.1.s390x"
},
"product_reference": "libopenssl1_1-32bit-1.1.1d-2.81.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-32bit-1.1.1d-2.81.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_1-32bit-1.1.1d-2.81.1.x86_64"
},
"product_reference": "libopenssl1_1-32bit-1.1.1d-2.81.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-hmac-1.1.1d-2.81.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_1-hmac-1.1.1d-2.81.1.aarch64"
},
"product_reference": "libopenssl1_1-hmac-1.1.1d-2.81.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-hmac-1.1.1d-2.81.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_1-hmac-1.1.1d-2.81.1.ppc64le"
},
"product_reference": "libopenssl1_1-hmac-1.1.1d-2.81.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-hmac-1.1.1d-2.81.1.s390x as component of SUSE Linux Enterprise Server 12 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_1-hmac-1.1.1d-2.81.1.s390x"
},
"product_reference": "libopenssl1_1-hmac-1.1.1d-2.81.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-hmac-1.1.1d-2.81.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_1-hmac-1.1.1d-2.81.1.x86_64"
},
"product_reference": "libopenssl1_1-hmac-1.1.1d-2.81.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-hmac-32bit-1.1.1d-2.81.1.s390x as component of SUSE Linux Enterprise Server 12 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_1-hmac-32bit-1.1.1d-2.81.1.s390x"
},
"product_reference": "libopenssl1_1-hmac-32bit-1.1.1d-2.81.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-hmac-32bit-1.1.1d-2.81.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_1-hmac-32bit-1.1.1d-2.81.1.x86_64"
},
"product_reference": "libopenssl1_1-hmac-32bit-1.1.1d-2.81.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1_1-1.1.1d-2.81.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP4-LTSS:openssl-1_1-1.1.1d-2.81.1.aarch64"
},
"product_reference": "openssl-1_1-1.1.1d-2.81.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1_1-1.1.1d-2.81.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP4-LTSS:openssl-1_1-1.1.1d-2.81.1.ppc64le"
},
"product_reference": "openssl-1_1-1.1.1d-2.81.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1_1-1.1.1d-2.81.1.s390x as component of SUSE Linux Enterprise Server 12 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP4-LTSS:openssl-1_1-1.1.1d-2.81.1.s390x"
},
"product_reference": "openssl-1_1-1.1.1d-2.81.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1_1-1.1.1d-2.81.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP4-LTSS:openssl-1_1-1.1.1d-2.81.1.x86_64"
},
"product_reference": "openssl-1_1-1.1.1d-2.81.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-1.1.1d-2.81.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:libopenssl1_1-1.1.1d-2.81.1.aarch64"
},
"product_reference": "libopenssl1_1-1.1.1d-2.81.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-1.1.1d-2.81.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:libopenssl1_1-1.1.1d-2.81.1.ppc64le"
},
"product_reference": "libopenssl1_1-1.1.1d-2.81.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-1.1.1d-2.81.1.s390x as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:libopenssl1_1-1.1.1d-2.81.1.s390x"
},
"product_reference": "libopenssl1_1-1.1.1d-2.81.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-1.1.1d-2.81.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:libopenssl1_1-1.1.1d-2.81.1.x86_64"
},
"product_reference": "libopenssl1_1-1.1.1d-2.81.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-32bit-1.1.1d-2.81.1.s390x as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:libopenssl1_1-32bit-1.1.1d-2.81.1.s390x"
},
"product_reference": "libopenssl1_1-32bit-1.1.1d-2.81.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-32bit-1.1.1d-2.81.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:libopenssl1_1-32bit-1.1.1d-2.81.1.x86_64"
},
"product_reference": "libopenssl1_1-32bit-1.1.1d-2.81.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-hmac-1.1.1d-2.81.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:libopenssl1_1-hmac-1.1.1d-2.81.1.aarch64"
},
"product_reference": "libopenssl1_1-hmac-1.1.1d-2.81.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-hmac-1.1.1d-2.81.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:libopenssl1_1-hmac-1.1.1d-2.81.1.ppc64le"
},
"product_reference": "libopenssl1_1-hmac-1.1.1d-2.81.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-hmac-1.1.1d-2.81.1.s390x as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:libopenssl1_1-hmac-1.1.1d-2.81.1.s390x"
},
"product_reference": "libopenssl1_1-hmac-1.1.1d-2.81.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-hmac-1.1.1d-2.81.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:libopenssl1_1-hmac-1.1.1d-2.81.1.x86_64"
},
"product_reference": "libopenssl1_1-hmac-1.1.1d-2.81.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-hmac-32bit-1.1.1d-2.81.1.s390x as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:libopenssl1_1-hmac-32bit-1.1.1d-2.81.1.s390x"
},
"product_reference": "libopenssl1_1-hmac-32bit-1.1.1d-2.81.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-hmac-32bit-1.1.1d-2.81.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:libopenssl1_1-hmac-32bit-1.1.1d-2.81.1.x86_64"
},
"product_reference": "libopenssl1_1-hmac-32bit-1.1.1d-2.81.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1_1-1.1.1d-2.81.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:openssl-1_1-1.1.1d-2.81.1.aarch64"
},
"product_reference": "openssl-1_1-1.1.1d-2.81.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1_1-1.1.1d-2.81.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:openssl-1_1-1.1.1d-2.81.1.ppc64le"
},
"product_reference": "openssl-1_1-1.1.1d-2.81.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1_1-1.1.1d-2.81.1.s390x as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:openssl-1_1-1.1.1d-2.81.1.s390x"
},
"product_reference": "openssl-1_1-1.1.1d-2.81.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1_1-1.1.1d-2.81.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:openssl-1_1-1.1.1d-2.81.1.x86_64"
},
"product_reference": "openssl-1_1-1.1.1d-2.81.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-1.1.1d-2.81.1.aarch64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_1-1.1.1d-2.81.1.aarch64"
},
"product_reference": "libopenssl1_1-1.1.1d-2.81.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-1.1.1d-2.81.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_1-1.1.1d-2.81.1.ppc64le"
},
"product_reference": "libopenssl1_1-1.1.1d-2.81.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-1.1.1d-2.81.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_1-1.1.1d-2.81.1.s390x"
},
"product_reference": "libopenssl1_1-1.1.1d-2.81.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-1.1.1d-2.81.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_1-1.1.1d-2.81.1.x86_64"
},
"product_reference": "libopenssl1_1-1.1.1d-2.81.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-32bit-1.1.1d-2.81.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_1-32bit-1.1.1d-2.81.1.s390x"
},
"product_reference": "libopenssl1_1-32bit-1.1.1d-2.81.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-32bit-1.1.1d-2.81.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_1-32bit-1.1.1d-2.81.1.x86_64"
},
"product_reference": "libopenssl1_1-32bit-1.1.1d-2.81.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-hmac-1.1.1d-2.81.1.aarch64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_1-hmac-1.1.1d-2.81.1.aarch64"
},
"product_reference": "libopenssl1_1-hmac-1.1.1d-2.81.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-hmac-1.1.1d-2.81.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_1-hmac-1.1.1d-2.81.1.ppc64le"
},
"product_reference": "libopenssl1_1-hmac-1.1.1d-2.81.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-hmac-1.1.1d-2.81.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_1-hmac-1.1.1d-2.81.1.s390x"
},
"product_reference": "libopenssl1_1-hmac-1.1.1d-2.81.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-hmac-1.1.1d-2.81.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_1-hmac-1.1.1d-2.81.1.x86_64"
},
"product_reference": "libopenssl1_1-hmac-1.1.1d-2.81.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-hmac-32bit-1.1.1d-2.81.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_1-hmac-32bit-1.1.1d-2.81.1.s390x"
},
"product_reference": "libopenssl1_1-hmac-32bit-1.1.1d-2.81.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-hmac-32bit-1.1.1d-2.81.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_1-hmac-32bit-1.1.1d-2.81.1.x86_64"
},
"product_reference": "libopenssl1_1-hmac-32bit-1.1.1d-2.81.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1_1-1.1.1d-2.81.1.aarch64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:openssl-1_1-1.1.1d-2.81.1.aarch64"
},
"product_reference": "openssl-1_1-1.1.1d-2.81.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1_1-1.1.1d-2.81.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:openssl-1_1-1.1.1d-2.81.1.ppc64le"
},
"product_reference": "openssl-1_1-1.1.1d-2.81.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1_1-1.1.1d-2.81.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:openssl-1_1-1.1.1d-2.81.1.s390x"
},
"product_reference": "openssl-1_1-1.1.1d-2.81.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1_1-1.1.1d-2.81.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:openssl-1_1-1.1.1d-2.81.1.x86_64"
},
"product_reference": "openssl-1_1-1.1.1d-2.81.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
}
]
},
"vulnerabilities": [
{
"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": [
"SUSE Linux Enterprise Server 12 SP4-ESPOS:libopenssl1_1-1.1.1d-2.81.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4-ESPOS:libopenssl1_1-1.1.1d-2.81.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4-ESPOS:libopenssl1_1-32bit-1.1.1d-2.81.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4-ESPOS:libopenssl1_1-hmac-1.1.1d-2.81.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4-ESPOS:libopenssl1_1-hmac-1.1.1d-2.81.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4-ESPOS:libopenssl1_1-hmac-32bit-1.1.1d-2.81.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4-ESPOS:openssl-1_1-1.1.1d-2.81.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4-ESPOS:openssl-1_1-1.1.1d-2.81.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_1-1.1.1d-2.81.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_1-1.1.1d-2.81.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_1-1.1.1d-2.81.1.s390x",
"SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_1-1.1.1d-2.81.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_1-32bit-1.1.1d-2.81.1.s390x",
"SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_1-32bit-1.1.1d-2.81.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_1-hmac-1.1.1d-2.81.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_1-hmac-1.1.1d-2.81.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_1-hmac-1.1.1d-2.81.1.s390x",
"SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_1-hmac-1.1.1d-2.81.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_1-hmac-32bit-1.1.1d-2.81.1.s390x",
"SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_1-hmac-32bit-1.1.1d-2.81.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:openssl-1_1-1.1.1d-2.81.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:openssl-1_1-1.1.1d-2.81.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP4-LTSS:openssl-1_1-1.1.1d-2.81.1.s390x",
"SUSE Linux Enterprise Server 12 SP4-LTSS:openssl-1_1-1.1.1d-2.81.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:libopenssl1_1-1.1.1d-2.81.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:libopenssl1_1-1.1.1d-2.81.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:libopenssl1_1-1.1.1d-2.81.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:libopenssl1_1-1.1.1d-2.81.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:libopenssl1_1-32bit-1.1.1d-2.81.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:libopenssl1_1-32bit-1.1.1d-2.81.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:libopenssl1_1-hmac-1.1.1d-2.81.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:libopenssl1_1-hmac-1.1.1d-2.81.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:libopenssl1_1-hmac-1.1.1d-2.81.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:libopenssl1_1-hmac-1.1.1d-2.81.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:libopenssl1_1-hmac-32bit-1.1.1d-2.81.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:libopenssl1_1-hmac-32bit-1.1.1d-2.81.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:openssl-1_1-1.1.1d-2.81.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:openssl-1_1-1.1.1d-2.81.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:openssl-1_1-1.1.1d-2.81.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:openssl-1_1-1.1.1d-2.81.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:libopenssl1_1-1.1.1d-2.81.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:libopenssl1_1-1.1.1d-2.81.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:libopenssl1_1-32bit-1.1.1d-2.81.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:libopenssl1_1-hmac-1.1.1d-2.81.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:libopenssl1_1-hmac-1.1.1d-2.81.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:libopenssl1_1-hmac-32bit-1.1.1d-2.81.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:openssl-1_1-1.1.1d-2.81.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:openssl-1_1-1.1.1d-2.81.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_1-1.1.1d-2.81.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_1-1.1.1d-2.81.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_1-1.1.1d-2.81.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_1-1.1.1d-2.81.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_1-32bit-1.1.1d-2.81.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_1-32bit-1.1.1d-2.81.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_1-hmac-1.1.1d-2.81.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_1-hmac-1.1.1d-2.81.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_1-hmac-1.1.1d-2.81.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_1-hmac-1.1.1d-2.81.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_1-hmac-32bit-1.1.1d-2.81.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_1-hmac-32bit-1.1.1d-2.81.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:openssl-1_1-1.1.1d-2.81.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:openssl-1_1-1.1.1d-2.81.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:openssl-1_1-1.1.1d-2.81.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:openssl-1_1-1.1.1d-2.81.1.x86_64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:libopenssl-1_1-devel-1.1.1d-2.81.1.aarch64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:libopenssl-1_1-devel-1.1.1d-2.81.1.ppc64le",
"SUSE Linux Enterprise Software Development Kit 12 SP5:libopenssl-1_1-devel-1.1.1d-2.81.1.s390x",
"SUSE Linux Enterprise Software Development Kit 12 SP5:libopenssl-1_1-devel-1.1.1d-2.81.1.x86_64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:libopenssl-1_1-devel-32bit-1.1.1d-2.81.1.s390x",
"SUSE Linux Enterprise Software Development Kit 12 SP5:libopenssl-1_1-devel-32bit-1.1.1d-2.81.1.x86_64",
"SUSE OpenStack Cloud 9:libopenssl1_1-1.1.1d-2.81.1.x86_64",
"SUSE OpenStack Cloud 9:libopenssl1_1-32bit-1.1.1d-2.81.1.x86_64",
"SUSE OpenStack Cloud 9:libopenssl1_1-hmac-1.1.1d-2.81.1.x86_64",
"SUSE OpenStack Cloud 9:libopenssl1_1-hmac-32bit-1.1.1d-2.81.1.x86_64",
"SUSE OpenStack Cloud 9:openssl-1_1-1.1.1d-2.81.1.x86_64",
"SUSE OpenStack Cloud Crowbar 9:libopenssl1_1-1.1.1d-2.81.1.x86_64",
"SUSE OpenStack Cloud Crowbar 9:libopenssl1_1-32bit-1.1.1d-2.81.1.x86_64",
"SUSE OpenStack Cloud Crowbar 9:libopenssl1_1-hmac-1.1.1d-2.81.1.x86_64",
"SUSE OpenStack Cloud Crowbar 9:libopenssl1_1-hmac-32bit-1.1.1d-2.81.1.x86_64",
"SUSE OpenStack Cloud Crowbar 9:openssl-1_1-1.1.1d-2.81.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": [
"SUSE Linux Enterprise Server 12 SP4-ESPOS:libopenssl1_1-1.1.1d-2.81.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4-ESPOS:libopenssl1_1-1.1.1d-2.81.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4-ESPOS:libopenssl1_1-32bit-1.1.1d-2.81.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4-ESPOS:libopenssl1_1-hmac-1.1.1d-2.81.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4-ESPOS:libopenssl1_1-hmac-1.1.1d-2.81.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4-ESPOS:libopenssl1_1-hmac-32bit-1.1.1d-2.81.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4-ESPOS:openssl-1_1-1.1.1d-2.81.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4-ESPOS:openssl-1_1-1.1.1d-2.81.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_1-1.1.1d-2.81.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_1-1.1.1d-2.81.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_1-1.1.1d-2.81.1.s390x",
"SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_1-1.1.1d-2.81.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_1-32bit-1.1.1d-2.81.1.s390x",
"SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_1-32bit-1.1.1d-2.81.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_1-hmac-1.1.1d-2.81.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_1-hmac-1.1.1d-2.81.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_1-hmac-1.1.1d-2.81.1.s390x",
"SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_1-hmac-1.1.1d-2.81.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_1-hmac-32bit-1.1.1d-2.81.1.s390x",
"SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_1-hmac-32bit-1.1.1d-2.81.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:openssl-1_1-1.1.1d-2.81.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:openssl-1_1-1.1.1d-2.81.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP4-LTSS:openssl-1_1-1.1.1d-2.81.1.s390x",
"SUSE Linux Enterprise Server 12 SP4-LTSS:openssl-1_1-1.1.1d-2.81.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:libopenssl1_1-1.1.1d-2.81.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:libopenssl1_1-1.1.1d-2.81.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:libopenssl1_1-1.1.1d-2.81.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:libopenssl1_1-1.1.1d-2.81.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:libopenssl1_1-32bit-1.1.1d-2.81.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:libopenssl1_1-32bit-1.1.1d-2.81.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:libopenssl1_1-hmac-1.1.1d-2.81.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:libopenssl1_1-hmac-1.1.1d-2.81.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:libopenssl1_1-hmac-1.1.1d-2.81.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:libopenssl1_1-hmac-1.1.1d-2.81.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:libopenssl1_1-hmac-32bit-1.1.1d-2.81.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:libopenssl1_1-hmac-32bit-1.1.1d-2.81.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:openssl-1_1-1.1.1d-2.81.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:openssl-1_1-1.1.1d-2.81.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:openssl-1_1-1.1.1d-2.81.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:openssl-1_1-1.1.1d-2.81.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:libopenssl1_1-1.1.1d-2.81.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:libopenssl1_1-1.1.1d-2.81.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:libopenssl1_1-32bit-1.1.1d-2.81.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:libopenssl1_1-hmac-1.1.1d-2.81.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:libopenssl1_1-hmac-1.1.1d-2.81.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:libopenssl1_1-hmac-32bit-1.1.1d-2.81.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:openssl-1_1-1.1.1d-2.81.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:openssl-1_1-1.1.1d-2.81.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_1-1.1.1d-2.81.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_1-1.1.1d-2.81.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_1-1.1.1d-2.81.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_1-1.1.1d-2.81.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_1-32bit-1.1.1d-2.81.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_1-32bit-1.1.1d-2.81.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_1-hmac-1.1.1d-2.81.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_1-hmac-1.1.1d-2.81.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_1-hmac-1.1.1d-2.81.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_1-hmac-1.1.1d-2.81.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_1-hmac-32bit-1.1.1d-2.81.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_1-hmac-32bit-1.1.1d-2.81.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:openssl-1_1-1.1.1d-2.81.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:openssl-1_1-1.1.1d-2.81.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:openssl-1_1-1.1.1d-2.81.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:openssl-1_1-1.1.1d-2.81.1.x86_64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:libopenssl-1_1-devel-1.1.1d-2.81.1.aarch64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:libopenssl-1_1-devel-1.1.1d-2.81.1.ppc64le",
"SUSE Linux Enterprise Software Development Kit 12 SP5:libopenssl-1_1-devel-1.1.1d-2.81.1.s390x",
"SUSE Linux Enterprise Software Development Kit 12 SP5:libopenssl-1_1-devel-1.1.1d-2.81.1.x86_64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:libopenssl-1_1-devel-32bit-1.1.1d-2.81.1.s390x",
"SUSE Linux Enterprise Software Development Kit 12 SP5:libopenssl-1_1-devel-32bit-1.1.1d-2.81.1.x86_64",
"SUSE OpenStack Cloud 9:libopenssl1_1-1.1.1d-2.81.1.x86_64",
"SUSE OpenStack Cloud 9:libopenssl1_1-32bit-1.1.1d-2.81.1.x86_64",
"SUSE OpenStack Cloud 9:libopenssl1_1-hmac-1.1.1d-2.81.1.x86_64",
"SUSE OpenStack Cloud 9:libopenssl1_1-hmac-32bit-1.1.1d-2.81.1.x86_64",
"SUSE OpenStack Cloud 9:openssl-1_1-1.1.1d-2.81.1.x86_64",
"SUSE OpenStack Cloud Crowbar 9:libopenssl1_1-1.1.1d-2.81.1.x86_64",
"SUSE OpenStack Cloud Crowbar 9:libopenssl1_1-32bit-1.1.1d-2.81.1.x86_64",
"SUSE OpenStack Cloud Crowbar 9:libopenssl1_1-hmac-1.1.1d-2.81.1.x86_64",
"SUSE OpenStack Cloud Crowbar 9:libopenssl1_1-hmac-32bit-1.1.1d-2.81.1.x86_64",
"SUSE OpenStack Cloud Crowbar 9:openssl-1_1-1.1.1d-2.81.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": [
"SUSE Linux Enterprise Server 12 SP4-ESPOS:libopenssl1_1-1.1.1d-2.81.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4-ESPOS:libopenssl1_1-1.1.1d-2.81.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4-ESPOS:libopenssl1_1-32bit-1.1.1d-2.81.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4-ESPOS:libopenssl1_1-hmac-1.1.1d-2.81.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4-ESPOS:libopenssl1_1-hmac-1.1.1d-2.81.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4-ESPOS:libopenssl1_1-hmac-32bit-1.1.1d-2.81.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4-ESPOS:openssl-1_1-1.1.1d-2.81.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4-ESPOS:openssl-1_1-1.1.1d-2.81.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_1-1.1.1d-2.81.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_1-1.1.1d-2.81.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_1-1.1.1d-2.81.1.s390x",
"SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_1-1.1.1d-2.81.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_1-32bit-1.1.1d-2.81.1.s390x",
"SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_1-32bit-1.1.1d-2.81.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_1-hmac-1.1.1d-2.81.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_1-hmac-1.1.1d-2.81.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_1-hmac-1.1.1d-2.81.1.s390x",
"SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_1-hmac-1.1.1d-2.81.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_1-hmac-32bit-1.1.1d-2.81.1.s390x",
"SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_1-hmac-32bit-1.1.1d-2.81.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:openssl-1_1-1.1.1d-2.81.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:openssl-1_1-1.1.1d-2.81.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP4-LTSS:openssl-1_1-1.1.1d-2.81.1.s390x",
"SUSE Linux Enterprise Server 12 SP4-LTSS:openssl-1_1-1.1.1d-2.81.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:libopenssl1_1-1.1.1d-2.81.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:libopenssl1_1-1.1.1d-2.81.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:libopenssl1_1-1.1.1d-2.81.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:libopenssl1_1-1.1.1d-2.81.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:libopenssl1_1-32bit-1.1.1d-2.81.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:libopenssl1_1-32bit-1.1.1d-2.81.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:libopenssl1_1-hmac-1.1.1d-2.81.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:libopenssl1_1-hmac-1.1.1d-2.81.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:libopenssl1_1-hmac-1.1.1d-2.81.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:libopenssl1_1-hmac-1.1.1d-2.81.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:libopenssl1_1-hmac-32bit-1.1.1d-2.81.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:libopenssl1_1-hmac-32bit-1.1.1d-2.81.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:openssl-1_1-1.1.1d-2.81.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:openssl-1_1-1.1.1d-2.81.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:openssl-1_1-1.1.1d-2.81.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:openssl-1_1-1.1.1d-2.81.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:libopenssl1_1-1.1.1d-2.81.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:libopenssl1_1-1.1.1d-2.81.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:libopenssl1_1-32bit-1.1.1d-2.81.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:libopenssl1_1-hmac-1.1.1d-2.81.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:libopenssl1_1-hmac-1.1.1d-2.81.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:libopenssl1_1-hmac-32bit-1.1.1d-2.81.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:openssl-1_1-1.1.1d-2.81.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:openssl-1_1-1.1.1d-2.81.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_1-1.1.1d-2.81.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_1-1.1.1d-2.81.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_1-1.1.1d-2.81.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_1-1.1.1d-2.81.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_1-32bit-1.1.1d-2.81.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_1-32bit-1.1.1d-2.81.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_1-hmac-1.1.1d-2.81.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_1-hmac-1.1.1d-2.81.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_1-hmac-1.1.1d-2.81.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_1-hmac-1.1.1d-2.81.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_1-hmac-32bit-1.1.1d-2.81.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_1-hmac-32bit-1.1.1d-2.81.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:openssl-1_1-1.1.1d-2.81.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:openssl-1_1-1.1.1d-2.81.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:openssl-1_1-1.1.1d-2.81.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:openssl-1_1-1.1.1d-2.81.1.x86_64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:libopenssl-1_1-devel-1.1.1d-2.81.1.aarch64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:libopenssl-1_1-devel-1.1.1d-2.81.1.ppc64le",
"SUSE Linux Enterprise Software Development Kit 12 SP5:libopenssl-1_1-devel-1.1.1d-2.81.1.s390x",
"SUSE Linux Enterprise Software Development Kit 12 SP5:libopenssl-1_1-devel-1.1.1d-2.81.1.x86_64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:libopenssl-1_1-devel-32bit-1.1.1d-2.81.1.s390x",
"SUSE Linux Enterprise Software Development Kit 12 SP5:libopenssl-1_1-devel-32bit-1.1.1d-2.81.1.x86_64",
"SUSE OpenStack Cloud 9:libopenssl1_1-1.1.1d-2.81.1.x86_64",
"SUSE OpenStack Cloud 9:libopenssl1_1-32bit-1.1.1d-2.81.1.x86_64",
"SUSE OpenStack Cloud 9:libopenssl1_1-hmac-1.1.1d-2.81.1.x86_64",
"SUSE OpenStack Cloud 9:libopenssl1_1-hmac-32bit-1.1.1d-2.81.1.x86_64",
"SUSE OpenStack Cloud 9:openssl-1_1-1.1.1d-2.81.1.x86_64",
"SUSE OpenStack Cloud Crowbar 9:libopenssl1_1-1.1.1d-2.81.1.x86_64",
"SUSE OpenStack Cloud Crowbar 9:libopenssl1_1-32bit-1.1.1d-2.81.1.x86_64",
"SUSE OpenStack Cloud Crowbar 9:libopenssl1_1-hmac-1.1.1d-2.81.1.x86_64",
"SUSE OpenStack Cloud Crowbar 9:libopenssl1_1-hmac-32bit-1.1.1d-2.81.1.x86_64",
"SUSE OpenStack Cloud Crowbar 9:openssl-1_1-1.1.1d-2.81.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2023-04-07T09:06:07Z",
"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": [
"SUSE Linux Enterprise Server 12 SP4-ESPOS:libopenssl1_1-1.1.1d-2.81.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4-ESPOS:libopenssl1_1-1.1.1d-2.81.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4-ESPOS:libopenssl1_1-32bit-1.1.1d-2.81.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4-ESPOS:libopenssl1_1-hmac-1.1.1d-2.81.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4-ESPOS:libopenssl1_1-hmac-1.1.1d-2.81.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4-ESPOS:libopenssl1_1-hmac-32bit-1.1.1d-2.81.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4-ESPOS:openssl-1_1-1.1.1d-2.81.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4-ESPOS:openssl-1_1-1.1.1d-2.81.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_1-1.1.1d-2.81.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_1-1.1.1d-2.81.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_1-1.1.1d-2.81.1.s390x",
"SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_1-1.1.1d-2.81.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_1-32bit-1.1.1d-2.81.1.s390x",
"SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_1-32bit-1.1.1d-2.81.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_1-hmac-1.1.1d-2.81.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_1-hmac-1.1.1d-2.81.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_1-hmac-1.1.1d-2.81.1.s390x",
"SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_1-hmac-1.1.1d-2.81.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_1-hmac-32bit-1.1.1d-2.81.1.s390x",
"SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_1-hmac-32bit-1.1.1d-2.81.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:openssl-1_1-1.1.1d-2.81.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:openssl-1_1-1.1.1d-2.81.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP4-LTSS:openssl-1_1-1.1.1d-2.81.1.s390x",
"SUSE Linux Enterprise Server 12 SP4-LTSS:openssl-1_1-1.1.1d-2.81.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:libopenssl1_1-1.1.1d-2.81.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:libopenssl1_1-1.1.1d-2.81.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:libopenssl1_1-1.1.1d-2.81.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:libopenssl1_1-1.1.1d-2.81.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:libopenssl1_1-32bit-1.1.1d-2.81.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:libopenssl1_1-32bit-1.1.1d-2.81.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:libopenssl1_1-hmac-1.1.1d-2.81.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:libopenssl1_1-hmac-1.1.1d-2.81.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:libopenssl1_1-hmac-1.1.1d-2.81.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:libopenssl1_1-hmac-1.1.1d-2.81.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:libopenssl1_1-hmac-32bit-1.1.1d-2.81.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:libopenssl1_1-hmac-32bit-1.1.1d-2.81.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:openssl-1_1-1.1.1d-2.81.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:openssl-1_1-1.1.1d-2.81.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:openssl-1_1-1.1.1d-2.81.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:openssl-1_1-1.1.1d-2.81.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:libopenssl1_1-1.1.1d-2.81.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:libopenssl1_1-1.1.1d-2.81.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:libopenssl1_1-32bit-1.1.1d-2.81.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:libopenssl1_1-hmac-1.1.1d-2.81.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:libopenssl1_1-hmac-1.1.1d-2.81.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:libopenssl1_1-hmac-32bit-1.1.1d-2.81.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:openssl-1_1-1.1.1d-2.81.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:openssl-1_1-1.1.1d-2.81.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_1-1.1.1d-2.81.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_1-1.1.1d-2.81.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_1-1.1.1d-2.81.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_1-1.1.1d-2.81.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_1-32bit-1.1.1d-2.81.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_1-32bit-1.1.1d-2.81.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_1-hmac-1.1.1d-2.81.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_1-hmac-1.1.1d-2.81.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_1-hmac-1.1.1d-2.81.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_1-hmac-1.1.1d-2.81.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_1-hmac-32bit-1.1.1d-2.81.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_1-hmac-32bit-1.1.1d-2.81.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:openssl-1_1-1.1.1d-2.81.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:openssl-1_1-1.1.1d-2.81.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:openssl-1_1-1.1.1d-2.81.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:openssl-1_1-1.1.1d-2.81.1.x86_64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:libopenssl-1_1-devel-1.1.1d-2.81.1.aarch64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:libopenssl-1_1-devel-1.1.1d-2.81.1.ppc64le",
"SUSE Linux Enterprise Software Development Kit 12 SP5:libopenssl-1_1-devel-1.1.1d-2.81.1.s390x",
"SUSE Linux Enterprise Software Development Kit 12 SP5:libopenssl-1_1-devel-1.1.1d-2.81.1.x86_64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:libopenssl-1_1-devel-32bit-1.1.1d-2.81.1.s390x",
"SUSE Linux Enterprise Software Development Kit 12 SP5:libopenssl-1_1-devel-32bit-1.1.1d-2.81.1.x86_64",
"SUSE OpenStack Cloud 9:libopenssl1_1-1.1.1d-2.81.1.x86_64",
"SUSE OpenStack Cloud 9:libopenssl1_1-32bit-1.1.1d-2.81.1.x86_64",
"SUSE OpenStack Cloud 9:libopenssl1_1-hmac-1.1.1d-2.81.1.x86_64",
"SUSE OpenStack Cloud 9:libopenssl1_1-hmac-32bit-1.1.1d-2.81.1.x86_64",
"SUSE OpenStack Cloud 9:openssl-1_1-1.1.1d-2.81.1.x86_64",
"SUSE OpenStack Cloud Crowbar 9:libopenssl1_1-1.1.1d-2.81.1.x86_64",
"SUSE OpenStack Cloud Crowbar 9:libopenssl1_1-32bit-1.1.1d-2.81.1.x86_64",
"SUSE OpenStack Cloud Crowbar 9:libopenssl1_1-hmac-1.1.1d-2.81.1.x86_64",
"SUSE OpenStack Cloud Crowbar 9:libopenssl1_1-hmac-32bit-1.1.1d-2.81.1.x86_64",
"SUSE OpenStack Cloud Crowbar 9:openssl-1_1-1.1.1d-2.81.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": [
"SUSE Linux Enterprise Server 12 SP4-ESPOS:libopenssl1_1-1.1.1d-2.81.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4-ESPOS:libopenssl1_1-1.1.1d-2.81.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4-ESPOS:libopenssl1_1-32bit-1.1.1d-2.81.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4-ESPOS:libopenssl1_1-hmac-1.1.1d-2.81.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4-ESPOS:libopenssl1_1-hmac-1.1.1d-2.81.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4-ESPOS:libopenssl1_1-hmac-32bit-1.1.1d-2.81.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4-ESPOS:openssl-1_1-1.1.1d-2.81.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4-ESPOS:openssl-1_1-1.1.1d-2.81.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_1-1.1.1d-2.81.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_1-1.1.1d-2.81.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_1-1.1.1d-2.81.1.s390x",
"SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_1-1.1.1d-2.81.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_1-32bit-1.1.1d-2.81.1.s390x",
"SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_1-32bit-1.1.1d-2.81.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_1-hmac-1.1.1d-2.81.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_1-hmac-1.1.1d-2.81.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_1-hmac-1.1.1d-2.81.1.s390x",
"SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_1-hmac-1.1.1d-2.81.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_1-hmac-32bit-1.1.1d-2.81.1.s390x",
"SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_1-hmac-32bit-1.1.1d-2.81.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:openssl-1_1-1.1.1d-2.81.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:openssl-1_1-1.1.1d-2.81.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP4-LTSS:openssl-1_1-1.1.1d-2.81.1.s390x",
"SUSE Linux Enterprise Server 12 SP4-LTSS:openssl-1_1-1.1.1d-2.81.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:libopenssl1_1-1.1.1d-2.81.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:libopenssl1_1-1.1.1d-2.81.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:libopenssl1_1-1.1.1d-2.81.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:libopenssl1_1-1.1.1d-2.81.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:libopenssl1_1-32bit-1.1.1d-2.81.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:libopenssl1_1-32bit-1.1.1d-2.81.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:libopenssl1_1-hmac-1.1.1d-2.81.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:libopenssl1_1-hmac-1.1.1d-2.81.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:libopenssl1_1-hmac-1.1.1d-2.81.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:libopenssl1_1-hmac-1.1.1d-2.81.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:libopenssl1_1-hmac-32bit-1.1.1d-2.81.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:libopenssl1_1-hmac-32bit-1.1.1d-2.81.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:openssl-1_1-1.1.1d-2.81.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:openssl-1_1-1.1.1d-2.81.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:openssl-1_1-1.1.1d-2.81.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:openssl-1_1-1.1.1d-2.81.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:libopenssl1_1-1.1.1d-2.81.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:libopenssl1_1-1.1.1d-2.81.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:libopenssl1_1-32bit-1.1.1d-2.81.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:libopenssl1_1-hmac-1.1.1d-2.81.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:libopenssl1_1-hmac-1.1.1d-2.81.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:libopenssl1_1-hmac-32bit-1.1.1d-2.81.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:openssl-1_1-1.1.1d-2.81.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:openssl-1_1-1.1.1d-2.81.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_1-1.1.1d-2.81.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_1-1.1.1d-2.81.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_1-1.1.1d-2.81.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_1-1.1.1d-2.81.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_1-32bit-1.1.1d-2.81.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_1-32bit-1.1.1d-2.81.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_1-hmac-1.1.1d-2.81.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_1-hmac-1.1.1d-2.81.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_1-hmac-1.1.1d-2.81.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_1-hmac-1.1.1d-2.81.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_1-hmac-32bit-1.1.1d-2.81.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_1-hmac-32bit-1.1.1d-2.81.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:openssl-1_1-1.1.1d-2.81.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:openssl-1_1-1.1.1d-2.81.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:openssl-1_1-1.1.1d-2.81.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:openssl-1_1-1.1.1d-2.81.1.x86_64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:libopenssl-1_1-devel-1.1.1d-2.81.1.aarch64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:libopenssl-1_1-devel-1.1.1d-2.81.1.ppc64le",
"SUSE Linux Enterprise Software Development Kit 12 SP5:libopenssl-1_1-devel-1.1.1d-2.81.1.s390x",
"SUSE Linux Enterprise Software Development Kit 12 SP5:libopenssl-1_1-devel-1.1.1d-2.81.1.x86_64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:libopenssl-1_1-devel-32bit-1.1.1d-2.81.1.s390x",
"SUSE Linux Enterprise Software Development Kit 12 SP5:libopenssl-1_1-devel-32bit-1.1.1d-2.81.1.x86_64",
"SUSE OpenStack Cloud 9:libopenssl1_1-1.1.1d-2.81.1.x86_64",
"SUSE OpenStack Cloud 9:libopenssl1_1-32bit-1.1.1d-2.81.1.x86_64",
"SUSE OpenStack Cloud 9:libopenssl1_1-hmac-1.1.1d-2.81.1.x86_64",
"SUSE OpenStack Cloud 9:libopenssl1_1-hmac-32bit-1.1.1d-2.81.1.x86_64",
"SUSE OpenStack Cloud 9:openssl-1_1-1.1.1d-2.81.1.x86_64",
"SUSE OpenStack Cloud Crowbar 9:libopenssl1_1-1.1.1d-2.81.1.x86_64",
"SUSE OpenStack Cloud Crowbar 9:libopenssl1_1-32bit-1.1.1d-2.81.1.x86_64",
"SUSE OpenStack Cloud Crowbar 9:libopenssl1_1-hmac-1.1.1d-2.81.1.x86_64",
"SUSE OpenStack Cloud Crowbar 9:libopenssl1_1-hmac-32bit-1.1.1d-2.81.1.x86_64",
"SUSE OpenStack Cloud Crowbar 9:openssl-1_1-1.1.1d-2.81.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": [
"SUSE Linux Enterprise Server 12 SP4-ESPOS:libopenssl1_1-1.1.1d-2.81.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4-ESPOS:libopenssl1_1-1.1.1d-2.81.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4-ESPOS:libopenssl1_1-32bit-1.1.1d-2.81.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4-ESPOS:libopenssl1_1-hmac-1.1.1d-2.81.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4-ESPOS:libopenssl1_1-hmac-1.1.1d-2.81.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4-ESPOS:libopenssl1_1-hmac-32bit-1.1.1d-2.81.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4-ESPOS:openssl-1_1-1.1.1d-2.81.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4-ESPOS:openssl-1_1-1.1.1d-2.81.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_1-1.1.1d-2.81.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_1-1.1.1d-2.81.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_1-1.1.1d-2.81.1.s390x",
"SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_1-1.1.1d-2.81.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_1-32bit-1.1.1d-2.81.1.s390x",
"SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_1-32bit-1.1.1d-2.81.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_1-hmac-1.1.1d-2.81.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_1-hmac-1.1.1d-2.81.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_1-hmac-1.1.1d-2.81.1.s390x",
"SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_1-hmac-1.1.1d-2.81.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_1-hmac-32bit-1.1.1d-2.81.1.s390x",
"SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_1-hmac-32bit-1.1.1d-2.81.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:openssl-1_1-1.1.1d-2.81.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:openssl-1_1-1.1.1d-2.81.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP4-LTSS:openssl-1_1-1.1.1d-2.81.1.s390x",
"SUSE Linux Enterprise Server 12 SP4-LTSS:openssl-1_1-1.1.1d-2.81.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:libopenssl1_1-1.1.1d-2.81.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:libopenssl1_1-1.1.1d-2.81.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:libopenssl1_1-1.1.1d-2.81.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:libopenssl1_1-1.1.1d-2.81.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:libopenssl1_1-32bit-1.1.1d-2.81.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:libopenssl1_1-32bit-1.1.1d-2.81.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:libopenssl1_1-hmac-1.1.1d-2.81.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:libopenssl1_1-hmac-1.1.1d-2.81.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:libopenssl1_1-hmac-1.1.1d-2.81.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:libopenssl1_1-hmac-1.1.1d-2.81.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:libopenssl1_1-hmac-32bit-1.1.1d-2.81.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:libopenssl1_1-hmac-32bit-1.1.1d-2.81.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:openssl-1_1-1.1.1d-2.81.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:openssl-1_1-1.1.1d-2.81.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:openssl-1_1-1.1.1d-2.81.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:openssl-1_1-1.1.1d-2.81.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:libopenssl1_1-1.1.1d-2.81.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:libopenssl1_1-1.1.1d-2.81.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:libopenssl1_1-32bit-1.1.1d-2.81.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:libopenssl1_1-hmac-1.1.1d-2.81.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:libopenssl1_1-hmac-1.1.1d-2.81.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:libopenssl1_1-hmac-32bit-1.1.1d-2.81.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:openssl-1_1-1.1.1d-2.81.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:openssl-1_1-1.1.1d-2.81.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_1-1.1.1d-2.81.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_1-1.1.1d-2.81.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_1-1.1.1d-2.81.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_1-1.1.1d-2.81.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_1-32bit-1.1.1d-2.81.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_1-32bit-1.1.1d-2.81.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_1-hmac-1.1.1d-2.81.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_1-hmac-1.1.1d-2.81.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_1-hmac-1.1.1d-2.81.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_1-hmac-1.1.1d-2.81.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_1-hmac-32bit-1.1.1d-2.81.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_1-hmac-32bit-1.1.1d-2.81.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:openssl-1_1-1.1.1d-2.81.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:openssl-1_1-1.1.1d-2.81.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:openssl-1_1-1.1.1d-2.81.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:openssl-1_1-1.1.1d-2.81.1.x86_64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:libopenssl-1_1-devel-1.1.1d-2.81.1.aarch64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:libopenssl-1_1-devel-1.1.1d-2.81.1.ppc64le",
"SUSE Linux Enterprise Software Development Kit 12 SP5:libopenssl-1_1-devel-1.1.1d-2.81.1.s390x",
"SUSE Linux Enterprise Software Development Kit 12 SP5:libopenssl-1_1-devel-1.1.1d-2.81.1.x86_64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:libopenssl-1_1-devel-32bit-1.1.1d-2.81.1.s390x",
"SUSE Linux Enterprise Software Development Kit 12 SP5:libopenssl-1_1-devel-32bit-1.1.1d-2.81.1.x86_64",
"SUSE OpenStack Cloud 9:libopenssl1_1-1.1.1d-2.81.1.x86_64",
"SUSE OpenStack Cloud 9:libopenssl1_1-32bit-1.1.1d-2.81.1.x86_64",
"SUSE OpenStack Cloud 9:libopenssl1_1-hmac-1.1.1d-2.81.1.x86_64",
"SUSE OpenStack Cloud 9:libopenssl1_1-hmac-32bit-1.1.1d-2.81.1.x86_64",
"SUSE OpenStack Cloud 9:openssl-1_1-1.1.1d-2.81.1.x86_64",
"SUSE OpenStack Cloud Crowbar 9:libopenssl1_1-1.1.1d-2.81.1.x86_64",
"SUSE OpenStack Cloud Crowbar 9:libopenssl1_1-32bit-1.1.1d-2.81.1.x86_64",
"SUSE OpenStack Cloud Crowbar 9:libopenssl1_1-hmac-1.1.1d-2.81.1.x86_64",
"SUSE OpenStack Cloud Crowbar 9:libopenssl1_1-hmac-32bit-1.1.1d-2.81.1.x86_64",
"SUSE OpenStack Cloud Crowbar 9:openssl-1_1-1.1.1d-2.81.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2023-04-07T09:06:07Z",
"details": "moderate"
}
],
"title": "CVE-2023-0466"
}
]
}
SUSE-SU-2023:1898-1
Vulnerability from csaf_suse - Published: 2023-04-18 11:11 - Updated: 2023-04-18 11:11| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP4:libopenssl-3-devel-3.0.1-150400.4.23.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP4:libopenssl-3-devel-3.0.1-150400.4.23.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP4:libopenssl-3-devel-3.0.1-150400.4.23.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP4:libopenssl-3-devel-3.0.1-150400.4.23.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP4:libopenssl3-3.0.1-150400.4.23.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP4:libopenssl3-3.0.1-150400.4.23.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP4:libopenssl3-3.0.1-150400.4.23.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP4:libopenssl3-3.0.1-150400.4.23.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP4:openssl-3-3.0.1-150400.4.23.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP4:openssl-3-3.0.1-150400.4.23.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP4:openssl-3-3.0.1-150400.4.23.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP4:openssl-3-3.0.1-150400.4.23.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:libopenssl-3-devel-3.0.1-150400.4.23.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:libopenssl-3-devel-3.0.1-150400.4.23.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:libopenssl-3-devel-3.0.1-150400.4.23.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:libopenssl-3-devel-3.0.1-150400.4.23.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:libopenssl-3-devel-32bit-3.0.1-150400.4.23.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:libopenssl3-3.0.1-150400.4.23.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:libopenssl3-3.0.1-150400.4.23.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:libopenssl3-3.0.1-150400.4.23.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:libopenssl3-3.0.1-150400.4.23.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:libopenssl3-32bit-3.0.1-150400.4.23.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:openssl-3-3.0.1-150400.4.23.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:openssl-3-3.0.1-150400.4.23.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:openssl-3-3.0.1-150400.4.23.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:openssl-3-3.0.1-150400.4.23.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:openssl-3-doc-3.0.1-150400.4.23.1.noarch | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP4:libopenssl-3-devel-3.0.1-150400.4.23.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP4:libopenssl-3-devel-3.0.1-150400.4.23.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP4:libopenssl-3-devel-3.0.1-150400.4.23.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP4:libopenssl-3-devel-3.0.1-150400.4.23.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP4:libopenssl3-3.0.1-150400.4.23.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP4:libopenssl3-3.0.1-150400.4.23.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP4:libopenssl3-3.0.1-150400.4.23.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP4:libopenssl3-3.0.1-150400.4.23.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP4:openssl-3-3.0.1-150400.4.23.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP4:openssl-3-3.0.1-150400.4.23.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP4:openssl-3-3.0.1-150400.4.23.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP4:openssl-3-3.0.1-150400.4.23.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:libopenssl-3-devel-3.0.1-150400.4.23.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:libopenssl-3-devel-3.0.1-150400.4.23.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:libopenssl-3-devel-3.0.1-150400.4.23.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:libopenssl-3-devel-3.0.1-150400.4.23.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:libopenssl-3-devel-32bit-3.0.1-150400.4.23.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:libopenssl3-3.0.1-150400.4.23.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:libopenssl3-3.0.1-150400.4.23.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:libopenssl3-3.0.1-150400.4.23.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:libopenssl3-3.0.1-150400.4.23.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:libopenssl3-32bit-3.0.1-150400.4.23.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:openssl-3-3.0.1-150400.4.23.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:openssl-3-3.0.1-150400.4.23.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:openssl-3-3.0.1-150400.4.23.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:openssl-3-3.0.1-150400.4.23.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:openssl-3-doc-3.0.1-150400.4.23.1.noarch | — |
Vendor Fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for openssl-3",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for openssl-3 fixes the following issues:\n\n- CVE-2023-0465: Invalid certificate policies in leaf certificates were silently ignored (bsc#1209878).\n- CVE-2023-0466: Certificate policy check were not enabled (bsc#1209873).\n- Update further expiring certificates that affect tests (bsc#1210060)\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2023-1898,SUSE-SLE-Module-Basesystem-15-SP4-2023-1898,openSUSE-SLE-15.4-2023-1898",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2023_1898-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2023:1898-1",
"url": "https://www.suse.com/support/update/announcement/2023/suse-su-20231898-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2023:1898-1",
"url": "https://lists.suse.com/pipermail/sle-updates/2023-April/028843.html"
},
{
"category": "self",
"summary": "SUSE Bug 1209873",
"url": "https://bugzilla.suse.com/1209873"
},
{
"category": "self",
"summary": "SUSE Bug 1209878",
"url": "https://bugzilla.suse.com/1209878"
},
{
"category": "self",
"summary": "SUSE Bug 1210060",
"url": "https://bugzilla.suse.com/1210060"
},
{
"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/"
}
],
"title": "Security update for openssl-3",
"tracking": {
"current_release_date": "2023-04-18T11:11:27Z",
"generator": {
"date": "2023-04-18T11:11:27Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2023:1898-1",
"initial_release_date": "2023-04-18T11:11:27Z",
"revision_history": [
{
"date": "2023-04-18T11:11:27Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "libopenssl-3-devel-3.0.1-150400.4.23.1.aarch64",
"product": {
"name": "libopenssl-3-devel-3.0.1-150400.4.23.1.aarch64",
"product_id": "libopenssl-3-devel-3.0.1-150400.4.23.1.aarch64"
}
},
{
"category": "product_version",
"name": "libopenssl3-3.0.1-150400.4.23.1.aarch64",
"product": {
"name": "libopenssl3-3.0.1-150400.4.23.1.aarch64",
"product_id": "libopenssl3-3.0.1-150400.4.23.1.aarch64"
}
},
{
"category": "product_version",
"name": "openssl-3-3.0.1-150400.4.23.1.aarch64",
"product": {
"name": "openssl-3-3.0.1-150400.4.23.1.aarch64",
"product_id": "openssl-3-3.0.1-150400.4.23.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "libopenssl-3-devel-64bit-3.0.1-150400.4.23.1.aarch64_ilp32",
"product": {
"name": "libopenssl-3-devel-64bit-3.0.1-150400.4.23.1.aarch64_ilp32",
"product_id": "libopenssl-3-devel-64bit-3.0.1-150400.4.23.1.aarch64_ilp32"
}
},
{
"category": "product_version",
"name": "libopenssl3-64bit-3.0.1-150400.4.23.1.aarch64_ilp32",
"product": {
"name": "libopenssl3-64bit-3.0.1-150400.4.23.1.aarch64_ilp32",
"product_id": "libopenssl3-64bit-3.0.1-150400.4.23.1.aarch64_ilp32"
}
}
],
"category": "architecture",
"name": "aarch64_ilp32"
},
{
"branches": [
{
"category": "product_version",
"name": "libopenssl-3-devel-3.0.1-150400.4.23.1.i586",
"product": {
"name": "libopenssl-3-devel-3.0.1-150400.4.23.1.i586",
"product_id": "libopenssl-3-devel-3.0.1-150400.4.23.1.i586"
}
},
{
"category": "product_version",
"name": "libopenssl3-3.0.1-150400.4.23.1.i586",
"product": {
"name": "libopenssl3-3.0.1-150400.4.23.1.i586",
"product_id": "libopenssl3-3.0.1-150400.4.23.1.i586"
}
},
{
"category": "product_version",
"name": "openssl-3-3.0.1-150400.4.23.1.i586",
"product": {
"name": "openssl-3-3.0.1-150400.4.23.1.i586",
"product_id": "openssl-3-3.0.1-150400.4.23.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "openssl-3-doc-3.0.1-150400.4.23.1.noarch",
"product": {
"name": "openssl-3-doc-3.0.1-150400.4.23.1.noarch",
"product_id": "openssl-3-doc-3.0.1-150400.4.23.1.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "libopenssl-3-devel-3.0.1-150400.4.23.1.ppc64le",
"product": {
"name": "libopenssl-3-devel-3.0.1-150400.4.23.1.ppc64le",
"product_id": "libopenssl-3-devel-3.0.1-150400.4.23.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libopenssl3-3.0.1-150400.4.23.1.ppc64le",
"product": {
"name": "libopenssl3-3.0.1-150400.4.23.1.ppc64le",
"product_id": "libopenssl3-3.0.1-150400.4.23.1.ppc64le"
}
},
{
"category": "product_version",
"name": "openssl-3-3.0.1-150400.4.23.1.ppc64le",
"product": {
"name": "openssl-3-3.0.1-150400.4.23.1.ppc64le",
"product_id": "openssl-3-3.0.1-150400.4.23.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "libopenssl-3-devel-3.0.1-150400.4.23.1.s390x",
"product": {
"name": "libopenssl-3-devel-3.0.1-150400.4.23.1.s390x",
"product_id": "libopenssl-3-devel-3.0.1-150400.4.23.1.s390x"
}
},
{
"category": "product_version",
"name": "libopenssl3-3.0.1-150400.4.23.1.s390x",
"product": {
"name": "libopenssl3-3.0.1-150400.4.23.1.s390x",
"product_id": "libopenssl3-3.0.1-150400.4.23.1.s390x"
}
},
{
"category": "product_version",
"name": "openssl-3-3.0.1-150400.4.23.1.s390x",
"product": {
"name": "openssl-3-3.0.1-150400.4.23.1.s390x",
"product_id": "openssl-3-3.0.1-150400.4.23.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "libopenssl-3-devel-3.0.1-150400.4.23.1.x86_64",
"product": {
"name": "libopenssl-3-devel-3.0.1-150400.4.23.1.x86_64",
"product_id": "libopenssl-3-devel-3.0.1-150400.4.23.1.x86_64"
}
},
{
"category": "product_version",
"name": "libopenssl-3-devel-32bit-3.0.1-150400.4.23.1.x86_64",
"product": {
"name": "libopenssl-3-devel-32bit-3.0.1-150400.4.23.1.x86_64",
"product_id": "libopenssl-3-devel-32bit-3.0.1-150400.4.23.1.x86_64"
}
},
{
"category": "product_version",
"name": "libopenssl3-3.0.1-150400.4.23.1.x86_64",
"product": {
"name": "libopenssl3-3.0.1-150400.4.23.1.x86_64",
"product_id": "libopenssl3-3.0.1-150400.4.23.1.x86_64"
}
},
{
"category": "product_version",
"name": "libopenssl3-32bit-3.0.1-150400.4.23.1.x86_64",
"product": {
"name": "libopenssl3-32bit-3.0.1-150400.4.23.1.x86_64",
"product_id": "libopenssl3-32bit-3.0.1-150400.4.23.1.x86_64"
}
},
{
"category": "product_version",
"name": "openssl-3-3.0.1-150400.4.23.1.x86_64",
"product": {
"name": "openssl-3-3.0.1-150400.4.23.1.x86_64",
"product_id": "openssl-3-3.0.1-150400.4.23.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Basesystem 15 SP4",
"product": {
"name": "SUSE Linux Enterprise Module for Basesystem 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP4",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-basesystem:15:sp4"
}
}
},
{
"category": "product_name",
"name": "openSUSE Leap 15.4",
"product": {
"name": "openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:leap:15.4"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-3-devel-3.0.1-150400.4.23.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP4:libopenssl-3-devel-3.0.1-150400.4.23.1.aarch64"
},
"product_reference": "libopenssl-3-devel-3.0.1-150400.4.23.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-3-devel-3.0.1-150400.4.23.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP4:libopenssl-3-devel-3.0.1-150400.4.23.1.ppc64le"
},
"product_reference": "libopenssl-3-devel-3.0.1-150400.4.23.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-3-devel-3.0.1-150400.4.23.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP4:libopenssl-3-devel-3.0.1-150400.4.23.1.s390x"
},
"product_reference": "libopenssl-3-devel-3.0.1-150400.4.23.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-3-devel-3.0.1-150400.4.23.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP4:libopenssl-3-devel-3.0.1-150400.4.23.1.x86_64"
},
"product_reference": "libopenssl-3-devel-3.0.1-150400.4.23.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl3-3.0.1-150400.4.23.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP4:libopenssl3-3.0.1-150400.4.23.1.aarch64"
},
"product_reference": "libopenssl3-3.0.1-150400.4.23.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl3-3.0.1-150400.4.23.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP4:libopenssl3-3.0.1-150400.4.23.1.ppc64le"
},
"product_reference": "libopenssl3-3.0.1-150400.4.23.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl3-3.0.1-150400.4.23.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP4:libopenssl3-3.0.1-150400.4.23.1.s390x"
},
"product_reference": "libopenssl3-3.0.1-150400.4.23.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl3-3.0.1-150400.4.23.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP4:libopenssl3-3.0.1-150400.4.23.1.x86_64"
},
"product_reference": "libopenssl3-3.0.1-150400.4.23.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-3-3.0.1-150400.4.23.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP4:openssl-3-3.0.1-150400.4.23.1.aarch64"
},
"product_reference": "openssl-3-3.0.1-150400.4.23.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-3-3.0.1-150400.4.23.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP4:openssl-3-3.0.1-150400.4.23.1.ppc64le"
},
"product_reference": "openssl-3-3.0.1-150400.4.23.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-3-3.0.1-150400.4.23.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP4:openssl-3-3.0.1-150400.4.23.1.s390x"
},
"product_reference": "openssl-3-3.0.1-150400.4.23.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-3-3.0.1-150400.4.23.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP4:openssl-3-3.0.1-150400.4.23.1.x86_64"
},
"product_reference": "openssl-3-3.0.1-150400.4.23.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-3-devel-3.0.1-150400.4.23.1.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:libopenssl-3-devel-3.0.1-150400.4.23.1.aarch64"
},
"product_reference": "libopenssl-3-devel-3.0.1-150400.4.23.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-3-devel-3.0.1-150400.4.23.1.ppc64le as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:libopenssl-3-devel-3.0.1-150400.4.23.1.ppc64le"
},
"product_reference": "libopenssl-3-devel-3.0.1-150400.4.23.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-3-devel-3.0.1-150400.4.23.1.s390x as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:libopenssl-3-devel-3.0.1-150400.4.23.1.s390x"
},
"product_reference": "libopenssl-3-devel-3.0.1-150400.4.23.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-3-devel-3.0.1-150400.4.23.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:libopenssl-3-devel-3.0.1-150400.4.23.1.x86_64"
},
"product_reference": "libopenssl-3-devel-3.0.1-150400.4.23.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-3-devel-32bit-3.0.1-150400.4.23.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:libopenssl-3-devel-32bit-3.0.1-150400.4.23.1.x86_64"
},
"product_reference": "libopenssl-3-devel-32bit-3.0.1-150400.4.23.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl3-3.0.1-150400.4.23.1.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:libopenssl3-3.0.1-150400.4.23.1.aarch64"
},
"product_reference": "libopenssl3-3.0.1-150400.4.23.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl3-3.0.1-150400.4.23.1.ppc64le as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:libopenssl3-3.0.1-150400.4.23.1.ppc64le"
},
"product_reference": "libopenssl3-3.0.1-150400.4.23.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl3-3.0.1-150400.4.23.1.s390x as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:libopenssl3-3.0.1-150400.4.23.1.s390x"
},
"product_reference": "libopenssl3-3.0.1-150400.4.23.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl3-3.0.1-150400.4.23.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:libopenssl3-3.0.1-150400.4.23.1.x86_64"
},
"product_reference": "libopenssl3-3.0.1-150400.4.23.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl3-32bit-3.0.1-150400.4.23.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:libopenssl3-32bit-3.0.1-150400.4.23.1.x86_64"
},
"product_reference": "libopenssl3-32bit-3.0.1-150400.4.23.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-3-3.0.1-150400.4.23.1.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:openssl-3-3.0.1-150400.4.23.1.aarch64"
},
"product_reference": "openssl-3-3.0.1-150400.4.23.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-3-3.0.1-150400.4.23.1.ppc64le as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:openssl-3-3.0.1-150400.4.23.1.ppc64le"
},
"product_reference": "openssl-3-3.0.1-150400.4.23.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-3-3.0.1-150400.4.23.1.s390x as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:openssl-3-3.0.1-150400.4.23.1.s390x"
},
"product_reference": "openssl-3-3.0.1-150400.4.23.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-3-3.0.1-150400.4.23.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:openssl-3-3.0.1-150400.4.23.1.x86_64"
},
"product_reference": "openssl-3-3.0.1-150400.4.23.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-3-doc-3.0.1-150400.4.23.1.noarch as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:openssl-3-doc-3.0.1-150400.4.23.1.noarch"
},
"product_reference": "openssl-3-doc-3.0.1-150400.4.23.1.noarch",
"relates_to_product_reference": "openSUSE Leap 15.4"
}
]
},
"vulnerabilities": [
{
"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": [
"SUSE Linux Enterprise Module for Basesystem 15 SP4:libopenssl-3-devel-3.0.1-150400.4.23.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:libopenssl-3-devel-3.0.1-150400.4.23.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:libopenssl-3-devel-3.0.1-150400.4.23.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:libopenssl-3-devel-3.0.1-150400.4.23.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:libopenssl3-3.0.1-150400.4.23.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:libopenssl3-3.0.1-150400.4.23.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:libopenssl3-3.0.1-150400.4.23.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:libopenssl3-3.0.1-150400.4.23.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:openssl-3-3.0.1-150400.4.23.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:openssl-3-3.0.1-150400.4.23.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:openssl-3-3.0.1-150400.4.23.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:openssl-3-3.0.1-150400.4.23.1.x86_64",
"openSUSE Leap 15.4:libopenssl-3-devel-3.0.1-150400.4.23.1.aarch64",
"openSUSE Leap 15.4:libopenssl-3-devel-3.0.1-150400.4.23.1.ppc64le",
"openSUSE Leap 15.4:libopenssl-3-devel-3.0.1-150400.4.23.1.s390x",
"openSUSE Leap 15.4:libopenssl-3-devel-3.0.1-150400.4.23.1.x86_64",
"openSUSE Leap 15.4:libopenssl-3-devel-32bit-3.0.1-150400.4.23.1.x86_64",
"openSUSE Leap 15.4:libopenssl3-3.0.1-150400.4.23.1.aarch64",
"openSUSE Leap 15.4:libopenssl3-3.0.1-150400.4.23.1.ppc64le",
"openSUSE Leap 15.4:libopenssl3-3.0.1-150400.4.23.1.s390x",
"openSUSE Leap 15.4:libopenssl3-3.0.1-150400.4.23.1.x86_64",
"openSUSE Leap 15.4:libopenssl3-32bit-3.0.1-150400.4.23.1.x86_64",
"openSUSE Leap 15.4:openssl-3-3.0.1-150400.4.23.1.aarch64",
"openSUSE Leap 15.4:openssl-3-3.0.1-150400.4.23.1.ppc64le",
"openSUSE Leap 15.4:openssl-3-3.0.1-150400.4.23.1.s390x",
"openSUSE Leap 15.4:openssl-3-3.0.1-150400.4.23.1.x86_64",
"openSUSE Leap 15.4:openssl-3-doc-3.0.1-150400.4.23.1.noarch"
]
},
"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": [
"SUSE Linux Enterprise Module for Basesystem 15 SP4:libopenssl-3-devel-3.0.1-150400.4.23.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:libopenssl-3-devel-3.0.1-150400.4.23.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:libopenssl-3-devel-3.0.1-150400.4.23.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:libopenssl-3-devel-3.0.1-150400.4.23.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:libopenssl3-3.0.1-150400.4.23.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:libopenssl3-3.0.1-150400.4.23.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:libopenssl3-3.0.1-150400.4.23.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:libopenssl3-3.0.1-150400.4.23.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:openssl-3-3.0.1-150400.4.23.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:openssl-3-3.0.1-150400.4.23.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:openssl-3-3.0.1-150400.4.23.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:openssl-3-3.0.1-150400.4.23.1.x86_64",
"openSUSE Leap 15.4:libopenssl-3-devel-3.0.1-150400.4.23.1.aarch64",
"openSUSE Leap 15.4:libopenssl-3-devel-3.0.1-150400.4.23.1.ppc64le",
"openSUSE Leap 15.4:libopenssl-3-devel-3.0.1-150400.4.23.1.s390x",
"openSUSE Leap 15.4:libopenssl-3-devel-3.0.1-150400.4.23.1.x86_64",
"openSUSE Leap 15.4:libopenssl-3-devel-32bit-3.0.1-150400.4.23.1.x86_64",
"openSUSE Leap 15.4:libopenssl3-3.0.1-150400.4.23.1.aarch64",
"openSUSE Leap 15.4:libopenssl3-3.0.1-150400.4.23.1.ppc64le",
"openSUSE Leap 15.4:libopenssl3-3.0.1-150400.4.23.1.s390x",
"openSUSE Leap 15.4:libopenssl3-3.0.1-150400.4.23.1.x86_64",
"openSUSE Leap 15.4:libopenssl3-32bit-3.0.1-150400.4.23.1.x86_64",
"openSUSE Leap 15.4:openssl-3-3.0.1-150400.4.23.1.aarch64",
"openSUSE Leap 15.4:openssl-3-3.0.1-150400.4.23.1.ppc64le",
"openSUSE Leap 15.4:openssl-3-3.0.1-150400.4.23.1.s390x",
"openSUSE Leap 15.4:openssl-3-3.0.1-150400.4.23.1.x86_64",
"openSUSE Leap 15.4:openssl-3-doc-3.0.1-150400.4.23.1.noarch"
]
}
],
"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": [
"SUSE Linux Enterprise Module for Basesystem 15 SP4:libopenssl-3-devel-3.0.1-150400.4.23.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:libopenssl-3-devel-3.0.1-150400.4.23.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:libopenssl-3-devel-3.0.1-150400.4.23.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:libopenssl-3-devel-3.0.1-150400.4.23.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:libopenssl3-3.0.1-150400.4.23.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:libopenssl3-3.0.1-150400.4.23.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:libopenssl3-3.0.1-150400.4.23.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:libopenssl3-3.0.1-150400.4.23.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:openssl-3-3.0.1-150400.4.23.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:openssl-3-3.0.1-150400.4.23.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:openssl-3-3.0.1-150400.4.23.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:openssl-3-3.0.1-150400.4.23.1.x86_64",
"openSUSE Leap 15.4:libopenssl-3-devel-3.0.1-150400.4.23.1.aarch64",
"openSUSE Leap 15.4:libopenssl-3-devel-3.0.1-150400.4.23.1.ppc64le",
"openSUSE Leap 15.4:libopenssl-3-devel-3.0.1-150400.4.23.1.s390x",
"openSUSE Leap 15.4:libopenssl-3-devel-3.0.1-150400.4.23.1.x86_64",
"openSUSE Leap 15.4:libopenssl-3-devel-32bit-3.0.1-150400.4.23.1.x86_64",
"openSUSE Leap 15.4:libopenssl3-3.0.1-150400.4.23.1.aarch64",
"openSUSE Leap 15.4:libopenssl3-3.0.1-150400.4.23.1.ppc64le",
"openSUSE Leap 15.4:libopenssl3-3.0.1-150400.4.23.1.s390x",
"openSUSE Leap 15.4:libopenssl3-3.0.1-150400.4.23.1.x86_64",
"openSUSE Leap 15.4:libopenssl3-32bit-3.0.1-150400.4.23.1.x86_64",
"openSUSE Leap 15.4:openssl-3-3.0.1-150400.4.23.1.aarch64",
"openSUSE Leap 15.4:openssl-3-3.0.1-150400.4.23.1.ppc64le",
"openSUSE Leap 15.4:openssl-3-3.0.1-150400.4.23.1.s390x",
"openSUSE Leap 15.4:openssl-3-3.0.1-150400.4.23.1.x86_64",
"openSUSE Leap 15.4:openssl-3-doc-3.0.1-150400.4.23.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2023-04-18T11:11:27Z",
"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": [
"SUSE Linux Enterprise Module for Basesystem 15 SP4:libopenssl-3-devel-3.0.1-150400.4.23.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:libopenssl-3-devel-3.0.1-150400.4.23.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:libopenssl-3-devel-3.0.1-150400.4.23.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:libopenssl-3-devel-3.0.1-150400.4.23.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:libopenssl3-3.0.1-150400.4.23.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:libopenssl3-3.0.1-150400.4.23.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:libopenssl3-3.0.1-150400.4.23.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:libopenssl3-3.0.1-150400.4.23.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:openssl-3-3.0.1-150400.4.23.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:openssl-3-3.0.1-150400.4.23.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:openssl-3-3.0.1-150400.4.23.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:openssl-3-3.0.1-150400.4.23.1.x86_64",
"openSUSE Leap 15.4:libopenssl-3-devel-3.0.1-150400.4.23.1.aarch64",
"openSUSE Leap 15.4:libopenssl-3-devel-3.0.1-150400.4.23.1.ppc64le",
"openSUSE Leap 15.4:libopenssl-3-devel-3.0.1-150400.4.23.1.s390x",
"openSUSE Leap 15.4:libopenssl-3-devel-3.0.1-150400.4.23.1.x86_64",
"openSUSE Leap 15.4:libopenssl-3-devel-32bit-3.0.1-150400.4.23.1.x86_64",
"openSUSE Leap 15.4:libopenssl3-3.0.1-150400.4.23.1.aarch64",
"openSUSE Leap 15.4:libopenssl3-3.0.1-150400.4.23.1.ppc64le",
"openSUSE Leap 15.4:libopenssl3-3.0.1-150400.4.23.1.s390x",
"openSUSE Leap 15.4:libopenssl3-3.0.1-150400.4.23.1.x86_64",
"openSUSE Leap 15.4:libopenssl3-32bit-3.0.1-150400.4.23.1.x86_64",
"openSUSE Leap 15.4:openssl-3-3.0.1-150400.4.23.1.aarch64",
"openSUSE Leap 15.4:openssl-3-3.0.1-150400.4.23.1.ppc64le",
"openSUSE Leap 15.4:openssl-3-3.0.1-150400.4.23.1.s390x",
"openSUSE Leap 15.4:openssl-3-3.0.1-150400.4.23.1.x86_64",
"openSUSE Leap 15.4:openssl-3-doc-3.0.1-150400.4.23.1.noarch"
]
},
"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": [
"SUSE Linux Enterprise Module for Basesystem 15 SP4:libopenssl-3-devel-3.0.1-150400.4.23.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:libopenssl-3-devel-3.0.1-150400.4.23.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:libopenssl-3-devel-3.0.1-150400.4.23.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:libopenssl-3-devel-3.0.1-150400.4.23.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:libopenssl3-3.0.1-150400.4.23.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:libopenssl3-3.0.1-150400.4.23.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:libopenssl3-3.0.1-150400.4.23.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:libopenssl3-3.0.1-150400.4.23.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:openssl-3-3.0.1-150400.4.23.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:openssl-3-3.0.1-150400.4.23.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:openssl-3-3.0.1-150400.4.23.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:openssl-3-3.0.1-150400.4.23.1.x86_64",
"openSUSE Leap 15.4:libopenssl-3-devel-3.0.1-150400.4.23.1.aarch64",
"openSUSE Leap 15.4:libopenssl-3-devel-3.0.1-150400.4.23.1.ppc64le",
"openSUSE Leap 15.4:libopenssl-3-devel-3.0.1-150400.4.23.1.s390x",
"openSUSE Leap 15.4:libopenssl-3-devel-3.0.1-150400.4.23.1.x86_64",
"openSUSE Leap 15.4:libopenssl-3-devel-32bit-3.0.1-150400.4.23.1.x86_64",
"openSUSE Leap 15.4:libopenssl3-3.0.1-150400.4.23.1.aarch64",
"openSUSE Leap 15.4:libopenssl3-3.0.1-150400.4.23.1.ppc64le",
"openSUSE Leap 15.4:libopenssl3-3.0.1-150400.4.23.1.s390x",
"openSUSE Leap 15.4:libopenssl3-3.0.1-150400.4.23.1.x86_64",
"openSUSE Leap 15.4:libopenssl3-32bit-3.0.1-150400.4.23.1.x86_64",
"openSUSE Leap 15.4:openssl-3-3.0.1-150400.4.23.1.aarch64",
"openSUSE Leap 15.4:openssl-3-3.0.1-150400.4.23.1.ppc64le",
"openSUSE Leap 15.4:openssl-3-3.0.1-150400.4.23.1.s390x",
"openSUSE Leap 15.4:openssl-3-3.0.1-150400.4.23.1.x86_64",
"openSUSE Leap 15.4:openssl-3-doc-3.0.1-150400.4.23.1.noarch"
]
}
],
"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": [
"SUSE Linux Enterprise Module for Basesystem 15 SP4:libopenssl-3-devel-3.0.1-150400.4.23.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:libopenssl-3-devel-3.0.1-150400.4.23.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:libopenssl-3-devel-3.0.1-150400.4.23.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:libopenssl-3-devel-3.0.1-150400.4.23.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:libopenssl3-3.0.1-150400.4.23.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:libopenssl3-3.0.1-150400.4.23.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:libopenssl3-3.0.1-150400.4.23.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:libopenssl3-3.0.1-150400.4.23.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:openssl-3-3.0.1-150400.4.23.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:openssl-3-3.0.1-150400.4.23.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:openssl-3-3.0.1-150400.4.23.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:openssl-3-3.0.1-150400.4.23.1.x86_64",
"openSUSE Leap 15.4:libopenssl-3-devel-3.0.1-150400.4.23.1.aarch64",
"openSUSE Leap 15.4:libopenssl-3-devel-3.0.1-150400.4.23.1.ppc64le",
"openSUSE Leap 15.4:libopenssl-3-devel-3.0.1-150400.4.23.1.s390x",
"openSUSE Leap 15.4:libopenssl-3-devel-3.0.1-150400.4.23.1.x86_64",
"openSUSE Leap 15.4:libopenssl-3-devel-32bit-3.0.1-150400.4.23.1.x86_64",
"openSUSE Leap 15.4:libopenssl3-3.0.1-150400.4.23.1.aarch64",
"openSUSE Leap 15.4:libopenssl3-3.0.1-150400.4.23.1.ppc64le",
"openSUSE Leap 15.4:libopenssl3-3.0.1-150400.4.23.1.s390x",
"openSUSE Leap 15.4:libopenssl3-3.0.1-150400.4.23.1.x86_64",
"openSUSE Leap 15.4:libopenssl3-32bit-3.0.1-150400.4.23.1.x86_64",
"openSUSE Leap 15.4:openssl-3-3.0.1-150400.4.23.1.aarch64",
"openSUSE Leap 15.4:openssl-3-3.0.1-150400.4.23.1.ppc64le",
"openSUSE Leap 15.4:openssl-3-3.0.1-150400.4.23.1.s390x",
"openSUSE Leap 15.4:openssl-3-3.0.1-150400.4.23.1.x86_64",
"openSUSE Leap 15.4:openssl-3-doc-3.0.1-150400.4.23.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2023-04-18T11:11:27Z",
"details": "moderate"
}
],
"title": "CVE-2023-0466"
}
]
}
SUSE-SU-2023:1907-1
Vulnerability from csaf_suse - Published: 2023-04-19 06:38 - Updated: 2023-04-19 06:38| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP2-BCL:libopenssl-devel-1.0.2j-60.92.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP2-BCL:libopenssl1_0_0-1.0.2j-60.92.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP2-BCL:libopenssl1_0_0-32bit-1.0.2j-60.92.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP2-BCL:libopenssl1_0_0-hmac-1.0.2j-60.92.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP2-BCL:libopenssl1_0_0-hmac-32bit-1.0.2j-60.92.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP2-BCL:openssl-1.0.2j-60.92.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP2-BCL:openssl-doc-1.0.2j-60.92.1.noarch | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP2-BCL:libopenssl-devel-1.0.2j-60.92.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP2-BCL:libopenssl1_0_0-1.0.2j-60.92.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP2-BCL:libopenssl1_0_0-32bit-1.0.2j-60.92.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP2-BCL:libopenssl1_0_0-hmac-1.0.2j-60.92.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP2-BCL:libopenssl1_0_0-hmac-32bit-1.0.2j-60.92.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP2-BCL:openssl-1.0.2j-60.92.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP2-BCL:openssl-doc-1.0.2j-60.92.1.noarch | — |
Vendor Fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for openssl",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for openssl fixes the following issues:\n\n- CVE-2023-0465: Invalid certificate policies in leaf certificates were silently ignored (bsc#1209878).\n- CVE-2023-0466: Certificate policy check were not enabled (bsc#1209873).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2023-1907,SUSE-SLE-SERVER-12-SP2-BCL-2023-1907",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2023_1907-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2023:1907-1",
"url": "https://www.suse.com/support/update/announcement/2023/suse-su-20231907-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2023:1907-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2023-April/014493.html"
},
{
"category": "self",
"summary": "SUSE Bug 1209873",
"url": "https://bugzilla.suse.com/1209873"
},
{
"category": "self",
"summary": "SUSE Bug 1209878",
"url": "https://bugzilla.suse.com/1209878"
},
{
"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/"
}
],
"title": "Security update for openssl",
"tracking": {
"current_release_date": "2023-04-19T06:38:03Z",
"generator": {
"date": "2023-04-19T06:38:03Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2023:1907-1",
"initial_release_date": "2023-04-19T06:38:03Z",
"revision_history": [
{
"date": "2023-04-19T06:38:03Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "libopenssl-devel-1.0.2j-60.92.1.aarch64",
"product": {
"name": "libopenssl-devel-1.0.2j-60.92.1.aarch64",
"product_id": "libopenssl-devel-1.0.2j-60.92.1.aarch64"
}
},
{
"category": "product_version",
"name": "libopenssl1_0_0-1.0.2j-60.92.1.aarch64",
"product": {
"name": "libopenssl1_0_0-1.0.2j-60.92.1.aarch64",
"product_id": "libopenssl1_0_0-1.0.2j-60.92.1.aarch64"
}
},
{
"category": "product_version",
"name": "libopenssl1_0_0-hmac-1.0.2j-60.92.1.aarch64",
"product": {
"name": "libopenssl1_0_0-hmac-1.0.2j-60.92.1.aarch64",
"product_id": "libopenssl1_0_0-hmac-1.0.2j-60.92.1.aarch64"
}
},
{
"category": "product_version",
"name": "openssl-1.0.2j-60.92.1.aarch64",
"product": {
"name": "openssl-1.0.2j-60.92.1.aarch64",
"product_id": "openssl-1.0.2j-60.92.1.aarch64"
}
},
{
"category": "product_version",
"name": "openssl-cavs-1.0.2j-60.92.1.aarch64",
"product": {
"name": "openssl-cavs-1.0.2j-60.92.1.aarch64",
"product_id": "openssl-cavs-1.0.2j-60.92.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "libopenssl-devel-64bit-1.0.2j-60.92.1.aarch64_ilp32",
"product": {
"name": "libopenssl-devel-64bit-1.0.2j-60.92.1.aarch64_ilp32",
"product_id": "libopenssl-devel-64bit-1.0.2j-60.92.1.aarch64_ilp32"
}
},
{
"category": "product_version",
"name": "libopenssl1_0_0-64bit-1.0.2j-60.92.1.aarch64_ilp32",
"product": {
"name": "libopenssl1_0_0-64bit-1.0.2j-60.92.1.aarch64_ilp32",
"product_id": "libopenssl1_0_0-64bit-1.0.2j-60.92.1.aarch64_ilp32"
}
},
{
"category": "product_version",
"name": "libopenssl1_0_0-hmac-64bit-1.0.2j-60.92.1.aarch64_ilp32",
"product": {
"name": "libopenssl1_0_0-hmac-64bit-1.0.2j-60.92.1.aarch64_ilp32",
"product_id": "libopenssl1_0_0-hmac-64bit-1.0.2j-60.92.1.aarch64_ilp32"
}
}
],
"category": "architecture",
"name": "aarch64_ilp32"
},
{
"branches": [
{
"category": "product_version",
"name": "libopenssl-devel-1.0.2j-60.92.1.i586",
"product": {
"name": "libopenssl-devel-1.0.2j-60.92.1.i586",
"product_id": "libopenssl-devel-1.0.2j-60.92.1.i586"
}
},
{
"category": "product_version",
"name": "libopenssl1_0_0-1.0.2j-60.92.1.i586",
"product": {
"name": "libopenssl1_0_0-1.0.2j-60.92.1.i586",
"product_id": "libopenssl1_0_0-1.0.2j-60.92.1.i586"
}
},
{
"category": "product_version",
"name": "libopenssl1_0_0-hmac-1.0.2j-60.92.1.i586",
"product": {
"name": "libopenssl1_0_0-hmac-1.0.2j-60.92.1.i586",
"product_id": "libopenssl1_0_0-hmac-1.0.2j-60.92.1.i586"
}
},
{
"category": "product_version",
"name": "openssl-1.0.2j-60.92.1.i586",
"product": {
"name": "openssl-1.0.2j-60.92.1.i586",
"product_id": "openssl-1.0.2j-60.92.1.i586"
}
},
{
"category": "product_version",
"name": "openssl-cavs-1.0.2j-60.92.1.i586",
"product": {
"name": "openssl-cavs-1.0.2j-60.92.1.i586",
"product_id": "openssl-cavs-1.0.2j-60.92.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "openssl-doc-1.0.2j-60.92.1.noarch",
"product": {
"name": "openssl-doc-1.0.2j-60.92.1.noarch",
"product_id": "openssl-doc-1.0.2j-60.92.1.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "libopenssl-devel-1.0.2j-60.92.1.ppc64le",
"product": {
"name": "libopenssl-devel-1.0.2j-60.92.1.ppc64le",
"product_id": "libopenssl-devel-1.0.2j-60.92.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libopenssl1_0_0-1.0.2j-60.92.1.ppc64le",
"product": {
"name": "libopenssl1_0_0-1.0.2j-60.92.1.ppc64le",
"product_id": "libopenssl1_0_0-1.0.2j-60.92.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libopenssl1_0_0-hmac-1.0.2j-60.92.1.ppc64le",
"product": {
"name": "libopenssl1_0_0-hmac-1.0.2j-60.92.1.ppc64le",
"product_id": "libopenssl1_0_0-hmac-1.0.2j-60.92.1.ppc64le"
}
},
{
"category": "product_version",
"name": "openssl-1.0.2j-60.92.1.ppc64le",
"product": {
"name": "openssl-1.0.2j-60.92.1.ppc64le",
"product_id": "openssl-1.0.2j-60.92.1.ppc64le"
}
},
{
"category": "product_version",
"name": "openssl-cavs-1.0.2j-60.92.1.ppc64le",
"product": {
"name": "openssl-cavs-1.0.2j-60.92.1.ppc64le",
"product_id": "openssl-cavs-1.0.2j-60.92.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "libopenssl-devel-1.0.2j-60.92.1.s390",
"product": {
"name": "libopenssl-devel-1.0.2j-60.92.1.s390",
"product_id": "libopenssl-devel-1.0.2j-60.92.1.s390"
}
},
{
"category": "product_version",
"name": "libopenssl1_0_0-1.0.2j-60.92.1.s390",
"product": {
"name": "libopenssl1_0_0-1.0.2j-60.92.1.s390",
"product_id": "libopenssl1_0_0-1.0.2j-60.92.1.s390"
}
},
{
"category": "product_version",
"name": "libopenssl1_0_0-hmac-1.0.2j-60.92.1.s390",
"product": {
"name": "libopenssl1_0_0-hmac-1.0.2j-60.92.1.s390",
"product_id": "libopenssl1_0_0-hmac-1.0.2j-60.92.1.s390"
}
},
{
"category": "product_version",
"name": "openssl-1.0.2j-60.92.1.s390",
"product": {
"name": "openssl-1.0.2j-60.92.1.s390",
"product_id": "openssl-1.0.2j-60.92.1.s390"
}
},
{
"category": "product_version",
"name": "openssl-cavs-1.0.2j-60.92.1.s390",
"product": {
"name": "openssl-cavs-1.0.2j-60.92.1.s390",
"product_id": "openssl-cavs-1.0.2j-60.92.1.s390"
}
}
],
"category": "architecture",
"name": "s390"
},
{
"branches": [
{
"category": "product_version",
"name": "libopenssl-devel-1.0.2j-60.92.1.s390x",
"product": {
"name": "libopenssl-devel-1.0.2j-60.92.1.s390x",
"product_id": "libopenssl-devel-1.0.2j-60.92.1.s390x"
}
},
{
"category": "product_version",
"name": "libopenssl-devel-32bit-1.0.2j-60.92.1.s390x",
"product": {
"name": "libopenssl-devel-32bit-1.0.2j-60.92.1.s390x",
"product_id": "libopenssl-devel-32bit-1.0.2j-60.92.1.s390x"
}
},
{
"category": "product_version",
"name": "libopenssl1_0_0-1.0.2j-60.92.1.s390x",
"product": {
"name": "libopenssl1_0_0-1.0.2j-60.92.1.s390x",
"product_id": "libopenssl1_0_0-1.0.2j-60.92.1.s390x"
}
},
{
"category": "product_version",
"name": "libopenssl1_0_0-32bit-1.0.2j-60.92.1.s390x",
"product": {
"name": "libopenssl1_0_0-32bit-1.0.2j-60.92.1.s390x",
"product_id": "libopenssl1_0_0-32bit-1.0.2j-60.92.1.s390x"
}
},
{
"category": "product_version",
"name": "libopenssl1_0_0-hmac-1.0.2j-60.92.1.s390x",
"product": {
"name": "libopenssl1_0_0-hmac-1.0.2j-60.92.1.s390x",
"product_id": "libopenssl1_0_0-hmac-1.0.2j-60.92.1.s390x"
}
},
{
"category": "product_version",
"name": "libopenssl1_0_0-hmac-32bit-1.0.2j-60.92.1.s390x",
"product": {
"name": "libopenssl1_0_0-hmac-32bit-1.0.2j-60.92.1.s390x",
"product_id": "libopenssl1_0_0-hmac-32bit-1.0.2j-60.92.1.s390x"
}
},
{
"category": "product_version",
"name": "openssl-1.0.2j-60.92.1.s390x",
"product": {
"name": "openssl-1.0.2j-60.92.1.s390x",
"product_id": "openssl-1.0.2j-60.92.1.s390x"
}
},
{
"category": "product_version",
"name": "openssl-cavs-1.0.2j-60.92.1.s390x",
"product": {
"name": "openssl-cavs-1.0.2j-60.92.1.s390x",
"product_id": "openssl-cavs-1.0.2j-60.92.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "libopenssl-devel-1.0.2j-60.92.1.x86_64",
"product": {
"name": "libopenssl-devel-1.0.2j-60.92.1.x86_64",
"product_id": "libopenssl-devel-1.0.2j-60.92.1.x86_64"
}
},
{
"category": "product_version",
"name": "libopenssl-devel-32bit-1.0.2j-60.92.1.x86_64",
"product": {
"name": "libopenssl-devel-32bit-1.0.2j-60.92.1.x86_64",
"product_id": "libopenssl-devel-32bit-1.0.2j-60.92.1.x86_64"
}
},
{
"category": "product_version",
"name": "libopenssl1_0_0-1.0.2j-60.92.1.x86_64",
"product": {
"name": "libopenssl1_0_0-1.0.2j-60.92.1.x86_64",
"product_id": "libopenssl1_0_0-1.0.2j-60.92.1.x86_64"
}
},
{
"category": "product_version",
"name": "libopenssl1_0_0-32bit-1.0.2j-60.92.1.x86_64",
"product": {
"name": "libopenssl1_0_0-32bit-1.0.2j-60.92.1.x86_64",
"product_id": "libopenssl1_0_0-32bit-1.0.2j-60.92.1.x86_64"
}
},
{
"category": "product_version",
"name": "libopenssl1_0_0-hmac-1.0.2j-60.92.1.x86_64",
"product": {
"name": "libopenssl1_0_0-hmac-1.0.2j-60.92.1.x86_64",
"product_id": "libopenssl1_0_0-hmac-1.0.2j-60.92.1.x86_64"
}
},
{
"category": "product_version",
"name": "libopenssl1_0_0-hmac-32bit-1.0.2j-60.92.1.x86_64",
"product": {
"name": "libopenssl1_0_0-hmac-32bit-1.0.2j-60.92.1.x86_64",
"product_id": "libopenssl1_0_0-hmac-32bit-1.0.2j-60.92.1.x86_64"
}
},
{
"category": "product_version",
"name": "openssl-1.0.2j-60.92.1.x86_64",
"product": {
"name": "openssl-1.0.2j-60.92.1.x86_64",
"product_id": "openssl-1.0.2j-60.92.1.x86_64"
}
},
{
"category": "product_version",
"name": "openssl-cavs-1.0.2j-60.92.1.x86_64",
"product": {
"name": "openssl-cavs-1.0.2j-60.92.1.x86_64",
"product_id": "openssl-cavs-1.0.2j-60.92.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 12 SP2-BCL",
"product": {
"name": "SUSE Linux Enterprise Server 12 SP2-BCL",
"product_id": "SUSE Linux Enterprise Server 12 SP2-BCL",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-bcl:12:sp2"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-devel-1.0.2j-60.92.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP2-BCL",
"product_id": "SUSE Linux Enterprise Server 12 SP2-BCL:libopenssl-devel-1.0.2j-60.92.1.x86_64"
},
"product_reference": "libopenssl-devel-1.0.2j-60.92.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP2-BCL"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_0_0-1.0.2j-60.92.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP2-BCL",
"product_id": "SUSE Linux Enterprise Server 12 SP2-BCL:libopenssl1_0_0-1.0.2j-60.92.1.x86_64"
},
"product_reference": "libopenssl1_0_0-1.0.2j-60.92.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP2-BCL"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_0_0-32bit-1.0.2j-60.92.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP2-BCL",
"product_id": "SUSE Linux Enterprise Server 12 SP2-BCL:libopenssl1_0_0-32bit-1.0.2j-60.92.1.x86_64"
},
"product_reference": "libopenssl1_0_0-32bit-1.0.2j-60.92.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP2-BCL"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_0_0-hmac-1.0.2j-60.92.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP2-BCL",
"product_id": "SUSE Linux Enterprise Server 12 SP2-BCL:libopenssl1_0_0-hmac-1.0.2j-60.92.1.x86_64"
},
"product_reference": "libopenssl1_0_0-hmac-1.0.2j-60.92.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP2-BCL"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_0_0-hmac-32bit-1.0.2j-60.92.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP2-BCL",
"product_id": "SUSE Linux Enterprise Server 12 SP2-BCL:libopenssl1_0_0-hmac-32bit-1.0.2j-60.92.1.x86_64"
},
"product_reference": "libopenssl1_0_0-hmac-32bit-1.0.2j-60.92.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP2-BCL"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1.0.2j-60.92.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP2-BCL",
"product_id": "SUSE Linux Enterprise Server 12 SP2-BCL:openssl-1.0.2j-60.92.1.x86_64"
},
"product_reference": "openssl-1.0.2j-60.92.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP2-BCL"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-doc-1.0.2j-60.92.1.noarch as component of SUSE Linux Enterprise Server 12 SP2-BCL",
"product_id": "SUSE Linux Enterprise Server 12 SP2-BCL:openssl-doc-1.0.2j-60.92.1.noarch"
},
"product_reference": "openssl-doc-1.0.2j-60.92.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP2-BCL"
}
]
},
"vulnerabilities": [
{
"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": [
"SUSE Linux Enterprise Server 12 SP2-BCL:libopenssl-devel-1.0.2j-60.92.1.x86_64",
"SUSE Linux Enterprise Server 12 SP2-BCL:libopenssl1_0_0-1.0.2j-60.92.1.x86_64",
"SUSE Linux Enterprise Server 12 SP2-BCL:libopenssl1_0_0-32bit-1.0.2j-60.92.1.x86_64",
"SUSE Linux Enterprise Server 12 SP2-BCL:libopenssl1_0_0-hmac-1.0.2j-60.92.1.x86_64",
"SUSE Linux Enterprise Server 12 SP2-BCL:libopenssl1_0_0-hmac-32bit-1.0.2j-60.92.1.x86_64",
"SUSE Linux Enterprise Server 12 SP2-BCL:openssl-1.0.2j-60.92.1.x86_64",
"SUSE Linux Enterprise Server 12 SP2-BCL:openssl-doc-1.0.2j-60.92.1.noarch"
]
},
"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": [
"SUSE Linux Enterprise Server 12 SP2-BCL:libopenssl-devel-1.0.2j-60.92.1.x86_64",
"SUSE Linux Enterprise Server 12 SP2-BCL:libopenssl1_0_0-1.0.2j-60.92.1.x86_64",
"SUSE Linux Enterprise Server 12 SP2-BCL:libopenssl1_0_0-32bit-1.0.2j-60.92.1.x86_64",
"SUSE Linux Enterprise Server 12 SP2-BCL:libopenssl1_0_0-hmac-1.0.2j-60.92.1.x86_64",
"SUSE Linux Enterprise Server 12 SP2-BCL:libopenssl1_0_0-hmac-32bit-1.0.2j-60.92.1.x86_64",
"SUSE Linux Enterprise Server 12 SP2-BCL:openssl-1.0.2j-60.92.1.x86_64",
"SUSE Linux Enterprise Server 12 SP2-BCL:openssl-doc-1.0.2j-60.92.1.noarch"
]
}
],
"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": [
"SUSE Linux Enterprise Server 12 SP2-BCL:libopenssl-devel-1.0.2j-60.92.1.x86_64",
"SUSE Linux Enterprise Server 12 SP2-BCL:libopenssl1_0_0-1.0.2j-60.92.1.x86_64",
"SUSE Linux Enterprise Server 12 SP2-BCL:libopenssl1_0_0-32bit-1.0.2j-60.92.1.x86_64",
"SUSE Linux Enterprise Server 12 SP2-BCL:libopenssl1_0_0-hmac-1.0.2j-60.92.1.x86_64",
"SUSE Linux Enterprise Server 12 SP2-BCL:libopenssl1_0_0-hmac-32bit-1.0.2j-60.92.1.x86_64",
"SUSE Linux Enterprise Server 12 SP2-BCL:openssl-1.0.2j-60.92.1.x86_64",
"SUSE Linux Enterprise Server 12 SP2-BCL:openssl-doc-1.0.2j-60.92.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2023-04-19T06:38:03Z",
"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": [
"SUSE Linux Enterprise Server 12 SP2-BCL:libopenssl-devel-1.0.2j-60.92.1.x86_64",
"SUSE Linux Enterprise Server 12 SP2-BCL:libopenssl1_0_0-1.0.2j-60.92.1.x86_64",
"SUSE Linux Enterprise Server 12 SP2-BCL:libopenssl1_0_0-32bit-1.0.2j-60.92.1.x86_64",
"SUSE Linux Enterprise Server 12 SP2-BCL:libopenssl1_0_0-hmac-1.0.2j-60.92.1.x86_64",
"SUSE Linux Enterprise Server 12 SP2-BCL:libopenssl1_0_0-hmac-32bit-1.0.2j-60.92.1.x86_64",
"SUSE Linux Enterprise Server 12 SP2-BCL:openssl-1.0.2j-60.92.1.x86_64",
"SUSE Linux Enterprise Server 12 SP2-BCL:openssl-doc-1.0.2j-60.92.1.noarch"
]
},
"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": [
"SUSE Linux Enterprise Server 12 SP2-BCL:libopenssl-devel-1.0.2j-60.92.1.x86_64",
"SUSE Linux Enterprise Server 12 SP2-BCL:libopenssl1_0_0-1.0.2j-60.92.1.x86_64",
"SUSE Linux Enterprise Server 12 SP2-BCL:libopenssl1_0_0-32bit-1.0.2j-60.92.1.x86_64",
"SUSE Linux Enterprise Server 12 SP2-BCL:libopenssl1_0_0-hmac-1.0.2j-60.92.1.x86_64",
"SUSE Linux Enterprise Server 12 SP2-BCL:libopenssl1_0_0-hmac-32bit-1.0.2j-60.92.1.x86_64",
"SUSE Linux Enterprise Server 12 SP2-BCL:openssl-1.0.2j-60.92.1.x86_64",
"SUSE Linux Enterprise Server 12 SP2-BCL:openssl-doc-1.0.2j-60.92.1.noarch"
]
}
],
"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": [
"SUSE Linux Enterprise Server 12 SP2-BCL:libopenssl-devel-1.0.2j-60.92.1.x86_64",
"SUSE Linux Enterprise Server 12 SP2-BCL:libopenssl1_0_0-1.0.2j-60.92.1.x86_64",
"SUSE Linux Enterprise Server 12 SP2-BCL:libopenssl1_0_0-32bit-1.0.2j-60.92.1.x86_64",
"SUSE Linux Enterprise Server 12 SP2-BCL:libopenssl1_0_0-hmac-1.0.2j-60.92.1.x86_64",
"SUSE Linux Enterprise Server 12 SP2-BCL:libopenssl1_0_0-hmac-32bit-1.0.2j-60.92.1.x86_64",
"SUSE Linux Enterprise Server 12 SP2-BCL:openssl-1.0.2j-60.92.1.x86_64",
"SUSE Linux Enterprise Server 12 SP2-BCL:openssl-doc-1.0.2j-60.92.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2023-04-19T06:38:03Z",
"details": "moderate"
}
],
"title": "CVE-2023-0466"
}
]
}
SUSE-SU-2023:1908-1
Vulnerability from csaf_suse - Published: 2023-04-19 06:39 - Updated: 2023-04-19 06:39| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libopenssl-1_1-devel-1.1.0i-150100.14.48.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libopenssl-1_1-devel-1.1.0i-150100.14.48.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libopenssl-1_1-devel-32bit-1.1.0i-150100.14.48.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libopenssl1_1-1.1.0i-150100.14.48.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libopenssl1_1-1.1.0i-150100.14.48.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libopenssl1_1-32bit-1.1.0i-150100.14.48.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libopenssl1_1-hmac-1.1.0i-150100.14.48.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libopenssl1_1-hmac-1.1.0i-150100.14.48.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libopenssl1_1-hmac-32bit-1.1.0i-150100.14.48.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:openssl-1_1-1.1.0i-150100.14.48.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:openssl-1_1-1.1.0i-150100.14.48.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl-1_1-devel-1.1.0i-150100.14.48.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl-1_1-devel-1.1.0i-150100.14.48.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl-1_1-devel-1.1.0i-150100.14.48.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl-1_1-devel-1.1.0i-150100.14.48.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl-1_1-devel-32bit-1.1.0i-150100.14.48.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl1_1-1.1.0i-150100.14.48.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl1_1-1.1.0i-150100.14.48.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl1_1-1.1.0i-150100.14.48.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl1_1-1.1.0i-150100.14.48.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl1_1-32bit-1.1.0i-150100.14.48.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl1_1-hmac-1.1.0i-150100.14.48.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl1_1-hmac-1.1.0i-150100.14.48.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl1_1-hmac-1.1.0i-150100.14.48.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl1_1-hmac-1.1.0i-150100.14.48.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl1_1-hmac-32bit-1.1.0i-150100.14.48.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:openssl-1_1-1.1.0i-150100.14.48.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:openssl-1_1-1.1.0i-150100.14.48.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:openssl-1_1-1.1.0i-150100.14.48.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:openssl-1_1-1.1.0i-150100.14.48.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP1:libopenssl-1_1-devel-1.1.0i-150100.14.48.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP1:libopenssl-1_1-devel-1.1.0i-150100.14.48.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP1:libopenssl-1_1-devel-32bit-1.1.0i-150100.14.48.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP1:libopenssl1_1-1.1.0i-150100.14.48.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP1:libopenssl1_1-1.1.0i-150100.14.48.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP1:libopenssl1_1-32bit-1.1.0i-150100.14.48.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP1:libopenssl1_1-hmac-1.1.0i-150100.14.48.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP1:libopenssl1_1-hmac-1.1.0i-150100.14.48.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP1:libopenssl1_1-hmac-32bit-1.1.0i-150100.14.48.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP1:openssl-1_1-1.1.0i-150100.14.48.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP1:openssl-1_1-1.1.0i-150100.14.48.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libopenssl-1_1-devel-1.1.0i-150100.14.48.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libopenssl-1_1-devel-1.1.0i-150100.14.48.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libopenssl-1_1-devel-32bit-1.1.0i-150100.14.48.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libopenssl1_1-1.1.0i-150100.14.48.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libopenssl1_1-1.1.0i-150100.14.48.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libopenssl1_1-32bit-1.1.0i-150100.14.48.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libopenssl1_1-hmac-1.1.0i-150100.14.48.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libopenssl1_1-hmac-1.1.0i-150100.14.48.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libopenssl1_1-hmac-32bit-1.1.0i-150100.14.48.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:openssl-1_1-1.1.0i-150100.14.48.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:openssl-1_1-1.1.0i-150100.14.48.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl-1_1-devel-1.1.0i-150100.14.48.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl-1_1-devel-1.1.0i-150100.14.48.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl-1_1-devel-1.1.0i-150100.14.48.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl-1_1-devel-1.1.0i-150100.14.48.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl-1_1-devel-32bit-1.1.0i-150100.14.48.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl1_1-1.1.0i-150100.14.48.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl1_1-1.1.0i-150100.14.48.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl1_1-1.1.0i-150100.14.48.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl1_1-1.1.0i-150100.14.48.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl1_1-32bit-1.1.0i-150100.14.48.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl1_1-hmac-1.1.0i-150100.14.48.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl1_1-hmac-1.1.0i-150100.14.48.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl1_1-hmac-1.1.0i-150100.14.48.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl1_1-hmac-1.1.0i-150100.14.48.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl1_1-hmac-32bit-1.1.0i-150100.14.48.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:openssl-1_1-1.1.0i-150100.14.48.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:openssl-1_1-1.1.0i-150100.14.48.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:openssl-1_1-1.1.0i-150100.14.48.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:openssl-1_1-1.1.0i-150100.14.48.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP1:libopenssl-1_1-devel-1.1.0i-150100.14.48.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP1:libopenssl-1_1-devel-1.1.0i-150100.14.48.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP1:libopenssl-1_1-devel-32bit-1.1.0i-150100.14.48.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP1:libopenssl1_1-1.1.0i-150100.14.48.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP1:libopenssl1_1-1.1.0i-150100.14.48.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP1:libopenssl1_1-32bit-1.1.0i-150100.14.48.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP1:libopenssl1_1-hmac-1.1.0i-150100.14.48.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP1:libopenssl1_1-hmac-1.1.0i-150100.14.48.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP1:libopenssl1_1-hmac-32bit-1.1.0i-150100.14.48.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP1:openssl-1_1-1.1.0i-150100.14.48.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP1:openssl-1_1-1.1.0i-150100.14.48.1.x86_64 | — |
Vendor Fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for openssl-1_1",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for openssl-1_1 fixes the following issues:\n\n- CVE-2023-0465: Fixed ignored invalid certificate policies in leaf certificates (bsc#1209878).\n- CVE-2023-0466: Fixed disabled certificate policy check (bsc#1209873).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2023-1908,SUSE-SLE-Product-HPC-15-SP1-LTSS-2023-1908,SUSE-SLE-Product-SLES-15-SP1-LTSS-2023-1908,SUSE-SLE-Product-SLES_SAP-15-SP1-2023-1908",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2023_1908-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2023:1908-1",
"url": "https://www.suse.com/support/update/announcement/2023/suse-su-20231908-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2023:1908-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2023-April/014492.html"
},
{
"category": "self",
"summary": "SUSE Bug 1209873",
"url": "https://bugzilla.suse.com/1209873"
},
{
"category": "self",
"summary": "SUSE Bug 1209878",
"url": "https://bugzilla.suse.com/1209878"
},
{
"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/"
}
],
"title": "Security update for openssl-1_1",
"tracking": {
"current_release_date": "2023-04-19T06:39:00Z",
"generator": {
"date": "2023-04-19T06:39:00Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2023:1908-1",
"initial_release_date": "2023-04-19T06:39:00Z",
"revision_history": [
{
"date": "2023-04-19T06:39: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.0i-150100.14.48.1.aarch64",
"product": {
"name": "libopenssl-1_1-devel-1.1.0i-150100.14.48.1.aarch64",
"product_id": "libopenssl-1_1-devel-1.1.0i-150100.14.48.1.aarch64"
}
},
{
"category": "product_version",
"name": "libopenssl1_1-1.1.0i-150100.14.48.1.aarch64",
"product": {
"name": "libopenssl1_1-1.1.0i-150100.14.48.1.aarch64",
"product_id": "libopenssl1_1-1.1.0i-150100.14.48.1.aarch64"
}
},
{
"category": "product_version",
"name": "libopenssl1_1-hmac-1.1.0i-150100.14.48.1.aarch64",
"product": {
"name": "libopenssl1_1-hmac-1.1.0i-150100.14.48.1.aarch64",
"product_id": "libopenssl1_1-hmac-1.1.0i-150100.14.48.1.aarch64"
}
},
{
"category": "product_version",
"name": "openssl-1_1-1.1.0i-150100.14.48.1.aarch64",
"product": {
"name": "openssl-1_1-1.1.0i-150100.14.48.1.aarch64",
"product_id": "openssl-1_1-1.1.0i-150100.14.48.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "libopenssl-1_1-devel-64bit-1.1.0i-150100.14.48.1.aarch64_ilp32",
"product": {
"name": "libopenssl-1_1-devel-64bit-1.1.0i-150100.14.48.1.aarch64_ilp32",
"product_id": "libopenssl-1_1-devel-64bit-1.1.0i-150100.14.48.1.aarch64_ilp32"
}
},
{
"category": "product_version",
"name": "libopenssl1_1-64bit-1.1.0i-150100.14.48.1.aarch64_ilp32",
"product": {
"name": "libopenssl1_1-64bit-1.1.0i-150100.14.48.1.aarch64_ilp32",
"product_id": "libopenssl1_1-64bit-1.1.0i-150100.14.48.1.aarch64_ilp32"
}
},
{
"category": "product_version",
"name": "libopenssl1_1-hmac-64bit-1.1.0i-150100.14.48.1.aarch64_ilp32",
"product": {
"name": "libopenssl1_1-hmac-64bit-1.1.0i-150100.14.48.1.aarch64_ilp32",
"product_id": "libopenssl1_1-hmac-64bit-1.1.0i-150100.14.48.1.aarch64_ilp32"
}
}
],
"category": "architecture",
"name": "aarch64_ilp32"
},
{
"branches": [
{
"category": "product_version",
"name": "libopenssl-1_1-devel-1.1.0i-150100.14.48.1.i586",
"product": {
"name": "libopenssl-1_1-devel-1.1.0i-150100.14.48.1.i586",
"product_id": "libopenssl-1_1-devel-1.1.0i-150100.14.48.1.i586"
}
},
{
"category": "product_version",
"name": "libopenssl1_1-1.1.0i-150100.14.48.1.i586",
"product": {
"name": "libopenssl1_1-1.1.0i-150100.14.48.1.i586",
"product_id": "libopenssl1_1-1.1.0i-150100.14.48.1.i586"
}
},
{
"category": "product_version",
"name": "libopenssl1_1-hmac-1.1.0i-150100.14.48.1.i586",
"product": {
"name": "libopenssl1_1-hmac-1.1.0i-150100.14.48.1.i586",
"product_id": "libopenssl1_1-hmac-1.1.0i-150100.14.48.1.i586"
}
},
{
"category": "product_version",
"name": "openssl-1_1-1.1.0i-150100.14.48.1.i586",
"product": {
"name": "openssl-1_1-1.1.0i-150100.14.48.1.i586",
"product_id": "openssl-1_1-1.1.0i-150100.14.48.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "openssl-1_1-doc-1.1.0i-150100.14.48.1.noarch",
"product": {
"name": "openssl-1_1-doc-1.1.0i-150100.14.48.1.noarch",
"product_id": "openssl-1_1-doc-1.1.0i-150100.14.48.1.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "libopenssl-1_1-devel-1.1.0i-150100.14.48.1.ppc64le",
"product": {
"name": "libopenssl-1_1-devel-1.1.0i-150100.14.48.1.ppc64le",
"product_id": "libopenssl-1_1-devel-1.1.0i-150100.14.48.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libopenssl1_1-1.1.0i-150100.14.48.1.ppc64le",
"product": {
"name": "libopenssl1_1-1.1.0i-150100.14.48.1.ppc64le",
"product_id": "libopenssl1_1-1.1.0i-150100.14.48.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libopenssl1_1-hmac-1.1.0i-150100.14.48.1.ppc64le",
"product": {
"name": "libopenssl1_1-hmac-1.1.0i-150100.14.48.1.ppc64le",
"product_id": "libopenssl1_1-hmac-1.1.0i-150100.14.48.1.ppc64le"
}
},
{
"category": "product_version",
"name": "openssl-1_1-1.1.0i-150100.14.48.1.ppc64le",
"product": {
"name": "openssl-1_1-1.1.0i-150100.14.48.1.ppc64le",
"product_id": "openssl-1_1-1.1.0i-150100.14.48.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "libopenssl-1_1-devel-1.1.0i-150100.14.48.1.s390x",
"product": {
"name": "libopenssl-1_1-devel-1.1.0i-150100.14.48.1.s390x",
"product_id": "libopenssl-1_1-devel-1.1.0i-150100.14.48.1.s390x"
}
},
{
"category": "product_version",
"name": "libopenssl1_1-1.1.0i-150100.14.48.1.s390x",
"product": {
"name": "libopenssl1_1-1.1.0i-150100.14.48.1.s390x",
"product_id": "libopenssl1_1-1.1.0i-150100.14.48.1.s390x"
}
},
{
"category": "product_version",
"name": "libopenssl1_1-hmac-1.1.0i-150100.14.48.1.s390x",
"product": {
"name": "libopenssl1_1-hmac-1.1.0i-150100.14.48.1.s390x",
"product_id": "libopenssl1_1-hmac-1.1.0i-150100.14.48.1.s390x"
}
},
{
"category": "product_version",
"name": "openssl-1_1-1.1.0i-150100.14.48.1.s390x",
"product": {
"name": "openssl-1_1-1.1.0i-150100.14.48.1.s390x",
"product_id": "openssl-1_1-1.1.0i-150100.14.48.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "libopenssl-1_1-devel-1.1.0i-150100.14.48.1.x86_64",
"product": {
"name": "libopenssl-1_1-devel-1.1.0i-150100.14.48.1.x86_64",
"product_id": "libopenssl-1_1-devel-1.1.0i-150100.14.48.1.x86_64"
}
},
{
"category": "product_version",
"name": "libopenssl-1_1-devel-32bit-1.1.0i-150100.14.48.1.x86_64",
"product": {
"name": "libopenssl-1_1-devel-32bit-1.1.0i-150100.14.48.1.x86_64",
"product_id": "libopenssl-1_1-devel-32bit-1.1.0i-150100.14.48.1.x86_64"
}
},
{
"category": "product_version",
"name": "libopenssl1_1-1.1.0i-150100.14.48.1.x86_64",
"product": {
"name": "libopenssl1_1-1.1.0i-150100.14.48.1.x86_64",
"product_id": "libopenssl1_1-1.1.0i-150100.14.48.1.x86_64"
}
},
{
"category": "product_version",
"name": "libopenssl1_1-32bit-1.1.0i-150100.14.48.1.x86_64",
"product": {
"name": "libopenssl1_1-32bit-1.1.0i-150100.14.48.1.x86_64",
"product_id": "libopenssl1_1-32bit-1.1.0i-150100.14.48.1.x86_64"
}
},
{
"category": "product_version",
"name": "libopenssl1_1-hmac-1.1.0i-150100.14.48.1.x86_64",
"product": {
"name": "libopenssl1_1-hmac-1.1.0i-150100.14.48.1.x86_64",
"product_id": "libopenssl1_1-hmac-1.1.0i-150100.14.48.1.x86_64"
}
},
{
"category": "product_version",
"name": "libopenssl1_1-hmac-32bit-1.1.0i-150100.14.48.1.x86_64",
"product": {
"name": "libopenssl1_1-hmac-32bit-1.1.0i-150100.14.48.1.x86_64",
"product_id": "libopenssl1_1-hmac-32bit-1.1.0i-150100.14.48.1.x86_64"
}
},
{
"category": "product_version",
"name": "openssl-1_1-1.1.0i-150100.14.48.1.x86_64",
"product": {
"name": "openssl-1_1-1.1.0i-150100.14.48.1.x86_64",
"product_id": "openssl-1_1-1.1.0i-150100.14.48.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp1"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 15 SP1-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 15 SP1-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:15:sp1"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP1",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP1",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP1",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_sap:15:sp1"
}
}
}
],
"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.0i-150100.14.48.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libopenssl-1_1-devel-1.1.0i-150100.14.48.1.aarch64"
},
"product_reference": "libopenssl-1_1-devel-1.1.0i-150100.14.48.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-1_1-devel-1.1.0i-150100.14.48.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libopenssl-1_1-devel-1.1.0i-150100.14.48.1.x86_64"
},
"product_reference": "libopenssl-1_1-devel-1.1.0i-150100.14.48.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-1_1-devel-32bit-1.1.0i-150100.14.48.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libopenssl-1_1-devel-32bit-1.1.0i-150100.14.48.1.x86_64"
},
"product_reference": "libopenssl-1_1-devel-32bit-1.1.0i-150100.14.48.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-1.1.0i-150100.14.48.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libopenssl1_1-1.1.0i-150100.14.48.1.aarch64"
},
"product_reference": "libopenssl1_1-1.1.0i-150100.14.48.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-1.1.0i-150100.14.48.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libopenssl1_1-1.1.0i-150100.14.48.1.x86_64"
},
"product_reference": "libopenssl1_1-1.1.0i-150100.14.48.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-32bit-1.1.0i-150100.14.48.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libopenssl1_1-32bit-1.1.0i-150100.14.48.1.x86_64"
},
"product_reference": "libopenssl1_1-32bit-1.1.0i-150100.14.48.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-hmac-1.1.0i-150100.14.48.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libopenssl1_1-hmac-1.1.0i-150100.14.48.1.aarch64"
},
"product_reference": "libopenssl1_1-hmac-1.1.0i-150100.14.48.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-hmac-1.1.0i-150100.14.48.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libopenssl1_1-hmac-1.1.0i-150100.14.48.1.x86_64"
},
"product_reference": "libopenssl1_1-hmac-1.1.0i-150100.14.48.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-hmac-32bit-1.1.0i-150100.14.48.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libopenssl1_1-hmac-32bit-1.1.0i-150100.14.48.1.x86_64"
},
"product_reference": "libopenssl1_1-hmac-32bit-1.1.0i-150100.14.48.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1_1-1.1.0i-150100.14.48.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:openssl-1_1-1.1.0i-150100.14.48.1.aarch64"
},
"product_reference": "openssl-1_1-1.1.0i-150100.14.48.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1_1-1.1.0i-150100.14.48.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:openssl-1_1-1.1.0i-150100.14.48.1.x86_64"
},
"product_reference": "openssl-1_1-1.1.0i-150100.14.48.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-1_1-devel-1.1.0i-150100.14.48.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP1-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl-1_1-devel-1.1.0i-150100.14.48.1.aarch64"
},
"product_reference": "libopenssl-1_1-devel-1.1.0i-150100.14.48.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-1_1-devel-1.1.0i-150100.14.48.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP1-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl-1_1-devel-1.1.0i-150100.14.48.1.ppc64le"
},
"product_reference": "libopenssl-1_1-devel-1.1.0i-150100.14.48.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-1_1-devel-1.1.0i-150100.14.48.1.s390x as component of SUSE Linux Enterprise Server 15 SP1-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl-1_1-devel-1.1.0i-150100.14.48.1.s390x"
},
"product_reference": "libopenssl-1_1-devel-1.1.0i-150100.14.48.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-1_1-devel-1.1.0i-150100.14.48.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP1-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl-1_1-devel-1.1.0i-150100.14.48.1.x86_64"
},
"product_reference": "libopenssl-1_1-devel-1.1.0i-150100.14.48.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-1_1-devel-32bit-1.1.0i-150100.14.48.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP1-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl-1_1-devel-32bit-1.1.0i-150100.14.48.1.x86_64"
},
"product_reference": "libopenssl-1_1-devel-32bit-1.1.0i-150100.14.48.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-1.1.0i-150100.14.48.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP1-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl1_1-1.1.0i-150100.14.48.1.aarch64"
},
"product_reference": "libopenssl1_1-1.1.0i-150100.14.48.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-1.1.0i-150100.14.48.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP1-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl1_1-1.1.0i-150100.14.48.1.ppc64le"
},
"product_reference": "libopenssl1_1-1.1.0i-150100.14.48.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-1.1.0i-150100.14.48.1.s390x as component of SUSE Linux Enterprise Server 15 SP1-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl1_1-1.1.0i-150100.14.48.1.s390x"
},
"product_reference": "libopenssl1_1-1.1.0i-150100.14.48.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-1.1.0i-150100.14.48.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP1-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl1_1-1.1.0i-150100.14.48.1.x86_64"
},
"product_reference": "libopenssl1_1-1.1.0i-150100.14.48.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-32bit-1.1.0i-150100.14.48.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP1-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl1_1-32bit-1.1.0i-150100.14.48.1.x86_64"
},
"product_reference": "libopenssl1_1-32bit-1.1.0i-150100.14.48.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-hmac-1.1.0i-150100.14.48.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP1-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl1_1-hmac-1.1.0i-150100.14.48.1.aarch64"
},
"product_reference": "libopenssl1_1-hmac-1.1.0i-150100.14.48.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-hmac-1.1.0i-150100.14.48.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP1-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl1_1-hmac-1.1.0i-150100.14.48.1.ppc64le"
},
"product_reference": "libopenssl1_1-hmac-1.1.0i-150100.14.48.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-hmac-1.1.0i-150100.14.48.1.s390x as component of SUSE Linux Enterprise Server 15 SP1-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl1_1-hmac-1.1.0i-150100.14.48.1.s390x"
},
"product_reference": "libopenssl1_1-hmac-1.1.0i-150100.14.48.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-hmac-1.1.0i-150100.14.48.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP1-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl1_1-hmac-1.1.0i-150100.14.48.1.x86_64"
},
"product_reference": "libopenssl1_1-hmac-1.1.0i-150100.14.48.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-hmac-32bit-1.1.0i-150100.14.48.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP1-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl1_1-hmac-32bit-1.1.0i-150100.14.48.1.x86_64"
},
"product_reference": "libopenssl1_1-hmac-32bit-1.1.0i-150100.14.48.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1_1-1.1.0i-150100.14.48.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP1-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:openssl-1_1-1.1.0i-150100.14.48.1.aarch64"
},
"product_reference": "openssl-1_1-1.1.0i-150100.14.48.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1_1-1.1.0i-150100.14.48.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP1-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:openssl-1_1-1.1.0i-150100.14.48.1.ppc64le"
},
"product_reference": "openssl-1_1-1.1.0i-150100.14.48.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1_1-1.1.0i-150100.14.48.1.s390x as component of SUSE Linux Enterprise Server 15 SP1-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:openssl-1_1-1.1.0i-150100.14.48.1.s390x"
},
"product_reference": "openssl-1_1-1.1.0i-150100.14.48.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1_1-1.1.0i-150100.14.48.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP1-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:openssl-1_1-1.1.0i-150100.14.48.1.x86_64"
},
"product_reference": "openssl-1_1-1.1.0i-150100.14.48.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-1_1-devel-1.1.0i-150100.14.48.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP1",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP1:libopenssl-1_1-devel-1.1.0i-150100.14.48.1.ppc64le"
},
"product_reference": "libopenssl-1_1-devel-1.1.0i-150100.14.48.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-1_1-devel-1.1.0i-150100.14.48.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP1",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP1:libopenssl-1_1-devel-1.1.0i-150100.14.48.1.x86_64"
},
"product_reference": "libopenssl-1_1-devel-1.1.0i-150100.14.48.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-1_1-devel-32bit-1.1.0i-150100.14.48.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP1",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP1:libopenssl-1_1-devel-32bit-1.1.0i-150100.14.48.1.x86_64"
},
"product_reference": "libopenssl-1_1-devel-32bit-1.1.0i-150100.14.48.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-1.1.0i-150100.14.48.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP1",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP1:libopenssl1_1-1.1.0i-150100.14.48.1.ppc64le"
},
"product_reference": "libopenssl1_1-1.1.0i-150100.14.48.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-1.1.0i-150100.14.48.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP1",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP1:libopenssl1_1-1.1.0i-150100.14.48.1.x86_64"
},
"product_reference": "libopenssl1_1-1.1.0i-150100.14.48.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-32bit-1.1.0i-150100.14.48.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP1",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP1:libopenssl1_1-32bit-1.1.0i-150100.14.48.1.x86_64"
},
"product_reference": "libopenssl1_1-32bit-1.1.0i-150100.14.48.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-hmac-1.1.0i-150100.14.48.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP1",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP1:libopenssl1_1-hmac-1.1.0i-150100.14.48.1.ppc64le"
},
"product_reference": "libopenssl1_1-hmac-1.1.0i-150100.14.48.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-hmac-1.1.0i-150100.14.48.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP1",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP1:libopenssl1_1-hmac-1.1.0i-150100.14.48.1.x86_64"
},
"product_reference": "libopenssl1_1-hmac-1.1.0i-150100.14.48.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-hmac-32bit-1.1.0i-150100.14.48.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP1",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP1:libopenssl1_1-hmac-32bit-1.1.0i-150100.14.48.1.x86_64"
},
"product_reference": "libopenssl1_1-hmac-32bit-1.1.0i-150100.14.48.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1_1-1.1.0i-150100.14.48.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP1",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP1:openssl-1_1-1.1.0i-150100.14.48.1.ppc64le"
},
"product_reference": "openssl-1_1-1.1.0i-150100.14.48.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1_1-1.1.0i-150100.14.48.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP1",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP1:openssl-1_1-1.1.0i-150100.14.48.1.x86_64"
},
"product_reference": "openssl-1_1-1.1.0i-150100.14.48.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP1"
}
]
},
"vulnerabilities": [
{
"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": [
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libopenssl-1_1-devel-1.1.0i-150100.14.48.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libopenssl-1_1-devel-1.1.0i-150100.14.48.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libopenssl-1_1-devel-32bit-1.1.0i-150100.14.48.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libopenssl1_1-1.1.0i-150100.14.48.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libopenssl1_1-1.1.0i-150100.14.48.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libopenssl1_1-32bit-1.1.0i-150100.14.48.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libopenssl1_1-hmac-1.1.0i-150100.14.48.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libopenssl1_1-hmac-1.1.0i-150100.14.48.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libopenssl1_1-hmac-32bit-1.1.0i-150100.14.48.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:openssl-1_1-1.1.0i-150100.14.48.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:openssl-1_1-1.1.0i-150100.14.48.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl-1_1-devel-1.1.0i-150100.14.48.1.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl-1_1-devel-1.1.0i-150100.14.48.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl-1_1-devel-1.1.0i-150100.14.48.1.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl-1_1-devel-1.1.0i-150100.14.48.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl-1_1-devel-32bit-1.1.0i-150100.14.48.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl1_1-1.1.0i-150100.14.48.1.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl1_1-1.1.0i-150100.14.48.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl1_1-1.1.0i-150100.14.48.1.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl1_1-1.1.0i-150100.14.48.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl1_1-32bit-1.1.0i-150100.14.48.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl1_1-hmac-1.1.0i-150100.14.48.1.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl1_1-hmac-1.1.0i-150100.14.48.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl1_1-hmac-1.1.0i-150100.14.48.1.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl1_1-hmac-1.1.0i-150100.14.48.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl1_1-hmac-32bit-1.1.0i-150100.14.48.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:openssl-1_1-1.1.0i-150100.14.48.1.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:openssl-1_1-1.1.0i-150100.14.48.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:openssl-1_1-1.1.0i-150100.14.48.1.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:openssl-1_1-1.1.0i-150100.14.48.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:libopenssl-1_1-devel-1.1.0i-150100.14.48.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:libopenssl-1_1-devel-1.1.0i-150100.14.48.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:libopenssl-1_1-devel-32bit-1.1.0i-150100.14.48.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:libopenssl1_1-1.1.0i-150100.14.48.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:libopenssl1_1-1.1.0i-150100.14.48.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:libopenssl1_1-32bit-1.1.0i-150100.14.48.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:libopenssl1_1-hmac-1.1.0i-150100.14.48.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:libopenssl1_1-hmac-1.1.0i-150100.14.48.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:libopenssl1_1-hmac-32bit-1.1.0i-150100.14.48.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:openssl-1_1-1.1.0i-150100.14.48.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:openssl-1_1-1.1.0i-150100.14.48.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": [
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libopenssl-1_1-devel-1.1.0i-150100.14.48.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libopenssl-1_1-devel-1.1.0i-150100.14.48.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libopenssl-1_1-devel-32bit-1.1.0i-150100.14.48.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libopenssl1_1-1.1.0i-150100.14.48.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libopenssl1_1-1.1.0i-150100.14.48.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libopenssl1_1-32bit-1.1.0i-150100.14.48.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libopenssl1_1-hmac-1.1.0i-150100.14.48.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libopenssl1_1-hmac-1.1.0i-150100.14.48.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libopenssl1_1-hmac-32bit-1.1.0i-150100.14.48.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:openssl-1_1-1.1.0i-150100.14.48.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:openssl-1_1-1.1.0i-150100.14.48.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl-1_1-devel-1.1.0i-150100.14.48.1.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl-1_1-devel-1.1.0i-150100.14.48.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl-1_1-devel-1.1.0i-150100.14.48.1.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl-1_1-devel-1.1.0i-150100.14.48.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl-1_1-devel-32bit-1.1.0i-150100.14.48.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl1_1-1.1.0i-150100.14.48.1.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl1_1-1.1.0i-150100.14.48.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl1_1-1.1.0i-150100.14.48.1.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl1_1-1.1.0i-150100.14.48.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl1_1-32bit-1.1.0i-150100.14.48.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl1_1-hmac-1.1.0i-150100.14.48.1.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl1_1-hmac-1.1.0i-150100.14.48.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl1_1-hmac-1.1.0i-150100.14.48.1.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl1_1-hmac-1.1.0i-150100.14.48.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl1_1-hmac-32bit-1.1.0i-150100.14.48.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:openssl-1_1-1.1.0i-150100.14.48.1.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:openssl-1_1-1.1.0i-150100.14.48.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:openssl-1_1-1.1.0i-150100.14.48.1.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:openssl-1_1-1.1.0i-150100.14.48.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:libopenssl-1_1-devel-1.1.0i-150100.14.48.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:libopenssl-1_1-devel-1.1.0i-150100.14.48.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:libopenssl-1_1-devel-32bit-1.1.0i-150100.14.48.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:libopenssl1_1-1.1.0i-150100.14.48.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:libopenssl1_1-1.1.0i-150100.14.48.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:libopenssl1_1-32bit-1.1.0i-150100.14.48.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:libopenssl1_1-hmac-1.1.0i-150100.14.48.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:libopenssl1_1-hmac-1.1.0i-150100.14.48.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:libopenssl1_1-hmac-32bit-1.1.0i-150100.14.48.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:openssl-1_1-1.1.0i-150100.14.48.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:openssl-1_1-1.1.0i-150100.14.48.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": [
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libopenssl-1_1-devel-1.1.0i-150100.14.48.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libopenssl-1_1-devel-1.1.0i-150100.14.48.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libopenssl-1_1-devel-32bit-1.1.0i-150100.14.48.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libopenssl1_1-1.1.0i-150100.14.48.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libopenssl1_1-1.1.0i-150100.14.48.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libopenssl1_1-32bit-1.1.0i-150100.14.48.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libopenssl1_1-hmac-1.1.0i-150100.14.48.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libopenssl1_1-hmac-1.1.0i-150100.14.48.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libopenssl1_1-hmac-32bit-1.1.0i-150100.14.48.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:openssl-1_1-1.1.0i-150100.14.48.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:openssl-1_1-1.1.0i-150100.14.48.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl-1_1-devel-1.1.0i-150100.14.48.1.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl-1_1-devel-1.1.0i-150100.14.48.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl-1_1-devel-1.1.0i-150100.14.48.1.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl-1_1-devel-1.1.0i-150100.14.48.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl-1_1-devel-32bit-1.1.0i-150100.14.48.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl1_1-1.1.0i-150100.14.48.1.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl1_1-1.1.0i-150100.14.48.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl1_1-1.1.0i-150100.14.48.1.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl1_1-1.1.0i-150100.14.48.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl1_1-32bit-1.1.0i-150100.14.48.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl1_1-hmac-1.1.0i-150100.14.48.1.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl1_1-hmac-1.1.0i-150100.14.48.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl1_1-hmac-1.1.0i-150100.14.48.1.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl1_1-hmac-1.1.0i-150100.14.48.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl1_1-hmac-32bit-1.1.0i-150100.14.48.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:openssl-1_1-1.1.0i-150100.14.48.1.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:openssl-1_1-1.1.0i-150100.14.48.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:openssl-1_1-1.1.0i-150100.14.48.1.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:openssl-1_1-1.1.0i-150100.14.48.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:libopenssl-1_1-devel-1.1.0i-150100.14.48.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:libopenssl-1_1-devel-1.1.0i-150100.14.48.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:libopenssl-1_1-devel-32bit-1.1.0i-150100.14.48.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:libopenssl1_1-1.1.0i-150100.14.48.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:libopenssl1_1-1.1.0i-150100.14.48.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:libopenssl1_1-32bit-1.1.0i-150100.14.48.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:libopenssl1_1-hmac-1.1.0i-150100.14.48.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:libopenssl1_1-hmac-1.1.0i-150100.14.48.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:libopenssl1_1-hmac-32bit-1.1.0i-150100.14.48.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:openssl-1_1-1.1.0i-150100.14.48.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:openssl-1_1-1.1.0i-150100.14.48.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2023-04-19T06:39: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": [
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libopenssl-1_1-devel-1.1.0i-150100.14.48.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libopenssl-1_1-devel-1.1.0i-150100.14.48.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libopenssl-1_1-devel-32bit-1.1.0i-150100.14.48.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libopenssl1_1-1.1.0i-150100.14.48.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libopenssl1_1-1.1.0i-150100.14.48.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libopenssl1_1-32bit-1.1.0i-150100.14.48.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libopenssl1_1-hmac-1.1.0i-150100.14.48.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libopenssl1_1-hmac-1.1.0i-150100.14.48.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libopenssl1_1-hmac-32bit-1.1.0i-150100.14.48.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:openssl-1_1-1.1.0i-150100.14.48.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:openssl-1_1-1.1.0i-150100.14.48.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl-1_1-devel-1.1.0i-150100.14.48.1.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl-1_1-devel-1.1.0i-150100.14.48.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl-1_1-devel-1.1.0i-150100.14.48.1.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl-1_1-devel-1.1.0i-150100.14.48.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl-1_1-devel-32bit-1.1.0i-150100.14.48.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl1_1-1.1.0i-150100.14.48.1.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl1_1-1.1.0i-150100.14.48.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl1_1-1.1.0i-150100.14.48.1.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl1_1-1.1.0i-150100.14.48.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl1_1-32bit-1.1.0i-150100.14.48.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl1_1-hmac-1.1.0i-150100.14.48.1.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl1_1-hmac-1.1.0i-150100.14.48.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl1_1-hmac-1.1.0i-150100.14.48.1.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl1_1-hmac-1.1.0i-150100.14.48.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl1_1-hmac-32bit-1.1.0i-150100.14.48.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:openssl-1_1-1.1.0i-150100.14.48.1.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:openssl-1_1-1.1.0i-150100.14.48.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:openssl-1_1-1.1.0i-150100.14.48.1.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:openssl-1_1-1.1.0i-150100.14.48.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:libopenssl-1_1-devel-1.1.0i-150100.14.48.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:libopenssl-1_1-devel-1.1.0i-150100.14.48.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:libopenssl-1_1-devel-32bit-1.1.0i-150100.14.48.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:libopenssl1_1-1.1.0i-150100.14.48.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:libopenssl1_1-1.1.0i-150100.14.48.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:libopenssl1_1-32bit-1.1.0i-150100.14.48.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:libopenssl1_1-hmac-1.1.0i-150100.14.48.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:libopenssl1_1-hmac-1.1.0i-150100.14.48.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:libopenssl1_1-hmac-32bit-1.1.0i-150100.14.48.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:openssl-1_1-1.1.0i-150100.14.48.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:openssl-1_1-1.1.0i-150100.14.48.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": [
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libopenssl-1_1-devel-1.1.0i-150100.14.48.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libopenssl-1_1-devel-1.1.0i-150100.14.48.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libopenssl-1_1-devel-32bit-1.1.0i-150100.14.48.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libopenssl1_1-1.1.0i-150100.14.48.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libopenssl1_1-1.1.0i-150100.14.48.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libopenssl1_1-32bit-1.1.0i-150100.14.48.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libopenssl1_1-hmac-1.1.0i-150100.14.48.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libopenssl1_1-hmac-1.1.0i-150100.14.48.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libopenssl1_1-hmac-32bit-1.1.0i-150100.14.48.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:openssl-1_1-1.1.0i-150100.14.48.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:openssl-1_1-1.1.0i-150100.14.48.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl-1_1-devel-1.1.0i-150100.14.48.1.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl-1_1-devel-1.1.0i-150100.14.48.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl-1_1-devel-1.1.0i-150100.14.48.1.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl-1_1-devel-1.1.0i-150100.14.48.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl-1_1-devel-32bit-1.1.0i-150100.14.48.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl1_1-1.1.0i-150100.14.48.1.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl1_1-1.1.0i-150100.14.48.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl1_1-1.1.0i-150100.14.48.1.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl1_1-1.1.0i-150100.14.48.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl1_1-32bit-1.1.0i-150100.14.48.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl1_1-hmac-1.1.0i-150100.14.48.1.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl1_1-hmac-1.1.0i-150100.14.48.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl1_1-hmac-1.1.0i-150100.14.48.1.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl1_1-hmac-1.1.0i-150100.14.48.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl1_1-hmac-32bit-1.1.0i-150100.14.48.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:openssl-1_1-1.1.0i-150100.14.48.1.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:openssl-1_1-1.1.0i-150100.14.48.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:openssl-1_1-1.1.0i-150100.14.48.1.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:openssl-1_1-1.1.0i-150100.14.48.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:libopenssl-1_1-devel-1.1.0i-150100.14.48.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:libopenssl-1_1-devel-1.1.0i-150100.14.48.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:libopenssl-1_1-devel-32bit-1.1.0i-150100.14.48.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:libopenssl1_1-1.1.0i-150100.14.48.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:libopenssl1_1-1.1.0i-150100.14.48.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:libopenssl1_1-32bit-1.1.0i-150100.14.48.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:libopenssl1_1-hmac-1.1.0i-150100.14.48.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:libopenssl1_1-hmac-1.1.0i-150100.14.48.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:libopenssl1_1-hmac-32bit-1.1.0i-150100.14.48.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:openssl-1_1-1.1.0i-150100.14.48.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:openssl-1_1-1.1.0i-150100.14.48.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": [
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libopenssl-1_1-devel-1.1.0i-150100.14.48.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libopenssl-1_1-devel-1.1.0i-150100.14.48.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libopenssl-1_1-devel-32bit-1.1.0i-150100.14.48.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libopenssl1_1-1.1.0i-150100.14.48.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libopenssl1_1-1.1.0i-150100.14.48.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libopenssl1_1-32bit-1.1.0i-150100.14.48.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libopenssl1_1-hmac-1.1.0i-150100.14.48.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libopenssl1_1-hmac-1.1.0i-150100.14.48.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libopenssl1_1-hmac-32bit-1.1.0i-150100.14.48.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:openssl-1_1-1.1.0i-150100.14.48.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:openssl-1_1-1.1.0i-150100.14.48.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl-1_1-devel-1.1.0i-150100.14.48.1.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl-1_1-devel-1.1.0i-150100.14.48.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl-1_1-devel-1.1.0i-150100.14.48.1.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl-1_1-devel-1.1.0i-150100.14.48.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl-1_1-devel-32bit-1.1.0i-150100.14.48.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl1_1-1.1.0i-150100.14.48.1.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl1_1-1.1.0i-150100.14.48.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl1_1-1.1.0i-150100.14.48.1.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl1_1-1.1.0i-150100.14.48.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl1_1-32bit-1.1.0i-150100.14.48.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl1_1-hmac-1.1.0i-150100.14.48.1.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl1_1-hmac-1.1.0i-150100.14.48.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl1_1-hmac-1.1.0i-150100.14.48.1.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl1_1-hmac-1.1.0i-150100.14.48.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl1_1-hmac-32bit-1.1.0i-150100.14.48.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:openssl-1_1-1.1.0i-150100.14.48.1.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:openssl-1_1-1.1.0i-150100.14.48.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:openssl-1_1-1.1.0i-150100.14.48.1.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:openssl-1_1-1.1.0i-150100.14.48.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:libopenssl-1_1-devel-1.1.0i-150100.14.48.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:libopenssl-1_1-devel-1.1.0i-150100.14.48.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:libopenssl-1_1-devel-32bit-1.1.0i-150100.14.48.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:libopenssl1_1-1.1.0i-150100.14.48.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:libopenssl1_1-1.1.0i-150100.14.48.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:libopenssl1_1-32bit-1.1.0i-150100.14.48.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:libopenssl1_1-hmac-1.1.0i-150100.14.48.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:libopenssl1_1-hmac-1.1.0i-150100.14.48.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:libopenssl1_1-hmac-32bit-1.1.0i-150100.14.48.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:openssl-1_1-1.1.0i-150100.14.48.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:openssl-1_1-1.1.0i-150100.14.48.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2023-04-19T06:39:00Z",
"details": "moderate"
}
],
"title": "CVE-2023-0466"
}
]
}
SUSE-SU-2023:1911-1
Vulnerability from csaf_suse - Published: 2023-04-19 11:02 - Updated: 2023-04-19 11:02| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:libopenssl-1_1-devel-1.1.1l-150400.7.34.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:libopenssl-1_1-devel-1.1.1l-150400.7.34.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:libopenssl-1_1-devel-1.1.1l-150400.7.34.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:libopenssl1_1-1.1.1l-150400.7.34.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:libopenssl1_1-1.1.1l-150400.7.34.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:libopenssl1_1-1.1.1l-150400.7.34.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:libopenssl1_1-hmac-1.1.1l-150400.7.34.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:libopenssl1_1-hmac-1.1.1l-150400.7.34.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:libopenssl1_1-hmac-1.1.1l-150400.7.34.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:openssl-1_1-1.1.1l-150400.7.34.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:openssl-1_1-1.1.1l-150400.7.34.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:openssl-1_1-1.1.1l-150400.7.34.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:libopenssl-1_1-devel-1.1.1l-150400.7.34.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:libopenssl-1_1-devel-1.1.1l-150400.7.34.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:libopenssl-1_1-devel-1.1.1l-150400.7.34.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:libopenssl1_1-1.1.1l-150400.7.34.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:libopenssl1_1-1.1.1l-150400.7.34.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:libopenssl1_1-1.1.1l-150400.7.34.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:libopenssl1_1-hmac-1.1.1l-150400.7.34.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:libopenssl1_1-hmac-1.1.1l-150400.7.34.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:libopenssl1_1-hmac-1.1.1l-150400.7.34.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:openssl-1_1-1.1.1l-150400.7.34.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:openssl-1_1-1.1.1l-150400.7.34.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:openssl-1_1-1.1.1l-150400.7.34.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP4:libopenssl-1_1-devel-1.1.1l-150400.7.34.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP4:libopenssl-1_1-devel-1.1.1l-150400.7.34.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP4:libopenssl-1_1-devel-1.1.1l-150400.7.34.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP4:libopenssl-1_1-devel-1.1.1l-150400.7.34.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP4:libopenssl-1_1-devel-32bit-1.1.1l-150400.7.34.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP4:libopenssl1_1-1.1.1l-150400.7.34.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP4:libopenssl1_1-1.1.1l-150400.7.34.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP4:libopenssl1_1-1.1.1l-150400.7.34.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP4:libopenssl1_1-1.1.1l-150400.7.34.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP4:libopenssl1_1-32bit-1.1.1l-150400.7.34.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP4:libopenssl1_1-hmac-1.1.1l-150400.7.34.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP4:libopenssl1_1-hmac-1.1.1l-150400.7.34.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP4:libopenssl1_1-hmac-1.1.1l-150400.7.34.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP4:libopenssl1_1-hmac-1.1.1l-150400.7.34.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP4:libopenssl1_1-hmac-32bit-1.1.1l-150400.7.34.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP4:openssl-1_1-1.1.1l-150400.7.34.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP4:openssl-1_1-1.1.1l-150400.7.34.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP4:openssl-1_1-1.1.1l-150400.7.34.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP4:openssl-1_1-1.1.1l-150400.7.34.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:libopenssl-1_1-devel-1.1.1l-150400.7.34.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:libopenssl-1_1-devel-1.1.1l-150400.7.34.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:libopenssl-1_1-devel-1.1.1l-150400.7.34.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:libopenssl-1_1-devel-1.1.1l-150400.7.34.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:libopenssl-1_1-devel-32bit-1.1.1l-150400.7.34.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:libopenssl1_1-1.1.1l-150400.7.34.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:libopenssl1_1-1.1.1l-150400.7.34.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:libopenssl1_1-1.1.1l-150400.7.34.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:libopenssl1_1-1.1.1l-150400.7.34.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:libopenssl1_1-32bit-1.1.1l-150400.7.34.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:libopenssl1_1-hmac-1.1.1l-150400.7.34.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:libopenssl1_1-hmac-1.1.1l-150400.7.34.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:libopenssl1_1-hmac-1.1.1l-150400.7.34.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:libopenssl1_1-hmac-1.1.1l-150400.7.34.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:libopenssl1_1-hmac-32bit-1.1.1l-150400.7.34.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:openssl-1_1-1.1.1l-150400.7.34.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:openssl-1_1-1.1.1l-150400.7.34.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:openssl-1_1-1.1.1l-150400.7.34.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:openssl-1_1-1.1.1l-150400.7.34.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:openssl-1_1-doc-1.1.1l-150400.7.34.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap Micro 5.3:libopenssl-1_1-devel-1.1.1l-150400.7.34.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap Micro 5.3:libopenssl-1_1-devel-1.1.1l-150400.7.34.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap Micro 5.3:libopenssl1_1-1.1.1l-150400.7.34.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap Micro 5.3:libopenssl1_1-1.1.1l-150400.7.34.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap Micro 5.3:libopenssl1_1-hmac-1.1.1l-150400.7.34.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap Micro 5.3:libopenssl1_1-hmac-1.1.1l-150400.7.34.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap Micro 5.3:openssl-1_1-1.1.1l-150400.7.34.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap Micro 5.3:openssl-1_1-1.1.1l-150400.7.34.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:libopenssl-1_1-devel-1.1.1l-150400.7.34.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:libopenssl-1_1-devel-1.1.1l-150400.7.34.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:libopenssl-1_1-devel-1.1.1l-150400.7.34.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:libopenssl1_1-1.1.1l-150400.7.34.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:libopenssl1_1-1.1.1l-150400.7.34.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:libopenssl1_1-1.1.1l-150400.7.34.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:libopenssl1_1-hmac-1.1.1l-150400.7.34.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:libopenssl1_1-hmac-1.1.1l-150400.7.34.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:libopenssl1_1-hmac-1.1.1l-150400.7.34.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:openssl-1_1-1.1.1l-150400.7.34.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:openssl-1_1-1.1.1l-150400.7.34.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:openssl-1_1-1.1.1l-150400.7.34.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:libopenssl-1_1-devel-1.1.1l-150400.7.34.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:libopenssl-1_1-devel-1.1.1l-150400.7.34.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:libopenssl-1_1-devel-1.1.1l-150400.7.34.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:libopenssl1_1-1.1.1l-150400.7.34.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:libopenssl1_1-1.1.1l-150400.7.34.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:libopenssl1_1-1.1.1l-150400.7.34.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:libopenssl1_1-hmac-1.1.1l-150400.7.34.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:libopenssl1_1-hmac-1.1.1l-150400.7.34.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:libopenssl1_1-hmac-1.1.1l-150400.7.34.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:openssl-1_1-1.1.1l-150400.7.34.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:openssl-1_1-1.1.1l-150400.7.34.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:openssl-1_1-1.1.1l-150400.7.34.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP4:libopenssl-1_1-devel-1.1.1l-150400.7.34.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP4:libopenssl-1_1-devel-1.1.1l-150400.7.34.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP4:libopenssl-1_1-devel-1.1.1l-150400.7.34.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP4:libopenssl-1_1-devel-1.1.1l-150400.7.34.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP4:libopenssl-1_1-devel-32bit-1.1.1l-150400.7.34.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP4:libopenssl1_1-1.1.1l-150400.7.34.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP4:libopenssl1_1-1.1.1l-150400.7.34.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP4:libopenssl1_1-1.1.1l-150400.7.34.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP4:libopenssl1_1-1.1.1l-150400.7.34.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP4:libopenssl1_1-32bit-1.1.1l-150400.7.34.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP4:libopenssl1_1-hmac-1.1.1l-150400.7.34.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP4:libopenssl1_1-hmac-1.1.1l-150400.7.34.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP4:libopenssl1_1-hmac-1.1.1l-150400.7.34.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP4:libopenssl1_1-hmac-1.1.1l-150400.7.34.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP4:libopenssl1_1-hmac-32bit-1.1.1l-150400.7.34.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP4:openssl-1_1-1.1.1l-150400.7.34.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP4:openssl-1_1-1.1.1l-150400.7.34.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP4:openssl-1_1-1.1.1l-150400.7.34.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP4:openssl-1_1-1.1.1l-150400.7.34.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:libopenssl-1_1-devel-1.1.1l-150400.7.34.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:libopenssl-1_1-devel-1.1.1l-150400.7.34.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:libopenssl-1_1-devel-1.1.1l-150400.7.34.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:libopenssl-1_1-devel-1.1.1l-150400.7.34.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:libopenssl-1_1-devel-32bit-1.1.1l-150400.7.34.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:libopenssl1_1-1.1.1l-150400.7.34.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:libopenssl1_1-1.1.1l-150400.7.34.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:libopenssl1_1-1.1.1l-150400.7.34.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:libopenssl1_1-1.1.1l-150400.7.34.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:libopenssl1_1-32bit-1.1.1l-150400.7.34.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:libopenssl1_1-hmac-1.1.1l-150400.7.34.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:libopenssl1_1-hmac-1.1.1l-150400.7.34.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:libopenssl1_1-hmac-1.1.1l-150400.7.34.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:libopenssl1_1-hmac-1.1.1l-150400.7.34.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:libopenssl1_1-hmac-32bit-1.1.1l-150400.7.34.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:openssl-1_1-1.1.1l-150400.7.34.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:openssl-1_1-1.1.1l-150400.7.34.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:openssl-1_1-1.1.1l-150400.7.34.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:openssl-1_1-1.1.1l-150400.7.34.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:openssl-1_1-doc-1.1.1l-150400.7.34.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap Micro 5.3:libopenssl-1_1-devel-1.1.1l-150400.7.34.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap Micro 5.3:libopenssl-1_1-devel-1.1.1l-150400.7.34.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap Micro 5.3:libopenssl1_1-1.1.1l-150400.7.34.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap Micro 5.3:libopenssl1_1-1.1.1l-150400.7.34.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap Micro 5.3:libopenssl1_1-hmac-1.1.1l-150400.7.34.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap Micro 5.3:libopenssl1_1-hmac-1.1.1l-150400.7.34.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap Micro 5.3:openssl-1_1-1.1.1l-150400.7.34.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap Micro 5.3:openssl-1_1-1.1.1l-150400.7.34.1.x86_64 | — |
Vendor Fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for openssl-1_1",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for openssl-1_1 fixes the following issues:\n\n- CVE-2023-0465: Invalid certificate policies in leaf certificates were silently ignored (bsc#1209878).\n- CVE-2023-0466: Certificate policy check were not enabled (bsc#1209873).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2023-1911,SUSE-SLE-Micro-5.3-2023-1911,SUSE-SLE-Micro-5.4-2023-1911,SUSE-SLE-Module-Basesystem-15-SP4-2023-1911,openSUSE-Leap-Micro-5.3-2023-1911,openSUSE-SLE-15.4-2023-1911",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2023_1911-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2023:1911-1",
"url": "https://www.suse.com/support/update/announcement/2023/suse-su-20231911-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2023:1911-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2023-April/014498.html"
},
{
"category": "self",
"summary": "SUSE Bug 1209873",
"url": "https://bugzilla.suse.com/1209873"
},
{
"category": "self",
"summary": "SUSE Bug 1209878",
"url": "https://bugzilla.suse.com/1209878"
},
{
"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/"
}
],
"title": "Security update for openssl-1_1",
"tracking": {
"current_release_date": "2023-04-19T11:02:42Z",
"generator": {
"date": "2023-04-19T11:02:42Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2023:1911-1",
"initial_release_date": "2023-04-19T11:02:42Z",
"revision_history": [
{
"date": "2023-04-19T11:02:42Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "libopenssl-1_1-devel-1.1.1l-150400.7.34.1.aarch64",
"product": {
"name": "libopenssl-1_1-devel-1.1.1l-150400.7.34.1.aarch64",
"product_id": "libopenssl-1_1-devel-1.1.1l-150400.7.34.1.aarch64"
}
},
{
"category": "product_version",
"name": "libopenssl1_1-1.1.1l-150400.7.34.1.aarch64",
"product": {
"name": "libopenssl1_1-1.1.1l-150400.7.34.1.aarch64",
"product_id": "libopenssl1_1-1.1.1l-150400.7.34.1.aarch64"
}
},
{
"category": "product_version",
"name": "libopenssl1_1-hmac-1.1.1l-150400.7.34.1.aarch64",
"product": {
"name": "libopenssl1_1-hmac-1.1.1l-150400.7.34.1.aarch64",
"product_id": "libopenssl1_1-hmac-1.1.1l-150400.7.34.1.aarch64"
}
},
{
"category": "product_version",
"name": "openssl-1_1-1.1.1l-150400.7.34.1.aarch64",
"product": {
"name": "openssl-1_1-1.1.1l-150400.7.34.1.aarch64",
"product_id": "openssl-1_1-1.1.1l-150400.7.34.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "libopenssl-1_1-devel-64bit-1.1.1l-150400.7.34.1.aarch64_ilp32",
"product": {
"name": "libopenssl-1_1-devel-64bit-1.1.1l-150400.7.34.1.aarch64_ilp32",
"product_id": "libopenssl-1_1-devel-64bit-1.1.1l-150400.7.34.1.aarch64_ilp32"
}
},
{
"category": "product_version",
"name": "libopenssl1_1-64bit-1.1.1l-150400.7.34.1.aarch64_ilp32",
"product": {
"name": "libopenssl1_1-64bit-1.1.1l-150400.7.34.1.aarch64_ilp32",
"product_id": "libopenssl1_1-64bit-1.1.1l-150400.7.34.1.aarch64_ilp32"
}
},
{
"category": "product_version",
"name": "libopenssl1_1-hmac-64bit-1.1.1l-150400.7.34.1.aarch64_ilp32",
"product": {
"name": "libopenssl1_1-hmac-64bit-1.1.1l-150400.7.34.1.aarch64_ilp32",
"product_id": "libopenssl1_1-hmac-64bit-1.1.1l-150400.7.34.1.aarch64_ilp32"
}
}
],
"category": "architecture",
"name": "aarch64_ilp32"
},
{
"branches": [
{
"category": "product_version",
"name": "libopenssl-1_1-devel-1.1.1l-150400.7.34.1.i586",
"product": {
"name": "libopenssl-1_1-devel-1.1.1l-150400.7.34.1.i586",
"product_id": "libopenssl-1_1-devel-1.1.1l-150400.7.34.1.i586"
}
},
{
"category": "product_version",
"name": "libopenssl1_1-1.1.1l-150400.7.34.1.i586",
"product": {
"name": "libopenssl1_1-1.1.1l-150400.7.34.1.i586",
"product_id": "libopenssl1_1-1.1.1l-150400.7.34.1.i586"
}
},
{
"category": "product_version",
"name": "libopenssl1_1-hmac-1.1.1l-150400.7.34.1.i586",
"product": {
"name": "libopenssl1_1-hmac-1.1.1l-150400.7.34.1.i586",
"product_id": "libopenssl1_1-hmac-1.1.1l-150400.7.34.1.i586"
}
},
{
"category": "product_version",
"name": "openssl-1_1-1.1.1l-150400.7.34.1.i586",
"product": {
"name": "openssl-1_1-1.1.1l-150400.7.34.1.i586",
"product_id": "openssl-1_1-1.1.1l-150400.7.34.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "openssl-1_1-doc-1.1.1l-150400.7.34.1.noarch",
"product": {
"name": "openssl-1_1-doc-1.1.1l-150400.7.34.1.noarch",
"product_id": "openssl-1_1-doc-1.1.1l-150400.7.34.1.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "libopenssl-1_1-devel-1.1.1l-150400.7.34.1.ppc64le",
"product": {
"name": "libopenssl-1_1-devel-1.1.1l-150400.7.34.1.ppc64le",
"product_id": "libopenssl-1_1-devel-1.1.1l-150400.7.34.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libopenssl1_1-1.1.1l-150400.7.34.1.ppc64le",
"product": {
"name": "libopenssl1_1-1.1.1l-150400.7.34.1.ppc64le",
"product_id": "libopenssl1_1-1.1.1l-150400.7.34.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libopenssl1_1-hmac-1.1.1l-150400.7.34.1.ppc64le",
"product": {
"name": "libopenssl1_1-hmac-1.1.1l-150400.7.34.1.ppc64le",
"product_id": "libopenssl1_1-hmac-1.1.1l-150400.7.34.1.ppc64le"
}
},
{
"category": "product_version",
"name": "openssl-1_1-1.1.1l-150400.7.34.1.ppc64le",
"product": {
"name": "openssl-1_1-1.1.1l-150400.7.34.1.ppc64le",
"product_id": "openssl-1_1-1.1.1l-150400.7.34.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "libopenssl-1_1-devel-1.1.1l-150400.7.34.1.s390x",
"product": {
"name": "libopenssl-1_1-devel-1.1.1l-150400.7.34.1.s390x",
"product_id": "libopenssl-1_1-devel-1.1.1l-150400.7.34.1.s390x"
}
},
{
"category": "product_version",
"name": "libopenssl1_1-1.1.1l-150400.7.34.1.s390x",
"product": {
"name": "libopenssl1_1-1.1.1l-150400.7.34.1.s390x",
"product_id": "libopenssl1_1-1.1.1l-150400.7.34.1.s390x"
}
},
{
"category": "product_version",
"name": "libopenssl1_1-hmac-1.1.1l-150400.7.34.1.s390x",
"product": {
"name": "libopenssl1_1-hmac-1.1.1l-150400.7.34.1.s390x",
"product_id": "libopenssl1_1-hmac-1.1.1l-150400.7.34.1.s390x"
}
},
{
"category": "product_version",
"name": "openssl-1_1-1.1.1l-150400.7.34.1.s390x",
"product": {
"name": "openssl-1_1-1.1.1l-150400.7.34.1.s390x",
"product_id": "openssl-1_1-1.1.1l-150400.7.34.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "libopenssl-1_1-devel-1.1.1l-150400.7.34.1.x86_64",
"product": {
"name": "libopenssl-1_1-devel-1.1.1l-150400.7.34.1.x86_64",
"product_id": "libopenssl-1_1-devel-1.1.1l-150400.7.34.1.x86_64"
}
},
{
"category": "product_version",
"name": "libopenssl-1_1-devel-32bit-1.1.1l-150400.7.34.1.x86_64",
"product": {
"name": "libopenssl-1_1-devel-32bit-1.1.1l-150400.7.34.1.x86_64",
"product_id": "libopenssl-1_1-devel-32bit-1.1.1l-150400.7.34.1.x86_64"
}
},
{
"category": "product_version",
"name": "libopenssl1_1-1.1.1l-150400.7.34.1.x86_64",
"product": {
"name": "libopenssl1_1-1.1.1l-150400.7.34.1.x86_64",
"product_id": "libopenssl1_1-1.1.1l-150400.7.34.1.x86_64"
}
},
{
"category": "product_version",
"name": "libopenssl1_1-32bit-1.1.1l-150400.7.34.1.x86_64",
"product": {
"name": "libopenssl1_1-32bit-1.1.1l-150400.7.34.1.x86_64",
"product_id": "libopenssl1_1-32bit-1.1.1l-150400.7.34.1.x86_64"
}
},
{
"category": "product_version",
"name": "libopenssl1_1-hmac-1.1.1l-150400.7.34.1.x86_64",
"product": {
"name": "libopenssl1_1-hmac-1.1.1l-150400.7.34.1.x86_64",
"product_id": "libopenssl1_1-hmac-1.1.1l-150400.7.34.1.x86_64"
}
},
{
"category": "product_version",
"name": "libopenssl1_1-hmac-32bit-1.1.1l-150400.7.34.1.x86_64",
"product": {
"name": "libopenssl1_1-hmac-32bit-1.1.1l-150400.7.34.1.x86_64",
"product_id": "libopenssl1_1-hmac-32bit-1.1.1l-150400.7.34.1.x86_64"
}
},
{
"category": "product_version",
"name": "openssl-1_1-1.1.1l-150400.7.34.1.x86_64",
"product": {
"name": "openssl-1_1-1.1.1l-150400.7.34.1.x86_64",
"product_id": "openssl-1_1-1.1.1l-150400.7.34.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Micro 5.3",
"product": {
"name": "SUSE Linux Enterprise Micro 5.3",
"product_id": "SUSE Linux Enterprise Micro 5.3",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-micro:5.3"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Micro 5.4",
"product": {
"name": "SUSE Linux Enterprise Micro 5.4",
"product_id": "SUSE Linux Enterprise Micro 5.4",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-micro:5.4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Basesystem 15 SP4",
"product": {
"name": "SUSE Linux Enterprise Module for Basesystem 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP4",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-basesystem:15:sp4"
}
}
},
{
"category": "product_name",
"name": "openSUSE Leap Micro 5.3",
"product": {
"name": "openSUSE Leap Micro 5.3",
"product_id": "openSUSE Leap Micro 5.3",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:leap-micro:5.3"
}
}
},
{
"category": "product_name",
"name": "openSUSE Leap 15.4",
"product": {
"name": "openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:leap:15.4"
}
}
}
],
"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.1l-150400.7.34.1.aarch64 as component of SUSE Linux Enterprise Micro 5.3",
"product_id": "SUSE Linux Enterprise Micro 5.3:libopenssl-1_1-devel-1.1.1l-150400.7.34.1.aarch64"
},
"product_reference": "libopenssl-1_1-devel-1.1.1l-150400.7.34.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-1_1-devel-1.1.1l-150400.7.34.1.s390x as component of SUSE Linux Enterprise Micro 5.3",
"product_id": "SUSE Linux Enterprise Micro 5.3:libopenssl-1_1-devel-1.1.1l-150400.7.34.1.s390x"
},
"product_reference": "libopenssl-1_1-devel-1.1.1l-150400.7.34.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-1_1-devel-1.1.1l-150400.7.34.1.x86_64 as component of SUSE Linux Enterprise Micro 5.3",
"product_id": "SUSE Linux Enterprise Micro 5.3:libopenssl-1_1-devel-1.1.1l-150400.7.34.1.x86_64"
},
"product_reference": "libopenssl-1_1-devel-1.1.1l-150400.7.34.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-1.1.1l-150400.7.34.1.aarch64 as component of SUSE Linux Enterprise Micro 5.3",
"product_id": "SUSE Linux Enterprise Micro 5.3:libopenssl1_1-1.1.1l-150400.7.34.1.aarch64"
},
"product_reference": "libopenssl1_1-1.1.1l-150400.7.34.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-1.1.1l-150400.7.34.1.s390x as component of SUSE Linux Enterprise Micro 5.3",
"product_id": "SUSE Linux Enterprise Micro 5.3:libopenssl1_1-1.1.1l-150400.7.34.1.s390x"
},
"product_reference": "libopenssl1_1-1.1.1l-150400.7.34.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-1.1.1l-150400.7.34.1.x86_64 as component of SUSE Linux Enterprise Micro 5.3",
"product_id": "SUSE Linux Enterprise Micro 5.3:libopenssl1_1-1.1.1l-150400.7.34.1.x86_64"
},
"product_reference": "libopenssl1_1-1.1.1l-150400.7.34.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-hmac-1.1.1l-150400.7.34.1.aarch64 as component of SUSE Linux Enterprise Micro 5.3",
"product_id": "SUSE Linux Enterprise Micro 5.3:libopenssl1_1-hmac-1.1.1l-150400.7.34.1.aarch64"
},
"product_reference": "libopenssl1_1-hmac-1.1.1l-150400.7.34.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-hmac-1.1.1l-150400.7.34.1.s390x as component of SUSE Linux Enterprise Micro 5.3",
"product_id": "SUSE Linux Enterprise Micro 5.3:libopenssl1_1-hmac-1.1.1l-150400.7.34.1.s390x"
},
"product_reference": "libopenssl1_1-hmac-1.1.1l-150400.7.34.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-hmac-1.1.1l-150400.7.34.1.x86_64 as component of SUSE Linux Enterprise Micro 5.3",
"product_id": "SUSE Linux Enterprise Micro 5.3:libopenssl1_1-hmac-1.1.1l-150400.7.34.1.x86_64"
},
"product_reference": "libopenssl1_1-hmac-1.1.1l-150400.7.34.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1_1-1.1.1l-150400.7.34.1.aarch64 as component of SUSE Linux Enterprise Micro 5.3",
"product_id": "SUSE Linux Enterprise Micro 5.3:openssl-1_1-1.1.1l-150400.7.34.1.aarch64"
},
"product_reference": "openssl-1_1-1.1.1l-150400.7.34.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1_1-1.1.1l-150400.7.34.1.s390x as component of SUSE Linux Enterprise Micro 5.3",
"product_id": "SUSE Linux Enterprise Micro 5.3:openssl-1_1-1.1.1l-150400.7.34.1.s390x"
},
"product_reference": "openssl-1_1-1.1.1l-150400.7.34.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1_1-1.1.1l-150400.7.34.1.x86_64 as component of SUSE Linux Enterprise Micro 5.3",
"product_id": "SUSE Linux Enterprise Micro 5.3:openssl-1_1-1.1.1l-150400.7.34.1.x86_64"
},
"product_reference": "openssl-1_1-1.1.1l-150400.7.34.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-1_1-devel-1.1.1l-150400.7.34.1.aarch64 as component of SUSE Linux Enterprise Micro 5.4",
"product_id": "SUSE Linux Enterprise Micro 5.4:libopenssl-1_1-devel-1.1.1l-150400.7.34.1.aarch64"
},
"product_reference": "libopenssl-1_1-devel-1.1.1l-150400.7.34.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-1_1-devel-1.1.1l-150400.7.34.1.s390x as component of SUSE Linux Enterprise Micro 5.4",
"product_id": "SUSE Linux Enterprise Micro 5.4:libopenssl-1_1-devel-1.1.1l-150400.7.34.1.s390x"
},
"product_reference": "libopenssl-1_1-devel-1.1.1l-150400.7.34.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-1_1-devel-1.1.1l-150400.7.34.1.x86_64 as component of SUSE Linux Enterprise Micro 5.4",
"product_id": "SUSE Linux Enterprise Micro 5.4:libopenssl-1_1-devel-1.1.1l-150400.7.34.1.x86_64"
},
"product_reference": "libopenssl-1_1-devel-1.1.1l-150400.7.34.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-1.1.1l-150400.7.34.1.aarch64 as component of SUSE Linux Enterprise Micro 5.4",
"product_id": "SUSE Linux Enterprise Micro 5.4:libopenssl1_1-1.1.1l-150400.7.34.1.aarch64"
},
"product_reference": "libopenssl1_1-1.1.1l-150400.7.34.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-1.1.1l-150400.7.34.1.s390x as component of SUSE Linux Enterprise Micro 5.4",
"product_id": "SUSE Linux Enterprise Micro 5.4:libopenssl1_1-1.1.1l-150400.7.34.1.s390x"
},
"product_reference": "libopenssl1_1-1.1.1l-150400.7.34.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-1.1.1l-150400.7.34.1.x86_64 as component of SUSE Linux Enterprise Micro 5.4",
"product_id": "SUSE Linux Enterprise Micro 5.4:libopenssl1_1-1.1.1l-150400.7.34.1.x86_64"
},
"product_reference": "libopenssl1_1-1.1.1l-150400.7.34.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-hmac-1.1.1l-150400.7.34.1.aarch64 as component of SUSE Linux Enterprise Micro 5.4",
"product_id": "SUSE Linux Enterprise Micro 5.4:libopenssl1_1-hmac-1.1.1l-150400.7.34.1.aarch64"
},
"product_reference": "libopenssl1_1-hmac-1.1.1l-150400.7.34.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-hmac-1.1.1l-150400.7.34.1.s390x as component of SUSE Linux Enterprise Micro 5.4",
"product_id": "SUSE Linux Enterprise Micro 5.4:libopenssl1_1-hmac-1.1.1l-150400.7.34.1.s390x"
},
"product_reference": "libopenssl1_1-hmac-1.1.1l-150400.7.34.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-hmac-1.1.1l-150400.7.34.1.x86_64 as component of SUSE Linux Enterprise Micro 5.4",
"product_id": "SUSE Linux Enterprise Micro 5.4:libopenssl1_1-hmac-1.1.1l-150400.7.34.1.x86_64"
},
"product_reference": "libopenssl1_1-hmac-1.1.1l-150400.7.34.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1_1-1.1.1l-150400.7.34.1.aarch64 as component of SUSE Linux Enterprise Micro 5.4",
"product_id": "SUSE Linux Enterprise Micro 5.4:openssl-1_1-1.1.1l-150400.7.34.1.aarch64"
},
"product_reference": "openssl-1_1-1.1.1l-150400.7.34.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1_1-1.1.1l-150400.7.34.1.s390x as component of SUSE Linux Enterprise Micro 5.4",
"product_id": "SUSE Linux Enterprise Micro 5.4:openssl-1_1-1.1.1l-150400.7.34.1.s390x"
},
"product_reference": "openssl-1_1-1.1.1l-150400.7.34.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1_1-1.1.1l-150400.7.34.1.x86_64 as component of SUSE Linux Enterprise Micro 5.4",
"product_id": "SUSE Linux Enterprise Micro 5.4:openssl-1_1-1.1.1l-150400.7.34.1.x86_64"
},
"product_reference": "openssl-1_1-1.1.1l-150400.7.34.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-1_1-devel-1.1.1l-150400.7.34.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP4:libopenssl-1_1-devel-1.1.1l-150400.7.34.1.aarch64"
},
"product_reference": "libopenssl-1_1-devel-1.1.1l-150400.7.34.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-1_1-devel-1.1.1l-150400.7.34.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP4:libopenssl-1_1-devel-1.1.1l-150400.7.34.1.ppc64le"
},
"product_reference": "libopenssl-1_1-devel-1.1.1l-150400.7.34.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-1_1-devel-1.1.1l-150400.7.34.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP4:libopenssl-1_1-devel-1.1.1l-150400.7.34.1.s390x"
},
"product_reference": "libopenssl-1_1-devel-1.1.1l-150400.7.34.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-1_1-devel-1.1.1l-150400.7.34.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP4:libopenssl-1_1-devel-1.1.1l-150400.7.34.1.x86_64"
},
"product_reference": "libopenssl-1_1-devel-1.1.1l-150400.7.34.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-1_1-devel-32bit-1.1.1l-150400.7.34.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP4:libopenssl-1_1-devel-32bit-1.1.1l-150400.7.34.1.x86_64"
},
"product_reference": "libopenssl-1_1-devel-32bit-1.1.1l-150400.7.34.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-1.1.1l-150400.7.34.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP4:libopenssl1_1-1.1.1l-150400.7.34.1.aarch64"
},
"product_reference": "libopenssl1_1-1.1.1l-150400.7.34.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-1.1.1l-150400.7.34.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP4:libopenssl1_1-1.1.1l-150400.7.34.1.ppc64le"
},
"product_reference": "libopenssl1_1-1.1.1l-150400.7.34.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-1.1.1l-150400.7.34.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP4:libopenssl1_1-1.1.1l-150400.7.34.1.s390x"
},
"product_reference": "libopenssl1_1-1.1.1l-150400.7.34.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-1.1.1l-150400.7.34.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP4:libopenssl1_1-1.1.1l-150400.7.34.1.x86_64"
},
"product_reference": "libopenssl1_1-1.1.1l-150400.7.34.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-32bit-1.1.1l-150400.7.34.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP4:libopenssl1_1-32bit-1.1.1l-150400.7.34.1.x86_64"
},
"product_reference": "libopenssl1_1-32bit-1.1.1l-150400.7.34.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-hmac-1.1.1l-150400.7.34.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP4:libopenssl1_1-hmac-1.1.1l-150400.7.34.1.aarch64"
},
"product_reference": "libopenssl1_1-hmac-1.1.1l-150400.7.34.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-hmac-1.1.1l-150400.7.34.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP4:libopenssl1_1-hmac-1.1.1l-150400.7.34.1.ppc64le"
},
"product_reference": "libopenssl1_1-hmac-1.1.1l-150400.7.34.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-hmac-1.1.1l-150400.7.34.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP4:libopenssl1_1-hmac-1.1.1l-150400.7.34.1.s390x"
},
"product_reference": "libopenssl1_1-hmac-1.1.1l-150400.7.34.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-hmac-1.1.1l-150400.7.34.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP4:libopenssl1_1-hmac-1.1.1l-150400.7.34.1.x86_64"
},
"product_reference": "libopenssl1_1-hmac-1.1.1l-150400.7.34.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-hmac-32bit-1.1.1l-150400.7.34.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP4:libopenssl1_1-hmac-32bit-1.1.1l-150400.7.34.1.x86_64"
},
"product_reference": "libopenssl1_1-hmac-32bit-1.1.1l-150400.7.34.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1_1-1.1.1l-150400.7.34.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP4:openssl-1_1-1.1.1l-150400.7.34.1.aarch64"
},
"product_reference": "openssl-1_1-1.1.1l-150400.7.34.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1_1-1.1.1l-150400.7.34.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP4:openssl-1_1-1.1.1l-150400.7.34.1.ppc64le"
},
"product_reference": "openssl-1_1-1.1.1l-150400.7.34.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1_1-1.1.1l-150400.7.34.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP4:openssl-1_1-1.1.1l-150400.7.34.1.s390x"
},
"product_reference": "openssl-1_1-1.1.1l-150400.7.34.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1_1-1.1.1l-150400.7.34.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP4:openssl-1_1-1.1.1l-150400.7.34.1.x86_64"
},
"product_reference": "openssl-1_1-1.1.1l-150400.7.34.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-1_1-devel-1.1.1l-150400.7.34.1.aarch64 as component of openSUSE Leap Micro 5.3",
"product_id": "openSUSE Leap Micro 5.3:libopenssl-1_1-devel-1.1.1l-150400.7.34.1.aarch64"
},
"product_reference": "libopenssl-1_1-devel-1.1.1l-150400.7.34.1.aarch64",
"relates_to_product_reference": "openSUSE Leap Micro 5.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-1_1-devel-1.1.1l-150400.7.34.1.x86_64 as component of openSUSE Leap Micro 5.3",
"product_id": "openSUSE Leap Micro 5.3:libopenssl-1_1-devel-1.1.1l-150400.7.34.1.x86_64"
},
"product_reference": "libopenssl-1_1-devel-1.1.1l-150400.7.34.1.x86_64",
"relates_to_product_reference": "openSUSE Leap Micro 5.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-1.1.1l-150400.7.34.1.aarch64 as component of openSUSE Leap Micro 5.3",
"product_id": "openSUSE Leap Micro 5.3:libopenssl1_1-1.1.1l-150400.7.34.1.aarch64"
},
"product_reference": "libopenssl1_1-1.1.1l-150400.7.34.1.aarch64",
"relates_to_product_reference": "openSUSE Leap Micro 5.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-1.1.1l-150400.7.34.1.x86_64 as component of openSUSE Leap Micro 5.3",
"product_id": "openSUSE Leap Micro 5.3:libopenssl1_1-1.1.1l-150400.7.34.1.x86_64"
},
"product_reference": "libopenssl1_1-1.1.1l-150400.7.34.1.x86_64",
"relates_to_product_reference": "openSUSE Leap Micro 5.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-hmac-1.1.1l-150400.7.34.1.aarch64 as component of openSUSE Leap Micro 5.3",
"product_id": "openSUSE Leap Micro 5.3:libopenssl1_1-hmac-1.1.1l-150400.7.34.1.aarch64"
},
"product_reference": "libopenssl1_1-hmac-1.1.1l-150400.7.34.1.aarch64",
"relates_to_product_reference": "openSUSE Leap Micro 5.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-hmac-1.1.1l-150400.7.34.1.x86_64 as component of openSUSE Leap Micro 5.3",
"product_id": "openSUSE Leap Micro 5.3:libopenssl1_1-hmac-1.1.1l-150400.7.34.1.x86_64"
},
"product_reference": "libopenssl1_1-hmac-1.1.1l-150400.7.34.1.x86_64",
"relates_to_product_reference": "openSUSE Leap Micro 5.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1_1-1.1.1l-150400.7.34.1.aarch64 as component of openSUSE Leap Micro 5.3",
"product_id": "openSUSE Leap Micro 5.3:openssl-1_1-1.1.1l-150400.7.34.1.aarch64"
},
"product_reference": "openssl-1_1-1.1.1l-150400.7.34.1.aarch64",
"relates_to_product_reference": "openSUSE Leap Micro 5.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1_1-1.1.1l-150400.7.34.1.x86_64 as component of openSUSE Leap Micro 5.3",
"product_id": "openSUSE Leap Micro 5.3:openssl-1_1-1.1.1l-150400.7.34.1.x86_64"
},
"product_reference": "openssl-1_1-1.1.1l-150400.7.34.1.x86_64",
"relates_to_product_reference": "openSUSE Leap Micro 5.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-1_1-devel-1.1.1l-150400.7.34.1.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:libopenssl-1_1-devel-1.1.1l-150400.7.34.1.aarch64"
},
"product_reference": "libopenssl-1_1-devel-1.1.1l-150400.7.34.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-1_1-devel-1.1.1l-150400.7.34.1.ppc64le as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:libopenssl-1_1-devel-1.1.1l-150400.7.34.1.ppc64le"
},
"product_reference": "libopenssl-1_1-devel-1.1.1l-150400.7.34.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-1_1-devel-1.1.1l-150400.7.34.1.s390x as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:libopenssl-1_1-devel-1.1.1l-150400.7.34.1.s390x"
},
"product_reference": "libopenssl-1_1-devel-1.1.1l-150400.7.34.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-1_1-devel-1.1.1l-150400.7.34.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:libopenssl-1_1-devel-1.1.1l-150400.7.34.1.x86_64"
},
"product_reference": "libopenssl-1_1-devel-1.1.1l-150400.7.34.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-1_1-devel-32bit-1.1.1l-150400.7.34.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:libopenssl-1_1-devel-32bit-1.1.1l-150400.7.34.1.x86_64"
},
"product_reference": "libopenssl-1_1-devel-32bit-1.1.1l-150400.7.34.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-1.1.1l-150400.7.34.1.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:libopenssl1_1-1.1.1l-150400.7.34.1.aarch64"
},
"product_reference": "libopenssl1_1-1.1.1l-150400.7.34.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-1.1.1l-150400.7.34.1.ppc64le as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:libopenssl1_1-1.1.1l-150400.7.34.1.ppc64le"
},
"product_reference": "libopenssl1_1-1.1.1l-150400.7.34.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-1.1.1l-150400.7.34.1.s390x as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:libopenssl1_1-1.1.1l-150400.7.34.1.s390x"
},
"product_reference": "libopenssl1_1-1.1.1l-150400.7.34.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-1.1.1l-150400.7.34.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:libopenssl1_1-1.1.1l-150400.7.34.1.x86_64"
},
"product_reference": "libopenssl1_1-1.1.1l-150400.7.34.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-32bit-1.1.1l-150400.7.34.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:libopenssl1_1-32bit-1.1.1l-150400.7.34.1.x86_64"
},
"product_reference": "libopenssl1_1-32bit-1.1.1l-150400.7.34.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-hmac-1.1.1l-150400.7.34.1.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:libopenssl1_1-hmac-1.1.1l-150400.7.34.1.aarch64"
},
"product_reference": "libopenssl1_1-hmac-1.1.1l-150400.7.34.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-hmac-1.1.1l-150400.7.34.1.ppc64le as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:libopenssl1_1-hmac-1.1.1l-150400.7.34.1.ppc64le"
},
"product_reference": "libopenssl1_1-hmac-1.1.1l-150400.7.34.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-hmac-1.1.1l-150400.7.34.1.s390x as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:libopenssl1_1-hmac-1.1.1l-150400.7.34.1.s390x"
},
"product_reference": "libopenssl1_1-hmac-1.1.1l-150400.7.34.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-hmac-1.1.1l-150400.7.34.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:libopenssl1_1-hmac-1.1.1l-150400.7.34.1.x86_64"
},
"product_reference": "libopenssl1_1-hmac-1.1.1l-150400.7.34.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_1-hmac-32bit-1.1.1l-150400.7.34.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:libopenssl1_1-hmac-32bit-1.1.1l-150400.7.34.1.x86_64"
},
"product_reference": "libopenssl1_1-hmac-32bit-1.1.1l-150400.7.34.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1_1-1.1.1l-150400.7.34.1.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:openssl-1_1-1.1.1l-150400.7.34.1.aarch64"
},
"product_reference": "openssl-1_1-1.1.1l-150400.7.34.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1_1-1.1.1l-150400.7.34.1.ppc64le as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:openssl-1_1-1.1.1l-150400.7.34.1.ppc64le"
},
"product_reference": "openssl-1_1-1.1.1l-150400.7.34.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1_1-1.1.1l-150400.7.34.1.s390x as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:openssl-1_1-1.1.1l-150400.7.34.1.s390x"
},
"product_reference": "openssl-1_1-1.1.1l-150400.7.34.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1_1-1.1.1l-150400.7.34.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:openssl-1_1-1.1.1l-150400.7.34.1.x86_64"
},
"product_reference": "openssl-1_1-1.1.1l-150400.7.34.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1_1-doc-1.1.1l-150400.7.34.1.noarch as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:openssl-1_1-doc-1.1.1l-150400.7.34.1.noarch"
},
"product_reference": "openssl-1_1-doc-1.1.1l-150400.7.34.1.noarch",
"relates_to_product_reference": "openSUSE Leap 15.4"
}
]
},
"vulnerabilities": [
{
"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": [
"SUSE Linux Enterprise Micro 5.3:libopenssl-1_1-devel-1.1.1l-150400.7.34.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:libopenssl-1_1-devel-1.1.1l-150400.7.34.1.s390x",
"SUSE Linux Enterprise Micro 5.3:libopenssl-1_1-devel-1.1.1l-150400.7.34.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:libopenssl1_1-1.1.1l-150400.7.34.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:libopenssl1_1-1.1.1l-150400.7.34.1.s390x",
"SUSE Linux Enterprise Micro 5.3:libopenssl1_1-1.1.1l-150400.7.34.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:libopenssl1_1-hmac-1.1.1l-150400.7.34.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:libopenssl1_1-hmac-1.1.1l-150400.7.34.1.s390x",
"SUSE Linux Enterprise Micro 5.3:libopenssl1_1-hmac-1.1.1l-150400.7.34.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:openssl-1_1-1.1.1l-150400.7.34.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:openssl-1_1-1.1.1l-150400.7.34.1.s390x",
"SUSE Linux Enterprise Micro 5.3:openssl-1_1-1.1.1l-150400.7.34.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:libopenssl-1_1-devel-1.1.1l-150400.7.34.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:libopenssl-1_1-devel-1.1.1l-150400.7.34.1.s390x",
"SUSE Linux Enterprise Micro 5.4:libopenssl-1_1-devel-1.1.1l-150400.7.34.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:libopenssl1_1-1.1.1l-150400.7.34.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:libopenssl1_1-1.1.1l-150400.7.34.1.s390x",
"SUSE Linux Enterprise Micro 5.4:libopenssl1_1-1.1.1l-150400.7.34.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:libopenssl1_1-hmac-1.1.1l-150400.7.34.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:libopenssl1_1-hmac-1.1.1l-150400.7.34.1.s390x",
"SUSE Linux Enterprise Micro 5.4:libopenssl1_1-hmac-1.1.1l-150400.7.34.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:openssl-1_1-1.1.1l-150400.7.34.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:openssl-1_1-1.1.1l-150400.7.34.1.s390x",
"SUSE Linux Enterprise Micro 5.4:openssl-1_1-1.1.1l-150400.7.34.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:libopenssl-1_1-devel-1.1.1l-150400.7.34.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:libopenssl-1_1-devel-1.1.1l-150400.7.34.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:libopenssl-1_1-devel-1.1.1l-150400.7.34.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:libopenssl-1_1-devel-1.1.1l-150400.7.34.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:libopenssl-1_1-devel-32bit-1.1.1l-150400.7.34.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:libopenssl1_1-1.1.1l-150400.7.34.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:libopenssl1_1-1.1.1l-150400.7.34.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:libopenssl1_1-1.1.1l-150400.7.34.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:libopenssl1_1-1.1.1l-150400.7.34.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:libopenssl1_1-32bit-1.1.1l-150400.7.34.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:libopenssl1_1-hmac-1.1.1l-150400.7.34.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:libopenssl1_1-hmac-1.1.1l-150400.7.34.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:libopenssl1_1-hmac-1.1.1l-150400.7.34.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:libopenssl1_1-hmac-1.1.1l-150400.7.34.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:libopenssl1_1-hmac-32bit-1.1.1l-150400.7.34.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:openssl-1_1-1.1.1l-150400.7.34.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:openssl-1_1-1.1.1l-150400.7.34.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:openssl-1_1-1.1.1l-150400.7.34.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:openssl-1_1-1.1.1l-150400.7.34.1.x86_64",
"openSUSE Leap 15.4:libopenssl-1_1-devel-1.1.1l-150400.7.34.1.aarch64",
"openSUSE Leap 15.4:libopenssl-1_1-devel-1.1.1l-150400.7.34.1.ppc64le",
"openSUSE Leap 15.4:libopenssl-1_1-devel-1.1.1l-150400.7.34.1.s390x",
"openSUSE Leap 15.4:libopenssl-1_1-devel-1.1.1l-150400.7.34.1.x86_64",
"openSUSE Leap 15.4:libopenssl-1_1-devel-32bit-1.1.1l-150400.7.34.1.x86_64",
"openSUSE Leap 15.4:libopenssl1_1-1.1.1l-150400.7.34.1.aarch64",
"openSUSE Leap 15.4:libopenssl1_1-1.1.1l-150400.7.34.1.ppc64le",
"openSUSE Leap 15.4:libopenssl1_1-1.1.1l-150400.7.34.1.s390x",
"openSUSE Leap 15.4:libopenssl1_1-1.1.1l-150400.7.34.1.x86_64",
"openSUSE Leap 15.4:libopenssl1_1-32bit-1.1.1l-150400.7.34.1.x86_64",
"openSUSE Leap 15.4:libopenssl1_1-hmac-1.1.1l-150400.7.34.1.aarch64",
"openSUSE Leap 15.4:libopenssl1_1-hmac-1.1.1l-150400.7.34.1.ppc64le",
"openSUSE Leap 15.4:libopenssl1_1-hmac-1.1.1l-150400.7.34.1.s390x",
"openSUSE Leap 15.4:libopenssl1_1-hmac-1.1.1l-150400.7.34.1.x86_64",
"openSUSE Leap 15.4:libopenssl1_1-hmac-32bit-1.1.1l-150400.7.34.1.x86_64",
"openSUSE Leap 15.4:openssl-1_1-1.1.1l-150400.7.34.1.aarch64",
"openSUSE Leap 15.4:openssl-1_1-1.1.1l-150400.7.34.1.ppc64le",
"openSUSE Leap 15.4:openssl-1_1-1.1.1l-150400.7.34.1.s390x",
"openSUSE Leap 15.4:openssl-1_1-1.1.1l-150400.7.34.1.x86_64",
"openSUSE Leap 15.4:openssl-1_1-doc-1.1.1l-150400.7.34.1.noarch",
"openSUSE Leap Micro 5.3:libopenssl-1_1-devel-1.1.1l-150400.7.34.1.aarch64",
"openSUSE Leap Micro 5.3:libopenssl-1_1-devel-1.1.1l-150400.7.34.1.x86_64",
"openSUSE Leap Micro 5.3:libopenssl1_1-1.1.1l-150400.7.34.1.aarch64",
"openSUSE Leap Micro 5.3:libopenssl1_1-1.1.1l-150400.7.34.1.x86_64",
"openSUSE Leap Micro 5.3:libopenssl1_1-hmac-1.1.1l-150400.7.34.1.aarch64",
"openSUSE Leap Micro 5.3:libopenssl1_1-hmac-1.1.1l-150400.7.34.1.x86_64",
"openSUSE Leap Micro 5.3:openssl-1_1-1.1.1l-150400.7.34.1.aarch64",
"openSUSE Leap Micro 5.3:openssl-1_1-1.1.1l-150400.7.34.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": [
"SUSE Linux Enterprise Micro 5.3:libopenssl-1_1-devel-1.1.1l-150400.7.34.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:libopenssl-1_1-devel-1.1.1l-150400.7.34.1.s390x",
"SUSE Linux Enterprise Micro 5.3:libopenssl-1_1-devel-1.1.1l-150400.7.34.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:libopenssl1_1-1.1.1l-150400.7.34.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:libopenssl1_1-1.1.1l-150400.7.34.1.s390x",
"SUSE Linux Enterprise Micro 5.3:libopenssl1_1-1.1.1l-150400.7.34.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:libopenssl1_1-hmac-1.1.1l-150400.7.34.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:libopenssl1_1-hmac-1.1.1l-150400.7.34.1.s390x",
"SUSE Linux Enterprise Micro 5.3:libopenssl1_1-hmac-1.1.1l-150400.7.34.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:openssl-1_1-1.1.1l-150400.7.34.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:openssl-1_1-1.1.1l-150400.7.34.1.s390x",
"SUSE Linux Enterprise Micro 5.3:openssl-1_1-1.1.1l-150400.7.34.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:libopenssl-1_1-devel-1.1.1l-150400.7.34.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:libopenssl-1_1-devel-1.1.1l-150400.7.34.1.s390x",
"SUSE Linux Enterprise Micro 5.4:libopenssl-1_1-devel-1.1.1l-150400.7.34.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:libopenssl1_1-1.1.1l-150400.7.34.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:libopenssl1_1-1.1.1l-150400.7.34.1.s390x",
"SUSE Linux Enterprise Micro 5.4:libopenssl1_1-1.1.1l-150400.7.34.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:libopenssl1_1-hmac-1.1.1l-150400.7.34.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:libopenssl1_1-hmac-1.1.1l-150400.7.34.1.s390x",
"SUSE Linux Enterprise Micro 5.4:libopenssl1_1-hmac-1.1.1l-150400.7.34.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:openssl-1_1-1.1.1l-150400.7.34.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:openssl-1_1-1.1.1l-150400.7.34.1.s390x",
"SUSE Linux Enterprise Micro 5.4:openssl-1_1-1.1.1l-150400.7.34.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:libopenssl-1_1-devel-1.1.1l-150400.7.34.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:libopenssl-1_1-devel-1.1.1l-150400.7.34.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:libopenssl-1_1-devel-1.1.1l-150400.7.34.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:libopenssl-1_1-devel-1.1.1l-150400.7.34.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:libopenssl-1_1-devel-32bit-1.1.1l-150400.7.34.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:libopenssl1_1-1.1.1l-150400.7.34.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:libopenssl1_1-1.1.1l-150400.7.34.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:libopenssl1_1-1.1.1l-150400.7.34.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:libopenssl1_1-1.1.1l-150400.7.34.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:libopenssl1_1-32bit-1.1.1l-150400.7.34.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:libopenssl1_1-hmac-1.1.1l-150400.7.34.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:libopenssl1_1-hmac-1.1.1l-150400.7.34.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:libopenssl1_1-hmac-1.1.1l-150400.7.34.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:libopenssl1_1-hmac-1.1.1l-150400.7.34.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:libopenssl1_1-hmac-32bit-1.1.1l-150400.7.34.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:openssl-1_1-1.1.1l-150400.7.34.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:openssl-1_1-1.1.1l-150400.7.34.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:openssl-1_1-1.1.1l-150400.7.34.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:openssl-1_1-1.1.1l-150400.7.34.1.x86_64",
"openSUSE Leap 15.4:libopenssl-1_1-devel-1.1.1l-150400.7.34.1.aarch64",
"openSUSE Leap 15.4:libopenssl-1_1-devel-1.1.1l-150400.7.34.1.ppc64le",
"openSUSE Leap 15.4:libopenssl-1_1-devel-1.1.1l-150400.7.34.1.s390x",
"openSUSE Leap 15.4:libopenssl-1_1-devel-1.1.1l-150400.7.34.1.x86_64",
"openSUSE Leap 15.4:libopenssl-1_1-devel-32bit-1.1.1l-150400.7.34.1.x86_64",
"openSUSE Leap 15.4:libopenssl1_1-1.1.1l-150400.7.34.1.aarch64",
"openSUSE Leap 15.4:libopenssl1_1-1.1.1l-150400.7.34.1.ppc64le",
"openSUSE Leap 15.4:libopenssl1_1-1.1.1l-150400.7.34.1.s390x",
"openSUSE Leap 15.4:libopenssl1_1-1.1.1l-150400.7.34.1.x86_64",
"openSUSE Leap 15.4:libopenssl1_1-32bit-1.1.1l-150400.7.34.1.x86_64",
"openSUSE Leap 15.4:libopenssl1_1-hmac-1.1.1l-150400.7.34.1.aarch64",
"openSUSE Leap 15.4:libopenssl1_1-hmac-1.1.1l-150400.7.34.1.ppc64le",
"openSUSE Leap 15.4:libopenssl1_1-hmac-1.1.1l-150400.7.34.1.s390x",
"openSUSE Leap 15.4:libopenssl1_1-hmac-1.1.1l-150400.7.34.1.x86_64",
"openSUSE Leap 15.4:libopenssl1_1-hmac-32bit-1.1.1l-150400.7.34.1.x86_64",
"openSUSE Leap 15.4:openssl-1_1-1.1.1l-150400.7.34.1.aarch64",
"openSUSE Leap 15.4:openssl-1_1-1.1.1l-150400.7.34.1.ppc64le",
"openSUSE Leap 15.4:openssl-1_1-1.1.1l-150400.7.34.1.s390x",
"openSUSE Leap 15.4:openssl-1_1-1.1.1l-150400.7.34.1.x86_64",
"openSUSE Leap 15.4:openssl-1_1-doc-1.1.1l-150400.7.34.1.noarch",
"openSUSE Leap Micro 5.3:libopenssl-1_1-devel-1.1.1l-150400.7.34.1.aarch64",
"openSUSE Leap Micro 5.3:libopenssl-1_1-devel-1.1.1l-150400.7.34.1.x86_64",
"openSUSE Leap Micro 5.3:libopenssl1_1-1.1.1l-150400.7.34.1.aarch64",
"openSUSE Leap Micro 5.3:libopenssl1_1-1.1.1l-150400.7.34.1.x86_64",
"openSUSE Leap Micro 5.3:libopenssl1_1-hmac-1.1.1l-150400.7.34.1.aarch64",
"openSUSE Leap Micro 5.3:libopenssl1_1-hmac-1.1.1l-150400.7.34.1.x86_64",
"openSUSE Leap Micro 5.3:openssl-1_1-1.1.1l-150400.7.34.1.aarch64",
"openSUSE Leap Micro 5.3:openssl-1_1-1.1.1l-150400.7.34.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": [
"SUSE Linux Enterprise Micro 5.3:libopenssl-1_1-devel-1.1.1l-150400.7.34.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:libopenssl-1_1-devel-1.1.1l-150400.7.34.1.s390x",
"SUSE Linux Enterprise Micro 5.3:libopenssl-1_1-devel-1.1.1l-150400.7.34.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:libopenssl1_1-1.1.1l-150400.7.34.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:libopenssl1_1-1.1.1l-150400.7.34.1.s390x",
"SUSE Linux Enterprise Micro 5.3:libopenssl1_1-1.1.1l-150400.7.34.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:libopenssl1_1-hmac-1.1.1l-150400.7.34.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:libopenssl1_1-hmac-1.1.1l-150400.7.34.1.s390x",
"SUSE Linux Enterprise Micro 5.3:libopenssl1_1-hmac-1.1.1l-150400.7.34.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:openssl-1_1-1.1.1l-150400.7.34.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:openssl-1_1-1.1.1l-150400.7.34.1.s390x",
"SUSE Linux Enterprise Micro 5.3:openssl-1_1-1.1.1l-150400.7.34.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:libopenssl-1_1-devel-1.1.1l-150400.7.34.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:libopenssl-1_1-devel-1.1.1l-150400.7.34.1.s390x",
"SUSE Linux Enterprise Micro 5.4:libopenssl-1_1-devel-1.1.1l-150400.7.34.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:libopenssl1_1-1.1.1l-150400.7.34.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:libopenssl1_1-1.1.1l-150400.7.34.1.s390x",
"SUSE Linux Enterprise Micro 5.4:libopenssl1_1-1.1.1l-150400.7.34.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:libopenssl1_1-hmac-1.1.1l-150400.7.34.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:libopenssl1_1-hmac-1.1.1l-150400.7.34.1.s390x",
"SUSE Linux Enterprise Micro 5.4:libopenssl1_1-hmac-1.1.1l-150400.7.34.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:openssl-1_1-1.1.1l-150400.7.34.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:openssl-1_1-1.1.1l-150400.7.34.1.s390x",
"SUSE Linux Enterprise Micro 5.4:openssl-1_1-1.1.1l-150400.7.34.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:libopenssl-1_1-devel-1.1.1l-150400.7.34.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:libopenssl-1_1-devel-1.1.1l-150400.7.34.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:libopenssl-1_1-devel-1.1.1l-150400.7.34.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:libopenssl-1_1-devel-1.1.1l-150400.7.34.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:libopenssl-1_1-devel-32bit-1.1.1l-150400.7.34.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:libopenssl1_1-1.1.1l-150400.7.34.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:libopenssl1_1-1.1.1l-150400.7.34.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:libopenssl1_1-1.1.1l-150400.7.34.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:libopenssl1_1-1.1.1l-150400.7.34.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:libopenssl1_1-32bit-1.1.1l-150400.7.34.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:libopenssl1_1-hmac-1.1.1l-150400.7.34.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:libopenssl1_1-hmac-1.1.1l-150400.7.34.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:libopenssl1_1-hmac-1.1.1l-150400.7.34.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:libopenssl1_1-hmac-1.1.1l-150400.7.34.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:libopenssl1_1-hmac-32bit-1.1.1l-150400.7.34.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:openssl-1_1-1.1.1l-150400.7.34.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:openssl-1_1-1.1.1l-150400.7.34.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:openssl-1_1-1.1.1l-150400.7.34.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:openssl-1_1-1.1.1l-150400.7.34.1.x86_64",
"openSUSE Leap 15.4:libopenssl-1_1-devel-1.1.1l-150400.7.34.1.aarch64",
"openSUSE Leap 15.4:libopenssl-1_1-devel-1.1.1l-150400.7.34.1.ppc64le",
"openSUSE Leap 15.4:libopenssl-1_1-devel-1.1.1l-150400.7.34.1.s390x",
"openSUSE Leap 15.4:libopenssl-1_1-devel-1.1.1l-150400.7.34.1.x86_64",
"openSUSE Leap 15.4:libopenssl-1_1-devel-32bit-1.1.1l-150400.7.34.1.x86_64",
"openSUSE Leap 15.4:libopenssl1_1-1.1.1l-150400.7.34.1.aarch64",
"openSUSE Leap 15.4:libopenssl1_1-1.1.1l-150400.7.34.1.ppc64le",
"openSUSE Leap 15.4:libopenssl1_1-1.1.1l-150400.7.34.1.s390x",
"openSUSE Leap 15.4:libopenssl1_1-1.1.1l-150400.7.34.1.x86_64",
"openSUSE Leap 15.4:libopenssl1_1-32bit-1.1.1l-150400.7.34.1.x86_64",
"openSUSE Leap 15.4:libopenssl1_1-hmac-1.1.1l-150400.7.34.1.aarch64",
"openSUSE Leap 15.4:libopenssl1_1-hmac-1.1.1l-150400.7.34.1.ppc64le",
"openSUSE Leap 15.4:libopenssl1_1-hmac-1.1.1l-150400.7.34.1.s390x",
"openSUSE Leap 15.4:libopenssl1_1-hmac-1.1.1l-150400.7.34.1.x86_64",
"openSUSE Leap 15.4:libopenssl1_1-hmac-32bit-1.1.1l-150400.7.34.1.x86_64",
"openSUSE Leap 15.4:openssl-1_1-1.1.1l-150400.7.34.1.aarch64",
"openSUSE Leap 15.4:openssl-1_1-1.1.1l-150400.7.34.1.ppc64le",
"openSUSE Leap 15.4:openssl-1_1-1.1.1l-150400.7.34.1.s390x",
"openSUSE Leap 15.4:openssl-1_1-1.1.1l-150400.7.34.1.x86_64",
"openSUSE Leap 15.4:openssl-1_1-doc-1.1.1l-150400.7.34.1.noarch",
"openSUSE Leap Micro 5.3:libopenssl-1_1-devel-1.1.1l-150400.7.34.1.aarch64",
"openSUSE Leap Micro 5.3:libopenssl-1_1-devel-1.1.1l-150400.7.34.1.x86_64",
"openSUSE Leap Micro 5.3:libopenssl1_1-1.1.1l-150400.7.34.1.aarch64",
"openSUSE Leap Micro 5.3:libopenssl1_1-1.1.1l-150400.7.34.1.x86_64",
"openSUSE Leap Micro 5.3:libopenssl1_1-hmac-1.1.1l-150400.7.34.1.aarch64",
"openSUSE Leap Micro 5.3:libopenssl1_1-hmac-1.1.1l-150400.7.34.1.x86_64",
"openSUSE Leap Micro 5.3:openssl-1_1-1.1.1l-150400.7.34.1.aarch64",
"openSUSE Leap Micro 5.3:openssl-1_1-1.1.1l-150400.7.34.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2023-04-19T11:02:42Z",
"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": [
"SUSE Linux Enterprise Micro 5.3:libopenssl-1_1-devel-1.1.1l-150400.7.34.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:libopenssl-1_1-devel-1.1.1l-150400.7.34.1.s390x",
"SUSE Linux Enterprise Micro 5.3:libopenssl-1_1-devel-1.1.1l-150400.7.34.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:libopenssl1_1-1.1.1l-150400.7.34.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:libopenssl1_1-1.1.1l-150400.7.34.1.s390x",
"SUSE Linux Enterprise Micro 5.3:libopenssl1_1-1.1.1l-150400.7.34.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:libopenssl1_1-hmac-1.1.1l-150400.7.34.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:libopenssl1_1-hmac-1.1.1l-150400.7.34.1.s390x",
"SUSE Linux Enterprise Micro 5.3:libopenssl1_1-hmac-1.1.1l-150400.7.34.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:openssl-1_1-1.1.1l-150400.7.34.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:openssl-1_1-1.1.1l-150400.7.34.1.s390x",
"SUSE Linux Enterprise Micro 5.3:openssl-1_1-1.1.1l-150400.7.34.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:libopenssl-1_1-devel-1.1.1l-150400.7.34.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:libopenssl-1_1-devel-1.1.1l-150400.7.34.1.s390x",
"SUSE Linux Enterprise Micro 5.4:libopenssl-1_1-devel-1.1.1l-150400.7.34.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:libopenssl1_1-1.1.1l-150400.7.34.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:libopenssl1_1-1.1.1l-150400.7.34.1.s390x",
"SUSE Linux Enterprise Micro 5.4:libopenssl1_1-1.1.1l-150400.7.34.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:libopenssl1_1-hmac-1.1.1l-150400.7.34.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:libopenssl1_1-hmac-1.1.1l-150400.7.34.1.s390x",
"SUSE Linux Enterprise Micro 5.4:libopenssl1_1-hmac-1.1.1l-150400.7.34.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:openssl-1_1-1.1.1l-150400.7.34.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:openssl-1_1-1.1.1l-150400.7.34.1.s390x",
"SUSE Linux Enterprise Micro 5.4:openssl-1_1-1.1.1l-150400.7.34.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:libopenssl-1_1-devel-1.1.1l-150400.7.34.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:libopenssl-1_1-devel-1.1.1l-150400.7.34.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:libopenssl-1_1-devel-1.1.1l-150400.7.34.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:libopenssl-1_1-devel-1.1.1l-150400.7.34.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:libopenssl-1_1-devel-32bit-1.1.1l-150400.7.34.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:libopenssl1_1-1.1.1l-150400.7.34.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:libopenssl1_1-1.1.1l-150400.7.34.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:libopenssl1_1-1.1.1l-150400.7.34.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:libopenssl1_1-1.1.1l-150400.7.34.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:libopenssl1_1-32bit-1.1.1l-150400.7.34.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:libopenssl1_1-hmac-1.1.1l-150400.7.34.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:libopenssl1_1-hmac-1.1.1l-150400.7.34.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:libopenssl1_1-hmac-1.1.1l-150400.7.34.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:libopenssl1_1-hmac-1.1.1l-150400.7.34.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:libopenssl1_1-hmac-32bit-1.1.1l-150400.7.34.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:openssl-1_1-1.1.1l-150400.7.34.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:openssl-1_1-1.1.1l-150400.7.34.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:openssl-1_1-1.1.1l-150400.7.34.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:openssl-1_1-1.1.1l-150400.7.34.1.x86_64",
"openSUSE Leap 15.4:libopenssl-1_1-devel-1.1.1l-150400.7.34.1.aarch64",
"openSUSE Leap 15.4:libopenssl-1_1-devel-1.1.1l-150400.7.34.1.ppc64le",
"openSUSE Leap 15.4:libopenssl-1_1-devel-1.1.1l-150400.7.34.1.s390x",
"openSUSE Leap 15.4:libopenssl-1_1-devel-1.1.1l-150400.7.34.1.x86_64",
"openSUSE Leap 15.4:libopenssl-1_1-devel-32bit-1.1.1l-150400.7.34.1.x86_64",
"openSUSE Leap 15.4:libopenssl1_1-1.1.1l-150400.7.34.1.aarch64",
"openSUSE Leap 15.4:libopenssl1_1-1.1.1l-150400.7.34.1.ppc64le",
"openSUSE Leap 15.4:libopenssl1_1-1.1.1l-150400.7.34.1.s390x",
"openSUSE Leap 15.4:libopenssl1_1-1.1.1l-150400.7.34.1.x86_64",
"openSUSE Leap 15.4:libopenssl1_1-32bit-1.1.1l-150400.7.34.1.x86_64",
"openSUSE Leap 15.4:libopenssl1_1-hmac-1.1.1l-150400.7.34.1.aarch64",
"openSUSE Leap 15.4:libopenssl1_1-hmac-1.1.1l-150400.7.34.1.ppc64le",
"openSUSE Leap 15.4:libopenssl1_1-hmac-1.1.1l-150400.7.34.1.s390x",
"openSUSE Leap 15.4:libopenssl1_1-hmac-1.1.1l-150400.7.34.1.x86_64",
"openSUSE Leap 15.4:libopenssl1_1-hmac-32bit-1.1.1l-150400.7.34.1.x86_64",
"openSUSE Leap 15.4:openssl-1_1-1.1.1l-150400.7.34.1.aarch64",
"openSUSE Leap 15.4:openssl-1_1-1.1.1l-150400.7.34.1.ppc64le",
"openSUSE Leap 15.4:openssl-1_1-1.1.1l-150400.7.34.1.s390x",
"openSUSE Leap 15.4:openssl-1_1-1.1.1l-150400.7.34.1.x86_64",
"openSUSE Leap 15.4:openssl-1_1-doc-1.1.1l-150400.7.34.1.noarch",
"openSUSE Leap Micro 5.3:libopenssl-1_1-devel-1.1.1l-150400.7.34.1.aarch64",
"openSUSE Leap Micro 5.3:libopenssl-1_1-devel-1.1.1l-150400.7.34.1.x86_64",
"openSUSE Leap Micro 5.3:libopenssl1_1-1.1.1l-150400.7.34.1.aarch64",
"openSUSE Leap Micro 5.3:libopenssl1_1-1.1.1l-150400.7.34.1.x86_64",
"openSUSE Leap Micro 5.3:libopenssl1_1-hmac-1.1.1l-150400.7.34.1.aarch64",
"openSUSE Leap Micro 5.3:libopenssl1_1-hmac-1.1.1l-150400.7.34.1.x86_64",
"openSUSE Leap Micro 5.3:openssl-1_1-1.1.1l-150400.7.34.1.aarch64",
"openSUSE Leap Micro 5.3:openssl-1_1-1.1.1l-150400.7.34.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": [
"SUSE Linux Enterprise Micro 5.3:libopenssl-1_1-devel-1.1.1l-150400.7.34.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:libopenssl-1_1-devel-1.1.1l-150400.7.34.1.s390x",
"SUSE Linux Enterprise Micro 5.3:libopenssl-1_1-devel-1.1.1l-150400.7.34.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:libopenssl1_1-1.1.1l-150400.7.34.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:libopenssl1_1-1.1.1l-150400.7.34.1.s390x",
"SUSE Linux Enterprise Micro 5.3:libopenssl1_1-1.1.1l-150400.7.34.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:libopenssl1_1-hmac-1.1.1l-150400.7.34.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:libopenssl1_1-hmac-1.1.1l-150400.7.34.1.s390x",
"SUSE Linux Enterprise Micro 5.3:libopenssl1_1-hmac-1.1.1l-150400.7.34.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:openssl-1_1-1.1.1l-150400.7.34.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:openssl-1_1-1.1.1l-150400.7.34.1.s390x",
"SUSE Linux Enterprise Micro 5.3:openssl-1_1-1.1.1l-150400.7.34.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:libopenssl-1_1-devel-1.1.1l-150400.7.34.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:libopenssl-1_1-devel-1.1.1l-150400.7.34.1.s390x",
"SUSE Linux Enterprise Micro 5.4:libopenssl-1_1-devel-1.1.1l-150400.7.34.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:libopenssl1_1-1.1.1l-150400.7.34.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:libopenssl1_1-1.1.1l-150400.7.34.1.s390x",
"SUSE Linux Enterprise Micro 5.4:libopenssl1_1-1.1.1l-150400.7.34.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:libopenssl1_1-hmac-1.1.1l-150400.7.34.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:libopenssl1_1-hmac-1.1.1l-150400.7.34.1.s390x",
"SUSE Linux Enterprise Micro 5.4:libopenssl1_1-hmac-1.1.1l-150400.7.34.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:openssl-1_1-1.1.1l-150400.7.34.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:openssl-1_1-1.1.1l-150400.7.34.1.s390x",
"SUSE Linux Enterprise Micro 5.4:openssl-1_1-1.1.1l-150400.7.34.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:libopenssl-1_1-devel-1.1.1l-150400.7.34.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:libopenssl-1_1-devel-1.1.1l-150400.7.34.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:libopenssl-1_1-devel-1.1.1l-150400.7.34.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:libopenssl-1_1-devel-1.1.1l-150400.7.34.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:libopenssl-1_1-devel-32bit-1.1.1l-150400.7.34.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:libopenssl1_1-1.1.1l-150400.7.34.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:libopenssl1_1-1.1.1l-150400.7.34.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:libopenssl1_1-1.1.1l-150400.7.34.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:libopenssl1_1-1.1.1l-150400.7.34.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:libopenssl1_1-32bit-1.1.1l-150400.7.34.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:libopenssl1_1-hmac-1.1.1l-150400.7.34.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:libopenssl1_1-hmac-1.1.1l-150400.7.34.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:libopenssl1_1-hmac-1.1.1l-150400.7.34.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:libopenssl1_1-hmac-1.1.1l-150400.7.34.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:libopenssl1_1-hmac-32bit-1.1.1l-150400.7.34.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:openssl-1_1-1.1.1l-150400.7.34.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:openssl-1_1-1.1.1l-150400.7.34.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:openssl-1_1-1.1.1l-150400.7.34.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:openssl-1_1-1.1.1l-150400.7.34.1.x86_64",
"openSUSE Leap 15.4:libopenssl-1_1-devel-1.1.1l-150400.7.34.1.aarch64",
"openSUSE Leap 15.4:libopenssl-1_1-devel-1.1.1l-150400.7.34.1.ppc64le",
"openSUSE Leap 15.4:libopenssl-1_1-devel-1.1.1l-150400.7.34.1.s390x",
"openSUSE Leap 15.4:libopenssl-1_1-devel-1.1.1l-150400.7.34.1.x86_64",
"openSUSE Leap 15.4:libopenssl-1_1-devel-32bit-1.1.1l-150400.7.34.1.x86_64",
"openSUSE Leap 15.4:libopenssl1_1-1.1.1l-150400.7.34.1.aarch64",
"openSUSE Leap 15.4:libopenssl1_1-1.1.1l-150400.7.34.1.ppc64le",
"openSUSE Leap 15.4:libopenssl1_1-1.1.1l-150400.7.34.1.s390x",
"openSUSE Leap 15.4:libopenssl1_1-1.1.1l-150400.7.34.1.x86_64",
"openSUSE Leap 15.4:libopenssl1_1-32bit-1.1.1l-150400.7.34.1.x86_64",
"openSUSE Leap 15.4:libopenssl1_1-hmac-1.1.1l-150400.7.34.1.aarch64",
"openSUSE Leap 15.4:libopenssl1_1-hmac-1.1.1l-150400.7.34.1.ppc64le",
"openSUSE Leap 15.4:libopenssl1_1-hmac-1.1.1l-150400.7.34.1.s390x",
"openSUSE Leap 15.4:libopenssl1_1-hmac-1.1.1l-150400.7.34.1.x86_64",
"openSUSE Leap 15.4:libopenssl1_1-hmac-32bit-1.1.1l-150400.7.34.1.x86_64",
"openSUSE Leap 15.4:openssl-1_1-1.1.1l-150400.7.34.1.aarch64",
"openSUSE Leap 15.4:openssl-1_1-1.1.1l-150400.7.34.1.ppc64le",
"openSUSE Leap 15.4:openssl-1_1-1.1.1l-150400.7.34.1.s390x",
"openSUSE Leap 15.4:openssl-1_1-1.1.1l-150400.7.34.1.x86_64",
"openSUSE Leap 15.4:openssl-1_1-doc-1.1.1l-150400.7.34.1.noarch",
"openSUSE Leap Micro 5.3:libopenssl-1_1-devel-1.1.1l-150400.7.34.1.aarch64",
"openSUSE Leap Micro 5.3:libopenssl-1_1-devel-1.1.1l-150400.7.34.1.x86_64",
"openSUSE Leap Micro 5.3:libopenssl1_1-1.1.1l-150400.7.34.1.aarch64",
"openSUSE Leap Micro 5.3:libopenssl1_1-1.1.1l-150400.7.34.1.x86_64",
"openSUSE Leap Micro 5.3:libopenssl1_1-hmac-1.1.1l-150400.7.34.1.aarch64",
"openSUSE Leap Micro 5.3:libopenssl1_1-hmac-1.1.1l-150400.7.34.1.x86_64",
"openSUSE Leap Micro 5.3:openssl-1_1-1.1.1l-150400.7.34.1.aarch64",
"openSUSE Leap Micro 5.3:openssl-1_1-1.1.1l-150400.7.34.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": [
"SUSE Linux Enterprise Micro 5.3:libopenssl-1_1-devel-1.1.1l-150400.7.34.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:libopenssl-1_1-devel-1.1.1l-150400.7.34.1.s390x",
"SUSE Linux Enterprise Micro 5.3:libopenssl-1_1-devel-1.1.1l-150400.7.34.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:libopenssl1_1-1.1.1l-150400.7.34.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:libopenssl1_1-1.1.1l-150400.7.34.1.s390x",
"SUSE Linux Enterprise Micro 5.3:libopenssl1_1-1.1.1l-150400.7.34.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:libopenssl1_1-hmac-1.1.1l-150400.7.34.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:libopenssl1_1-hmac-1.1.1l-150400.7.34.1.s390x",
"SUSE Linux Enterprise Micro 5.3:libopenssl1_1-hmac-1.1.1l-150400.7.34.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:openssl-1_1-1.1.1l-150400.7.34.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:openssl-1_1-1.1.1l-150400.7.34.1.s390x",
"SUSE Linux Enterprise Micro 5.3:openssl-1_1-1.1.1l-150400.7.34.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:libopenssl-1_1-devel-1.1.1l-150400.7.34.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:libopenssl-1_1-devel-1.1.1l-150400.7.34.1.s390x",
"SUSE Linux Enterprise Micro 5.4:libopenssl-1_1-devel-1.1.1l-150400.7.34.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:libopenssl1_1-1.1.1l-150400.7.34.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:libopenssl1_1-1.1.1l-150400.7.34.1.s390x",
"SUSE Linux Enterprise Micro 5.4:libopenssl1_1-1.1.1l-150400.7.34.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:libopenssl1_1-hmac-1.1.1l-150400.7.34.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:libopenssl1_1-hmac-1.1.1l-150400.7.34.1.s390x",
"SUSE Linux Enterprise Micro 5.4:libopenssl1_1-hmac-1.1.1l-150400.7.34.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:openssl-1_1-1.1.1l-150400.7.34.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:openssl-1_1-1.1.1l-150400.7.34.1.s390x",
"SUSE Linux Enterprise Micro 5.4:openssl-1_1-1.1.1l-150400.7.34.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:libopenssl-1_1-devel-1.1.1l-150400.7.34.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:libopenssl-1_1-devel-1.1.1l-150400.7.34.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:libopenssl-1_1-devel-1.1.1l-150400.7.34.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:libopenssl-1_1-devel-1.1.1l-150400.7.34.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:libopenssl-1_1-devel-32bit-1.1.1l-150400.7.34.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:libopenssl1_1-1.1.1l-150400.7.34.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:libopenssl1_1-1.1.1l-150400.7.34.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:libopenssl1_1-1.1.1l-150400.7.34.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:libopenssl1_1-1.1.1l-150400.7.34.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:libopenssl1_1-32bit-1.1.1l-150400.7.34.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:libopenssl1_1-hmac-1.1.1l-150400.7.34.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:libopenssl1_1-hmac-1.1.1l-150400.7.34.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:libopenssl1_1-hmac-1.1.1l-150400.7.34.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:libopenssl1_1-hmac-1.1.1l-150400.7.34.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:libopenssl1_1-hmac-32bit-1.1.1l-150400.7.34.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:openssl-1_1-1.1.1l-150400.7.34.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:openssl-1_1-1.1.1l-150400.7.34.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:openssl-1_1-1.1.1l-150400.7.34.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:openssl-1_1-1.1.1l-150400.7.34.1.x86_64",
"openSUSE Leap 15.4:libopenssl-1_1-devel-1.1.1l-150400.7.34.1.aarch64",
"openSUSE Leap 15.4:libopenssl-1_1-devel-1.1.1l-150400.7.34.1.ppc64le",
"openSUSE Leap 15.4:libopenssl-1_1-devel-1.1.1l-150400.7.34.1.s390x",
"openSUSE Leap 15.4:libopenssl-1_1-devel-1.1.1l-150400.7.34.1.x86_64",
"openSUSE Leap 15.4:libopenssl-1_1-devel-32bit-1.1.1l-150400.7.34.1.x86_64",
"openSUSE Leap 15.4:libopenssl1_1-1.1.1l-150400.7.34.1.aarch64",
"openSUSE Leap 15.4:libopenssl1_1-1.1.1l-150400.7.34.1.ppc64le",
"openSUSE Leap 15.4:libopenssl1_1-1.1.1l-150400.7.34.1.s390x",
"openSUSE Leap 15.4:libopenssl1_1-1.1.1l-150400.7.34.1.x86_64",
"openSUSE Leap 15.4:libopenssl1_1-32bit-1.1.1l-150400.7.34.1.x86_64",
"openSUSE Leap 15.4:libopenssl1_1-hmac-1.1.1l-150400.7.34.1.aarch64",
"openSUSE Leap 15.4:libopenssl1_1-hmac-1.1.1l-150400.7.34.1.ppc64le",
"openSUSE Leap 15.4:libopenssl1_1-hmac-1.1.1l-150400.7.34.1.s390x",
"openSUSE Leap 15.4:libopenssl1_1-hmac-1.1.1l-150400.7.34.1.x86_64",
"openSUSE Leap 15.4:libopenssl1_1-hmac-32bit-1.1.1l-150400.7.34.1.x86_64",
"openSUSE Leap 15.4:openssl-1_1-1.1.1l-150400.7.34.1.aarch64",
"openSUSE Leap 15.4:openssl-1_1-1.1.1l-150400.7.34.1.ppc64le",
"openSUSE Leap 15.4:openssl-1_1-1.1.1l-150400.7.34.1.s390x",
"openSUSE Leap 15.4:openssl-1_1-1.1.1l-150400.7.34.1.x86_64",
"openSUSE Leap 15.4:openssl-1_1-doc-1.1.1l-150400.7.34.1.noarch",
"openSUSE Leap Micro 5.3:libopenssl-1_1-devel-1.1.1l-150400.7.34.1.aarch64",
"openSUSE Leap Micro 5.3:libopenssl-1_1-devel-1.1.1l-150400.7.34.1.x86_64",
"openSUSE Leap Micro 5.3:libopenssl1_1-1.1.1l-150400.7.34.1.aarch64",
"openSUSE Leap Micro 5.3:libopenssl1_1-1.1.1l-150400.7.34.1.x86_64",
"openSUSE Leap Micro 5.3:libopenssl1_1-hmac-1.1.1l-150400.7.34.1.aarch64",
"openSUSE Leap Micro 5.3:libopenssl1_1-hmac-1.1.1l-150400.7.34.1.x86_64",
"openSUSE Leap Micro 5.3:openssl-1_1-1.1.1l-150400.7.34.1.aarch64",
"openSUSE Leap Micro 5.3:openssl-1_1-1.1.1l-150400.7.34.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2023-04-19T11:02:42Z",
"details": "moderate"
}
],
"title": "CVE-2023-0466"
}
]
}
SUSE-SU-2023:1914-1
Vulnerability from csaf_suse - Published: 2023-04-19 12:24 - Updated: 2023-04-19 12:24| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4-ESPOS:libopenssl-1_0_0-devel-1.0.2p-3.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4-ESPOS:libopenssl-1_0_0-devel-1.0.2p-3.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4-ESPOS:libopenssl1_0_0-1.0.2p-3.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4-ESPOS:libopenssl1_0_0-1.0.2p-3.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4-ESPOS:libopenssl1_0_0-32bit-1.0.2p-3.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4-ESPOS:libopenssl1_0_0-hmac-1.0.2p-3.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4-ESPOS:libopenssl1_0_0-hmac-1.0.2p-3.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4-ESPOS:libopenssl1_0_0-hmac-32bit-1.0.2p-3.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4-ESPOS:openssl-1_0_0-1.0.2p-3.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4-ESPOS:openssl-1_0_0-1.0.2p-3.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4-ESPOS:openssl-1_0_0-doc-1.0.2p-3.72.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl-1_0_0-devel-1.0.2p-3.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl-1_0_0-devel-1.0.2p-3.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl-1_0_0-devel-1.0.2p-3.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl-1_0_0-devel-1.0.2p-3.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_0_0-1.0.2p-3.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_0_0-1.0.2p-3.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_0_0-1.0.2p-3.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_0_0-1.0.2p-3.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_0_0-32bit-1.0.2p-3.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_0_0-32bit-1.0.2p-3.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_0_0-hmac-1.0.2p-3.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_0_0-hmac-1.0.2p-3.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_0_0-hmac-1.0.2p-3.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_0_0-hmac-1.0.2p-3.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_0_0-hmac-32bit-1.0.2p-3.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_0_0-hmac-32bit-1.0.2p-3.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4-LTSS:openssl-1_0_0-1.0.2p-3.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4-LTSS:openssl-1_0_0-1.0.2p-3.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4-LTSS:openssl-1_0_0-1.0.2p-3.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4-LTSS:openssl-1_0_0-1.0.2p-3.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4-LTSS:openssl-1_0_0-doc-1.0.2p-3.72.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:libopenssl-1_0_0-devel-1.0.2p-3.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:libopenssl-1_0_0-devel-1.0.2p-3.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:libopenssl-1_0_0-devel-1.0.2p-3.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:libopenssl-1_0_0-devel-1.0.2p-3.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:libopenssl1_0_0-1.0.2p-3.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:libopenssl1_0_0-1.0.2p-3.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:libopenssl1_0_0-1.0.2p-3.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:libopenssl1_0_0-1.0.2p-3.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:libopenssl1_0_0-32bit-1.0.2p-3.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:libopenssl1_0_0-32bit-1.0.2p-3.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:libopenssl1_0_0-hmac-1.0.2p-3.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:libopenssl1_0_0-hmac-1.0.2p-3.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:libopenssl1_0_0-hmac-1.0.2p-3.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:libopenssl1_0_0-hmac-1.0.2p-3.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:libopenssl1_0_0-hmac-32bit-1.0.2p-3.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:libopenssl1_0_0-hmac-32bit-1.0.2p-3.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:openssl-1_0_0-1.0.2p-3.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:openssl-1_0_0-1.0.2p-3.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:openssl-1_0_0-1.0.2p-3.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:openssl-1_0_0-1.0.2p-3.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:openssl-1_0_0-doc-1.0.2p-3.72.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP4:libopenssl-1_0_0-devel-1.0.2p-3.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP4:libopenssl-1_0_0-devel-1.0.2p-3.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP4:libopenssl1_0_0-1.0.2p-3.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP4:libopenssl1_0_0-1.0.2p-3.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP4:libopenssl1_0_0-32bit-1.0.2p-3.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP4:libopenssl1_0_0-hmac-1.0.2p-3.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP4:libopenssl1_0_0-hmac-1.0.2p-3.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP4:libopenssl1_0_0-hmac-32bit-1.0.2p-3.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP4:openssl-1_0_0-1.0.2p-3.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP4:openssl-1_0_0-1.0.2p-3.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP4:openssl-1_0_0-doc-1.0.2p-3.72.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl-1_0_0-devel-1.0.2p-3.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl-1_0_0-devel-1.0.2p-3.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl-1_0_0-devel-1.0.2p-3.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl-1_0_0-devel-1.0.2p-3.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_0_0-1.0.2p-3.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_0_0-1.0.2p-3.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_0_0-1.0.2p-3.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_0_0-1.0.2p-3.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_0_0-32bit-1.0.2p-3.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_0_0-32bit-1.0.2p-3.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_0_0-hmac-1.0.2p-3.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_0_0-hmac-1.0.2p-3.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_0_0-hmac-1.0.2p-3.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_0_0-hmac-1.0.2p-3.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_0_0-hmac-32bit-1.0.2p-3.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_0_0-hmac-32bit-1.0.2p-3.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:openssl-1_0_0-1.0.2p-3.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:openssl-1_0_0-1.0.2p-3.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:openssl-1_0_0-1.0.2p-3.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:openssl-1_0_0-1.0.2p-3.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:openssl-1_0_0-doc-1.0.2p-3.72.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Software Development Kit 12 SP5:libopenssl-1_0_0-devel-1.0.2p-3.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Software Development Kit 12 SP5:libopenssl-1_0_0-devel-1.0.2p-3.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Software Development Kit 12 SP5:libopenssl-1_0_0-devel-1.0.2p-3.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Software Development Kit 12 SP5:libopenssl-1_0_0-devel-1.0.2p-3.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Software Development Kit 12 SP5:libopenssl-1_0_0-devel-32bit-1.0.2p-3.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Software Development Kit 12 SP5:libopenssl-1_0_0-devel-32bit-1.0.2p-3.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 9:libopenssl-1_0_0-devel-1.0.2p-3.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 9:libopenssl1_0_0-1.0.2p-3.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 9:libopenssl1_0_0-32bit-1.0.2p-3.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 9:libopenssl1_0_0-hmac-1.0.2p-3.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 9:libopenssl1_0_0-hmac-32bit-1.0.2p-3.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 9:openssl-1_0_0-1.0.2p-3.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 9:openssl-1_0_0-doc-1.0.2p-3.72.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud Crowbar 9:libopenssl-1_0_0-devel-1.0.2p-3.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud Crowbar 9:libopenssl1_0_0-1.0.2p-3.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud Crowbar 9:libopenssl1_0_0-32bit-1.0.2p-3.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud Crowbar 9:libopenssl1_0_0-hmac-1.0.2p-3.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud Crowbar 9:libopenssl1_0_0-hmac-32bit-1.0.2p-3.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud Crowbar 9:openssl-1_0_0-1.0.2p-3.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud Crowbar 9:openssl-1_0_0-doc-1.0.2p-3.72.1.noarch | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4-ESPOS:libopenssl-1_0_0-devel-1.0.2p-3.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4-ESPOS:libopenssl-1_0_0-devel-1.0.2p-3.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4-ESPOS:libopenssl1_0_0-1.0.2p-3.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4-ESPOS:libopenssl1_0_0-1.0.2p-3.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4-ESPOS:libopenssl1_0_0-32bit-1.0.2p-3.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4-ESPOS:libopenssl1_0_0-hmac-1.0.2p-3.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4-ESPOS:libopenssl1_0_0-hmac-1.0.2p-3.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4-ESPOS:libopenssl1_0_0-hmac-32bit-1.0.2p-3.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4-ESPOS:openssl-1_0_0-1.0.2p-3.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4-ESPOS:openssl-1_0_0-1.0.2p-3.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4-ESPOS:openssl-1_0_0-doc-1.0.2p-3.72.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl-1_0_0-devel-1.0.2p-3.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl-1_0_0-devel-1.0.2p-3.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl-1_0_0-devel-1.0.2p-3.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl-1_0_0-devel-1.0.2p-3.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_0_0-1.0.2p-3.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_0_0-1.0.2p-3.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_0_0-1.0.2p-3.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_0_0-1.0.2p-3.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_0_0-32bit-1.0.2p-3.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_0_0-32bit-1.0.2p-3.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_0_0-hmac-1.0.2p-3.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_0_0-hmac-1.0.2p-3.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_0_0-hmac-1.0.2p-3.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_0_0-hmac-1.0.2p-3.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_0_0-hmac-32bit-1.0.2p-3.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_0_0-hmac-32bit-1.0.2p-3.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4-LTSS:openssl-1_0_0-1.0.2p-3.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4-LTSS:openssl-1_0_0-1.0.2p-3.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4-LTSS:openssl-1_0_0-1.0.2p-3.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4-LTSS:openssl-1_0_0-1.0.2p-3.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP4-LTSS:openssl-1_0_0-doc-1.0.2p-3.72.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:libopenssl-1_0_0-devel-1.0.2p-3.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:libopenssl-1_0_0-devel-1.0.2p-3.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:libopenssl-1_0_0-devel-1.0.2p-3.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:libopenssl-1_0_0-devel-1.0.2p-3.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:libopenssl1_0_0-1.0.2p-3.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:libopenssl1_0_0-1.0.2p-3.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:libopenssl1_0_0-1.0.2p-3.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:libopenssl1_0_0-1.0.2p-3.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:libopenssl1_0_0-32bit-1.0.2p-3.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:libopenssl1_0_0-32bit-1.0.2p-3.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:libopenssl1_0_0-hmac-1.0.2p-3.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:libopenssl1_0_0-hmac-1.0.2p-3.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:libopenssl1_0_0-hmac-1.0.2p-3.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:libopenssl1_0_0-hmac-1.0.2p-3.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:libopenssl1_0_0-hmac-32bit-1.0.2p-3.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:libopenssl1_0_0-hmac-32bit-1.0.2p-3.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:openssl-1_0_0-1.0.2p-3.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:openssl-1_0_0-1.0.2p-3.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:openssl-1_0_0-1.0.2p-3.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:openssl-1_0_0-1.0.2p-3.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:openssl-1_0_0-doc-1.0.2p-3.72.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP4:libopenssl-1_0_0-devel-1.0.2p-3.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP4:libopenssl-1_0_0-devel-1.0.2p-3.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP4:libopenssl1_0_0-1.0.2p-3.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP4:libopenssl1_0_0-1.0.2p-3.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP4:libopenssl1_0_0-32bit-1.0.2p-3.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP4:libopenssl1_0_0-hmac-1.0.2p-3.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP4:libopenssl1_0_0-hmac-1.0.2p-3.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP4:libopenssl1_0_0-hmac-32bit-1.0.2p-3.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP4:openssl-1_0_0-1.0.2p-3.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP4:openssl-1_0_0-1.0.2p-3.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP4:openssl-1_0_0-doc-1.0.2p-3.72.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl-1_0_0-devel-1.0.2p-3.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl-1_0_0-devel-1.0.2p-3.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl-1_0_0-devel-1.0.2p-3.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl-1_0_0-devel-1.0.2p-3.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_0_0-1.0.2p-3.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_0_0-1.0.2p-3.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_0_0-1.0.2p-3.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_0_0-1.0.2p-3.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_0_0-32bit-1.0.2p-3.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_0_0-32bit-1.0.2p-3.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_0_0-hmac-1.0.2p-3.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_0_0-hmac-1.0.2p-3.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_0_0-hmac-1.0.2p-3.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_0_0-hmac-1.0.2p-3.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_0_0-hmac-32bit-1.0.2p-3.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_0_0-hmac-32bit-1.0.2p-3.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:openssl-1_0_0-1.0.2p-3.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:openssl-1_0_0-1.0.2p-3.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:openssl-1_0_0-1.0.2p-3.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:openssl-1_0_0-1.0.2p-3.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:openssl-1_0_0-doc-1.0.2p-3.72.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Software Development Kit 12 SP5:libopenssl-1_0_0-devel-1.0.2p-3.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Software Development Kit 12 SP5:libopenssl-1_0_0-devel-1.0.2p-3.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Software Development Kit 12 SP5:libopenssl-1_0_0-devel-1.0.2p-3.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Software Development Kit 12 SP5:libopenssl-1_0_0-devel-1.0.2p-3.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Software Development Kit 12 SP5:libopenssl-1_0_0-devel-32bit-1.0.2p-3.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Software Development Kit 12 SP5:libopenssl-1_0_0-devel-32bit-1.0.2p-3.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 9:libopenssl-1_0_0-devel-1.0.2p-3.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 9:libopenssl1_0_0-1.0.2p-3.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 9:libopenssl1_0_0-32bit-1.0.2p-3.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 9:libopenssl1_0_0-hmac-1.0.2p-3.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 9:libopenssl1_0_0-hmac-32bit-1.0.2p-3.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 9:openssl-1_0_0-1.0.2p-3.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud 9:openssl-1_0_0-doc-1.0.2p-3.72.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud Crowbar 9:libopenssl-1_0_0-devel-1.0.2p-3.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud Crowbar 9:libopenssl1_0_0-1.0.2p-3.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud Crowbar 9:libopenssl1_0_0-32bit-1.0.2p-3.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud Crowbar 9:libopenssl1_0_0-hmac-1.0.2p-3.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud Crowbar 9:libopenssl1_0_0-hmac-32bit-1.0.2p-3.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud Crowbar 9:openssl-1_0_0-1.0.2p-3.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE OpenStack Cloud Crowbar 9:openssl-1_0_0-doc-1.0.2p-3.72.1.noarch | — |
Vendor Fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for openssl-1_0_0",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for openssl-1_0_0 fixes the following issues:\n\n- CVE-2023-0465: Invalid certificate policies in leaf certificates were silently ignored (bsc#1209878).\n- CVE-2023-0466: Certificate policy check were not enabled (bsc#1209873).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2023-1914,SUSE-OpenStack-Cloud-9-2023-1914,SUSE-OpenStack-Cloud-Crowbar-9-2023-1914,SUSE-SLE-SAP-12-SP4-2023-1914,SUSE-SLE-SDK-12-SP5-2023-1914,SUSE-SLE-SERVER-12-SP4-ESPOS-2023-1914,SUSE-SLE-SERVER-12-SP4-LTSS-2023-1914,SUSE-SLE-SERVER-12-SP5-2023-1914",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2023_1914-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2023:1914-1",
"url": "https://www.suse.com/support/update/announcement/2023/suse-su-20231914-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2023:1914-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2023-May/014779.html"
},
{
"category": "self",
"summary": "SUSE Bug 1209873",
"url": "https://bugzilla.suse.com/1209873"
},
{
"category": "self",
"summary": "SUSE Bug 1209878",
"url": "https://bugzilla.suse.com/1209878"
},
{
"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/"
}
],
"title": "Security update for openssl-1_0_0",
"tracking": {
"current_release_date": "2023-04-19T12:24:32Z",
"generator": {
"date": "2023-04-19T12:24:32Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2023:1914-1",
"initial_release_date": "2023-04-19T12:24:32Z",
"revision_history": [
{
"date": "2023-04-19T12:24:32Z",
"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.2p-3.72.1.aarch64",
"product": {
"name": "libopenssl-1_0_0-devel-1.0.2p-3.72.1.aarch64",
"product_id": "libopenssl-1_0_0-devel-1.0.2p-3.72.1.aarch64"
}
},
{
"category": "product_version",
"name": "libopenssl1_0_0-1.0.2p-3.72.1.aarch64",
"product": {
"name": "libopenssl1_0_0-1.0.2p-3.72.1.aarch64",
"product_id": "libopenssl1_0_0-1.0.2p-3.72.1.aarch64"
}
},
{
"category": "product_version",
"name": "libopenssl1_0_0-hmac-1.0.2p-3.72.1.aarch64",
"product": {
"name": "libopenssl1_0_0-hmac-1.0.2p-3.72.1.aarch64",
"product_id": "libopenssl1_0_0-hmac-1.0.2p-3.72.1.aarch64"
}
},
{
"category": "product_version",
"name": "openssl-1_0_0-1.0.2p-3.72.1.aarch64",
"product": {
"name": "openssl-1_0_0-1.0.2p-3.72.1.aarch64",
"product_id": "openssl-1_0_0-1.0.2p-3.72.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "libopenssl-1_0_0-devel-64bit-1.0.2p-3.72.1.aarch64_ilp32",
"product": {
"name": "libopenssl-1_0_0-devel-64bit-1.0.2p-3.72.1.aarch64_ilp32",
"product_id": "libopenssl-1_0_0-devel-64bit-1.0.2p-3.72.1.aarch64_ilp32"
}
},
{
"category": "product_version",
"name": "libopenssl1_0_0-64bit-1.0.2p-3.72.1.aarch64_ilp32",
"product": {
"name": "libopenssl1_0_0-64bit-1.0.2p-3.72.1.aarch64_ilp32",
"product_id": "libopenssl1_0_0-64bit-1.0.2p-3.72.1.aarch64_ilp32"
}
},
{
"category": "product_version",
"name": "libopenssl1_0_0-hmac-64bit-1.0.2p-3.72.1.aarch64_ilp32",
"product": {
"name": "libopenssl1_0_0-hmac-64bit-1.0.2p-3.72.1.aarch64_ilp32",
"product_id": "libopenssl1_0_0-hmac-64bit-1.0.2p-3.72.1.aarch64_ilp32"
}
}
],
"category": "architecture",
"name": "aarch64_ilp32"
},
{
"branches": [
{
"category": "product_version",
"name": "libopenssl-1_0_0-devel-1.0.2p-3.72.1.i586",
"product": {
"name": "libopenssl-1_0_0-devel-1.0.2p-3.72.1.i586",
"product_id": "libopenssl-1_0_0-devel-1.0.2p-3.72.1.i586"
}
},
{
"category": "product_version",
"name": "libopenssl1_0_0-1.0.2p-3.72.1.i586",
"product": {
"name": "libopenssl1_0_0-1.0.2p-3.72.1.i586",
"product_id": "libopenssl1_0_0-1.0.2p-3.72.1.i586"
}
},
{
"category": "product_version",
"name": "libopenssl1_0_0-hmac-1.0.2p-3.72.1.i586",
"product": {
"name": "libopenssl1_0_0-hmac-1.0.2p-3.72.1.i586",
"product_id": "libopenssl1_0_0-hmac-1.0.2p-3.72.1.i586"
}
},
{
"category": "product_version",
"name": "openssl-1_0_0-1.0.2p-3.72.1.i586",
"product": {
"name": "openssl-1_0_0-1.0.2p-3.72.1.i586",
"product_id": "openssl-1_0_0-1.0.2p-3.72.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "openssl-1_0_0-doc-1.0.2p-3.72.1.noarch",
"product": {
"name": "openssl-1_0_0-doc-1.0.2p-3.72.1.noarch",
"product_id": "openssl-1_0_0-doc-1.0.2p-3.72.1.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "libopenssl-1_0_0-devel-1.0.2p-3.72.1.ppc64le",
"product": {
"name": "libopenssl-1_0_0-devel-1.0.2p-3.72.1.ppc64le",
"product_id": "libopenssl-1_0_0-devel-1.0.2p-3.72.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libopenssl1_0_0-1.0.2p-3.72.1.ppc64le",
"product": {
"name": "libopenssl1_0_0-1.0.2p-3.72.1.ppc64le",
"product_id": "libopenssl1_0_0-1.0.2p-3.72.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libopenssl1_0_0-hmac-1.0.2p-3.72.1.ppc64le",
"product": {
"name": "libopenssl1_0_0-hmac-1.0.2p-3.72.1.ppc64le",
"product_id": "libopenssl1_0_0-hmac-1.0.2p-3.72.1.ppc64le"
}
},
{
"category": "product_version",
"name": "openssl-1_0_0-1.0.2p-3.72.1.ppc64le",
"product": {
"name": "openssl-1_0_0-1.0.2p-3.72.1.ppc64le",
"product_id": "openssl-1_0_0-1.0.2p-3.72.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "libopenssl-1_0_0-devel-1.0.2p-3.72.1.s390",
"product": {
"name": "libopenssl-1_0_0-devel-1.0.2p-3.72.1.s390",
"product_id": "libopenssl-1_0_0-devel-1.0.2p-3.72.1.s390"
}
},
{
"category": "product_version",
"name": "libopenssl1_0_0-1.0.2p-3.72.1.s390",
"product": {
"name": "libopenssl1_0_0-1.0.2p-3.72.1.s390",
"product_id": "libopenssl1_0_0-1.0.2p-3.72.1.s390"
}
},
{
"category": "product_version",
"name": "libopenssl1_0_0-hmac-1.0.2p-3.72.1.s390",
"product": {
"name": "libopenssl1_0_0-hmac-1.0.2p-3.72.1.s390",
"product_id": "libopenssl1_0_0-hmac-1.0.2p-3.72.1.s390"
}
},
{
"category": "product_version",
"name": "openssl-1_0_0-1.0.2p-3.72.1.s390",
"product": {
"name": "openssl-1_0_0-1.0.2p-3.72.1.s390",
"product_id": "openssl-1_0_0-1.0.2p-3.72.1.s390"
}
}
],
"category": "architecture",
"name": "s390"
},
{
"branches": [
{
"category": "product_version",
"name": "libopenssl-1_0_0-devel-1.0.2p-3.72.1.s390x",
"product": {
"name": "libopenssl-1_0_0-devel-1.0.2p-3.72.1.s390x",
"product_id": "libopenssl-1_0_0-devel-1.0.2p-3.72.1.s390x"
}
},
{
"category": "product_version",
"name": "libopenssl-1_0_0-devel-32bit-1.0.2p-3.72.1.s390x",
"product": {
"name": "libopenssl-1_0_0-devel-32bit-1.0.2p-3.72.1.s390x",
"product_id": "libopenssl-1_0_0-devel-32bit-1.0.2p-3.72.1.s390x"
}
},
{
"category": "product_version",
"name": "libopenssl1_0_0-1.0.2p-3.72.1.s390x",
"product": {
"name": "libopenssl1_0_0-1.0.2p-3.72.1.s390x",
"product_id": "libopenssl1_0_0-1.0.2p-3.72.1.s390x"
}
},
{
"category": "product_version",
"name": "libopenssl1_0_0-32bit-1.0.2p-3.72.1.s390x",
"product": {
"name": "libopenssl1_0_0-32bit-1.0.2p-3.72.1.s390x",
"product_id": "libopenssl1_0_0-32bit-1.0.2p-3.72.1.s390x"
}
},
{
"category": "product_version",
"name": "libopenssl1_0_0-hmac-1.0.2p-3.72.1.s390x",
"product": {
"name": "libopenssl1_0_0-hmac-1.0.2p-3.72.1.s390x",
"product_id": "libopenssl1_0_0-hmac-1.0.2p-3.72.1.s390x"
}
},
{
"category": "product_version",
"name": "libopenssl1_0_0-hmac-32bit-1.0.2p-3.72.1.s390x",
"product": {
"name": "libopenssl1_0_0-hmac-32bit-1.0.2p-3.72.1.s390x",
"product_id": "libopenssl1_0_0-hmac-32bit-1.0.2p-3.72.1.s390x"
}
},
{
"category": "product_version",
"name": "openssl-1_0_0-1.0.2p-3.72.1.s390x",
"product": {
"name": "openssl-1_0_0-1.0.2p-3.72.1.s390x",
"product_id": "openssl-1_0_0-1.0.2p-3.72.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "libopenssl-1_0_0-devel-1.0.2p-3.72.1.x86_64",
"product": {
"name": "libopenssl-1_0_0-devel-1.0.2p-3.72.1.x86_64",
"product_id": "libopenssl-1_0_0-devel-1.0.2p-3.72.1.x86_64"
}
},
{
"category": "product_version",
"name": "libopenssl-1_0_0-devel-32bit-1.0.2p-3.72.1.x86_64",
"product": {
"name": "libopenssl-1_0_0-devel-32bit-1.0.2p-3.72.1.x86_64",
"product_id": "libopenssl-1_0_0-devel-32bit-1.0.2p-3.72.1.x86_64"
}
},
{
"category": "product_version",
"name": "libopenssl1_0_0-1.0.2p-3.72.1.x86_64",
"product": {
"name": "libopenssl1_0_0-1.0.2p-3.72.1.x86_64",
"product_id": "libopenssl1_0_0-1.0.2p-3.72.1.x86_64"
}
},
{
"category": "product_version",
"name": "libopenssl1_0_0-32bit-1.0.2p-3.72.1.x86_64",
"product": {
"name": "libopenssl1_0_0-32bit-1.0.2p-3.72.1.x86_64",
"product_id": "libopenssl1_0_0-32bit-1.0.2p-3.72.1.x86_64"
}
},
{
"category": "product_version",
"name": "libopenssl1_0_0-hmac-1.0.2p-3.72.1.x86_64",
"product": {
"name": "libopenssl1_0_0-hmac-1.0.2p-3.72.1.x86_64",
"product_id": "libopenssl1_0_0-hmac-1.0.2p-3.72.1.x86_64"
}
},
{
"category": "product_version",
"name": "libopenssl1_0_0-hmac-32bit-1.0.2p-3.72.1.x86_64",
"product": {
"name": "libopenssl1_0_0-hmac-32bit-1.0.2p-3.72.1.x86_64",
"product_id": "libopenssl1_0_0-hmac-32bit-1.0.2p-3.72.1.x86_64"
}
},
{
"category": "product_version",
"name": "openssl-1_0_0-1.0.2p-3.72.1.x86_64",
"product": {
"name": "openssl-1_0_0-1.0.2p-3.72.1.x86_64",
"product_id": "openssl-1_0_0-1.0.2p-3.72.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE OpenStack Cloud 9",
"product": {
"name": "SUSE OpenStack Cloud 9",
"product_id": "SUSE OpenStack Cloud 9",
"product_identification_helper": {
"cpe": "cpe:/o:suse:suse-openstack-cloud:9"
}
}
},
{
"category": "product_name",
"name": "SUSE OpenStack Cloud Crowbar 9",
"product": {
"name": "SUSE OpenStack Cloud Crowbar 9",
"product_id": "SUSE OpenStack Cloud Crowbar 9",
"product_identification_helper": {
"cpe": "cpe:/o:suse:suse-openstack-cloud-crowbar:9"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP Applications 12 SP4",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 12 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP4",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_sap:12:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Software Development Kit 12 SP5",
"product": {
"name": "SUSE Linux Enterprise Software Development Kit 12 SP5",
"product_id": "SUSE Linux Enterprise Software Development Kit 12 SP5",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-sdk:12:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 12 SP4-ESPOS",
"product": {
"name": "SUSE Linux Enterprise Server 12 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise Server 12 SP4-ESPOS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-espos:12:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 12 SP4-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 12 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP4-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:12:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 12 SP5",
"product": {
"name": "SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles:12:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_sap:12:sp5"
}
}
}
],
"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.2p-3.72.1.x86_64 as component of SUSE OpenStack Cloud 9",
"product_id": "SUSE OpenStack Cloud 9:libopenssl-1_0_0-devel-1.0.2p-3.72.1.x86_64"
},
"product_reference": "libopenssl-1_0_0-devel-1.0.2p-3.72.1.x86_64",
"relates_to_product_reference": "SUSE OpenStack Cloud 9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_0_0-1.0.2p-3.72.1.x86_64 as component of SUSE OpenStack Cloud 9",
"product_id": "SUSE OpenStack Cloud 9:libopenssl1_0_0-1.0.2p-3.72.1.x86_64"
},
"product_reference": "libopenssl1_0_0-1.0.2p-3.72.1.x86_64",
"relates_to_product_reference": "SUSE OpenStack Cloud 9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_0_0-32bit-1.0.2p-3.72.1.x86_64 as component of SUSE OpenStack Cloud 9",
"product_id": "SUSE OpenStack Cloud 9:libopenssl1_0_0-32bit-1.0.2p-3.72.1.x86_64"
},
"product_reference": "libopenssl1_0_0-32bit-1.0.2p-3.72.1.x86_64",
"relates_to_product_reference": "SUSE OpenStack Cloud 9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_0_0-hmac-1.0.2p-3.72.1.x86_64 as component of SUSE OpenStack Cloud 9",
"product_id": "SUSE OpenStack Cloud 9:libopenssl1_0_0-hmac-1.0.2p-3.72.1.x86_64"
},
"product_reference": "libopenssl1_0_0-hmac-1.0.2p-3.72.1.x86_64",
"relates_to_product_reference": "SUSE OpenStack Cloud 9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_0_0-hmac-32bit-1.0.2p-3.72.1.x86_64 as component of SUSE OpenStack Cloud 9",
"product_id": "SUSE OpenStack Cloud 9:libopenssl1_0_0-hmac-32bit-1.0.2p-3.72.1.x86_64"
},
"product_reference": "libopenssl1_0_0-hmac-32bit-1.0.2p-3.72.1.x86_64",
"relates_to_product_reference": "SUSE OpenStack Cloud 9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1_0_0-1.0.2p-3.72.1.x86_64 as component of SUSE OpenStack Cloud 9",
"product_id": "SUSE OpenStack Cloud 9:openssl-1_0_0-1.0.2p-3.72.1.x86_64"
},
"product_reference": "openssl-1_0_0-1.0.2p-3.72.1.x86_64",
"relates_to_product_reference": "SUSE OpenStack Cloud 9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1_0_0-doc-1.0.2p-3.72.1.noarch as component of SUSE OpenStack Cloud 9",
"product_id": "SUSE OpenStack Cloud 9:openssl-1_0_0-doc-1.0.2p-3.72.1.noarch"
},
"product_reference": "openssl-1_0_0-doc-1.0.2p-3.72.1.noarch",
"relates_to_product_reference": "SUSE OpenStack Cloud 9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-1_0_0-devel-1.0.2p-3.72.1.x86_64 as component of SUSE OpenStack Cloud Crowbar 9",
"product_id": "SUSE OpenStack Cloud Crowbar 9:libopenssl-1_0_0-devel-1.0.2p-3.72.1.x86_64"
},
"product_reference": "libopenssl-1_0_0-devel-1.0.2p-3.72.1.x86_64",
"relates_to_product_reference": "SUSE OpenStack Cloud Crowbar 9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_0_0-1.0.2p-3.72.1.x86_64 as component of SUSE OpenStack Cloud Crowbar 9",
"product_id": "SUSE OpenStack Cloud Crowbar 9:libopenssl1_0_0-1.0.2p-3.72.1.x86_64"
},
"product_reference": "libopenssl1_0_0-1.0.2p-3.72.1.x86_64",
"relates_to_product_reference": "SUSE OpenStack Cloud Crowbar 9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_0_0-32bit-1.0.2p-3.72.1.x86_64 as component of SUSE OpenStack Cloud Crowbar 9",
"product_id": "SUSE OpenStack Cloud Crowbar 9:libopenssl1_0_0-32bit-1.0.2p-3.72.1.x86_64"
},
"product_reference": "libopenssl1_0_0-32bit-1.0.2p-3.72.1.x86_64",
"relates_to_product_reference": "SUSE OpenStack Cloud Crowbar 9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_0_0-hmac-1.0.2p-3.72.1.x86_64 as component of SUSE OpenStack Cloud Crowbar 9",
"product_id": "SUSE OpenStack Cloud Crowbar 9:libopenssl1_0_0-hmac-1.0.2p-3.72.1.x86_64"
},
"product_reference": "libopenssl1_0_0-hmac-1.0.2p-3.72.1.x86_64",
"relates_to_product_reference": "SUSE OpenStack Cloud Crowbar 9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_0_0-hmac-32bit-1.0.2p-3.72.1.x86_64 as component of SUSE OpenStack Cloud Crowbar 9",
"product_id": "SUSE OpenStack Cloud Crowbar 9:libopenssl1_0_0-hmac-32bit-1.0.2p-3.72.1.x86_64"
},
"product_reference": "libopenssl1_0_0-hmac-32bit-1.0.2p-3.72.1.x86_64",
"relates_to_product_reference": "SUSE OpenStack Cloud Crowbar 9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1_0_0-1.0.2p-3.72.1.x86_64 as component of SUSE OpenStack Cloud Crowbar 9",
"product_id": "SUSE OpenStack Cloud Crowbar 9:openssl-1_0_0-1.0.2p-3.72.1.x86_64"
},
"product_reference": "openssl-1_0_0-1.0.2p-3.72.1.x86_64",
"relates_to_product_reference": "SUSE OpenStack Cloud Crowbar 9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1_0_0-doc-1.0.2p-3.72.1.noarch as component of SUSE OpenStack Cloud Crowbar 9",
"product_id": "SUSE OpenStack Cloud Crowbar 9:openssl-1_0_0-doc-1.0.2p-3.72.1.noarch"
},
"product_reference": "openssl-1_0_0-doc-1.0.2p-3.72.1.noarch",
"relates_to_product_reference": "SUSE OpenStack Cloud Crowbar 9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-1_0_0-devel-1.0.2p-3.72.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libopenssl-1_0_0-devel-1.0.2p-3.72.1.ppc64le"
},
"product_reference": "libopenssl-1_0_0-devel-1.0.2p-3.72.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-1_0_0-devel-1.0.2p-3.72.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libopenssl-1_0_0-devel-1.0.2p-3.72.1.x86_64"
},
"product_reference": "libopenssl-1_0_0-devel-1.0.2p-3.72.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_0_0-1.0.2p-3.72.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libopenssl1_0_0-1.0.2p-3.72.1.ppc64le"
},
"product_reference": "libopenssl1_0_0-1.0.2p-3.72.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_0_0-1.0.2p-3.72.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libopenssl1_0_0-1.0.2p-3.72.1.x86_64"
},
"product_reference": "libopenssl1_0_0-1.0.2p-3.72.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_0_0-32bit-1.0.2p-3.72.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libopenssl1_0_0-32bit-1.0.2p-3.72.1.x86_64"
},
"product_reference": "libopenssl1_0_0-32bit-1.0.2p-3.72.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_0_0-hmac-1.0.2p-3.72.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libopenssl1_0_0-hmac-1.0.2p-3.72.1.ppc64le"
},
"product_reference": "libopenssl1_0_0-hmac-1.0.2p-3.72.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_0_0-hmac-1.0.2p-3.72.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libopenssl1_0_0-hmac-1.0.2p-3.72.1.x86_64"
},
"product_reference": "libopenssl1_0_0-hmac-1.0.2p-3.72.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_0_0-hmac-32bit-1.0.2p-3.72.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libopenssl1_0_0-hmac-32bit-1.0.2p-3.72.1.x86_64"
},
"product_reference": "libopenssl1_0_0-hmac-32bit-1.0.2p-3.72.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1_0_0-1.0.2p-3.72.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP4:openssl-1_0_0-1.0.2p-3.72.1.ppc64le"
},
"product_reference": "openssl-1_0_0-1.0.2p-3.72.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1_0_0-1.0.2p-3.72.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP4:openssl-1_0_0-1.0.2p-3.72.1.x86_64"
},
"product_reference": "openssl-1_0_0-1.0.2p-3.72.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1_0_0-doc-1.0.2p-3.72.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 12 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP4:openssl-1_0_0-doc-1.0.2p-3.72.1.noarch"
},
"product_reference": "openssl-1_0_0-doc-1.0.2p-3.72.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-1_0_0-devel-1.0.2p-3.72.1.aarch64 as component of SUSE Linux Enterprise Software Development Kit 12 SP5",
"product_id": "SUSE Linux Enterprise Software Development Kit 12 SP5:libopenssl-1_0_0-devel-1.0.2p-3.72.1.aarch64"
},
"product_reference": "libopenssl-1_0_0-devel-1.0.2p-3.72.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-1_0_0-devel-1.0.2p-3.72.1.ppc64le as component of SUSE Linux Enterprise Software Development Kit 12 SP5",
"product_id": "SUSE Linux Enterprise Software Development Kit 12 SP5:libopenssl-1_0_0-devel-1.0.2p-3.72.1.ppc64le"
},
"product_reference": "libopenssl-1_0_0-devel-1.0.2p-3.72.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-1_0_0-devel-1.0.2p-3.72.1.s390x as component of SUSE Linux Enterprise Software Development Kit 12 SP5",
"product_id": "SUSE Linux Enterprise Software Development Kit 12 SP5:libopenssl-1_0_0-devel-1.0.2p-3.72.1.s390x"
},
"product_reference": "libopenssl-1_0_0-devel-1.0.2p-3.72.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-1_0_0-devel-1.0.2p-3.72.1.x86_64 as component of SUSE Linux Enterprise Software Development Kit 12 SP5",
"product_id": "SUSE Linux Enterprise Software Development Kit 12 SP5:libopenssl-1_0_0-devel-1.0.2p-3.72.1.x86_64"
},
"product_reference": "libopenssl-1_0_0-devel-1.0.2p-3.72.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-1_0_0-devel-32bit-1.0.2p-3.72.1.s390x as component of SUSE Linux Enterprise Software Development Kit 12 SP5",
"product_id": "SUSE Linux Enterprise Software Development Kit 12 SP5:libopenssl-1_0_0-devel-32bit-1.0.2p-3.72.1.s390x"
},
"product_reference": "libopenssl-1_0_0-devel-32bit-1.0.2p-3.72.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-1_0_0-devel-32bit-1.0.2p-3.72.1.x86_64 as component of SUSE Linux Enterprise Software Development Kit 12 SP5",
"product_id": "SUSE Linux Enterprise Software Development Kit 12 SP5:libopenssl-1_0_0-devel-32bit-1.0.2p-3.72.1.x86_64"
},
"product_reference": "libopenssl-1_0_0-devel-32bit-1.0.2p-3.72.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-1_0_0-devel-1.0.2p-3.72.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise Server 12 SP4-ESPOS:libopenssl-1_0_0-devel-1.0.2p-3.72.1.aarch64"
},
"product_reference": "libopenssl-1_0_0-devel-1.0.2p-3.72.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-1_0_0-devel-1.0.2p-3.72.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise Server 12 SP4-ESPOS:libopenssl-1_0_0-devel-1.0.2p-3.72.1.x86_64"
},
"product_reference": "libopenssl-1_0_0-devel-1.0.2p-3.72.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_0_0-1.0.2p-3.72.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise Server 12 SP4-ESPOS:libopenssl1_0_0-1.0.2p-3.72.1.aarch64"
},
"product_reference": "libopenssl1_0_0-1.0.2p-3.72.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_0_0-1.0.2p-3.72.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise Server 12 SP4-ESPOS:libopenssl1_0_0-1.0.2p-3.72.1.x86_64"
},
"product_reference": "libopenssl1_0_0-1.0.2p-3.72.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_0_0-32bit-1.0.2p-3.72.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise Server 12 SP4-ESPOS:libopenssl1_0_0-32bit-1.0.2p-3.72.1.x86_64"
},
"product_reference": "libopenssl1_0_0-32bit-1.0.2p-3.72.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_0_0-hmac-1.0.2p-3.72.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise Server 12 SP4-ESPOS:libopenssl1_0_0-hmac-1.0.2p-3.72.1.aarch64"
},
"product_reference": "libopenssl1_0_0-hmac-1.0.2p-3.72.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_0_0-hmac-1.0.2p-3.72.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise Server 12 SP4-ESPOS:libopenssl1_0_0-hmac-1.0.2p-3.72.1.x86_64"
},
"product_reference": "libopenssl1_0_0-hmac-1.0.2p-3.72.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_0_0-hmac-32bit-1.0.2p-3.72.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise Server 12 SP4-ESPOS:libopenssl1_0_0-hmac-32bit-1.0.2p-3.72.1.x86_64"
},
"product_reference": "libopenssl1_0_0-hmac-32bit-1.0.2p-3.72.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1_0_0-1.0.2p-3.72.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise Server 12 SP4-ESPOS:openssl-1_0_0-1.0.2p-3.72.1.aarch64"
},
"product_reference": "openssl-1_0_0-1.0.2p-3.72.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1_0_0-1.0.2p-3.72.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise Server 12 SP4-ESPOS:openssl-1_0_0-1.0.2p-3.72.1.x86_64"
},
"product_reference": "openssl-1_0_0-1.0.2p-3.72.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1_0_0-doc-1.0.2p-3.72.1.noarch as component of SUSE Linux Enterprise Server 12 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise Server 12 SP4-ESPOS:openssl-1_0_0-doc-1.0.2p-3.72.1.noarch"
},
"product_reference": "openssl-1_0_0-doc-1.0.2p-3.72.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-1_0_0-devel-1.0.2p-3.72.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl-1_0_0-devel-1.0.2p-3.72.1.aarch64"
},
"product_reference": "libopenssl-1_0_0-devel-1.0.2p-3.72.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-1_0_0-devel-1.0.2p-3.72.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl-1_0_0-devel-1.0.2p-3.72.1.ppc64le"
},
"product_reference": "libopenssl-1_0_0-devel-1.0.2p-3.72.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-1_0_0-devel-1.0.2p-3.72.1.s390x as component of SUSE Linux Enterprise Server 12 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl-1_0_0-devel-1.0.2p-3.72.1.s390x"
},
"product_reference": "libopenssl-1_0_0-devel-1.0.2p-3.72.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-1_0_0-devel-1.0.2p-3.72.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl-1_0_0-devel-1.0.2p-3.72.1.x86_64"
},
"product_reference": "libopenssl-1_0_0-devel-1.0.2p-3.72.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_0_0-1.0.2p-3.72.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_0_0-1.0.2p-3.72.1.aarch64"
},
"product_reference": "libopenssl1_0_0-1.0.2p-3.72.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_0_0-1.0.2p-3.72.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_0_0-1.0.2p-3.72.1.ppc64le"
},
"product_reference": "libopenssl1_0_0-1.0.2p-3.72.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_0_0-1.0.2p-3.72.1.s390x as component of SUSE Linux Enterprise Server 12 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_0_0-1.0.2p-3.72.1.s390x"
},
"product_reference": "libopenssl1_0_0-1.0.2p-3.72.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_0_0-1.0.2p-3.72.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_0_0-1.0.2p-3.72.1.x86_64"
},
"product_reference": "libopenssl1_0_0-1.0.2p-3.72.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_0_0-32bit-1.0.2p-3.72.1.s390x as component of SUSE Linux Enterprise Server 12 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_0_0-32bit-1.0.2p-3.72.1.s390x"
},
"product_reference": "libopenssl1_0_0-32bit-1.0.2p-3.72.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_0_0-32bit-1.0.2p-3.72.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_0_0-32bit-1.0.2p-3.72.1.x86_64"
},
"product_reference": "libopenssl1_0_0-32bit-1.0.2p-3.72.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_0_0-hmac-1.0.2p-3.72.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_0_0-hmac-1.0.2p-3.72.1.aarch64"
},
"product_reference": "libopenssl1_0_0-hmac-1.0.2p-3.72.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_0_0-hmac-1.0.2p-3.72.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_0_0-hmac-1.0.2p-3.72.1.ppc64le"
},
"product_reference": "libopenssl1_0_0-hmac-1.0.2p-3.72.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_0_0-hmac-1.0.2p-3.72.1.s390x as component of SUSE Linux Enterprise Server 12 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_0_0-hmac-1.0.2p-3.72.1.s390x"
},
"product_reference": "libopenssl1_0_0-hmac-1.0.2p-3.72.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_0_0-hmac-1.0.2p-3.72.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_0_0-hmac-1.0.2p-3.72.1.x86_64"
},
"product_reference": "libopenssl1_0_0-hmac-1.0.2p-3.72.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_0_0-hmac-32bit-1.0.2p-3.72.1.s390x as component of SUSE Linux Enterprise Server 12 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_0_0-hmac-32bit-1.0.2p-3.72.1.s390x"
},
"product_reference": "libopenssl1_0_0-hmac-32bit-1.0.2p-3.72.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_0_0-hmac-32bit-1.0.2p-3.72.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_0_0-hmac-32bit-1.0.2p-3.72.1.x86_64"
},
"product_reference": "libopenssl1_0_0-hmac-32bit-1.0.2p-3.72.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1_0_0-1.0.2p-3.72.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP4-LTSS:openssl-1_0_0-1.0.2p-3.72.1.aarch64"
},
"product_reference": "openssl-1_0_0-1.0.2p-3.72.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1_0_0-1.0.2p-3.72.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP4-LTSS:openssl-1_0_0-1.0.2p-3.72.1.ppc64le"
},
"product_reference": "openssl-1_0_0-1.0.2p-3.72.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1_0_0-1.0.2p-3.72.1.s390x as component of SUSE Linux Enterprise Server 12 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP4-LTSS:openssl-1_0_0-1.0.2p-3.72.1.s390x"
},
"product_reference": "openssl-1_0_0-1.0.2p-3.72.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1_0_0-1.0.2p-3.72.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP4-LTSS:openssl-1_0_0-1.0.2p-3.72.1.x86_64"
},
"product_reference": "openssl-1_0_0-1.0.2p-3.72.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1_0_0-doc-1.0.2p-3.72.1.noarch as component of SUSE Linux Enterprise Server 12 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP4-LTSS:openssl-1_0_0-doc-1.0.2p-3.72.1.noarch"
},
"product_reference": "openssl-1_0_0-doc-1.0.2p-3.72.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-1_0_0-devel-1.0.2p-3.72.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:libopenssl-1_0_0-devel-1.0.2p-3.72.1.aarch64"
},
"product_reference": "libopenssl-1_0_0-devel-1.0.2p-3.72.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-1_0_0-devel-1.0.2p-3.72.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:libopenssl-1_0_0-devel-1.0.2p-3.72.1.ppc64le"
},
"product_reference": "libopenssl-1_0_0-devel-1.0.2p-3.72.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-1_0_0-devel-1.0.2p-3.72.1.s390x as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:libopenssl-1_0_0-devel-1.0.2p-3.72.1.s390x"
},
"product_reference": "libopenssl-1_0_0-devel-1.0.2p-3.72.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-1_0_0-devel-1.0.2p-3.72.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:libopenssl-1_0_0-devel-1.0.2p-3.72.1.x86_64"
},
"product_reference": "libopenssl-1_0_0-devel-1.0.2p-3.72.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_0_0-1.0.2p-3.72.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:libopenssl1_0_0-1.0.2p-3.72.1.aarch64"
},
"product_reference": "libopenssl1_0_0-1.0.2p-3.72.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_0_0-1.0.2p-3.72.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:libopenssl1_0_0-1.0.2p-3.72.1.ppc64le"
},
"product_reference": "libopenssl1_0_0-1.0.2p-3.72.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_0_0-1.0.2p-3.72.1.s390x as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:libopenssl1_0_0-1.0.2p-3.72.1.s390x"
},
"product_reference": "libopenssl1_0_0-1.0.2p-3.72.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_0_0-1.0.2p-3.72.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:libopenssl1_0_0-1.0.2p-3.72.1.x86_64"
},
"product_reference": "libopenssl1_0_0-1.0.2p-3.72.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_0_0-32bit-1.0.2p-3.72.1.s390x as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:libopenssl1_0_0-32bit-1.0.2p-3.72.1.s390x"
},
"product_reference": "libopenssl1_0_0-32bit-1.0.2p-3.72.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_0_0-32bit-1.0.2p-3.72.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:libopenssl1_0_0-32bit-1.0.2p-3.72.1.x86_64"
},
"product_reference": "libopenssl1_0_0-32bit-1.0.2p-3.72.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_0_0-hmac-1.0.2p-3.72.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:libopenssl1_0_0-hmac-1.0.2p-3.72.1.aarch64"
},
"product_reference": "libopenssl1_0_0-hmac-1.0.2p-3.72.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_0_0-hmac-1.0.2p-3.72.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:libopenssl1_0_0-hmac-1.0.2p-3.72.1.ppc64le"
},
"product_reference": "libopenssl1_0_0-hmac-1.0.2p-3.72.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_0_0-hmac-1.0.2p-3.72.1.s390x as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:libopenssl1_0_0-hmac-1.0.2p-3.72.1.s390x"
},
"product_reference": "libopenssl1_0_0-hmac-1.0.2p-3.72.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_0_0-hmac-1.0.2p-3.72.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:libopenssl1_0_0-hmac-1.0.2p-3.72.1.x86_64"
},
"product_reference": "libopenssl1_0_0-hmac-1.0.2p-3.72.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_0_0-hmac-32bit-1.0.2p-3.72.1.s390x as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:libopenssl1_0_0-hmac-32bit-1.0.2p-3.72.1.s390x"
},
"product_reference": "libopenssl1_0_0-hmac-32bit-1.0.2p-3.72.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_0_0-hmac-32bit-1.0.2p-3.72.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:libopenssl1_0_0-hmac-32bit-1.0.2p-3.72.1.x86_64"
},
"product_reference": "libopenssl1_0_0-hmac-32bit-1.0.2p-3.72.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1_0_0-1.0.2p-3.72.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:openssl-1_0_0-1.0.2p-3.72.1.aarch64"
},
"product_reference": "openssl-1_0_0-1.0.2p-3.72.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1_0_0-1.0.2p-3.72.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:openssl-1_0_0-1.0.2p-3.72.1.ppc64le"
},
"product_reference": "openssl-1_0_0-1.0.2p-3.72.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1_0_0-1.0.2p-3.72.1.s390x as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:openssl-1_0_0-1.0.2p-3.72.1.s390x"
},
"product_reference": "openssl-1_0_0-1.0.2p-3.72.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1_0_0-1.0.2p-3.72.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:openssl-1_0_0-1.0.2p-3.72.1.x86_64"
},
"product_reference": "openssl-1_0_0-1.0.2p-3.72.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1_0_0-doc-1.0.2p-3.72.1.noarch as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:openssl-1_0_0-doc-1.0.2p-3.72.1.noarch"
},
"product_reference": "openssl-1_0_0-doc-1.0.2p-3.72.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-1_0_0-devel-1.0.2p-3.72.1.aarch64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl-1_0_0-devel-1.0.2p-3.72.1.aarch64"
},
"product_reference": "libopenssl-1_0_0-devel-1.0.2p-3.72.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-1_0_0-devel-1.0.2p-3.72.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl-1_0_0-devel-1.0.2p-3.72.1.ppc64le"
},
"product_reference": "libopenssl-1_0_0-devel-1.0.2p-3.72.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-1_0_0-devel-1.0.2p-3.72.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl-1_0_0-devel-1.0.2p-3.72.1.s390x"
},
"product_reference": "libopenssl-1_0_0-devel-1.0.2p-3.72.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-1_0_0-devel-1.0.2p-3.72.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl-1_0_0-devel-1.0.2p-3.72.1.x86_64"
},
"product_reference": "libopenssl-1_0_0-devel-1.0.2p-3.72.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_0_0-1.0.2p-3.72.1.aarch64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_0_0-1.0.2p-3.72.1.aarch64"
},
"product_reference": "libopenssl1_0_0-1.0.2p-3.72.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_0_0-1.0.2p-3.72.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_0_0-1.0.2p-3.72.1.ppc64le"
},
"product_reference": "libopenssl1_0_0-1.0.2p-3.72.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_0_0-1.0.2p-3.72.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_0_0-1.0.2p-3.72.1.s390x"
},
"product_reference": "libopenssl1_0_0-1.0.2p-3.72.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_0_0-1.0.2p-3.72.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_0_0-1.0.2p-3.72.1.x86_64"
},
"product_reference": "libopenssl1_0_0-1.0.2p-3.72.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_0_0-32bit-1.0.2p-3.72.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_0_0-32bit-1.0.2p-3.72.1.s390x"
},
"product_reference": "libopenssl1_0_0-32bit-1.0.2p-3.72.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_0_0-32bit-1.0.2p-3.72.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_0_0-32bit-1.0.2p-3.72.1.x86_64"
},
"product_reference": "libopenssl1_0_0-32bit-1.0.2p-3.72.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_0_0-hmac-1.0.2p-3.72.1.aarch64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_0_0-hmac-1.0.2p-3.72.1.aarch64"
},
"product_reference": "libopenssl1_0_0-hmac-1.0.2p-3.72.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_0_0-hmac-1.0.2p-3.72.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_0_0-hmac-1.0.2p-3.72.1.ppc64le"
},
"product_reference": "libopenssl1_0_0-hmac-1.0.2p-3.72.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_0_0-hmac-1.0.2p-3.72.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_0_0-hmac-1.0.2p-3.72.1.s390x"
},
"product_reference": "libopenssl1_0_0-hmac-1.0.2p-3.72.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_0_0-hmac-1.0.2p-3.72.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_0_0-hmac-1.0.2p-3.72.1.x86_64"
},
"product_reference": "libopenssl1_0_0-hmac-1.0.2p-3.72.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_0_0-hmac-32bit-1.0.2p-3.72.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_0_0-hmac-32bit-1.0.2p-3.72.1.s390x"
},
"product_reference": "libopenssl1_0_0-hmac-32bit-1.0.2p-3.72.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_0_0-hmac-32bit-1.0.2p-3.72.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_0_0-hmac-32bit-1.0.2p-3.72.1.x86_64"
},
"product_reference": "libopenssl1_0_0-hmac-32bit-1.0.2p-3.72.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1_0_0-1.0.2p-3.72.1.aarch64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:openssl-1_0_0-1.0.2p-3.72.1.aarch64"
},
"product_reference": "openssl-1_0_0-1.0.2p-3.72.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1_0_0-1.0.2p-3.72.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:openssl-1_0_0-1.0.2p-3.72.1.ppc64le"
},
"product_reference": "openssl-1_0_0-1.0.2p-3.72.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1_0_0-1.0.2p-3.72.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:openssl-1_0_0-1.0.2p-3.72.1.s390x"
},
"product_reference": "openssl-1_0_0-1.0.2p-3.72.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1_0_0-1.0.2p-3.72.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:openssl-1_0_0-1.0.2p-3.72.1.x86_64"
},
"product_reference": "openssl-1_0_0-1.0.2p-3.72.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1_0_0-doc-1.0.2p-3.72.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:openssl-1_0_0-doc-1.0.2p-3.72.1.noarch"
},
"product_reference": "openssl-1_0_0-doc-1.0.2p-3.72.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
}
]
},
"vulnerabilities": [
{
"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": [
"SUSE Linux Enterprise Server 12 SP4-ESPOS:libopenssl-1_0_0-devel-1.0.2p-3.72.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4-ESPOS:libopenssl-1_0_0-devel-1.0.2p-3.72.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4-ESPOS:libopenssl1_0_0-1.0.2p-3.72.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4-ESPOS:libopenssl1_0_0-1.0.2p-3.72.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4-ESPOS:libopenssl1_0_0-32bit-1.0.2p-3.72.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4-ESPOS:libopenssl1_0_0-hmac-1.0.2p-3.72.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4-ESPOS:libopenssl1_0_0-hmac-1.0.2p-3.72.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4-ESPOS:libopenssl1_0_0-hmac-32bit-1.0.2p-3.72.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4-ESPOS:openssl-1_0_0-1.0.2p-3.72.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4-ESPOS:openssl-1_0_0-1.0.2p-3.72.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4-ESPOS:openssl-1_0_0-doc-1.0.2p-3.72.1.noarch",
"SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl-1_0_0-devel-1.0.2p-3.72.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl-1_0_0-devel-1.0.2p-3.72.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl-1_0_0-devel-1.0.2p-3.72.1.s390x",
"SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl-1_0_0-devel-1.0.2p-3.72.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_0_0-1.0.2p-3.72.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_0_0-1.0.2p-3.72.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_0_0-1.0.2p-3.72.1.s390x",
"SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_0_0-1.0.2p-3.72.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_0_0-32bit-1.0.2p-3.72.1.s390x",
"SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_0_0-32bit-1.0.2p-3.72.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_0_0-hmac-1.0.2p-3.72.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_0_0-hmac-1.0.2p-3.72.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_0_0-hmac-1.0.2p-3.72.1.s390x",
"SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_0_0-hmac-1.0.2p-3.72.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_0_0-hmac-32bit-1.0.2p-3.72.1.s390x",
"SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_0_0-hmac-32bit-1.0.2p-3.72.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:openssl-1_0_0-1.0.2p-3.72.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:openssl-1_0_0-1.0.2p-3.72.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP4-LTSS:openssl-1_0_0-1.0.2p-3.72.1.s390x",
"SUSE Linux Enterprise Server 12 SP4-LTSS:openssl-1_0_0-1.0.2p-3.72.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:openssl-1_0_0-doc-1.0.2p-3.72.1.noarch",
"SUSE Linux Enterprise Server 12 SP5:libopenssl-1_0_0-devel-1.0.2p-3.72.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:libopenssl-1_0_0-devel-1.0.2p-3.72.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:libopenssl-1_0_0-devel-1.0.2p-3.72.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:libopenssl-1_0_0-devel-1.0.2p-3.72.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:libopenssl1_0_0-1.0.2p-3.72.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:libopenssl1_0_0-1.0.2p-3.72.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:libopenssl1_0_0-1.0.2p-3.72.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:libopenssl1_0_0-1.0.2p-3.72.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:libopenssl1_0_0-32bit-1.0.2p-3.72.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:libopenssl1_0_0-32bit-1.0.2p-3.72.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:libopenssl1_0_0-hmac-1.0.2p-3.72.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:libopenssl1_0_0-hmac-1.0.2p-3.72.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:libopenssl1_0_0-hmac-1.0.2p-3.72.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:libopenssl1_0_0-hmac-1.0.2p-3.72.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:libopenssl1_0_0-hmac-32bit-1.0.2p-3.72.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:libopenssl1_0_0-hmac-32bit-1.0.2p-3.72.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:openssl-1_0_0-1.0.2p-3.72.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:openssl-1_0_0-1.0.2p-3.72.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:openssl-1_0_0-1.0.2p-3.72.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:openssl-1_0_0-1.0.2p-3.72.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:openssl-1_0_0-doc-1.0.2p-3.72.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:libopenssl-1_0_0-devel-1.0.2p-3.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:libopenssl-1_0_0-devel-1.0.2p-3.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:libopenssl1_0_0-1.0.2p-3.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:libopenssl1_0_0-1.0.2p-3.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:libopenssl1_0_0-32bit-1.0.2p-3.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:libopenssl1_0_0-hmac-1.0.2p-3.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:libopenssl1_0_0-hmac-1.0.2p-3.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:libopenssl1_0_0-hmac-32bit-1.0.2p-3.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:openssl-1_0_0-1.0.2p-3.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:openssl-1_0_0-1.0.2p-3.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:openssl-1_0_0-doc-1.0.2p-3.72.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl-1_0_0-devel-1.0.2p-3.72.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl-1_0_0-devel-1.0.2p-3.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl-1_0_0-devel-1.0.2p-3.72.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl-1_0_0-devel-1.0.2p-3.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_0_0-1.0.2p-3.72.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_0_0-1.0.2p-3.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_0_0-1.0.2p-3.72.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_0_0-1.0.2p-3.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_0_0-32bit-1.0.2p-3.72.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_0_0-32bit-1.0.2p-3.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_0_0-hmac-1.0.2p-3.72.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_0_0-hmac-1.0.2p-3.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_0_0-hmac-1.0.2p-3.72.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_0_0-hmac-1.0.2p-3.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_0_0-hmac-32bit-1.0.2p-3.72.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_0_0-hmac-32bit-1.0.2p-3.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:openssl-1_0_0-1.0.2p-3.72.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:openssl-1_0_0-1.0.2p-3.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:openssl-1_0_0-1.0.2p-3.72.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:openssl-1_0_0-1.0.2p-3.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:openssl-1_0_0-doc-1.0.2p-3.72.1.noarch",
"SUSE Linux Enterprise Software Development Kit 12 SP5:libopenssl-1_0_0-devel-1.0.2p-3.72.1.aarch64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:libopenssl-1_0_0-devel-1.0.2p-3.72.1.ppc64le",
"SUSE Linux Enterprise Software Development Kit 12 SP5:libopenssl-1_0_0-devel-1.0.2p-3.72.1.s390x",
"SUSE Linux Enterprise Software Development Kit 12 SP5:libopenssl-1_0_0-devel-1.0.2p-3.72.1.x86_64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:libopenssl-1_0_0-devel-32bit-1.0.2p-3.72.1.s390x",
"SUSE Linux Enterprise Software Development Kit 12 SP5:libopenssl-1_0_0-devel-32bit-1.0.2p-3.72.1.x86_64",
"SUSE OpenStack Cloud 9:libopenssl-1_0_0-devel-1.0.2p-3.72.1.x86_64",
"SUSE OpenStack Cloud 9:libopenssl1_0_0-1.0.2p-3.72.1.x86_64",
"SUSE OpenStack Cloud 9:libopenssl1_0_0-32bit-1.0.2p-3.72.1.x86_64",
"SUSE OpenStack Cloud 9:libopenssl1_0_0-hmac-1.0.2p-3.72.1.x86_64",
"SUSE OpenStack Cloud 9:libopenssl1_0_0-hmac-32bit-1.0.2p-3.72.1.x86_64",
"SUSE OpenStack Cloud 9:openssl-1_0_0-1.0.2p-3.72.1.x86_64",
"SUSE OpenStack Cloud 9:openssl-1_0_0-doc-1.0.2p-3.72.1.noarch",
"SUSE OpenStack Cloud Crowbar 9:libopenssl-1_0_0-devel-1.0.2p-3.72.1.x86_64",
"SUSE OpenStack Cloud Crowbar 9:libopenssl1_0_0-1.0.2p-3.72.1.x86_64",
"SUSE OpenStack Cloud Crowbar 9:libopenssl1_0_0-32bit-1.0.2p-3.72.1.x86_64",
"SUSE OpenStack Cloud Crowbar 9:libopenssl1_0_0-hmac-1.0.2p-3.72.1.x86_64",
"SUSE OpenStack Cloud Crowbar 9:libopenssl1_0_0-hmac-32bit-1.0.2p-3.72.1.x86_64",
"SUSE OpenStack Cloud Crowbar 9:openssl-1_0_0-1.0.2p-3.72.1.x86_64",
"SUSE OpenStack Cloud Crowbar 9:openssl-1_0_0-doc-1.0.2p-3.72.1.noarch"
]
},
"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": [
"SUSE Linux Enterprise Server 12 SP4-ESPOS:libopenssl-1_0_0-devel-1.0.2p-3.72.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4-ESPOS:libopenssl-1_0_0-devel-1.0.2p-3.72.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4-ESPOS:libopenssl1_0_0-1.0.2p-3.72.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4-ESPOS:libopenssl1_0_0-1.0.2p-3.72.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4-ESPOS:libopenssl1_0_0-32bit-1.0.2p-3.72.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4-ESPOS:libopenssl1_0_0-hmac-1.0.2p-3.72.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4-ESPOS:libopenssl1_0_0-hmac-1.0.2p-3.72.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4-ESPOS:libopenssl1_0_0-hmac-32bit-1.0.2p-3.72.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4-ESPOS:openssl-1_0_0-1.0.2p-3.72.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4-ESPOS:openssl-1_0_0-1.0.2p-3.72.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4-ESPOS:openssl-1_0_0-doc-1.0.2p-3.72.1.noarch",
"SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl-1_0_0-devel-1.0.2p-3.72.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl-1_0_0-devel-1.0.2p-3.72.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl-1_0_0-devel-1.0.2p-3.72.1.s390x",
"SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl-1_0_0-devel-1.0.2p-3.72.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_0_0-1.0.2p-3.72.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_0_0-1.0.2p-3.72.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_0_0-1.0.2p-3.72.1.s390x",
"SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_0_0-1.0.2p-3.72.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_0_0-32bit-1.0.2p-3.72.1.s390x",
"SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_0_0-32bit-1.0.2p-3.72.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_0_0-hmac-1.0.2p-3.72.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_0_0-hmac-1.0.2p-3.72.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_0_0-hmac-1.0.2p-3.72.1.s390x",
"SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_0_0-hmac-1.0.2p-3.72.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_0_0-hmac-32bit-1.0.2p-3.72.1.s390x",
"SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_0_0-hmac-32bit-1.0.2p-3.72.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:openssl-1_0_0-1.0.2p-3.72.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:openssl-1_0_0-1.0.2p-3.72.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP4-LTSS:openssl-1_0_0-1.0.2p-3.72.1.s390x",
"SUSE Linux Enterprise Server 12 SP4-LTSS:openssl-1_0_0-1.0.2p-3.72.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:openssl-1_0_0-doc-1.0.2p-3.72.1.noarch",
"SUSE Linux Enterprise Server 12 SP5:libopenssl-1_0_0-devel-1.0.2p-3.72.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:libopenssl-1_0_0-devel-1.0.2p-3.72.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:libopenssl-1_0_0-devel-1.0.2p-3.72.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:libopenssl-1_0_0-devel-1.0.2p-3.72.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:libopenssl1_0_0-1.0.2p-3.72.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:libopenssl1_0_0-1.0.2p-3.72.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:libopenssl1_0_0-1.0.2p-3.72.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:libopenssl1_0_0-1.0.2p-3.72.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:libopenssl1_0_0-32bit-1.0.2p-3.72.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:libopenssl1_0_0-32bit-1.0.2p-3.72.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:libopenssl1_0_0-hmac-1.0.2p-3.72.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:libopenssl1_0_0-hmac-1.0.2p-3.72.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:libopenssl1_0_0-hmac-1.0.2p-3.72.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:libopenssl1_0_0-hmac-1.0.2p-3.72.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:libopenssl1_0_0-hmac-32bit-1.0.2p-3.72.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:libopenssl1_0_0-hmac-32bit-1.0.2p-3.72.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:openssl-1_0_0-1.0.2p-3.72.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:openssl-1_0_0-1.0.2p-3.72.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:openssl-1_0_0-1.0.2p-3.72.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:openssl-1_0_0-1.0.2p-3.72.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:openssl-1_0_0-doc-1.0.2p-3.72.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:libopenssl-1_0_0-devel-1.0.2p-3.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:libopenssl-1_0_0-devel-1.0.2p-3.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:libopenssl1_0_0-1.0.2p-3.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:libopenssl1_0_0-1.0.2p-3.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:libopenssl1_0_0-32bit-1.0.2p-3.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:libopenssl1_0_0-hmac-1.0.2p-3.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:libopenssl1_0_0-hmac-1.0.2p-3.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:libopenssl1_0_0-hmac-32bit-1.0.2p-3.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:openssl-1_0_0-1.0.2p-3.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:openssl-1_0_0-1.0.2p-3.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:openssl-1_0_0-doc-1.0.2p-3.72.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl-1_0_0-devel-1.0.2p-3.72.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl-1_0_0-devel-1.0.2p-3.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl-1_0_0-devel-1.0.2p-3.72.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl-1_0_0-devel-1.0.2p-3.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_0_0-1.0.2p-3.72.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_0_0-1.0.2p-3.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_0_0-1.0.2p-3.72.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_0_0-1.0.2p-3.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_0_0-32bit-1.0.2p-3.72.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_0_0-32bit-1.0.2p-3.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_0_0-hmac-1.0.2p-3.72.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_0_0-hmac-1.0.2p-3.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_0_0-hmac-1.0.2p-3.72.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_0_0-hmac-1.0.2p-3.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_0_0-hmac-32bit-1.0.2p-3.72.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_0_0-hmac-32bit-1.0.2p-3.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:openssl-1_0_0-1.0.2p-3.72.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:openssl-1_0_0-1.0.2p-3.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:openssl-1_0_0-1.0.2p-3.72.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:openssl-1_0_0-1.0.2p-3.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:openssl-1_0_0-doc-1.0.2p-3.72.1.noarch",
"SUSE Linux Enterprise Software Development Kit 12 SP5:libopenssl-1_0_0-devel-1.0.2p-3.72.1.aarch64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:libopenssl-1_0_0-devel-1.0.2p-3.72.1.ppc64le",
"SUSE Linux Enterprise Software Development Kit 12 SP5:libopenssl-1_0_0-devel-1.0.2p-3.72.1.s390x",
"SUSE Linux Enterprise Software Development Kit 12 SP5:libopenssl-1_0_0-devel-1.0.2p-3.72.1.x86_64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:libopenssl-1_0_0-devel-32bit-1.0.2p-3.72.1.s390x",
"SUSE Linux Enterprise Software Development Kit 12 SP5:libopenssl-1_0_0-devel-32bit-1.0.2p-3.72.1.x86_64",
"SUSE OpenStack Cloud 9:libopenssl-1_0_0-devel-1.0.2p-3.72.1.x86_64",
"SUSE OpenStack Cloud 9:libopenssl1_0_0-1.0.2p-3.72.1.x86_64",
"SUSE OpenStack Cloud 9:libopenssl1_0_0-32bit-1.0.2p-3.72.1.x86_64",
"SUSE OpenStack Cloud 9:libopenssl1_0_0-hmac-1.0.2p-3.72.1.x86_64",
"SUSE OpenStack Cloud 9:libopenssl1_0_0-hmac-32bit-1.0.2p-3.72.1.x86_64",
"SUSE OpenStack Cloud 9:openssl-1_0_0-1.0.2p-3.72.1.x86_64",
"SUSE OpenStack Cloud 9:openssl-1_0_0-doc-1.0.2p-3.72.1.noarch",
"SUSE OpenStack Cloud Crowbar 9:libopenssl-1_0_0-devel-1.0.2p-3.72.1.x86_64",
"SUSE OpenStack Cloud Crowbar 9:libopenssl1_0_0-1.0.2p-3.72.1.x86_64",
"SUSE OpenStack Cloud Crowbar 9:libopenssl1_0_0-32bit-1.0.2p-3.72.1.x86_64",
"SUSE OpenStack Cloud Crowbar 9:libopenssl1_0_0-hmac-1.0.2p-3.72.1.x86_64",
"SUSE OpenStack Cloud Crowbar 9:libopenssl1_0_0-hmac-32bit-1.0.2p-3.72.1.x86_64",
"SUSE OpenStack Cloud Crowbar 9:openssl-1_0_0-1.0.2p-3.72.1.x86_64",
"SUSE OpenStack Cloud Crowbar 9:openssl-1_0_0-doc-1.0.2p-3.72.1.noarch"
]
}
],
"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": [
"SUSE Linux Enterprise Server 12 SP4-ESPOS:libopenssl-1_0_0-devel-1.0.2p-3.72.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4-ESPOS:libopenssl-1_0_0-devel-1.0.2p-3.72.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4-ESPOS:libopenssl1_0_0-1.0.2p-3.72.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4-ESPOS:libopenssl1_0_0-1.0.2p-3.72.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4-ESPOS:libopenssl1_0_0-32bit-1.0.2p-3.72.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4-ESPOS:libopenssl1_0_0-hmac-1.0.2p-3.72.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4-ESPOS:libopenssl1_0_0-hmac-1.0.2p-3.72.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4-ESPOS:libopenssl1_0_0-hmac-32bit-1.0.2p-3.72.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4-ESPOS:openssl-1_0_0-1.0.2p-3.72.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4-ESPOS:openssl-1_0_0-1.0.2p-3.72.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4-ESPOS:openssl-1_0_0-doc-1.0.2p-3.72.1.noarch",
"SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl-1_0_0-devel-1.0.2p-3.72.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl-1_0_0-devel-1.0.2p-3.72.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl-1_0_0-devel-1.0.2p-3.72.1.s390x",
"SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl-1_0_0-devel-1.0.2p-3.72.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_0_0-1.0.2p-3.72.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_0_0-1.0.2p-3.72.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_0_0-1.0.2p-3.72.1.s390x",
"SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_0_0-1.0.2p-3.72.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_0_0-32bit-1.0.2p-3.72.1.s390x",
"SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_0_0-32bit-1.0.2p-3.72.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_0_0-hmac-1.0.2p-3.72.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_0_0-hmac-1.0.2p-3.72.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_0_0-hmac-1.0.2p-3.72.1.s390x",
"SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_0_0-hmac-1.0.2p-3.72.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_0_0-hmac-32bit-1.0.2p-3.72.1.s390x",
"SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_0_0-hmac-32bit-1.0.2p-3.72.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:openssl-1_0_0-1.0.2p-3.72.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:openssl-1_0_0-1.0.2p-3.72.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP4-LTSS:openssl-1_0_0-1.0.2p-3.72.1.s390x",
"SUSE Linux Enterprise Server 12 SP4-LTSS:openssl-1_0_0-1.0.2p-3.72.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:openssl-1_0_0-doc-1.0.2p-3.72.1.noarch",
"SUSE Linux Enterprise Server 12 SP5:libopenssl-1_0_0-devel-1.0.2p-3.72.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:libopenssl-1_0_0-devel-1.0.2p-3.72.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:libopenssl-1_0_0-devel-1.0.2p-3.72.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:libopenssl-1_0_0-devel-1.0.2p-3.72.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:libopenssl1_0_0-1.0.2p-3.72.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:libopenssl1_0_0-1.0.2p-3.72.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:libopenssl1_0_0-1.0.2p-3.72.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:libopenssl1_0_0-1.0.2p-3.72.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:libopenssl1_0_0-32bit-1.0.2p-3.72.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:libopenssl1_0_0-32bit-1.0.2p-3.72.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:libopenssl1_0_0-hmac-1.0.2p-3.72.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:libopenssl1_0_0-hmac-1.0.2p-3.72.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:libopenssl1_0_0-hmac-1.0.2p-3.72.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:libopenssl1_0_0-hmac-1.0.2p-3.72.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:libopenssl1_0_0-hmac-32bit-1.0.2p-3.72.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:libopenssl1_0_0-hmac-32bit-1.0.2p-3.72.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:openssl-1_0_0-1.0.2p-3.72.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:openssl-1_0_0-1.0.2p-3.72.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:openssl-1_0_0-1.0.2p-3.72.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:openssl-1_0_0-1.0.2p-3.72.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:openssl-1_0_0-doc-1.0.2p-3.72.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:libopenssl-1_0_0-devel-1.0.2p-3.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:libopenssl-1_0_0-devel-1.0.2p-3.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:libopenssl1_0_0-1.0.2p-3.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:libopenssl1_0_0-1.0.2p-3.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:libopenssl1_0_0-32bit-1.0.2p-3.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:libopenssl1_0_0-hmac-1.0.2p-3.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:libopenssl1_0_0-hmac-1.0.2p-3.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:libopenssl1_0_0-hmac-32bit-1.0.2p-3.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:openssl-1_0_0-1.0.2p-3.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:openssl-1_0_0-1.0.2p-3.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:openssl-1_0_0-doc-1.0.2p-3.72.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl-1_0_0-devel-1.0.2p-3.72.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl-1_0_0-devel-1.0.2p-3.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl-1_0_0-devel-1.0.2p-3.72.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl-1_0_0-devel-1.0.2p-3.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_0_0-1.0.2p-3.72.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_0_0-1.0.2p-3.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_0_0-1.0.2p-3.72.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_0_0-1.0.2p-3.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_0_0-32bit-1.0.2p-3.72.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_0_0-32bit-1.0.2p-3.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_0_0-hmac-1.0.2p-3.72.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_0_0-hmac-1.0.2p-3.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_0_0-hmac-1.0.2p-3.72.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_0_0-hmac-1.0.2p-3.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_0_0-hmac-32bit-1.0.2p-3.72.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_0_0-hmac-32bit-1.0.2p-3.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:openssl-1_0_0-1.0.2p-3.72.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:openssl-1_0_0-1.0.2p-3.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:openssl-1_0_0-1.0.2p-3.72.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:openssl-1_0_0-1.0.2p-3.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:openssl-1_0_0-doc-1.0.2p-3.72.1.noarch",
"SUSE Linux Enterprise Software Development Kit 12 SP5:libopenssl-1_0_0-devel-1.0.2p-3.72.1.aarch64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:libopenssl-1_0_0-devel-1.0.2p-3.72.1.ppc64le",
"SUSE Linux Enterprise Software Development Kit 12 SP5:libopenssl-1_0_0-devel-1.0.2p-3.72.1.s390x",
"SUSE Linux Enterprise Software Development Kit 12 SP5:libopenssl-1_0_0-devel-1.0.2p-3.72.1.x86_64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:libopenssl-1_0_0-devel-32bit-1.0.2p-3.72.1.s390x",
"SUSE Linux Enterprise Software Development Kit 12 SP5:libopenssl-1_0_0-devel-32bit-1.0.2p-3.72.1.x86_64",
"SUSE OpenStack Cloud 9:libopenssl-1_0_0-devel-1.0.2p-3.72.1.x86_64",
"SUSE OpenStack Cloud 9:libopenssl1_0_0-1.0.2p-3.72.1.x86_64",
"SUSE OpenStack Cloud 9:libopenssl1_0_0-32bit-1.0.2p-3.72.1.x86_64",
"SUSE OpenStack Cloud 9:libopenssl1_0_0-hmac-1.0.2p-3.72.1.x86_64",
"SUSE OpenStack Cloud 9:libopenssl1_0_0-hmac-32bit-1.0.2p-3.72.1.x86_64",
"SUSE OpenStack Cloud 9:openssl-1_0_0-1.0.2p-3.72.1.x86_64",
"SUSE OpenStack Cloud 9:openssl-1_0_0-doc-1.0.2p-3.72.1.noarch",
"SUSE OpenStack Cloud Crowbar 9:libopenssl-1_0_0-devel-1.0.2p-3.72.1.x86_64",
"SUSE OpenStack Cloud Crowbar 9:libopenssl1_0_0-1.0.2p-3.72.1.x86_64",
"SUSE OpenStack Cloud Crowbar 9:libopenssl1_0_0-32bit-1.0.2p-3.72.1.x86_64",
"SUSE OpenStack Cloud Crowbar 9:libopenssl1_0_0-hmac-1.0.2p-3.72.1.x86_64",
"SUSE OpenStack Cloud Crowbar 9:libopenssl1_0_0-hmac-32bit-1.0.2p-3.72.1.x86_64",
"SUSE OpenStack Cloud Crowbar 9:openssl-1_0_0-1.0.2p-3.72.1.x86_64",
"SUSE OpenStack Cloud Crowbar 9:openssl-1_0_0-doc-1.0.2p-3.72.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2023-04-19T12:24:32Z",
"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": [
"SUSE Linux Enterprise Server 12 SP4-ESPOS:libopenssl-1_0_0-devel-1.0.2p-3.72.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4-ESPOS:libopenssl-1_0_0-devel-1.0.2p-3.72.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4-ESPOS:libopenssl1_0_0-1.0.2p-3.72.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4-ESPOS:libopenssl1_0_0-1.0.2p-3.72.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4-ESPOS:libopenssl1_0_0-32bit-1.0.2p-3.72.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4-ESPOS:libopenssl1_0_0-hmac-1.0.2p-3.72.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4-ESPOS:libopenssl1_0_0-hmac-1.0.2p-3.72.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4-ESPOS:libopenssl1_0_0-hmac-32bit-1.0.2p-3.72.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4-ESPOS:openssl-1_0_0-1.0.2p-3.72.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4-ESPOS:openssl-1_0_0-1.0.2p-3.72.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4-ESPOS:openssl-1_0_0-doc-1.0.2p-3.72.1.noarch",
"SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl-1_0_0-devel-1.0.2p-3.72.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl-1_0_0-devel-1.0.2p-3.72.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl-1_0_0-devel-1.0.2p-3.72.1.s390x",
"SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl-1_0_0-devel-1.0.2p-3.72.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_0_0-1.0.2p-3.72.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_0_0-1.0.2p-3.72.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_0_0-1.0.2p-3.72.1.s390x",
"SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_0_0-1.0.2p-3.72.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_0_0-32bit-1.0.2p-3.72.1.s390x",
"SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_0_0-32bit-1.0.2p-3.72.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_0_0-hmac-1.0.2p-3.72.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_0_0-hmac-1.0.2p-3.72.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_0_0-hmac-1.0.2p-3.72.1.s390x",
"SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_0_0-hmac-1.0.2p-3.72.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_0_0-hmac-32bit-1.0.2p-3.72.1.s390x",
"SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_0_0-hmac-32bit-1.0.2p-3.72.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:openssl-1_0_0-1.0.2p-3.72.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:openssl-1_0_0-1.0.2p-3.72.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP4-LTSS:openssl-1_0_0-1.0.2p-3.72.1.s390x",
"SUSE Linux Enterprise Server 12 SP4-LTSS:openssl-1_0_0-1.0.2p-3.72.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:openssl-1_0_0-doc-1.0.2p-3.72.1.noarch",
"SUSE Linux Enterprise Server 12 SP5:libopenssl-1_0_0-devel-1.0.2p-3.72.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:libopenssl-1_0_0-devel-1.0.2p-3.72.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:libopenssl-1_0_0-devel-1.0.2p-3.72.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:libopenssl-1_0_0-devel-1.0.2p-3.72.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:libopenssl1_0_0-1.0.2p-3.72.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:libopenssl1_0_0-1.0.2p-3.72.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:libopenssl1_0_0-1.0.2p-3.72.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:libopenssl1_0_0-1.0.2p-3.72.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:libopenssl1_0_0-32bit-1.0.2p-3.72.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:libopenssl1_0_0-32bit-1.0.2p-3.72.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:libopenssl1_0_0-hmac-1.0.2p-3.72.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:libopenssl1_0_0-hmac-1.0.2p-3.72.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:libopenssl1_0_0-hmac-1.0.2p-3.72.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:libopenssl1_0_0-hmac-1.0.2p-3.72.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:libopenssl1_0_0-hmac-32bit-1.0.2p-3.72.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:libopenssl1_0_0-hmac-32bit-1.0.2p-3.72.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:openssl-1_0_0-1.0.2p-3.72.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:openssl-1_0_0-1.0.2p-3.72.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:openssl-1_0_0-1.0.2p-3.72.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:openssl-1_0_0-1.0.2p-3.72.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:openssl-1_0_0-doc-1.0.2p-3.72.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:libopenssl-1_0_0-devel-1.0.2p-3.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:libopenssl-1_0_0-devel-1.0.2p-3.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:libopenssl1_0_0-1.0.2p-3.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:libopenssl1_0_0-1.0.2p-3.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:libopenssl1_0_0-32bit-1.0.2p-3.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:libopenssl1_0_0-hmac-1.0.2p-3.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:libopenssl1_0_0-hmac-1.0.2p-3.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:libopenssl1_0_0-hmac-32bit-1.0.2p-3.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:openssl-1_0_0-1.0.2p-3.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:openssl-1_0_0-1.0.2p-3.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:openssl-1_0_0-doc-1.0.2p-3.72.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl-1_0_0-devel-1.0.2p-3.72.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl-1_0_0-devel-1.0.2p-3.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl-1_0_0-devel-1.0.2p-3.72.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl-1_0_0-devel-1.0.2p-3.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_0_0-1.0.2p-3.72.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_0_0-1.0.2p-3.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_0_0-1.0.2p-3.72.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_0_0-1.0.2p-3.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_0_0-32bit-1.0.2p-3.72.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_0_0-32bit-1.0.2p-3.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_0_0-hmac-1.0.2p-3.72.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_0_0-hmac-1.0.2p-3.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_0_0-hmac-1.0.2p-3.72.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_0_0-hmac-1.0.2p-3.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_0_0-hmac-32bit-1.0.2p-3.72.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_0_0-hmac-32bit-1.0.2p-3.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:openssl-1_0_0-1.0.2p-3.72.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:openssl-1_0_0-1.0.2p-3.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:openssl-1_0_0-1.0.2p-3.72.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:openssl-1_0_0-1.0.2p-3.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:openssl-1_0_0-doc-1.0.2p-3.72.1.noarch",
"SUSE Linux Enterprise Software Development Kit 12 SP5:libopenssl-1_0_0-devel-1.0.2p-3.72.1.aarch64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:libopenssl-1_0_0-devel-1.0.2p-3.72.1.ppc64le",
"SUSE Linux Enterprise Software Development Kit 12 SP5:libopenssl-1_0_0-devel-1.0.2p-3.72.1.s390x",
"SUSE Linux Enterprise Software Development Kit 12 SP5:libopenssl-1_0_0-devel-1.0.2p-3.72.1.x86_64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:libopenssl-1_0_0-devel-32bit-1.0.2p-3.72.1.s390x",
"SUSE Linux Enterprise Software Development Kit 12 SP5:libopenssl-1_0_0-devel-32bit-1.0.2p-3.72.1.x86_64",
"SUSE OpenStack Cloud 9:libopenssl-1_0_0-devel-1.0.2p-3.72.1.x86_64",
"SUSE OpenStack Cloud 9:libopenssl1_0_0-1.0.2p-3.72.1.x86_64",
"SUSE OpenStack Cloud 9:libopenssl1_0_0-32bit-1.0.2p-3.72.1.x86_64",
"SUSE OpenStack Cloud 9:libopenssl1_0_0-hmac-1.0.2p-3.72.1.x86_64",
"SUSE OpenStack Cloud 9:libopenssl1_0_0-hmac-32bit-1.0.2p-3.72.1.x86_64",
"SUSE OpenStack Cloud 9:openssl-1_0_0-1.0.2p-3.72.1.x86_64",
"SUSE OpenStack Cloud 9:openssl-1_0_0-doc-1.0.2p-3.72.1.noarch",
"SUSE OpenStack Cloud Crowbar 9:libopenssl-1_0_0-devel-1.0.2p-3.72.1.x86_64",
"SUSE OpenStack Cloud Crowbar 9:libopenssl1_0_0-1.0.2p-3.72.1.x86_64",
"SUSE OpenStack Cloud Crowbar 9:libopenssl1_0_0-32bit-1.0.2p-3.72.1.x86_64",
"SUSE OpenStack Cloud Crowbar 9:libopenssl1_0_0-hmac-1.0.2p-3.72.1.x86_64",
"SUSE OpenStack Cloud Crowbar 9:libopenssl1_0_0-hmac-32bit-1.0.2p-3.72.1.x86_64",
"SUSE OpenStack Cloud Crowbar 9:openssl-1_0_0-1.0.2p-3.72.1.x86_64",
"SUSE OpenStack Cloud Crowbar 9:openssl-1_0_0-doc-1.0.2p-3.72.1.noarch"
]
},
"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": [
"SUSE Linux Enterprise Server 12 SP4-ESPOS:libopenssl-1_0_0-devel-1.0.2p-3.72.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4-ESPOS:libopenssl-1_0_0-devel-1.0.2p-3.72.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4-ESPOS:libopenssl1_0_0-1.0.2p-3.72.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4-ESPOS:libopenssl1_0_0-1.0.2p-3.72.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4-ESPOS:libopenssl1_0_0-32bit-1.0.2p-3.72.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4-ESPOS:libopenssl1_0_0-hmac-1.0.2p-3.72.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4-ESPOS:libopenssl1_0_0-hmac-1.0.2p-3.72.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4-ESPOS:libopenssl1_0_0-hmac-32bit-1.0.2p-3.72.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4-ESPOS:openssl-1_0_0-1.0.2p-3.72.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4-ESPOS:openssl-1_0_0-1.0.2p-3.72.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4-ESPOS:openssl-1_0_0-doc-1.0.2p-3.72.1.noarch",
"SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl-1_0_0-devel-1.0.2p-3.72.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl-1_0_0-devel-1.0.2p-3.72.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl-1_0_0-devel-1.0.2p-3.72.1.s390x",
"SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl-1_0_0-devel-1.0.2p-3.72.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_0_0-1.0.2p-3.72.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_0_0-1.0.2p-3.72.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_0_0-1.0.2p-3.72.1.s390x",
"SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_0_0-1.0.2p-3.72.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_0_0-32bit-1.0.2p-3.72.1.s390x",
"SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_0_0-32bit-1.0.2p-3.72.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_0_0-hmac-1.0.2p-3.72.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_0_0-hmac-1.0.2p-3.72.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_0_0-hmac-1.0.2p-3.72.1.s390x",
"SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_0_0-hmac-1.0.2p-3.72.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_0_0-hmac-32bit-1.0.2p-3.72.1.s390x",
"SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_0_0-hmac-32bit-1.0.2p-3.72.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:openssl-1_0_0-1.0.2p-3.72.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:openssl-1_0_0-1.0.2p-3.72.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP4-LTSS:openssl-1_0_0-1.0.2p-3.72.1.s390x",
"SUSE Linux Enterprise Server 12 SP4-LTSS:openssl-1_0_0-1.0.2p-3.72.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:openssl-1_0_0-doc-1.0.2p-3.72.1.noarch",
"SUSE Linux Enterprise Server 12 SP5:libopenssl-1_0_0-devel-1.0.2p-3.72.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:libopenssl-1_0_0-devel-1.0.2p-3.72.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:libopenssl-1_0_0-devel-1.0.2p-3.72.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:libopenssl-1_0_0-devel-1.0.2p-3.72.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:libopenssl1_0_0-1.0.2p-3.72.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:libopenssl1_0_0-1.0.2p-3.72.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:libopenssl1_0_0-1.0.2p-3.72.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:libopenssl1_0_0-1.0.2p-3.72.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:libopenssl1_0_0-32bit-1.0.2p-3.72.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:libopenssl1_0_0-32bit-1.0.2p-3.72.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:libopenssl1_0_0-hmac-1.0.2p-3.72.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:libopenssl1_0_0-hmac-1.0.2p-3.72.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:libopenssl1_0_0-hmac-1.0.2p-3.72.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:libopenssl1_0_0-hmac-1.0.2p-3.72.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:libopenssl1_0_0-hmac-32bit-1.0.2p-3.72.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:libopenssl1_0_0-hmac-32bit-1.0.2p-3.72.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:openssl-1_0_0-1.0.2p-3.72.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:openssl-1_0_0-1.0.2p-3.72.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:openssl-1_0_0-1.0.2p-3.72.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:openssl-1_0_0-1.0.2p-3.72.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:openssl-1_0_0-doc-1.0.2p-3.72.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:libopenssl-1_0_0-devel-1.0.2p-3.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:libopenssl-1_0_0-devel-1.0.2p-3.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:libopenssl1_0_0-1.0.2p-3.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:libopenssl1_0_0-1.0.2p-3.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:libopenssl1_0_0-32bit-1.0.2p-3.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:libopenssl1_0_0-hmac-1.0.2p-3.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:libopenssl1_0_0-hmac-1.0.2p-3.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:libopenssl1_0_0-hmac-32bit-1.0.2p-3.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:openssl-1_0_0-1.0.2p-3.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:openssl-1_0_0-1.0.2p-3.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:openssl-1_0_0-doc-1.0.2p-3.72.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl-1_0_0-devel-1.0.2p-3.72.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl-1_0_0-devel-1.0.2p-3.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl-1_0_0-devel-1.0.2p-3.72.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl-1_0_0-devel-1.0.2p-3.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_0_0-1.0.2p-3.72.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_0_0-1.0.2p-3.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_0_0-1.0.2p-3.72.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_0_0-1.0.2p-3.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_0_0-32bit-1.0.2p-3.72.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_0_0-32bit-1.0.2p-3.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_0_0-hmac-1.0.2p-3.72.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_0_0-hmac-1.0.2p-3.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_0_0-hmac-1.0.2p-3.72.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_0_0-hmac-1.0.2p-3.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_0_0-hmac-32bit-1.0.2p-3.72.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_0_0-hmac-32bit-1.0.2p-3.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:openssl-1_0_0-1.0.2p-3.72.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:openssl-1_0_0-1.0.2p-3.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:openssl-1_0_0-1.0.2p-3.72.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:openssl-1_0_0-1.0.2p-3.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:openssl-1_0_0-doc-1.0.2p-3.72.1.noarch",
"SUSE Linux Enterprise Software Development Kit 12 SP5:libopenssl-1_0_0-devel-1.0.2p-3.72.1.aarch64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:libopenssl-1_0_0-devel-1.0.2p-3.72.1.ppc64le",
"SUSE Linux Enterprise Software Development Kit 12 SP5:libopenssl-1_0_0-devel-1.0.2p-3.72.1.s390x",
"SUSE Linux Enterprise Software Development Kit 12 SP5:libopenssl-1_0_0-devel-1.0.2p-3.72.1.x86_64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:libopenssl-1_0_0-devel-32bit-1.0.2p-3.72.1.s390x",
"SUSE Linux Enterprise Software Development Kit 12 SP5:libopenssl-1_0_0-devel-32bit-1.0.2p-3.72.1.x86_64",
"SUSE OpenStack Cloud 9:libopenssl-1_0_0-devel-1.0.2p-3.72.1.x86_64",
"SUSE OpenStack Cloud 9:libopenssl1_0_0-1.0.2p-3.72.1.x86_64",
"SUSE OpenStack Cloud 9:libopenssl1_0_0-32bit-1.0.2p-3.72.1.x86_64",
"SUSE OpenStack Cloud 9:libopenssl1_0_0-hmac-1.0.2p-3.72.1.x86_64",
"SUSE OpenStack Cloud 9:libopenssl1_0_0-hmac-32bit-1.0.2p-3.72.1.x86_64",
"SUSE OpenStack Cloud 9:openssl-1_0_0-1.0.2p-3.72.1.x86_64",
"SUSE OpenStack Cloud 9:openssl-1_0_0-doc-1.0.2p-3.72.1.noarch",
"SUSE OpenStack Cloud Crowbar 9:libopenssl-1_0_0-devel-1.0.2p-3.72.1.x86_64",
"SUSE OpenStack Cloud Crowbar 9:libopenssl1_0_0-1.0.2p-3.72.1.x86_64",
"SUSE OpenStack Cloud Crowbar 9:libopenssl1_0_0-32bit-1.0.2p-3.72.1.x86_64",
"SUSE OpenStack Cloud Crowbar 9:libopenssl1_0_0-hmac-1.0.2p-3.72.1.x86_64",
"SUSE OpenStack Cloud Crowbar 9:libopenssl1_0_0-hmac-32bit-1.0.2p-3.72.1.x86_64",
"SUSE OpenStack Cloud Crowbar 9:openssl-1_0_0-1.0.2p-3.72.1.x86_64",
"SUSE OpenStack Cloud Crowbar 9:openssl-1_0_0-doc-1.0.2p-3.72.1.noarch"
]
}
],
"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": [
"SUSE Linux Enterprise Server 12 SP4-ESPOS:libopenssl-1_0_0-devel-1.0.2p-3.72.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4-ESPOS:libopenssl-1_0_0-devel-1.0.2p-3.72.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4-ESPOS:libopenssl1_0_0-1.0.2p-3.72.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4-ESPOS:libopenssl1_0_0-1.0.2p-3.72.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4-ESPOS:libopenssl1_0_0-32bit-1.0.2p-3.72.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4-ESPOS:libopenssl1_0_0-hmac-1.0.2p-3.72.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4-ESPOS:libopenssl1_0_0-hmac-1.0.2p-3.72.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4-ESPOS:libopenssl1_0_0-hmac-32bit-1.0.2p-3.72.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4-ESPOS:openssl-1_0_0-1.0.2p-3.72.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4-ESPOS:openssl-1_0_0-1.0.2p-3.72.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4-ESPOS:openssl-1_0_0-doc-1.0.2p-3.72.1.noarch",
"SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl-1_0_0-devel-1.0.2p-3.72.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl-1_0_0-devel-1.0.2p-3.72.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl-1_0_0-devel-1.0.2p-3.72.1.s390x",
"SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl-1_0_0-devel-1.0.2p-3.72.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_0_0-1.0.2p-3.72.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_0_0-1.0.2p-3.72.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_0_0-1.0.2p-3.72.1.s390x",
"SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_0_0-1.0.2p-3.72.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_0_0-32bit-1.0.2p-3.72.1.s390x",
"SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_0_0-32bit-1.0.2p-3.72.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_0_0-hmac-1.0.2p-3.72.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_0_0-hmac-1.0.2p-3.72.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_0_0-hmac-1.0.2p-3.72.1.s390x",
"SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_0_0-hmac-1.0.2p-3.72.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_0_0-hmac-32bit-1.0.2p-3.72.1.s390x",
"SUSE Linux Enterprise Server 12 SP4-LTSS:libopenssl1_0_0-hmac-32bit-1.0.2p-3.72.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:openssl-1_0_0-1.0.2p-3.72.1.aarch64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:openssl-1_0_0-1.0.2p-3.72.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP4-LTSS:openssl-1_0_0-1.0.2p-3.72.1.s390x",
"SUSE Linux Enterprise Server 12 SP4-LTSS:openssl-1_0_0-1.0.2p-3.72.1.x86_64",
"SUSE Linux Enterprise Server 12 SP4-LTSS:openssl-1_0_0-doc-1.0.2p-3.72.1.noarch",
"SUSE Linux Enterprise Server 12 SP5:libopenssl-1_0_0-devel-1.0.2p-3.72.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:libopenssl-1_0_0-devel-1.0.2p-3.72.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:libopenssl-1_0_0-devel-1.0.2p-3.72.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:libopenssl-1_0_0-devel-1.0.2p-3.72.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:libopenssl1_0_0-1.0.2p-3.72.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:libopenssl1_0_0-1.0.2p-3.72.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:libopenssl1_0_0-1.0.2p-3.72.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:libopenssl1_0_0-1.0.2p-3.72.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:libopenssl1_0_0-32bit-1.0.2p-3.72.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:libopenssl1_0_0-32bit-1.0.2p-3.72.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:libopenssl1_0_0-hmac-1.0.2p-3.72.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:libopenssl1_0_0-hmac-1.0.2p-3.72.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:libopenssl1_0_0-hmac-1.0.2p-3.72.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:libopenssl1_0_0-hmac-1.0.2p-3.72.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:libopenssl1_0_0-hmac-32bit-1.0.2p-3.72.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:libopenssl1_0_0-hmac-32bit-1.0.2p-3.72.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:openssl-1_0_0-1.0.2p-3.72.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:openssl-1_0_0-1.0.2p-3.72.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:openssl-1_0_0-1.0.2p-3.72.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:openssl-1_0_0-1.0.2p-3.72.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:openssl-1_0_0-doc-1.0.2p-3.72.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:libopenssl-1_0_0-devel-1.0.2p-3.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:libopenssl-1_0_0-devel-1.0.2p-3.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:libopenssl1_0_0-1.0.2p-3.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:libopenssl1_0_0-1.0.2p-3.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:libopenssl1_0_0-32bit-1.0.2p-3.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:libopenssl1_0_0-hmac-1.0.2p-3.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:libopenssl1_0_0-hmac-1.0.2p-3.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:libopenssl1_0_0-hmac-32bit-1.0.2p-3.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:openssl-1_0_0-1.0.2p-3.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:openssl-1_0_0-1.0.2p-3.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:openssl-1_0_0-doc-1.0.2p-3.72.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl-1_0_0-devel-1.0.2p-3.72.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl-1_0_0-devel-1.0.2p-3.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl-1_0_0-devel-1.0.2p-3.72.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl-1_0_0-devel-1.0.2p-3.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_0_0-1.0.2p-3.72.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_0_0-1.0.2p-3.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_0_0-1.0.2p-3.72.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_0_0-1.0.2p-3.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_0_0-32bit-1.0.2p-3.72.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_0_0-32bit-1.0.2p-3.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_0_0-hmac-1.0.2p-3.72.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_0_0-hmac-1.0.2p-3.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_0_0-hmac-1.0.2p-3.72.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_0_0-hmac-1.0.2p-3.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_0_0-hmac-32bit-1.0.2p-3.72.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_0_0-hmac-32bit-1.0.2p-3.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:openssl-1_0_0-1.0.2p-3.72.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:openssl-1_0_0-1.0.2p-3.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:openssl-1_0_0-1.0.2p-3.72.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:openssl-1_0_0-1.0.2p-3.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:openssl-1_0_0-doc-1.0.2p-3.72.1.noarch",
"SUSE Linux Enterprise Software Development Kit 12 SP5:libopenssl-1_0_0-devel-1.0.2p-3.72.1.aarch64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:libopenssl-1_0_0-devel-1.0.2p-3.72.1.ppc64le",
"SUSE Linux Enterprise Software Development Kit 12 SP5:libopenssl-1_0_0-devel-1.0.2p-3.72.1.s390x",
"SUSE Linux Enterprise Software Development Kit 12 SP5:libopenssl-1_0_0-devel-1.0.2p-3.72.1.x86_64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:libopenssl-1_0_0-devel-32bit-1.0.2p-3.72.1.s390x",
"SUSE Linux Enterprise Software Development Kit 12 SP5:libopenssl-1_0_0-devel-32bit-1.0.2p-3.72.1.x86_64",
"SUSE OpenStack Cloud 9:libopenssl-1_0_0-devel-1.0.2p-3.72.1.x86_64",
"SUSE OpenStack Cloud 9:libopenssl1_0_0-1.0.2p-3.72.1.x86_64",
"SUSE OpenStack Cloud 9:libopenssl1_0_0-32bit-1.0.2p-3.72.1.x86_64",
"SUSE OpenStack Cloud 9:libopenssl1_0_0-hmac-1.0.2p-3.72.1.x86_64",
"SUSE OpenStack Cloud 9:libopenssl1_0_0-hmac-32bit-1.0.2p-3.72.1.x86_64",
"SUSE OpenStack Cloud 9:openssl-1_0_0-1.0.2p-3.72.1.x86_64",
"SUSE OpenStack Cloud 9:openssl-1_0_0-doc-1.0.2p-3.72.1.noarch",
"SUSE OpenStack Cloud Crowbar 9:libopenssl-1_0_0-devel-1.0.2p-3.72.1.x86_64",
"SUSE OpenStack Cloud Crowbar 9:libopenssl1_0_0-1.0.2p-3.72.1.x86_64",
"SUSE OpenStack Cloud Crowbar 9:libopenssl1_0_0-32bit-1.0.2p-3.72.1.x86_64",
"SUSE OpenStack Cloud Crowbar 9:libopenssl1_0_0-hmac-1.0.2p-3.72.1.x86_64",
"SUSE OpenStack Cloud Crowbar 9:libopenssl1_0_0-hmac-32bit-1.0.2p-3.72.1.x86_64",
"SUSE OpenStack Cloud Crowbar 9:openssl-1_0_0-1.0.2p-3.72.1.x86_64",
"SUSE OpenStack Cloud Crowbar 9:openssl-1_0_0-doc-1.0.2p-3.72.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2023-04-19T12:24:32Z",
"details": "moderate"
}
],
"title": "CVE-2023-0466"
}
]
}
SUSE-SU-2023:1922-1
Vulnerability from csaf_suse - Published: 2023-04-19 17:54 - Updated: 2023-04-19 17:54| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Enterprise Storage 7.1:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:libopenssl10-1.0.2p-150000.3.73.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:libopenssl10-1.0.2p-150000.3.73.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:libopenssl1_0_0-1.0.2p-150000.3.73.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:libopenssl1_0_0-1.0.2p-150000.3.73.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:openssl-1_0_0-1.0.2p-150000.3.73.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:openssl-1_0_0-1.0.2p-150000.3.73.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:libopenssl1_0_0-1.0.2p-150000.3.73.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:libopenssl1_0_0-1.0.2p-150000.3.73.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:openssl-1_0_0-1.0.2p-150000.3.73.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:openssl-1_0_0-1.0.2p-150000.3.73.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libopenssl10-1.0.2p-150000.3.73.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libopenssl10-1.0.2p-150000.3.73.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libopenssl1_0_0-1.0.2p-150000.3.73.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libopenssl1_0_0-1.0.2p-150000.3.73.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:openssl-1_0_0-1.0.2p-150000.3.73.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:openssl-1_0_0-1.0.2p-150000.3.73.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libopenssl10-1.0.2p-150000.3.73.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libopenssl10-1.0.2p-150000.3.73.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libopenssl1_0_0-1.0.2p-150000.3.73.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libopenssl1_0_0-1.0.2p-150000.3.73.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:openssl-1_0_0-1.0.2p-150000.3.73.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:openssl-1_0_0-1.0.2p-150000.3.73.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:libopenssl10-1.0.2p-150000.3.73.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:libopenssl10-1.0.2p-150000.3.73.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:libopenssl10-1.0.2p-150000.3.73.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:libopenssl10-1.0.2p-150000.3.73.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:libopenssl1_0_0-1.0.2p-150000.3.73.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:libopenssl1_0_0-1.0.2p-150000.3.73.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:libopenssl1_0_0-1.0.2p-150000.3.73.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:libopenssl1_0_0-1.0.2p-150000.3.73.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:libopenssl1_0_0-hmac-1.0.2p-150000.3.73.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:libopenssl1_0_0-hmac-1.0.2p-150000.3.73.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:libopenssl1_0_0-hmac-1.0.2p-150000.3.73.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:libopenssl1_0_0-hmac-1.0.2p-150000.3.73.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:openssl-1_0_0-1.0.2p-150000.3.73.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:openssl-1_0_0-1.0.2p-150000.3.73.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:openssl-1_0_0-1.0.2p-150000.3.73.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:openssl-1_0_0-1.0.2p-150000.3.73.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl1_0_0-1.0.2p-150000.3.73.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl1_0_0-1.0.2p-150000.3.73.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl1_0_0-1.0.2p-150000.3.73.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl1_0_0-1.0.2p-150000.3.73.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:openssl-1_0_0-1.0.2p-150000.3.73.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:openssl-1_0_0-1.0.2p-150000.3.73.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:openssl-1_0_0-1.0.2p-150000.3.73.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:openssl-1_0_0-1.0.2p-150000.3.73.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl1_0_0-1.0.2p-150000.3.73.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl1_0_0-1.0.2p-150000.3.73.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl1_0_0-1.0.2p-150000.3.73.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl1_0_0-1.0.2p-150000.3.73.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:openssl-1_0_0-1.0.2p-150000.3.73.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:openssl-1_0_0-1.0.2p-150000.3.73.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:openssl-1_0_0-1.0.2p-150000.3.73.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:openssl-1_0_0-1.0.2p-150000.3.73.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl10-1.0.2p-150000.3.73.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl10-1.0.2p-150000.3.73.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl10-1.0.2p-150000.3.73.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl10-1.0.2p-150000.3.73.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl1_0_0-1.0.2p-150000.3.73.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl1_0_0-1.0.2p-150000.3.73.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl1_0_0-1.0.2p-150000.3.73.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl1_0_0-1.0.2p-150000.3.73.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:openssl-1_0_0-1.0.2p-150000.3.73.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:openssl-1_0_0-1.0.2p-150000.3.73.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:openssl-1_0_0-1.0.2p-150000.3.73.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:openssl-1_0_0-1.0.2p-150000.3.73.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP1:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP1:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP1:libopenssl1_0_0-1.0.2p-150000.3.73.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP1:libopenssl1_0_0-1.0.2p-150000.3.73.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP1:openssl-1_0_0-1.0.2p-150000.3.73.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP1:openssl-1_0_0-1.0.2p-150000.3.73.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:libopenssl1_0_0-1.0.2p-150000.3.73.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:libopenssl1_0_0-1.0.2p-150000.3.73.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:openssl-1_0_0-1.0.2p-150000.3.73.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:openssl-1_0_0-1.0.2p-150000.3.73.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:libopenssl10-1.0.2p-150000.3.73.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:libopenssl10-1.0.2p-150000.3.73.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:libopenssl1_0_0-1.0.2p-150000.3.73.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:libopenssl1_0_0-1.0.2p-150000.3.73.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:openssl-1_0_0-1.0.2p-150000.3.73.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:openssl-1_0_0-1.0.2p-150000.3.73.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:libopenssl-1_0_0-devel-32bit-1.0.2p-150000.3.73.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:libopenssl10-1.0.2p-150000.3.73.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:libopenssl10-1.0.2p-150000.3.73.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:libopenssl10-1.0.2p-150000.3.73.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:libopenssl10-1.0.2p-150000.3.73.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:libopenssl1_0_0-1.0.2p-150000.3.73.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:libopenssl1_0_0-1.0.2p-150000.3.73.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:libopenssl1_0_0-1.0.2p-150000.3.73.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:libopenssl1_0_0-1.0.2p-150000.3.73.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:libopenssl1_0_0-32bit-1.0.2p-150000.3.73.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:libopenssl1_0_0-hmac-1.0.2p-150000.3.73.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:libopenssl1_0_0-hmac-1.0.2p-150000.3.73.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:libopenssl1_0_0-hmac-1.0.2p-150000.3.73.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:libopenssl1_0_0-hmac-1.0.2p-150000.3.73.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:libopenssl1_0_0-hmac-32bit-1.0.2p-150000.3.73.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:libopenssl1_0_0-steam-1.0.2p-150000.3.73.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:libopenssl1_0_0-steam-1.0.2p-150000.3.73.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:libopenssl1_0_0-steam-1.0.2p-150000.3.73.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:libopenssl1_0_0-steam-1.0.2p-150000.3.73.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:libopenssl1_0_0-steam-32bit-1.0.2p-150000.3.73.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:openssl-1_0_0-1.0.2p-150000.3.73.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:openssl-1_0_0-1.0.2p-150000.3.73.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:openssl-1_0_0-1.0.2p-150000.3.73.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:openssl-1_0_0-1.0.2p-150000.3.73.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:openssl-1_0_0-cavs-1.0.2p-150000.3.73.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:openssl-1_0_0-cavs-1.0.2p-150000.3.73.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:openssl-1_0_0-cavs-1.0.2p-150000.3.73.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:openssl-1_0_0-cavs-1.0.2p-150000.3.73.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:openssl-1_0_0-doc-1.0.2p-150000.3.73.1.noarch | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Enterprise Storage 7.1:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:libopenssl10-1.0.2p-150000.3.73.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:libopenssl10-1.0.2p-150000.3.73.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:libopenssl1_0_0-1.0.2p-150000.3.73.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:libopenssl1_0_0-1.0.2p-150000.3.73.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:openssl-1_0_0-1.0.2p-150000.3.73.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:openssl-1_0_0-1.0.2p-150000.3.73.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:libopenssl1_0_0-1.0.2p-150000.3.73.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:libopenssl1_0_0-1.0.2p-150000.3.73.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:openssl-1_0_0-1.0.2p-150000.3.73.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:openssl-1_0_0-1.0.2p-150000.3.73.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libopenssl10-1.0.2p-150000.3.73.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libopenssl10-1.0.2p-150000.3.73.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libopenssl1_0_0-1.0.2p-150000.3.73.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libopenssl1_0_0-1.0.2p-150000.3.73.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:openssl-1_0_0-1.0.2p-150000.3.73.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:openssl-1_0_0-1.0.2p-150000.3.73.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libopenssl10-1.0.2p-150000.3.73.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libopenssl10-1.0.2p-150000.3.73.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libopenssl1_0_0-1.0.2p-150000.3.73.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libopenssl1_0_0-1.0.2p-150000.3.73.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:openssl-1_0_0-1.0.2p-150000.3.73.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:openssl-1_0_0-1.0.2p-150000.3.73.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:libopenssl10-1.0.2p-150000.3.73.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:libopenssl10-1.0.2p-150000.3.73.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:libopenssl10-1.0.2p-150000.3.73.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:libopenssl10-1.0.2p-150000.3.73.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:libopenssl1_0_0-1.0.2p-150000.3.73.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:libopenssl1_0_0-1.0.2p-150000.3.73.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:libopenssl1_0_0-1.0.2p-150000.3.73.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:libopenssl1_0_0-1.0.2p-150000.3.73.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:libopenssl1_0_0-hmac-1.0.2p-150000.3.73.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:libopenssl1_0_0-hmac-1.0.2p-150000.3.73.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:libopenssl1_0_0-hmac-1.0.2p-150000.3.73.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:libopenssl1_0_0-hmac-1.0.2p-150000.3.73.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:openssl-1_0_0-1.0.2p-150000.3.73.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:openssl-1_0_0-1.0.2p-150000.3.73.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:openssl-1_0_0-1.0.2p-150000.3.73.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:openssl-1_0_0-1.0.2p-150000.3.73.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl1_0_0-1.0.2p-150000.3.73.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl1_0_0-1.0.2p-150000.3.73.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl1_0_0-1.0.2p-150000.3.73.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl1_0_0-1.0.2p-150000.3.73.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:openssl-1_0_0-1.0.2p-150000.3.73.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:openssl-1_0_0-1.0.2p-150000.3.73.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:openssl-1_0_0-1.0.2p-150000.3.73.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:openssl-1_0_0-1.0.2p-150000.3.73.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl1_0_0-1.0.2p-150000.3.73.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl1_0_0-1.0.2p-150000.3.73.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl1_0_0-1.0.2p-150000.3.73.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl1_0_0-1.0.2p-150000.3.73.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:openssl-1_0_0-1.0.2p-150000.3.73.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:openssl-1_0_0-1.0.2p-150000.3.73.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:openssl-1_0_0-1.0.2p-150000.3.73.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:openssl-1_0_0-1.0.2p-150000.3.73.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl10-1.0.2p-150000.3.73.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl10-1.0.2p-150000.3.73.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl10-1.0.2p-150000.3.73.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl10-1.0.2p-150000.3.73.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl1_0_0-1.0.2p-150000.3.73.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl1_0_0-1.0.2p-150000.3.73.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl1_0_0-1.0.2p-150000.3.73.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl1_0_0-1.0.2p-150000.3.73.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:openssl-1_0_0-1.0.2p-150000.3.73.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:openssl-1_0_0-1.0.2p-150000.3.73.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:openssl-1_0_0-1.0.2p-150000.3.73.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:openssl-1_0_0-1.0.2p-150000.3.73.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP1:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP1:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP1:libopenssl1_0_0-1.0.2p-150000.3.73.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP1:libopenssl1_0_0-1.0.2p-150000.3.73.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP1:openssl-1_0_0-1.0.2p-150000.3.73.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP1:openssl-1_0_0-1.0.2p-150000.3.73.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:libopenssl1_0_0-1.0.2p-150000.3.73.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:libopenssl1_0_0-1.0.2p-150000.3.73.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:openssl-1_0_0-1.0.2p-150000.3.73.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:openssl-1_0_0-1.0.2p-150000.3.73.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:libopenssl10-1.0.2p-150000.3.73.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:libopenssl10-1.0.2p-150000.3.73.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:libopenssl1_0_0-1.0.2p-150000.3.73.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:libopenssl1_0_0-1.0.2p-150000.3.73.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:openssl-1_0_0-1.0.2p-150000.3.73.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:openssl-1_0_0-1.0.2p-150000.3.73.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:libopenssl-1_0_0-devel-32bit-1.0.2p-150000.3.73.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:libopenssl10-1.0.2p-150000.3.73.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:libopenssl10-1.0.2p-150000.3.73.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:libopenssl10-1.0.2p-150000.3.73.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:libopenssl10-1.0.2p-150000.3.73.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:libopenssl1_0_0-1.0.2p-150000.3.73.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:libopenssl1_0_0-1.0.2p-150000.3.73.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:libopenssl1_0_0-1.0.2p-150000.3.73.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:libopenssl1_0_0-1.0.2p-150000.3.73.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:libopenssl1_0_0-32bit-1.0.2p-150000.3.73.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:libopenssl1_0_0-hmac-1.0.2p-150000.3.73.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:libopenssl1_0_0-hmac-1.0.2p-150000.3.73.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:libopenssl1_0_0-hmac-1.0.2p-150000.3.73.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:libopenssl1_0_0-hmac-1.0.2p-150000.3.73.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:libopenssl1_0_0-hmac-32bit-1.0.2p-150000.3.73.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:libopenssl1_0_0-steam-1.0.2p-150000.3.73.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:libopenssl1_0_0-steam-1.0.2p-150000.3.73.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:libopenssl1_0_0-steam-1.0.2p-150000.3.73.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:libopenssl1_0_0-steam-1.0.2p-150000.3.73.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:libopenssl1_0_0-steam-32bit-1.0.2p-150000.3.73.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:openssl-1_0_0-1.0.2p-150000.3.73.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:openssl-1_0_0-1.0.2p-150000.3.73.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:openssl-1_0_0-1.0.2p-150000.3.73.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:openssl-1_0_0-1.0.2p-150000.3.73.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:openssl-1_0_0-cavs-1.0.2p-150000.3.73.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:openssl-1_0_0-cavs-1.0.2p-150000.3.73.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:openssl-1_0_0-cavs-1.0.2p-150000.3.73.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:openssl-1_0_0-cavs-1.0.2p-150000.3.73.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:openssl-1_0_0-doc-1.0.2p-150000.3.73.1.noarch | — |
Vendor Fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for openssl-1_0_0",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for openssl-1_0_0 fixes the following issues:\n\n- CVE-2023-0465: Invalid certificate policies in leaf certificates were silently ignored (bsc#1209878).\n- CVE-2023-0466: Certificate policy check were not enabled (bsc#1209873).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2023-1922,SUSE-SLE-Module-Legacy-15-SP4-2023-1922,SUSE-SLE-Product-HPC-15-SP3-ESPOS-2023-1922,SUSE-SLE-Product-HPC-15-SP3-LTSS-2023-1922,SUSE-SLE-Product-SLES-15-SP1-LTSS-2023-1922,SUSE-SLE-Product-SLES-15-SP2-LTSS-2023-1922,SUSE-SLE-Product-SLES-15-SP3-LTSS-2023-1922,SUSE-SLE-Product-SLES_SAP-15-SP1-2023-1922,SUSE-SLE-Product-SLES_SAP-15-SP2-2023-1922,SUSE-SLE-Product-SLES_SAP-15-SP3-2023-1922,SUSE-Storage-7-2023-1922,SUSE-Storage-7.1-2023-1922,openSUSE-SLE-15.4-2023-1922",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2023_1922-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2023:1922-1",
"url": "https://www.suse.com/support/update/announcement/2023/suse-su-20231922-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2023:1922-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2023-April/014501.html"
},
{
"category": "self",
"summary": "SUSE Bug 1209873",
"url": "https://bugzilla.suse.com/1209873"
},
{
"category": "self",
"summary": "SUSE Bug 1209878",
"url": "https://bugzilla.suse.com/1209878"
},
{
"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/"
}
],
"title": "Security update for openssl-1_0_0",
"tracking": {
"current_release_date": "2023-04-19T17:54:57Z",
"generator": {
"date": "2023-04-19T17:54:57Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2023:1922-1",
"initial_release_date": "2023-04-19T17:54:57Z",
"revision_history": [
{
"date": "2023-04-19T17:54:57Z",
"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.2p-150000.3.73.1.aarch64",
"product": {
"name": "libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.aarch64",
"product_id": "libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.aarch64"
}
},
{
"category": "product_version",
"name": "libopenssl10-1.0.2p-150000.3.73.1.aarch64",
"product": {
"name": "libopenssl10-1.0.2p-150000.3.73.1.aarch64",
"product_id": "libopenssl10-1.0.2p-150000.3.73.1.aarch64"
}
},
{
"category": "product_version",
"name": "libopenssl1_0_0-1.0.2p-150000.3.73.1.aarch64",
"product": {
"name": "libopenssl1_0_0-1.0.2p-150000.3.73.1.aarch64",
"product_id": "libopenssl1_0_0-1.0.2p-150000.3.73.1.aarch64"
}
},
{
"category": "product_version",
"name": "libopenssl1_0_0-hmac-1.0.2p-150000.3.73.1.aarch64",
"product": {
"name": "libopenssl1_0_0-hmac-1.0.2p-150000.3.73.1.aarch64",
"product_id": "libopenssl1_0_0-hmac-1.0.2p-150000.3.73.1.aarch64"
}
},
{
"category": "product_version",
"name": "libopenssl1_0_0-steam-1.0.2p-150000.3.73.1.aarch64",
"product": {
"name": "libopenssl1_0_0-steam-1.0.2p-150000.3.73.1.aarch64",
"product_id": "libopenssl1_0_0-steam-1.0.2p-150000.3.73.1.aarch64"
}
},
{
"category": "product_version",
"name": "openssl-1_0_0-1.0.2p-150000.3.73.1.aarch64",
"product": {
"name": "openssl-1_0_0-1.0.2p-150000.3.73.1.aarch64",
"product_id": "openssl-1_0_0-1.0.2p-150000.3.73.1.aarch64"
}
},
{
"category": "product_version",
"name": "openssl-1_0_0-cavs-1.0.2p-150000.3.73.1.aarch64",
"product": {
"name": "openssl-1_0_0-cavs-1.0.2p-150000.3.73.1.aarch64",
"product_id": "openssl-1_0_0-cavs-1.0.2p-150000.3.73.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "libopenssl-1_0_0-devel-64bit-1.0.2p-150000.3.73.1.aarch64_ilp32",
"product": {
"name": "libopenssl-1_0_0-devel-64bit-1.0.2p-150000.3.73.1.aarch64_ilp32",
"product_id": "libopenssl-1_0_0-devel-64bit-1.0.2p-150000.3.73.1.aarch64_ilp32"
}
},
{
"category": "product_version",
"name": "libopenssl1_0_0-64bit-1.0.2p-150000.3.73.1.aarch64_ilp32",
"product": {
"name": "libopenssl1_0_0-64bit-1.0.2p-150000.3.73.1.aarch64_ilp32",
"product_id": "libopenssl1_0_0-64bit-1.0.2p-150000.3.73.1.aarch64_ilp32"
}
},
{
"category": "product_version",
"name": "libopenssl1_0_0-hmac-64bit-1.0.2p-150000.3.73.1.aarch64_ilp32",
"product": {
"name": "libopenssl1_0_0-hmac-64bit-1.0.2p-150000.3.73.1.aarch64_ilp32",
"product_id": "libopenssl1_0_0-hmac-64bit-1.0.2p-150000.3.73.1.aarch64_ilp32"
}
},
{
"category": "product_version",
"name": "libopenssl1_0_0-steam-64bit-1.0.2p-150000.3.73.1.aarch64_ilp32",
"product": {
"name": "libopenssl1_0_0-steam-64bit-1.0.2p-150000.3.73.1.aarch64_ilp32",
"product_id": "libopenssl1_0_0-steam-64bit-1.0.2p-150000.3.73.1.aarch64_ilp32"
}
}
],
"category": "architecture",
"name": "aarch64_ilp32"
},
{
"branches": [
{
"category": "product_version",
"name": "libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.i586",
"product": {
"name": "libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.i586",
"product_id": "libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.i586"
}
},
{
"category": "product_version",
"name": "libopenssl10-1.0.2p-150000.3.73.1.i586",
"product": {
"name": "libopenssl10-1.0.2p-150000.3.73.1.i586",
"product_id": "libopenssl10-1.0.2p-150000.3.73.1.i586"
}
},
{
"category": "product_version",
"name": "libopenssl1_0_0-1.0.2p-150000.3.73.1.i586",
"product": {
"name": "libopenssl1_0_0-1.0.2p-150000.3.73.1.i586",
"product_id": "libopenssl1_0_0-1.0.2p-150000.3.73.1.i586"
}
},
{
"category": "product_version",
"name": "libopenssl1_0_0-hmac-1.0.2p-150000.3.73.1.i586",
"product": {
"name": "libopenssl1_0_0-hmac-1.0.2p-150000.3.73.1.i586",
"product_id": "libopenssl1_0_0-hmac-1.0.2p-150000.3.73.1.i586"
}
},
{
"category": "product_version",
"name": "libopenssl1_0_0-steam-1.0.2p-150000.3.73.1.i586",
"product": {
"name": "libopenssl1_0_0-steam-1.0.2p-150000.3.73.1.i586",
"product_id": "libopenssl1_0_0-steam-1.0.2p-150000.3.73.1.i586"
}
},
{
"category": "product_version",
"name": "openssl-1_0_0-1.0.2p-150000.3.73.1.i586",
"product": {
"name": "openssl-1_0_0-1.0.2p-150000.3.73.1.i586",
"product_id": "openssl-1_0_0-1.0.2p-150000.3.73.1.i586"
}
},
{
"category": "product_version",
"name": "openssl-1_0_0-cavs-1.0.2p-150000.3.73.1.i586",
"product": {
"name": "openssl-1_0_0-cavs-1.0.2p-150000.3.73.1.i586",
"product_id": "openssl-1_0_0-cavs-1.0.2p-150000.3.73.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "openssl-1_0_0-doc-1.0.2p-150000.3.73.1.noarch",
"product": {
"name": "openssl-1_0_0-doc-1.0.2p-150000.3.73.1.noarch",
"product_id": "openssl-1_0_0-doc-1.0.2p-150000.3.73.1.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.ppc64le",
"product": {
"name": "libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.ppc64le",
"product_id": "libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libopenssl10-1.0.2p-150000.3.73.1.ppc64le",
"product": {
"name": "libopenssl10-1.0.2p-150000.3.73.1.ppc64le",
"product_id": "libopenssl10-1.0.2p-150000.3.73.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libopenssl1_0_0-1.0.2p-150000.3.73.1.ppc64le",
"product": {
"name": "libopenssl1_0_0-1.0.2p-150000.3.73.1.ppc64le",
"product_id": "libopenssl1_0_0-1.0.2p-150000.3.73.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libopenssl1_0_0-hmac-1.0.2p-150000.3.73.1.ppc64le",
"product": {
"name": "libopenssl1_0_0-hmac-1.0.2p-150000.3.73.1.ppc64le",
"product_id": "libopenssl1_0_0-hmac-1.0.2p-150000.3.73.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libopenssl1_0_0-steam-1.0.2p-150000.3.73.1.ppc64le",
"product": {
"name": "libopenssl1_0_0-steam-1.0.2p-150000.3.73.1.ppc64le",
"product_id": "libopenssl1_0_0-steam-1.0.2p-150000.3.73.1.ppc64le"
}
},
{
"category": "product_version",
"name": "openssl-1_0_0-1.0.2p-150000.3.73.1.ppc64le",
"product": {
"name": "openssl-1_0_0-1.0.2p-150000.3.73.1.ppc64le",
"product_id": "openssl-1_0_0-1.0.2p-150000.3.73.1.ppc64le"
}
},
{
"category": "product_version",
"name": "openssl-1_0_0-cavs-1.0.2p-150000.3.73.1.ppc64le",
"product": {
"name": "openssl-1_0_0-cavs-1.0.2p-150000.3.73.1.ppc64le",
"product_id": "openssl-1_0_0-cavs-1.0.2p-150000.3.73.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.s390x",
"product": {
"name": "libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.s390x",
"product_id": "libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.s390x"
}
},
{
"category": "product_version",
"name": "libopenssl10-1.0.2p-150000.3.73.1.s390x",
"product": {
"name": "libopenssl10-1.0.2p-150000.3.73.1.s390x",
"product_id": "libopenssl10-1.0.2p-150000.3.73.1.s390x"
}
},
{
"category": "product_version",
"name": "libopenssl1_0_0-1.0.2p-150000.3.73.1.s390x",
"product": {
"name": "libopenssl1_0_0-1.0.2p-150000.3.73.1.s390x",
"product_id": "libopenssl1_0_0-1.0.2p-150000.3.73.1.s390x"
}
},
{
"category": "product_version",
"name": "libopenssl1_0_0-hmac-1.0.2p-150000.3.73.1.s390x",
"product": {
"name": "libopenssl1_0_0-hmac-1.0.2p-150000.3.73.1.s390x",
"product_id": "libopenssl1_0_0-hmac-1.0.2p-150000.3.73.1.s390x"
}
},
{
"category": "product_version",
"name": "libopenssl1_0_0-steam-1.0.2p-150000.3.73.1.s390x",
"product": {
"name": "libopenssl1_0_0-steam-1.0.2p-150000.3.73.1.s390x",
"product_id": "libopenssl1_0_0-steam-1.0.2p-150000.3.73.1.s390x"
}
},
{
"category": "product_version",
"name": "openssl-1_0_0-1.0.2p-150000.3.73.1.s390x",
"product": {
"name": "openssl-1_0_0-1.0.2p-150000.3.73.1.s390x",
"product_id": "openssl-1_0_0-1.0.2p-150000.3.73.1.s390x"
}
},
{
"category": "product_version",
"name": "openssl-1_0_0-cavs-1.0.2p-150000.3.73.1.s390x",
"product": {
"name": "openssl-1_0_0-cavs-1.0.2p-150000.3.73.1.s390x",
"product_id": "openssl-1_0_0-cavs-1.0.2p-150000.3.73.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.x86_64",
"product": {
"name": "libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.x86_64",
"product_id": "libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.x86_64"
}
},
{
"category": "product_version",
"name": "libopenssl-1_0_0-devel-32bit-1.0.2p-150000.3.73.1.x86_64",
"product": {
"name": "libopenssl-1_0_0-devel-32bit-1.0.2p-150000.3.73.1.x86_64",
"product_id": "libopenssl-1_0_0-devel-32bit-1.0.2p-150000.3.73.1.x86_64"
}
},
{
"category": "product_version",
"name": "libopenssl10-1.0.2p-150000.3.73.1.x86_64",
"product": {
"name": "libopenssl10-1.0.2p-150000.3.73.1.x86_64",
"product_id": "libopenssl10-1.0.2p-150000.3.73.1.x86_64"
}
},
{
"category": "product_version",
"name": "libopenssl1_0_0-1.0.2p-150000.3.73.1.x86_64",
"product": {
"name": "libopenssl1_0_0-1.0.2p-150000.3.73.1.x86_64",
"product_id": "libopenssl1_0_0-1.0.2p-150000.3.73.1.x86_64"
}
},
{
"category": "product_version",
"name": "libopenssl1_0_0-32bit-1.0.2p-150000.3.73.1.x86_64",
"product": {
"name": "libopenssl1_0_0-32bit-1.0.2p-150000.3.73.1.x86_64",
"product_id": "libopenssl1_0_0-32bit-1.0.2p-150000.3.73.1.x86_64"
}
},
{
"category": "product_version",
"name": "libopenssl1_0_0-hmac-1.0.2p-150000.3.73.1.x86_64",
"product": {
"name": "libopenssl1_0_0-hmac-1.0.2p-150000.3.73.1.x86_64",
"product_id": "libopenssl1_0_0-hmac-1.0.2p-150000.3.73.1.x86_64"
}
},
{
"category": "product_version",
"name": "libopenssl1_0_0-hmac-32bit-1.0.2p-150000.3.73.1.x86_64",
"product": {
"name": "libopenssl1_0_0-hmac-32bit-1.0.2p-150000.3.73.1.x86_64",
"product_id": "libopenssl1_0_0-hmac-32bit-1.0.2p-150000.3.73.1.x86_64"
}
},
{
"category": "product_version",
"name": "libopenssl1_0_0-steam-1.0.2p-150000.3.73.1.x86_64",
"product": {
"name": "libopenssl1_0_0-steam-1.0.2p-150000.3.73.1.x86_64",
"product_id": "libopenssl1_0_0-steam-1.0.2p-150000.3.73.1.x86_64"
}
},
{
"category": "product_version",
"name": "libopenssl1_0_0-steam-32bit-1.0.2p-150000.3.73.1.x86_64",
"product": {
"name": "libopenssl1_0_0-steam-32bit-1.0.2p-150000.3.73.1.x86_64",
"product_id": "libopenssl1_0_0-steam-32bit-1.0.2p-150000.3.73.1.x86_64"
}
},
{
"category": "product_version",
"name": "openssl-1_0_0-1.0.2p-150000.3.73.1.x86_64",
"product": {
"name": "openssl-1_0_0-1.0.2p-150000.3.73.1.x86_64",
"product_id": "openssl-1_0_0-1.0.2p-150000.3.73.1.x86_64"
}
},
{
"category": "product_version",
"name": "openssl-1_0_0-cavs-1.0.2p-150000.3.73.1.x86_64",
"product": {
"name": "openssl-1_0_0-cavs-1.0.2p-150000.3.73.1.x86_64",
"product_id": "openssl-1_0_0-cavs-1.0.2p-150000.3.73.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Legacy 15 SP4",
"product": {
"name": "SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-legacy:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-espos:15:sp3"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp3"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 15 SP1-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 15 SP1-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:15:sp1"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 15 SP2-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:15:sp2"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 15 SP3-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:15:sp3"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP1",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP1",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP1",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_sap:15:sp1"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_sap:15:sp2"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_sap:15:sp3"
}
}
},
{
"category": "product_name",
"name": "SUSE Enterprise Storage 7",
"product": {
"name": "SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7",
"product_identification_helper": {
"cpe": "cpe:/o:suse:ses:7"
}
}
},
{
"category": "product_name",
"name": "SUSE Enterprise Storage 7.1",
"product": {
"name": "SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1",
"product_identification_helper": {
"cpe": "cpe:/o:suse:ses:7.1"
}
}
},
{
"category": "product_name",
"name": "openSUSE Leap 15.4",
"product": {
"name": "openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:leap:15.4"
}
}
}
],
"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.2p-150000.3.73.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.aarch64"
},
"product_reference": "libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.ppc64le"
},
"product_reference": "libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.s390x"
},
"product_reference": "libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.x86_64"
},
"product_reference": "libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl10-1.0.2p-150000.3.73.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:libopenssl10-1.0.2p-150000.3.73.1.aarch64"
},
"product_reference": "libopenssl10-1.0.2p-150000.3.73.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl10-1.0.2p-150000.3.73.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:libopenssl10-1.0.2p-150000.3.73.1.ppc64le"
},
"product_reference": "libopenssl10-1.0.2p-150000.3.73.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl10-1.0.2p-150000.3.73.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:libopenssl10-1.0.2p-150000.3.73.1.s390x"
},
"product_reference": "libopenssl10-1.0.2p-150000.3.73.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl10-1.0.2p-150000.3.73.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:libopenssl10-1.0.2p-150000.3.73.1.x86_64"
},
"product_reference": "libopenssl10-1.0.2p-150000.3.73.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_0_0-1.0.2p-150000.3.73.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:libopenssl1_0_0-1.0.2p-150000.3.73.1.aarch64"
},
"product_reference": "libopenssl1_0_0-1.0.2p-150000.3.73.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_0_0-1.0.2p-150000.3.73.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:libopenssl1_0_0-1.0.2p-150000.3.73.1.ppc64le"
},
"product_reference": "libopenssl1_0_0-1.0.2p-150000.3.73.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_0_0-1.0.2p-150000.3.73.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:libopenssl1_0_0-1.0.2p-150000.3.73.1.s390x"
},
"product_reference": "libopenssl1_0_0-1.0.2p-150000.3.73.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_0_0-1.0.2p-150000.3.73.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:libopenssl1_0_0-1.0.2p-150000.3.73.1.x86_64"
},
"product_reference": "libopenssl1_0_0-1.0.2p-150000.3.73.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_0_0-hmac-1.0.2p-150000.3.73.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:libopenssl1_0_0-hmac-1.0.2p-150000.3.73.1.aarch64"
},
"product_reference": "libopenssl1_0_0-hmac-1.0.2p-150000.3.73.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_0_0-hmac-1.0.2p-150000.3.73.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:libopenssl1_0_0-hmac-1.0.2p-150000.3.73.1.ppc64le"
},
"product_reference": "libopenssl1_0_0-hmac-1.0.2p-150000.3.73.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_0_0-hmac-1.0.2p-150000.3.73.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:libopenssl1_0_0-hmac-1.0.2p-150000.3.73.1.s390x"
},
"product_reference": "libopenssl1_0_0-hmac-1.0.2p-150000.3.73.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_0_0-hmac-1.0.2p-150000.3.73.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:libopenssl1_0_0-hmac-1.0.2p-150000.3.73.1.x86_64"
},
"product_reference": "libopenssl1_0_0-hmac-1.0.2p-150000.3.73.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1_0_0-1.0.2p-150000.3.73.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:openssl-1_0_0-1.0.2p-150000.3.73.1.aarch64"
},
"product_reference": "openssl-1_0_0-1.0.2p-150000.3.73.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1_0_0-1.0.2p-150000.3.73.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:openssl-1_0_0-1.0.2p-150000.3.73.1.ppc64le"
},
"product_reference": "openssl-1_0_0-1.0.2p-150000.3.73.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1_0_0-1.0.2p-150000.3.73.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:openssl-1_0_0-1.0.2p-150000.3.73.1.s390x"
},
"product_reference": "openssl-1_0_0-1.0.2p-150000.3.73.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1_0_0-1.0.2p-150000.3.73.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP4:openssl-1_0_0-1.0.2p-150000.3.73.1.x86_64"
},
"product_reference": "openssl-1_0_0-1.0.2p-150000.3.73.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.aarch64"
},
"product_reference": "libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.x86_64"
},
"product_reference": "libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl10-1.0.2p-150000.3.73.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libopenssl10-1.0.2p-150000.3.73.1.aarch64"
},
"product_reference": "libopenssl10-1.0.2p-150000.3.73.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl10-1.0.2p-150000.3.73.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libopenssl10-1.0.2p-150000.3.73.1.x86_64"
},
"product_reference": "libopenssl10-1.0.2p-150000.3.73.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_0_0-1.0.2p-150000.3.73.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libopenssl1_0_0-1.0.2p-150000.3.73.1.aarch64"
},
"product_reference": "libopenssl1_0_0-1.0.2p-150000.3.73.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_0_0-1.0.2p-150000.3.73.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libopenssl1_0_0-1.0.2p-150000.3.73.1.x86_64"
},
"product_reference": "libopenssl1_0_0-1.0.2p-150000.3.73.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1_0_0-1.0.2p-150000.3.73.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:openssl-1_0_0-1.0.2p-150000.3.73.1.aarch64"
},
"product_reference": "openssl-1_0_0-1.0.2p-150000.3.73.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1_0_0-1.0.2p-150000.3.73.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:openssl-1_0_0-1.0.2p-150000.3.73.1.x86_64"
},
"product_reference": "openssl-1_0_0-1.0.2p-150000.3.73.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.aarch64"
},
"product_reference": "libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.x86_64"
},
"product_reference": "libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl10-1.0.2p-150000.3.73.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libopenssl10-1.0.2p-150000.3.73.1.aarch64"
},
"product_reference": "libopenssl10-1.0.2p-150000.3.73.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl10-1.0.2p-150000.3.73.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libopenssl10-1.0.2p-150000.3.73.1.x86_64"
},
"product_reference": "libopenssl10-1.0.2p-150000.3.73.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_0_0-1.0.2p-150000.3.73.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libopenssl1_0_0-1.0.2p-150000.3.73.1.aarch64"
},
"product_reference": "libopenssl1_0_0-1.0.2p-150000.3.73.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_0_0-1.0.2p-150000.3.73.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libopenssl1_0_0-1.0.2p-150000.3.73.1.x86_64"
},
"product_reference": "libopenssl1_0_0-1.0.2p-150000.3.73.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1_0_0-1.0.2p-150000.3.73.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:openssl-1_0_0-1.0.2p-150000.3.73.1.aarch64"
},
"product_reference": "openssl-1_0_0-1.0.2p-150000.3.73.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1_0_0-1.0.2p-150000.3.73.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:openssl-1_0_0-1.0.2p-150000.3.73.1.x86_64"
},
"product_reference": "openssl-1_0_0-1.0.2p-150000.3.73.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP1-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.aarch64"
},
"product_reference": "libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP1-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.ppc64le"
},
"product_reference": "libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.s390x as component of SUSE Linux Enterprise Server 15 SP1-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.s390x"
},
"product_reference": "libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP1-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.x86_64"
},
"product_reference": "libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_0_0-1.0.2p-150000.3.73.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP1-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl1_0_0-1.0.2p-150000.3.73.1.aarch64"
},
"product_reference": "libopenssl1_0_0-1.0.2p-150000.3.73.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_0_0-1.0.2p-150000.3.73.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP1-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl1_0_0-1.0.2p-150000.3.73.1.ppc64le"
},
"product_reference": "libopenssl1_0_0-1.0.2p-150000.3.73.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_0_0-1.0.2p-150000.3.73.1.s390x as component of SUSE Linux Enterprise Server 15 SP1-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl1_0_0-1.0.2p-150000.3.73.1.s390x"
},
"product_reference": "libopenssl1_0_0-1.0.2p-150000.3.73.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_0_0-1.0.2p-150000.3.73.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP1-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl1_0_0-1.0.2p-150000.3.73.1.x86_64"
},
"product_reference": "libopenssl1_0_0-1.0.2p-150000.3.73.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1_0_0-1.0.2p-150000.3.73.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP1-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:openssl-1_0_0-1.0.2p-150000.3.73.1.aarch64"
},
"product_reference": "openssl-1_0_0-1.0.2p-150000.3.73.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1_0_0-1.0.2p-150000.3.73.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP1-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:openssl-1_0_0-1.0.2p-150000.3.73.1.ppc64le"
},
"product_reference": "openssl-1_0_0-1.0.2p-150000.3.73.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1_0_0-1.0.2p-150000.3.73.1.s390x as component of SUSE Linux Enterprise Server 15 SP1-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:openssl-1_0_0-1.0.2p-150000.3.73.1.s390x"
},
"product_reference": "openssl-1_0_0-1.0.2p-150000.3.73.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1_0_0-1.0.2p-150000.3.73.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP1-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:openssl-1_0_0-1.0.2p-150000.3.73.1.x86_64"
},
"product_reference": "openssl-1_0_0-1.0.2p-150000.3.73.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.aarch64"
},
"product_reference": "libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.ppc64le"
},
"product_reference": "libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.s390x"
},
"product_reference": "libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.x86_64"
},
"product_reference": "libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_0_0-1.0.2p-150000.3.73.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl1_0_0-1.0.2p-150000.3.73.1.aarch64"
},
"product_reference": "libopenssl1_0_0-1.0.2p-150000.3.73.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_0_0-1.0.2p-150000.3.73.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl1_0_0-1.0.2p-150000.3.73.1.ppc64le"
},
"product_reference": "libopenssl1_0_0-1.0.2p-150000.3.73.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_0_0-1.0.2p-150000.3.73.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl1_0_0-1.0.2p-150000.3.73.1.s390x"
},
"product_reference": "libopenssl1_0_0-1.0.2p-150000.3.73.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_0_0-1.0.2p-150000.3.73.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl1_0_0-1.0.2p-150000.3.73.1.x86_64"
},
"product_reference": "libopenssl1_0_0-1.0.2p-150000.3.73.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1_0_0-1.0.2p-150000.3.73.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:openssl-1_0_0-1.0.2p-150000.3.73.1.aarch64"
},
"product_reference": "openssl-1_0_0-1.0.2p-150000.3.73.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1_0_0-1.0.2p-150000.3.73.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:openssl-1_0_0-1.0.2p-150000.3.73.1.ppc64le"
},
"product_reference": "openssl-1_0_0-1.0.2p-150000.3.73.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1_0_0-1.0.2p-150000.3.73.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:openssl-1_0_0-1.0.2p-150000.3.73.1.s390x"
},
"product_reference": "openssl-1_0_0-1.0.2p-150000.3.73.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1_0_0-1.0.2p-150000.3.73.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:openssl-1_0_0-1.0.2p-150000.3.73.1.x86_64"
},
"product_reference": "openssl-1_0_0-1.0.2p-150000.3.73.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.aarch64"
},
"product_reference": "libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.ppc64le"
},
"product_reference": "libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.s390x"
},
"product_reference": "libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.x86_64"
},
"product_reference": "libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl10-1.0.2p-150000.3.73.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl10-1.0.2p-150000.3.73.1.aarch64"
},
"product_reference": "libopenssl10-1.0.2p-150000.3.73.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl10-1.0.2p-150000.3.73.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl10-1.0.2p-150000.3.73.1.ppc64le"
},
"product_reference": "libopenssl10-1.0.2p-150000.3.73.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl10-1.0.2p-150000.3.73.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl10-1.0.2p-150000.3.73.1.s390x"
},
"product_reference": "libopenssl10-1.0.2p-150000.3.73.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl10-1.0.2p-150000.3.73.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl10-1.0.2p-150000.3.73.1.x86_64"
},
"product_reference": "libopenssl10-1.0.2p-150000.3.73.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_0_0-1.0.2p-150000.3.73.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl1_0_0-1.0.2p-150000.3.73.1.aarch64"
},
"product_reference": "libopenssl1_0_0-1.0.2p-150000.3.73.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_0_0-1.0.2p-150000.3.73.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl1_0_0-1.0.2p-150000.3.73.1.ppc64le"
},
"product_reference": "libopenssl1_0_0-1.0.2p-150000.3.73.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_0_0-1.0.2p-150000.3.73.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl1_0_0-1.0.2p-150000.3.73.1.s390x"
},
"product_reference": "libopenssl1_0_0-1.0.2p-150000.3.73.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_0_0-1.0.2p-150000.3.73.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl1_0_0-1.0.2p-150000.3.73.1.x86_64"
},
"product_reference": "libopenssl1_0_0-1.0.2p-150000.3.73.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1_0_0-1.0.2p-150000.3.73.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:openssl-1_0_0-1.0.2p-150000.3.73.1.aarch64"
},
"product_reference": "openssl-1_0_0-1.0.2p-150000.3.73.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1_0_0-1.0.2p-150000.3.73.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:openssl-1_0_0-1.0.2p-150000.3.73.1.ppc64le"
},
"product_reference": "openssl-1_0_0-1.0.2p-150000.3.73.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1_0_0-1.0.2p-150000.3.73.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:openssl-1_0_0-1.0.2p-150000.3.73.1.s390x"
},
"product_reference": "openssl-1_0_0-1.0.2p-150000.3.73.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1_0_0-1.0.2p-150000.3.73.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:openssl-1_0_0-1.0.2p-150000.3.73.1.x86_64"
},
"product_reference": "openssl-1_0_0-1.0.2p-150000.3.73.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP1",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP1:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.ppc64le"
},
"product_reference": "libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP1",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP1:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.x86_64"
},
"product_reference": "libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_0_0-1.0.2p-150000.3.73.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP1",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP1:libopenssl1_0_0-1.0.2p-150000.3.73.1.ppc64le"
},
"product_reference": "libopenssl1_0_0-1.0.2p-150000.3.73.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_0_0-1.0.2p-150000.3.73.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP1",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP1:libopenssl1_0_0-1.0.2p-150000.3.73.1.x86_64"
},
"product_reference": "libopenssl1_0_0-1.0.2p-150000.3.73.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1_0_0-1.0.2p-150000.3.73.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP1",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP1:openssl-1_0_0-1.0.2p-150000.3.73.1.ppc64le"
},
"product_reference": "openssl-1_0_0-1.0.2p-150000.3.73.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1_0_0-1.0.2p-150000.3.73.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP1",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP1:openssl-1_0_0-1.0.2p-150000.3.73.1.x86_64"
},
"product_reference": "openssl-1_0_0-1.0.2p-150000.3.73.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.ppc64le"
},
"product_reference": "libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.x86_64"
},
"product_reference": "libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_0_0-1.0.2p-150000.3.73.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:libopenssl1_0_0-1.0.2p-150000.3.73.1.ppc64le"
},
"product_reference": "libopenssl1_0_0-1.0.2p-150000.3.73.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_0_0-1.0.2p-150000.3.73.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:libopenssl1_0_0-1.0.2p-150000.3.73.1.x86_64"
},
"product_reference": "libopenssl1_0_0-1.0.2p-150000.3.73.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1_0_0-1.0.2p-150000.3.73.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:openssl-1_0_0-1.0.2p-150000.3.73.1.ppc64le"
},
"product_reference": "openssl-1_0_0-1.0.2p-150000.3.73.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1_0_0-1.0.2p-150000.3.73.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:openssl-1_0_0-1.0.2p-150000.3.73.1.x86_64"
},
"product_reference": "openssl-1_0_0-1.0.2p-150000.3.73.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.ppc64le"
},
"product_reference": "libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.x86_64"
},
"product_reference": "libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl10-1.0.2p-150000.3.73.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libopenssl10-1.0.2p-150000.3.73.1.ppc64le"
},
"product_reference": "libopenssl10-1.0.2p-150000.3.73.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl10-1.0.2p-150000.3.73.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libopenssl10-1.0.2p-150000.3.73.1.x86_64"
},
"product_reference": "libopenssl10-1.0.2p-150000.3.73.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_0_0-1.0.2p-150000.3.73.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libopenssl1_0_0-1.0.2p-150000.3.73.1.ppc64le"
},
"product_reference": "libopenssl1_0_0-1.0.2p-150000.3.73.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_0_0-1.0.2p-150000.3.73.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libopenssl1_0_0-1.0.2p-150000.3.73.1.x86_64"
},
"product_reference": "libopenssl1_0_0-1.0.2p-150000.3.73.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1_0_0-1.0.2p-150000.3.73.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:openssl-1_0_0-1.0.2p-150000.3.73.1.ppc64le"
},
"product_reference": "openssl-1_0_0-1.0.2p-150000.3.73.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1_0_0-1.0.2p-150000.3.73.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:openssl-1_0_0-1.0.2p-150000.3.73.1.x86_64"
},
"product_reference": "openssl-1_0_0-1.0.2p-150000.3.73.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.aarch64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.aarch64"
},
"product_reference": "libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.x86_64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.x86_64"
},
"product_reference": "libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_0_0-1.0.2p-150000.3.73.1.aarch64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:libopenssl1_0_0-1.0.2p-150000.3.73.1.aarch64"
},
"product_reference": "libopenssl1_0_0-1.0.2p-150000.3.73.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_0_0-1.0.2p-150000.3.73.1.x86_64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:libopenssl1_0_0-1.0.2p-150000.3.73.1.x86_64"
},
"product_reference": "libopenssl1_0_0-1.0.2p-150000.3.73.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1_0_0-1.0.2p-150000.3.73.1.aarch64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:openssl-1_0_0-1.0.2p-150000.3.73.1.aarch64"
},
"product_reference": "openssl-1_0_0-1.0.2p-150000.3.73.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1_0_0-1.0.2p-150000.3.73.1.x86_64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:openssl-1_0_0-1.0.2p-150000.3.73.1.x86_64"
},
"product_reference": "openssl-1_0_0-1.0.2p-150000.3.73.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.aarch64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.aarch64"
},
"product_reference": "libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.x86_64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.x86_64"
},
"product_reference": "libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl10-1.0.2p-150000.3.73.1.aarch64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:libopenssl10-1.0.2p-150000.3.73.1.aarch64"
},
"product_reference": "libopenssl10-1.0.2p-150000.3.73.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl10-1.0.2p-150000.3.73.1.x86_64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:libopenssl10-1.0.2p-150000.3.73.1.x86_64"
},
"product_reference": "libopenssl10-1.0.2p-150000.3.73.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_0_0-1.0.2p-150000.3.73.1.aarch64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:libopenssl1_0_0-1.0.2p-150000.3.73.1.aarch64"
},
"product_reference": "libopenssl1_0_0-1.0.2p-150000.3.73.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_0_0-1.0.2p-150000.3.73.1.x86_64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:libopenssl1_0_0-1.0.2p-150000.3.73.1.x86_64"
},
"product_reference": "libopenssl1_0_0-1.0.2p-150000.3.73.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1_0_0-1.0.2p-150000.3.73.1.aarch64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:openssl-1_0_0-1.0.2p-150000.3.73.1.aarch64"
},
"product_reference": "openssl-1_0_0-1.0.2p-150000.3.73.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1_0_0-1.0.2p-150000.3.73.1.x86_64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:openssl-1_0_0-1.0.2p-150000.3.73.1.x86_64"
},
"product_reference": "openssl-1_0_0-1.0.2p-150000.3.73.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.aarch64"
},
"product_reference": "libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.ppc64le as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.ppc64le"
},
"product_reference": "libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.s390x as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.s390x"
},
"product_reference": "libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.x86_64"
},
"product_reference": "libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-1_0_0-devel-32bit-1.0.2p-150000.3.73.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:libopenssl-1_0_0-devel-32bit-1.0.2p-150000.3.73.1.x86_64"
},
"product_reference": "libopenssl-1_0_0-devel-32bit-1.0.2p-150000.3.73.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl10-1.0.2p-150000.3.73.1.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:libopenssl10-1.0.2p-150000.3.73.1.aarch64"
},
"product_reference": "libopenssl10-1.0.2p-150000.3.73.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl10-1.0.2p-150000.3.73.1.ppc64le as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:libopenssl10-1.0.2p-150000.3.73.1.ppc64le"
},
"product_reference": "libopenssl10-1.0.2p-150000.3.73.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl10-1.0.2p-150000.3.73.1.s390x as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:libopenssl10-1.0.2p-150000.3.73.1.s390x"
},
"product_reference": "libopenssl10-1.0.2p-150000.3.73.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl10-1.0.2p-150000.3.73.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:libopenssl10-1.0.2p-150000.3.73.1.x86_64"
},
"product_reference": "libopenssl10-1.0.2p-150000.3.73.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_0_0-1.0.2p-150000.3.73.1.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:libopenssl1_0_0-1.0.2p-150000.3.73.1.aarch64"
},
"product_reference": "libopenssl1_0_0-1.0.2p-150000.3.73.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_0_0-1.0.2p-150000.3.73.1.ppc64le as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:libopenssl1_0_0-1.0.2p-150000.3.73.1.ppc64le"
},
"product_reference": "libopenssl1_0_0-1.0.2p-150000.3.73.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_0_0-1.0.2p-150000.3.73.1.s390x as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:libopenssl1_0_0-1.0.2p-150000.3.73.1.s390x"
},
"product_reference": "libopenssl1_0_0-1.0.2p-150000.3.73.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_0_0-1.0.2p-150000.3.73.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:libopenssl1_0_0-1.0.2p-150000.3.73.1.x86_64"
},
"product_reference": "libopenssl1_0_0-1.0.2p-150000.3.73.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_0_0-32bit-1.0.2p-150000.3.73.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:libopenssl1_0_0-32bit-1.0.2p-150000.3.73.1.x86_64"
},
"product_reference": "libopenssl1_0_0-32bit-1.0.2p-150000.3.73.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_0_0-hmac-1.0.2p-150000.3.73.1.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:libopenssl1_0_0-hmac-1.0.2p-150000.3.73.1.aarch64"
},
"product_reference": "libopenssl1_0_0-hmac-1.0.2p-150000.3.73.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_0_0-hmac-1.0.2p-150000.3.73.1.ppc64le as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:libopenssl1_0_0-hmac-1.0.2p-150000.3.73.1.ppc64le"
},
"product_reference": "libopenssl1_0_0-hmac-1.0.2p-150000.3.73.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_0_0-hmac-1.0.2p-150000.3.73.1.s390x as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:libopenssl1_0_0-hmac-1.0.2p-150000.3.73.1.s390x"
},
"product_reference": "libopenssl1_0_0-hmac-1.0.2p-150000.3.73.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_0_0-hmac-1.0.2p-150000.3.73.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:libopenssl1_0_0-hmac-1.0.2p-150000.3.73.1.x86_64"
},
"product_reference": "libopenssl1_0_0-hmac-1.0.2p-150000.3.73.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_0_0-hmac-32bit-1.0.2p-150000.3.73.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:libopenssl1_0_0-hmac-32bit-1.0.2p-150000.3.73.1.x86_64"
},
"product_reference": "libopenssl1_0_0-hmac-32bit-1.0.2p-150000.3.73.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_0_0-steam-1.0.2p-150000.3.73.1.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:libopenssl1_0_0-steam-1.0.2p-150000.3.73.1.aarch64"
},
"product_reference": "libopenssl1_0_0-steam-1.0.2p-150000.3.73.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_0_0-steam-1.0.2p-150000.3.73.1.ppc64le as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:libopenssl1_0_0-steam-1.0.2p-150000.3.73.1.ppc64le"
},
"product_reference": "libopenssl1_0_0-steam-1.0.2p-150000.3.73.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_0_0-steam-1.0.2p-150000.3.73.1.s390x as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:libopenssl1_0_0-steam-1.0.2p-150000.3.73.1.s390x"
},
"product_reference": "libopenssl1_0_0-steam-1.0.2p-150000.3.73.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_0_0-steam-1.0.2p-150000.3.73.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:libopenssl1_0_0-steam-1.0.2p-150000.3.73.1.x86_64"
},
"product_reference": "libopenssl1_0_0-steam-1.0.2p-150000.3.73.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_0_0-steam-32bit-1.0.2p-150000.3.73.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:libopenssl1_0_0-steam-32bit-1.0.2p-150000.3.73.1.x86_64"
},
"product_reference": "libopenssl1_0_0-steam-32bit-1.0.2p-150000.3.73.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1_0_0-1.0.2p-150000.3.73.1.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:openssl-1_0_0-1.0.2p-150000.3.73.1.aarch64"
},
"product_reference": "openssl-1_0_0-1.0.2p-150000.3.73.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1_0_0-1.0.2p-150000.3.73.1.ppc64le as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:openssl-1_0_0-1.0.2p-150000.3.73.1.ppc64le"
},
"product_reference": "openssl-1_0_0-1.0.2p-150000.3.73.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1_0_0-1.0.2p-150000.3.73.1.s390x as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:openssl-1_0_0-1.0.2p-150000.3.73.1.s390x"
},
"product_reference": "openssl-1_0_0-1.0.2p-150000.3.73.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1_0_0-1.0.2p-150000.3.73.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:openssl-1_0_0-1.0.2p-150000.3.73.1.x86_64"
},
"product_reference": "openssl-1_0_0-1.0.2p-150000.3.73.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1_0_0-cavs-1.0.2p-150000.3.73.1.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:openssl-1_0_0-cavs-1.0.2p-150000.3.73.1.aarch64"
},
"product_reference": "openssl-1_0_0-cavs-1.0.2p-150000.3.73.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1_0_0-cavs-1.0.2p-150000.3.73.1.ppc64le as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:openssl-1_0_0-cavs-1.0.2p-150000.3.73.1.ppc64le"
},
"product_reference": "openssl-1_0_0-cavs-1.0.2p-150000.3.73.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1_0_0-cavs-1.0.2p-150000.3.73.1.s390x as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:openssl-1_0_0-cavs-1.0.2p-150000.3.73.1.s390x"
},
"product_reference": "openssl-1_0_0-cavs-1.0.2p-150000.3.73.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1_0_0-cavs-1.0.2p-150000.3.73.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:openssl-1_0_0-cavs-1.0.2p-150000.3.73.1.x86_64"
},
"product_reference": "openssl-1_0_0-cavs-1.0.2p-150000.3.73.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1_0_0-doc-1.0.2p-150000.3.73.1.noarch as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:openssl-1_0_0-doc-1.0.2p-150000.3.73.1.noarch"
},
"product_reference": "openssl-1_0_0-doc-1.0.2p-150000.3.73.1.noarch",
"relates_to_product_reference": "openSUSE Leap 15.4"
}
]
},
"vulnerabilities": [
{
"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": [
"SUSE Enterprise Storage 7.1:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.aarch64",
"SUSE Enterprise Storage 7.1:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.x86_64",
"SUSE Enterprise Storage 7.1:libopenssl10-1.0.2p-150000.3.73.1.aarch64",
"SUSE Enterprise Storage 7.1:libopenssl10-1.0.2p-150000.3.73.1.x86_64",
"SUSE Enterprise Storage 7.1:libopenssl1_0_0-1.0.2p-150000.3.73.1.aarch64",
"SUSE Enterprise Storage 7.1:libopenssl1_0_0-1.0.2p-150000.3.73.1.x86_64",
"SUSE Enterprise Storage 7.1:openssl-1_0_0-1.0.2p-150000.3.73.1.aarch64",
"SUSE Enterprise Storage 7.1:openssl-1_0_0-1.0.2p-150000.3.73.1.x86_64",
"SUSE Enterprise Storage 7:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.aarch64",
"SUSE Enterprise Storage 7:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.x86_64",
"SUSE Enterprise Storage 7:libopenssl1_0_0-1.0.2p-150000.3.73.1.aarch64",
"SUSE Enterprise Storage 7:libopenssl1_0_0-1.0.2p-150000.3.73.1.x86_64",
"SUSE Enterprise Storage 7:openssl-1_0_0-1.0.2p-150000.3.73.1.aarch64",
"SUSE Enterprise Storage 7:openssl-1_0_0-1.0.2p-150000.3.73.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libopenssl10-1.0.2p-150000.3.73.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libopenssl10-1.0.2p-150000.3.73.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libopenssl1_0_0-1.0.2p-150000.3.73.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libopenssl1_0_0-1.0.2p-150000.3.73.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:openssl-1_0_0-1.0.2p-150000.3.73.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:openssl-1_0_0-1.0.2p-150000.3.73.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libopenssl10-1.0.2p-150000.3.73.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libopenssl10-1.0.2p-150000.3.73.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libopenssl1_0_0-1.0.2p-150000.3.73.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libopenssl1_0_0-1.0.2p-150000.3.73.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:openssl-1_0_0-1.0.2p-150000.3.73.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:openssl-1_0_0-1.0.2p-150000.3.73.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:libopenssl10-1.0.2p-150000.3.73.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:libopenssl10-1.0.2p-150000.3.73.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:libopenssl10-1.0.2p-150000.3.73.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:libopenssl10-1.0.2p-150000.3.73.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:libopenssl1_0_0-1.0.2p-150000.3.73.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:libopenssl1_0_0-1.0.2p-150000.3.73.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:libopenssl1_0_0-1.0.2p-150000.3.73.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:libopenssl1_0_0-1.0.2p-150000.3.73.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:libopenssl1_0_0-hmac-1.0.2p-150000.3.73.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:libopenssl1_0_0-hmac-1.0.2p-150000.3.73.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:libopenssl1_0_0-hmac-1.0.2p-150000.3.73.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:libopenssl1_0_0-hmac-1.0.2p-150000.3.73.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:openssl-1_0_0-1.0.2p-150000.3.73.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:openssl-1_0_0-1.0.2p-150000.3.73.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:openssl-1_0_0-1.0.2p-150000.3.73.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:openssl-1_0_0-1.0.2p-150000.3.73.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl1_0_0-1.0.2p-150000.3.73.1.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl1_0_0-1.0.2p-150000.3.73.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl1_0_0-1.0.2p-150000.3.73.1.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl1_0_0-1.0.2p-150000.3.73.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:openssl-1_0_0-1.0.2p-150000.3.73.1.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:openssl-1_0_0-1.0.2p-150000.3.73.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:openssl-1_0_0-1.0.2p-150000.3.73.1.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:openssl-1_0_0-1.0.2p-150000.3.73.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl1_0_0-1.0.2p-150000.3.73.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl1_0_0-1.0.2p-150000.3.73.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl1_0_0-1.0.2p-150000.3.73.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl1_0_0-1.0.2p-150000.3.73.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:openssl-1_0_0-1.0.2p-150000.3.73.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:openssl-1_0_0-1.0.2p-150000.3.73.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:openssl-1_0_0-1.0.2p-150000.3.73.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:openssl-1_0_0-1.0.2p-150000.3.73.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl10-1.0.2p-150000.3.73.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl10-1.0.2p-150000.3.73.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl10-1.0.2p-150000.3.73.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl10-1.0.2p-150000.3.73.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl1_0_0-1.0.2p-150000.3.73.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl1_0_0-1.0.2p-150000.3.73.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl1_0_0-1.0.2p-150000.3.73.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl1_0_0-1.0.2p-150000.3.73.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:openssl-1_0_0-1.0.2p-150000.3.73.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:openssl-1_0_0-1.0.2p-150000.3.73.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:openssl-1_0_0-1.0.2p-150000.3.73.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:openssl-1_0_0-1.0.2p-150000.3.73.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:libopenssl1_0_0-1.0.2p-150000.3.73.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:libopenssl1_0_0-1.0.2p-150000.3.73.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:openssl-1_0_0-1.0.2p-150000.3.73.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:openssl-1_0_0-1.0.2p-150000.3.73.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:libopenssl1_0_0-1.0.2p-150000.3.73.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:libopenssl1_0_0-1.0.2p-150000.3.73.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:openssl-1_0_0-1.0.2p-150000.3.73.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:openssl-1_0_0-1.0.2p-150000.3.73.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libopenssl10-1.0.2p-150000.3.73.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libopenssl10-1.0.2p-150000.3.73.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libopenssl1_0_0-1.0.2p-150000.3.73.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libopenssl1_0_0-1.0.2p-150000.3.73.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:openssl-1_0_0-1.0.2p-150000.3.73.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:openssl-1_0_0-1.0.2p-150000.3.73.1.x86_64",
"openSUSE Leap 15.4:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.aarch64",
"openSUSE Leap 15.4:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.ppc64le",
"openSUSE Leap 15.4:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.s390x",
"openSUSE Leap 15.4:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.x86_64",
"openSUSE Leap 15.4:libopenssl-1_0_0-devel-32bit-1.0.2p-150000.3.73.1.x86_64",
"openSUSE Leap 15.4:libopenssl10-1.0.2p-150000.3.73.1.aarch64",
"openSUSE Leap 15.4:libopenssl10-1.0.2p-150000.3.73.1.ppc64le",
"openSUSE Leap 15.4:libopenssl10-1.0.2p-150000.3.73.1.s390x",
"openSUSE Leap 15.4:libopenssl10-1.0.2p-150000.3.73.1.x86_64",
"openSUSE Leap 15.4:libopenssl1_0_0-1.0.2p-150000.3.73.1.aarch64",
"openSUSE Leap 15.4:libopenssl1_0_0-1.0.2p-150000.3.73.1.ppc64le",
"openSUSE Leap 15.4:libopenssl1_0_0-1.0.2p-150000.3.73.1.s390x",
"openSUSE Leap 15.4:libopenssl1_0_0-1.0.2p-150000.3.73.1.x86_64",
"openSUSE Leap 15.4:libopenssl1_0_0-32bit-1.0.2p-150000.3.73.1.x86_64",
"openSUSE Leap 15.4:libopenssl1_0_0-hmac-1.0.2p-150000.3.73.1.aarch64",
"openSUSE Leap 15.4:libopenssl1_0_0-hmac-1.0.2p-150000.3.73.1.ppc64le",
"openSUSE Leap 15.4:libopenssl1_0_0-hmac-1.0.2p-150000.3.73.1.s390x",
"openSUSE Leap 15.4:libopenssl1_0_0-hmac-1.0.2p-150000.3.73.1.x86_64",
"openSUSE Leap 15.4:libopenssl1_0_0-hmac-32bit-1.0.2p-150000.3.73.1.x86_64",
"openSUSE Leap 15.4:libopenssl1_0_0-steam-1.0.2p-150000.3.73.1.aarch64",
"openSUSE Leap 15.4:libopenssl1_0_0-steam-1.0.2p-150000.3.73.1.ppc64le",
"openSUSE Leap 15.4:libopenssl1_0_0-steam-1.0.2p-150000.3.73.1.s390x",
"openSUSE Leap 15.4:libopenssl1_0_0-steam-1.0.2p-150000.3.73.1.x86_64",
"openSUSE Leap 15.4:libopenssl1_0_0-steam-32bit-1.0.2p-150000.3.73.1.x86_64",
"openSUSE Leap 15.4:openssl-1_0_0-1.0.2p-150000.3.73.1.aarch64",
"openSUSE Leap 15.4:openssl-1_0_0-1.0.2p-150000.3.73.1.ppc64le",
"openSUSE Leap 15.4:openssl-1_0_0-1.0.2p-150000.3.73.1.s390x",
"openSUSE Leap 15.4:openssl-1_0_0-1.0.2p-150000.3.73.1.x86_64",
"openSUSE Leap 15.4:openssl-1_0_0-cavs-1.0.2p-150000.3.73.1.aarch64",
"openSUSE Leap 15.4:openssl-1_0_0-cavs-1.0.2p-150000.3.73.1.ppc64le",
"openSUSE Leap 15.4:openssl-1_0_0-cavs-1.0.2p-150000.3.73.1.s390x",
"openSUSE Leap 15.4:openssl-1_0_0-cavs-1.0.2p-150000.3.73.1.x86_64",
"openSUSE Leap 15.4:openssl-1_0_0-doc-1.0.2p-150000.3.73.1.noarch"
]
},
"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": [
"SUSE Enterprise Storage 7.1:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.aarch64",
"SUSE Enterprise Storage 7.1:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.x86_64",
"SUSE Enterprise Storage 7.1:libopenssl10-1.0.2p-150000.3.73.1.aarch64",
"SUSE Enterprise Storage 7.1:libopenssl10-1.0.2p-150000.3.73.1.x86_64",
"SUSE Enterprise Storage 7.1:libopenssl1_0_0-1.0.2p-150000.3.73.1.aarch64",
"SUSE Enterprise Storage 7.1:libopenssl1_0_0-1.0.2p-150000.3.73.1.x86_64",
"SUSE Enterprise Storage 7.1:openssl-1_0_0-1.0.2p-150000.3.73.1.aarch64",
"SUSE Enterprise Storage 7.1:openssl-1_0_0-1.0.2p-150000.3.73.1.x86_64",
"SUSE Enterprise Storage 7:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.aarch64",
"SUSE Enterprise Storage 7:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.x86_64",
"SUSE Enterprise Storage 7:libopenssl1_0_0-1.0.2p-150000.3.73.1.aarch64",
"SUSE Enterprise Storage 7:libopenssl1_0_0-1.0.2p-150000.3.73.1.x86_64",
"SUSE Enterprise Storage 7:openssl-1_0_0-1.0.2p-150000.3.73.1.aarch64",
"SUSE Enterprise Storage 7:openssl-1_0_0-1.0.2p-150000.3.73.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libopenssl10-1.0.2p-150000.3.73.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libopenssl10-1.0.2p-150000.3.73.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libopenssl1_0_0-1.0.2p-150000.3.73.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libopenssl1_0_0-1.0.2p-150000.3.73.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:openssl-1_0_0-1.0.2p-150000.3.73.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:openssl-1_0_0-1.0.2p-150000.3.73.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libopenssl10-1.0.2p-150000.3.73.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libopenssl10-1.0.2p-150000.3.73.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libopenssl1_0_0-1.0.2p-150000.3.73.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libopenssl1_0_0-1.0.2p-150000.3.73.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:openssl-1_0_0-1.0.2p-150000.3.73.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:openssl-1_0_0-1.0.2p-150000.3.73.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:libopenssl10-1.0.2p-150000.3.73.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:libopenssl10-1.0.2p-150000.3.73.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:libopenssl10-1.0.2p-150000.3.73.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:libopenssl10-1.0.2p-150000.3.73.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:libopenssl1_0_0-1.0.2p-150000.3.73.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:libopenssl1_0_0-1.0.2p-150000.3.73.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:libopenssl1_0_0-1.0.2p-150000.3.73.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:libopenssl1_0_0-1.0.2p-150000.3.73.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:libopenssl1_0_0-hmac-1.0.2p-150000.3.73.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:libopenssl1_0_0-hmac-1.0.2p-150000.3.73.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:libopenssl1_0_0-hmac-1.0.2p-150000.3.73.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:libopenssl1_0_0-hmac-1.0.2p-150000.3.73.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:openssl-1_0_0-1.0.2p-150000.3.73.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:openssl-1_0_0-1.0.2p-150000.3.73.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:openssl-1_0_0-1.0.2p-150000.3.73.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:openssl-1_0_0-1.0.2p-150000.3.73.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl1_0_0-1.0.2p-150000.3.73.1.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl1_0_0-1.0.2p-150000.3.73.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl1_0_0-1.0.2p-150000.3.73.1.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl1_0_0-1.0.2p-150000.3.73.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:openssl-1_0_0-1.0.2p-150000.3.73.1.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:openssl-1_0_0-1.0.2p-150000.3.73.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:openssl-1_0_0-1.0.2p-150000.3.73.1.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:openssl-1_0_0-1.0.2p-150000.3.73.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl1_0_0-1.0.2p-150000.3.73.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl1_0_0-1.0.2p-150000.3.73.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl1_0_0-1.0.2p-150000.3.73.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl1_0_0-1.0.2p-150000.3.73.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:openssl-1_0_0-1.0.2p-150000.3.73.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:openssl-1_0_0-1.0.2p-150000.3.73.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:openssl-1_0_0-1.0.2p-150000.3.73.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:openssl-1_0_0-1.0.2p-150000.3.73.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl10-1.0.2p-150000.3.73.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl10-1.0.2p-150000.3.73.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl10-1.0.2p-150000.3.73.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl10-1.0.2p-150000.3.73.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl1_0_0-1.0.2p-150000.3.73.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl1_0_0-1.0.2p-150000.3.73.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl1_0_0-1.0.2p-150000.3.73.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl1_0_0-1.0.2p-150000.3.73.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:openssl-1_0_0-1.0.2p-150000.3.73.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:openssl-1_0_0-1.0.2p-150000.3.73.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:openssl-1_0_0-1.0.2p-150000.3.73.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:openssl-1_0_0-1.0.2p-150000.3.73.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:libopenssl1_0_0-1.0.2p-150000.3.73.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:libopenssl1_0_0-1.0.2p-150000.3.73.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:openssl-1_0_0-1.0.2p-150000.3.73.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:openssl-1_0_0-1.0.2p-150000.3.73.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:libopenssl1_0_0-1.0.2p-150000.3.73.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:libopenssl1_0_0-1.0.2p-150000.3.73.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:openssl-1_0_0-1.0.2p-150000.3.73.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:openssl-1_0_0-1.0.2p-150000.3.73.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libopenssl10-1.0.2p-150000.3.73.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libopenssl10-1.0.2p-150000.3.73.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libopenssl1_0_0-1.0.2p-150000.3.73.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libopenssl1_0_0-1.0.2p-150000.3.73.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:openssl-1_0_0-1.0.2p-150000.3.73.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:openssl-1_0_0-1.0.2p-150000.3.73.1.x86_64",
"openSUSE Leap 15.4:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.aarch64",
"openSUSE Leap 15.4:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.ppc64le",
"openSUSE Leap 15.4:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.s390x",
"openSUSE Leap 15.4:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.x86_64",
"openSUSE Leap 15.4:libopenssl-1_0_0-devel-32bit-1.0.2p-150000.3.73.1.x86_64",
"openSUSE Leap 15.4:libopenssl10-1.0.2p-150000.3.73.1.aarch64",
"openSUSE Leap 15.4:libopenssl10-1.0.2p-150000.3.73.1.ppc64le",
"openSUSE Leap 15.4:libopenssl10-1.0.2p-150000.3.73.1.s390x",
"openSUSE Leap 15.4:libopenssl10-1.0.2p-150000.3.73.1.x86_64",
"openSUSE Leap 15.4:libopenssl1_0_0-1.0.2p-150000.3.73.1.aarch64",
"openSUSE Leap 15.4:libopenssl1_0_0-1.0.2p-150000.3.73.1.ppc64le",
"openSUSE Leap 15.4:libopenssl1_0_0-1.0.2p-150000.3.73.1.s390x",
"openSUSE Leap 15.4:libopenssl1_0_0-1.0.2p-150000.3.73.1.x86_64",
"openSUSE Leap 15.4:libopenssl1_0_0-32bit-1.0.2p-150000.3.73.1.x86_64",
"openSUSE Leap 15.4:libopenssl1_0_0-hmac-1.0.2p-150000.3.73.1.aarch64",
"openSUSE Leap 15.4:libopenssl1_0_0-hmac-1.0.2p-150000.3.73.1.ppc64le",
"openSUSE Leap 15.4:libopenssl1_0_0-hmac-1.0.2p-150000.3.73.1.s390x",
"openSUSE Leap 15.4:libopenssl1_0_0-hmac-1.0.2p-150000.3.73.1.x86_64",
"openSUSE Leap 15.4:libopenssl1_0_0-hmac-32bit-1.0.2p-150000.3.73.1.x86_64",
"openSUSE Leap 15.4:libopenssl1_0_0-steam-1.0.2p-150000.3.73.1.aarch64",
"openSUSE Leap 15.4:libopenssl1_0_0-steam-1.0.2p-150000.3.73.1.ppc64le",
"openSUSE Leap 15.4:libopenssl1_0_0-steam-1.0.2p-150000.3.73.1.s390x",
"openSUSE Leap 15.4:libopenssl1_0_0-steam-1.0.2p-150000.3.73.1.x86_64",
"openSUSE Leap 15.4:libopenssl1_0_0-steam-32bit-1.0.2p-150000.3.73.1.x86_64",
"openSUSE Leap 15.4:openssl-1_0_0-1.0.2p-150000.3.73.1.aarch64",
"openSUSE Leap 15.4:openssl-1_0_0-1.0.2p-150000.3.73.1.ppc64le",
"openSUSE Leap 15.4:openssl-1_0_0-1.0.2p-150000.3.73.1.s390x",
"openSUSE Leap 15.4:openssl-1_0_0-1.0.2p-150000.3.73.1.x86_64",
"openSUSE Leap 15.4:openssl-1_0_0-cavs-1.0.2p-150000.3.73.1.aarch64",
"openSUSE Leap 15.4:openssl-1_0_0-cavs-1.0.2p-150000.3.73.1.ppc64le",
"openSUSE Leap 15.4:openssl-1_0_0-cavs-1.0.2p-150000.3.73.1.s390x",
"openSUSE Leap 15.4:openssl-1_0_0-cavs-1.0.2p-150000.3.73.1.x86_64",
"openSUSE Leap 15.4:openssl-1_0_0-doc-1.0.2p-150000.3.73.1.noarch"
]
}
],
"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": [
"SUSE Enterprise Storage 7.1:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.aarch64",
"SUSE Enterprise Storage 7.1:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.x86_64",
"SUSE Enterprise Storage 7.1:libopenssl10-1.0.2p-150000.3.73.1.aarch64",
"SUSE Enterprise Storage 7.1:libopenssl10-1.0.2p-150000.3.73.1.x86_64",
"SUSE Enterprise Storage 7.1:libopenssl1_0_0-1.0.2p-150000.3.73.1.aarch64",
"SUSE Enterprise Storage 7.1:libopenssl1_0_0-1.0.2p-150000.3.73.1.x86_64",
"SUSE Enterprise Storage 7.1:openssl-1_0_0-1.0.2p-150000.3.73.1.aarch64",
"SUSE Enterprise Storage 7.1:openssl-1_0_0-1.0.2p-150000.3.73.1.x86_64",
"SUSE Enterprise Storage 7:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.aarch64",
"SUSE Enterprise Storage 7:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.x86_64",
"SUSE Enterprise Storage 7:libopenssl1_0_0-1.0.2p-150000.3.73.1.aarch64",
"SUSE Enterprise Storage 7:libopenssl1_0_0-1.0.2p-150000.3.73.1.x86_64",
"SUSE Enterprise Storage 7:openssl-1_0_0-1.0.2p-150000.3.73.1.aarch64",
"SUSE Enterprise Storage 7:openssl-1_0_0-1.0.2p-150000.3.73.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libopenssl10-1.0.2p-150000.3.73.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libopenssl10-1.0.2p-150000.3.73.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libopenssl1_0_0-1.0.2p-150000.3.73.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libopenssl1_0_0-1.0.2p-150000.3.73.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:openssl-1_0_0-1.0.2p-150000.3.73.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:openssl-1_0_0-1.0.2p-150000.3.73.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libopenssl10-1.0.2p-150000.3.73.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libopenssl10-1.0.2p-150000.3.73.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libopenssl1_0_0-1.0.2p-150000.3.73.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libopenssl1_0_0-1.0.2p-150000.3.73.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:openssl-1_0_0-1.0.2p-150000.3.73.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:openssl-1_0_0-1.0.2p-150000.3.73.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:libopenssl10-1.0.2p-150000.3.73.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:libopenssl10-1.0.2p-150000.3.73.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:libopenssl10-1.0.2p-150000.3.73.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:libopenssl10-1.0.2p-150000.3.73.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:libopenssl1_0_0-1.0.2p-150000.3.73.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:libopenssl1_0_0-1.0.2p-150000.3.73.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:libopenssl1_0_0-1.0.2p-150000.3.73.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:libopenssl1_0_0-1.0.2p-150000.3.73.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:libopenssl1_0_0-hmac-1.0.2p-150000.3.73.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:libopenssl1_0_0-hmac-1.0.2p-150000.3.73.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:libopenssl1_0_0-hmac-1.0.2p-150000.3.73.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:libopenssl1_0_0-hmac-1.0.2p-150000.3.73.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:openssl-1_0_0-1.0.2p-150000.3.73.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:openssl-1_0_0-1.0.2p-150000.3.73.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:openssl-1_0_0-1.0.2p-150000.3.73.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:openssl-1_0_0-1.0.2p-150000.3.73.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl1_0_0-1.0.2p-150000.3.73.1.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl1_0_0-1.0.2p-150000.3.73.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl1_0_0-1.0.2p-150000.3.73.1.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl1_0_0-1.0.2p-150000.3.73.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:openssl-1_0_0-1.0.2p-150000.3.73.1.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:openssl-1_0_0-1.0.2p-150000.3.73.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:openssl-1_0_0-1.0.2p-150000.3.73.1.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:openssl-1_0_0-1.0.2p-150000.3.73.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl1_0_0-1.0.2p-150000.3.73.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl1_0_0-1.0.2p-150000.3.73.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl1_0_0-1.0.2p-150000.3.73.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl1_0_0-1.0.2p-150000.3.73.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:openssl-1_0_0-1.0.2p-150000.3.73.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:openssl-1_0_0-1.0.2p-150000.3.73.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:openssl-1_0_0-1.0.2p-150000.3.73.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:openssl-1_0_0-1.0.2p-150000.3.73.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl10-1.0.2p-150000.3.73.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl10-1.0.2p-150000.3.73.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl10-1.0.2p-150000.3.73.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl10-1.0.2p-150000.3.73.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl1_0_0-1.0.2p-150000.3.73.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl1_0_0-1.0.2p-150000.3.73.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl1_0_0-1.0.2p-150000.3.73.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl1_0_0-1.0.2p-150000.3.73.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:openssl-1_0_0-1.0.2p-150000.3.73.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:openssl-1_0_0-1.0.2p-150000.3.73.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:openssl-1_0_0-1.0.2p-150000.3.73.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:openssl-1_0_0-1.0.2p-150000.3.73.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:libopenssl1_0_0-1.0.2p-150000.3.73.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:libopenssl1_0_0-1.0.2p-150000.3.73.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:openssl-1_0_0-1.0.2p-150000.3.73.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:openssl-1_0_0-1.0.2p-150000.3.73.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:libopenssl1_0_0-1.0.2p-150000.3.73.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:libopenssl1_0_0-1.0.2p-150000.3.73.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:openssl-1_0_0-1.0.2p-150000.3.73.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:openssl-1_0_0-1.0.2p-150000.3.73.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libopenssl10-1.0.2p-150000.3.73.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libopenssl10-1.0.2p-150000.3.73.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libopenssl1_0_0-1.0.2p-150000.3.73.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libopenssl1_0_0-1.0.2p-150000.3.73.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:openssl-1_0_0-1.0.2p-150000.3.73.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:openssl-1_0_0-1.0.2p-150000.3.73.1.x86_64",
"openSUSE Leap 15.4:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.aarch64",
"openSUSE Leap 15.4:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.ppc64le",
"openSUSE Leap 15.4:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.s390x",
"openSUSE Leap 15.4:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.x86_64",
"openSUSE Leap 15.4:libopenssl-1_0_0-devel-32bit-1.0.2p-150000.3.73.1.x86_64",
"openSUSE Leap 15.4:libopenssl10-1.0.2p-150000.3.73.1.aarch64",
"openSUSE Leap 15.4:libopenssl10-1.0.2p-150000.3.73.1.ppc64le",
"openSUSE Leap 15.4:libopenssl10-1.0.2p-150000.3.73.1.s390x",
"openSUSE Leap 15.4:libopenssl10-1.0.2p-150000.3.73.1.x86_64",
"openSUSE Leap 15.4:libopenssl1_0_0-1.0.2p-150000.3.73.1.aarch64",
"openSUSE Leap 15.4:libopenssl1_0_0-1.0.2p-150000.3.73.1.ppc64le",
"openSUSE Leap 15.4:libopenssl1_0_0-1.0.2p-150000.3.73.1.s390x",
"openSUSE Leap 15.4:libopenssl1_0_0-1.0.2p-150000.3.73.1.x86_64",
"openSUSE Leap 15.4:libopenssl1_0_0-32bit-1.0.2p-150000.3.73.1.x86_64",
"openSUSE Leap 15.4:libopenssl1_0_0-hmac-1.0.2p-150000.3.73.1.aarch64",
"openSUSE Leap 15.4:libopenssl1_0_0-hmac-1.0.2p-150000.3.73.1.ppc64le",
"openSUSE Leap 15.4:libopenssl1_0_0-hmac-1.0.2p-150000.3.73.1.s390x",
"openSUSE Leap 15.4:libopenssl1_0_0-hmac-1.0.2p-150000.3.73.1.x86_64",
"openSUSE Leap 15.4:libopenssl1_0_0-hmac-32bit-1.0.2p-150000.3.73.1.x86_64",
"openSUSE Leap 15.4:libopenssl1_0_0-steam-1.0.2p-150000.3.73.1.aarch64",
"openSUSE Leap 15.4:libopenssl1_0_0-steam-1.0.2p-150000.3.73.1.ppc64le",
"openSUSE Leap 15.4:libopenssl1_0_0-steam-1.0.2p-150000.3.73.1.s390x",
"openSUSE Leap 15.4:libopenssl1_0_0-steam-1.0.2p-150000.3.73.1.x86_64",
"openSUSE Leap 15.4:libopenssl1_0_0-steam-32bit-1.0.2p-150000.3.73.1.x86_64",
"openSUSE Leap 15.4:openssl-1_0_0-1.0.2p-150000.3.73.1.aarch64",
"openSUSE Leap 15.4:openssl-1_0_0-1.0.2p-150000.3.73.1.ppc64le",
"openSUSE Leap 15.4:openssl-1_0_0-1.0.2p-150000.3.73.1.s390x",
"openSUSE Leap 15.4:openssl-1_0_0-1.0.2p-150000.3.73.1.x86_64",
"openSUSE Leap 15.4:openssl-1_0_0-cavs-1.0.2p-150000.3.73.1.aarch64",
"openSUSE Leap 15.4:openssl-1_0_0-cavs-1.0.2p-150000.3.73.1.ppc64le",
"openSUSE Leap 15.4:openssl-1_0_0-cavs-1.0.2p-150000.3.73.1.s390x",
"openSUSE Leap 15.4:openssl-1_0_0-cavs-1.0.2p-150000.3.73.1.x86_64",
"openSUSE Leap 15.4:openssl-1_0_0-doc-1.0.2p-150000.3.73.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2023-04-19T17:54:57Z",
"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": [
"SUSE Enterprise Storage 7.1:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.aarch64",
"SUSE Enterprise Storage 7.1:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.x86_64",
"SUSE Enterprise Storage 7.1:libopenssl10-1.0.2p-150000.3.73.1.aarch64",
"SUSE Enterprise Storage 7.1:libopenssl10-1.0.2p-150000.3.73.1.x86_64",
"SUSE Enterprise Storage 7.1:libopenssl1_0_0-1.0.2p-150000.3.73.1.aarch64",
"SUSE Enterprise Storage 7.1:libopenssl1_0_0-1.0.2p-150000.3.73.1.x86_64",
"SUSE Enterprise Storage 7.1:openssl-1_0_0-1.0.2p-150000.3.73.1.aarch64",
"SUSE Enterprise Storage 7.1:openssl-1_0_0-1.0.2p-150000.3.73.1.x86_64",
"SUSE Enterprise Storage 7:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.aarch64",
"SUSE Enterprise Storage 7:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.x86_64",
"SUSE Enterprise Storage 7:libopenssl1_0_0-1.0.2p-150000.3.73.1.aarch64",
"SUSE Enterprise Storage 7:libopenssl1_0_0-1.0.2p-150000.3.73.1.x86_64",
"SUSE Enterprise Storage 7:openssl-1_0_0-1.0.2p-150000.3.73.1.aarch64",
"SUSE Enterprise Storage 7:openssl-1_0_0-1.0.2p-150000.3.73.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libopenssl10-1.0.2p-150000.3.73.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libopenssl10-1.0.2p-150000.3.73.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libopenssl1_0_0-1.0.2p-150000.3.73.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libopenssl1_0_0-1.0.2p-150000.3.73.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:openssl-1_0_0-1.0.2p-150000.3.73.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:openssl-1_0_0-1.0.2p-150000.3.73.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libopenssl10-1.0.2p-150000.3.73.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libopenssl10-1.0.2p-150000.3.73.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libopenssl1_0_0-1.0.2p-150000.3.73.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libopenssl1_0_0-1.0.2p-150000.3.73.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:openssl-1_0_0-1.0.2p-150000.3.73.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:openssl-1_0_0-1.0.2p-150000.3.73.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:libopenssl10-1.0.2p-150000.3.73.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:libopenssl10-1.0.2p-150000.3.73.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:libopenssl10-1.0.2p-150000.3.73.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:libopenssl10-1.0.2p-150000.3.73.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:libopenssl1_0_0-1.0.2p-150000.3.73.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:libopenssl1_0_0-1.0.2p-150000.3.73.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:libopenssl1_0_0-1.0.2p-150000.3.73.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:libopenssl1_0_0-1.0.2p-150000.3.73.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:libopenssl1_0_0-hmac-1.0.2p-150000.3.73.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:libopenssl1_0_0-hmac-1.0.2p-150000.3.73.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:libopenssl1_0_0-hmac-1.0.2p-150000.3.73.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:libopenssl1_0_0-hmac-1.0.2p-150000.3.73.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:openssl-1_0_0-1.0.2p-150000.3.73.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:openssl-1_0_0-1.0.2p-150000.3.73.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:openssl-1_0_0-1.0.2p-150000.3.73.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:openssl-1_0_0-1.0.2p-150000.3.73.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl1_0_0-1.0.2p-150000.3.73.1.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl1_0_0-1.0.2p-150000.3.73.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl1_0_0-1.0.2p-150000.3.73.1.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl1_0_0-1.0.2p-150000.3.73.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:openssl-1_0_0-1.0.2p-150000.3.73.1.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:openssl-1_0_0-1.0.2p-150000.3.73.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:openssl-1_0_0-1.0.2p-150000.3.73.1.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:openssl-1_0_0-1.0.2p-150000.3.73.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl1_0_0-1.0.2p-150000.3.73.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl1_0_0-1.0.2p-150000.3.73.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl1_0_0-1.0.2p-150000.3.73.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl1_0_0-1.0.2p-150000.3.73.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:openssl-1_0_0-1.0.2p-150000.3.73.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:openssl-1_0_0-1.0.2p-150000.3.73.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:openssl-1_0_0-1.0.2p-150000.3.73.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:openssl-1_0_0-1.0.2p-150000.3.73.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl10-1.0.2p-150000.3.73.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl10-1.0.2p-150000.3.73.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl10-1.0.2p-150000.3.73.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl10-1.0.2p-150000.3.73.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl1_0_0-1.0.2p-150000.3.73.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl1_0_0-1.0.2p-150000.3.73.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl1_0_0-1.0.2p-150000.3.73.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl1_0_0-1.0.2p-150000.3.73.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:openssl-1_0_0-1.0.2p-150000.3.73.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:openssl-1_0_0-1.0.2p-150000.3.73.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:openssl-1_0_0-1.0.2p-150000.3.73.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:openssl-1_0_0-1.0.2p-150000.3.73.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:libopenssl1_0_0-1.0.2p-150000.3.73.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:libopenssl1_0_0-1.0.2p-150000.3.73.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:openssl-1_0_0-1.0.2p-150000.3.73.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:openssl-1_0_0-1.0.2p-150000.3.73.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:libopenssl1_0_0-1.0.2p-150000.3.73.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:libopenssl1_0_0-1.0.2p-150000.3.73.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:openssl-1_0_0-1.0.2p-150000.3.73.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:openssl-1_0_0-1.0.2p-150000.3.73.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libopenssl10-1.0.2p-150000.3.73.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libopenssl10-1.0.2p-150000.3.73.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libopenssl1_0_0-1.0.2p-150000.3.73.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libopenssl1_0_0-1.0.2p-150000.3.73.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:openssl-1_0_0-1.0.2p-150000.3.73.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:openssl-1_0_0-1.0.2p-150000.3.73.1.x86_64",
"openSUSE Leap 15.4:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.aarch64",
"openSUSE Leap 15.4:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.ppc64le",
"openSUSE Leap 15.4:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.s390x",
"openSUSE Leap 15.4:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.x86_64",
"openSUSE Leap 15.4:libopenssl-1_0_0-devel-32bit-1.0.2p-150000.3.73.1.x86_64",
"openSUSE Leap 15.4:libopenssl10-1.0.2p-150000.3.73.1.aarch64",
"openSUSE Leap 15.4:libopenssl10-1.0.2p-150000.3.73.1.ppc64le",
"openSUSE Leap 15.4:libopenssl10-1.0.2p-150000.3.73.1.s390x",
"openSUSE Leap 15.4:libopenssl10-1.0.2p-150000.3.73.1.x86_64",
"openSUSE Leap 15.4:libopenssl1_0_0-1.0.2p-150000.3.73.1.aarch64",
"openSUSE Leap 15.4:libopenssl1_0_0-1.0.2p-150000.3.73.1.ppc64le",
"openSUSE Leap 15.4:libopenssl1_0_0-1.0.2p-150000.3.73.1.s390x",
"openSUSE Leap 15.4:libopenssl1_0_0-1.0.2p-150000.3.73.1.x86_64",
"openSUSE Leap 15.4:libopenssl1_0_0-32bit-1.0.2p-150000.3.73.1.x86_64",
"openSUSE Leap 15.4:libopenssl1_0_0-hmac-1.0.2p-150000.3.73.1.aarch64",
"openSUSE Leap 15.4:libopenssl1_0_0-hmac-1.0.2p-150000.3.73.1.ppc64le",
"openSUSE Leap 15.4:libopenssl1_0_0-hmac-1.0.2p-150000.3.73.1.s390x",
"openSUSE Leap 15.4:libopenssl1_0_0-hmac-1.0.2p-150000.3.73.1.x86_64",
"openSUSE Leap 15.4:libopenssl1_0_0-hmac-32bit-1.0.2p-150000.3.73.1.x86_64",
"openSUSE Leap 15.4:libopenssl1_0_0-steam-1.0.2p-150000.3.73.1.aarch64",
"openSUSE Leap 15.4:libopenssl1_0_0-steam-1.0.2p-150000.3.73.1.ppc64le",
"openSUSE Leap 15.4:libopenssl1_0_0-steam-1.0.2p-150000.3.73.1.s390x",
"openSUSE Leap 15.4:libopenssl1_0_0-steam-1.0.2p-150000.3.73.1.x86_64",
"openSUSE Leap 15.4:libopenssl1_0_0-steam-32bit-1.0.2p-150000.3.73.1.x86_64",
"openSUSE Leap 15.4:openssl-1_0_0-1.0.2p-150000.3.73.1.aarch64",
"openSUSE Leap 15.4:openssl-1_0_0-1.0.2p-150000.3.73.1.ppc64le",
"openSUSE Leap 15.4:openssl-1_0_0-1.0.2p-150000.3.73.1.s390x",
"openSUSE Leap 15.4:openssl-1_0_0-1.0.2p-150000.3.73.1.x86_64",
"openSUSE Leap 15.4:openssl-1_0_0-cavs-1.0.2p-150000.3.73.1.aarch64",
"openSUSE Leap 15.4:openssl-1_0_0-cavs-1.0.2p-150000.3.73.1.ppc64le",
"openSUSE Leap 15.4:openssl-1_0_0-cavs-1.0.2p-150000.3.73.1.s390x",
"openSUSE Leap 15.4:openssl-1_0_0-cavs-1.0.2p-150000.3.73.1.x86_64",
"openSUSE Leap 15.4:openssl-1_0_0-doc-1.0.2p-150000.3.73.1.noarch"
]
},
"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": [
"SUSE Enterprise Storage 7.1:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.aarch64",
"SUSE Enterprise Storage 7.1:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.x86_64",
"SUSE Enterprise Storage 7.1:libopenssl10-1.0.2p-150000.3.73.1.aarch64",
"SUSE Enterprise Storage 7.1:libopenssl10-1.0.2p-150000.3.73.1.x86_64",
"SUSE Enterprise Storage 7.1:libopenssl1_0_0-1.0.2p-150000.3.73.1.aarch64",
"SUSE Enterprise Storage 7.1:libopenssl1_0_0-1.0.2p-150000.3.73.1.x86_64",
"SUSE Enterprise Storage 7.1:openssl-1_0_0-1.0.2p-150000.3.73.1.aarch64",
"SUSE Enterprise Storage 7.1:openssl-1_0_0-1.0.2p-150000.3.73.1.x86_64",
"SUSE Enterprise Storage 7:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.aarch64",
"SUSE Enterprise Storage 7:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.x86_64",
"SUSE Enterprise Storage 7:libopenssl1_0_0-1.0.2p-150000.3.73.1.aarch64",
"SUSE Enterprise Storage 7:libopenssl1_0_0-1.0.2p-150000.3.73.1.x86_64",
"SUSE Enterprise Storage 7:openssl-1_0_0-1.0.2p-150000.3.73.1.aarch64",
"SUSE Enterprise Storage 7:openssl-1_0_0-1.0.2p-150000.3.73.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libopenssl10-1.0.2p-150000.3.73.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libopenssl10-1.0.2p-150000.3.73.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libopenssl1_0_0-1.0.2p-150000.3.73.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libopenssl1_0_0-1.0.2p-150000.3.73.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:openssl-1_0_0-1.0.2p-150000.3.73.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:openssl-1_0_0-1.0.2p-150000.3.73.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libopenssl10-1.0.2p-150000.3.73.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libopenssl10-1.0.2p-150000.3.73.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libopenssl1_0_0-1.0.2p-150000.3.73.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libopenssl1_0_0-1.0.2p-150000.3.73.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:openssl-1_0_0-1.0.2p-150000.3.73.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:openssl-1_0_0-1.0.2p-150000.3.73.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:libopenssl10-1.0.2p-150000.3.73.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:libopenssl10-1.0.2p-150000.3.73.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:libopenssl10-1.0.2p-150000.3.73.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:libopenssl10-1.0.2p-150000.3.73.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:libopenssl1_0_0-1.0.2p-150000.3.73.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:libopenssl1_0_0-1.0.2p-150000.3.73.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:libopenssl1_0_0-1.0.2p-150000.3.73.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:libopenssl1_0_0-1.0.2p-150000.3.73.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:libopenssl1_0_0-hmac-1.0.2p-150000.3.73.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:libopenssl1_0_0-hmac-1.0.2p-150000.3.73.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:libopenssl1_0_0-hmac-1.0.2p-150000.3.73.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:libopenssl1_0_0-hmac-1.0.2p-150000.3.73.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:openssl-1_0_0-1.0.2p-150000.3.73.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:openssl-1_0_0-1.0.2p-150000.3.73.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:openssl-1_0_0-1.0.2p-150000.3.73.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:openssl-1_0_0-1.0.2p-150000.3.73.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl1_0_0-1.0.2p-150000.3.73.1.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl1_0_0-1.0.2p-150000.3.73.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl1_0_0-1.0.2p-150000.3.73.1.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl1_0_0-1.0.2p-150000.3.73.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:openssl-1_0_0-1.0.2p-150000.3.73.1.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:openssl-1_0_0-1.0.2p-150000.3.73.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:openssl-1_0_0-1.0.2p-150000.3.73.1.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:openssl-1_0_0-1.0.2p-150000.3.73.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl1_0_0-1.0.2p-150000.3.73.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl1_0_0-1.0.2p-150000.3.73.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl1_0_0-1.0.2p-150000.3.73.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl1_0_0-1.0.2p-150000.3.73.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:openssl-1_0_0-1.0.2p-150000.3.73.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:openssl-1_0_0-1.0.2p-150000.3.73.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:openssl-1_0_0-1.0.2p-150000.3.73.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:openssl-1_0_0-1.0.2p-150000.3.73.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl10-1.0.2p-150000.3.73.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl10-1.0.2p-150000.3.73.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl10-1.0.2p-150000.3.73.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl10-1.0.2p-150000.3.73.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl1_0_0-1.0.2p-150000.3.73.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl1_0_0-1.0.2p-150000.3.73.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl1_0_0-1.0.2p-150000.3.73.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl1_0_0-1.0.2p-150000.3.73.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:openssl-1_0_0-1.0.2p-150000.3.73.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:openssl-1_0_0-1.0.2p-150000.3.73.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:openssl-1_0_0-1.0.2p-150000.3.73.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:openssl-1_0_0-1.0.2p-150000.3.73.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:libopenssl1_0_0-1.0.2p-150000.3.73.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:libopenssl1_0_0-1.0.2p-150000.3.73.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:openssl-1_0_0-1.0.2p-150000.3.73.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:openssl-1_0_0-1.0.2p-150000.3.73.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:libopenssl1_0_0-1.0.2p-150000.3.73.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:libopenssl1_0_0-1.0.2p-150000.3.73.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:openssl-1_0_0-1.0.2p-150000.3.73.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:openssl-1_0_0-1.0.2p-150000.3.73.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libopenssl10-1.0.2p-150000.3.73.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libopenssl10-1.0.2p-150000.3.73.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libopenssl1_0_0-1.0.2p-150000.3.73.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libopenssl1_0_0-1.0.2p-150000.3.73.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:openssl-1_0_0-1.0.2p-150000.3.73.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:openssl-1_0_0-1.0.2p-150000.3.73.1.x86_64",
"openSUSE Leap 15.4:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.aarch64",
"openSUSE Leap 15.4:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.ppc64le",
"openSUSE Leap 15.4:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.s390x",
"openSUSE Leap 15.4:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.x86_64",
"openSUSE Leap 15.4:libopenssl-1_0_0-devel-32bit-1.0.2p-150000.3.73.1.x86_64",
"openSUSE Leap 15.4:libopenssl10-1.0.2p-150000.3.73.1.aarch64",
"openSUSE Leap 15.4:libopenssl10-1.0.2p-150000.3.73.1.ppc64le",
"openSUSE Leap 15.4:libopenssl10-1.0.2p-150000.3.73.1.s390x",
"openSUSE Leap 15.4:libopenssl10-1.0.2p-150000.3.73.1.x86_64",
"openSUSE Leap 15.4:libopenssl1_0_0-1.0.2p-150000.3.73.1.aarch64",
"openSUSE Leap 15.4:libopenssl1_0_0-1.0.2p-150000.3.73.1.ppc64le",
"openSUSE Leap 15.4:libopenssl1_0_0-1.0.2p-150000.3.73.1.s390x",
"openSUSE Leap 15.4:libopenssl1_0_0-1.0.2p-150000.3.73.1.x86_64",
"openSUSE Leap 15.4:libopenssl1_0_0-32bit-1.0.2p-150000.3.73.1.x86_64",
"openSUSE Leap 15.4:libopenssl1_0_0-hmac-1.0.2p-150000.3.73.1.aarch64",
"openSUSE Leap 15.4:libopenssl1_0_0-hmac-1.0.2p-150000.3.73.1.ppc64le",
"openSUSE Leap 15.4:libopenssl1_0_0-hmac-1.0.2p-150000.3.73.1.s390x",
"openSUSE Leap 15.4:libopenssl1_0_0-hmac-1.0.2p-150000.3.73.1.x86_64",
"openSUSE Leap 15.4:libopenssl1_0_0-hmac-32bit-1.0.2p-150000.3.73.1.x86_64",
"openSUSE Leap 15.4:libopenssl1_0_0-steam-1.0.2p-150000.3.73.1.aarch64",
"openSUSE Leap 15.4:libopenssl1_0_0-steam-1.0.2p-150000.3.73.1.ppc64le",
"openSUSE Leap 15.4:libopenssl1_0_0-steam-1.0.2p-150000.3.73.1.s390x",
"openSUSE Leap 15.4:libopenssl1_0_0-steam-1.0.2p-150000.3.73.1.x86_64",
"openSUSE Leap 15.4:libopenssl1_0_0-steam-32bit-1.0.2p-150000.3.73.1.x86_64",
"openSUSE Leap 15.4:openssl-1_0_0-1.0.2p-150000.3.73.1.aarch64",
"openSUSE Leap 15.4:openssl-1_0_0-1.0.2p-150000.3.73.1.ppc64le",
"openSUSE Leap 15.4:openssl-1_0_0-1.0.2p-150000.3.73.1.s390x",
"openSUSE Leap 15.4:openssl-1_0_0-1.0.2p-150000.3.73.1.x86_64",
"openSUSE Leap 15.4:openssl-1_0_0-cavs-1.0.2p-150000.3.73.1.aarch64",
"openSUSE Leap 15.4:openssl-1_0_0-cavs-1.0.2p-150000.3.73.1.ppc64le",
"openSUSE Leap 15.4:openssl-1_0_0-cavs-1.0.2p-150000.3.73.1.s390x",
"openSUSE Leap 15.4:openssl-1_0_0-cavs-1.0.2p-150000.3.73.1.x86_64",
"openSUSE Leap 15.4:openssl-1_0_0-doc-1.0.2p-150000.3.73.1.noarch"
]
}
],
"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": [
"SUSE Enterprise Storage 7.1:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.aarch64",
"SUSE Enterprise Storage 7.1:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.x86_64",
"SUSE Enterprise Storage 7.1:libopenssl10-1.0.2p-150000.3.73.1.aarch64",
"SUSE Enterprise Storage 7.1:libopenssl10-1.0.2p-150000.3.73.1.x86_64",
"SUSE Enterprise Storage 7.1:libopenssl1_0_0-1.0.2p-150000.3.73.1.aarch64",
"SUSE Enterprise Storage 7.1:libopenssl1_0_0-1.0.2p-150000.3.73.1.x86_64",
"SUSE Enterprise Storage 7.1:openssl-1_0_0-1.0.2p-150000.3.73.1.aarch64",
"SUSE Enterprise Storage 7.1:openssl-1_0_0-1.0.2p-150000.3.73.1.x86_64",
"SUSE Enterprise Storage 7:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.aarch64",
"SUSE Enterprise Storage 7:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.x86_64",
"SUSE Enterprise Storage 7:libopenssl1_0_0-1.0.2p-150000.3.73.1.aarch64",
"SUSE Enterprise Storage 7:libopenssl1_0_0-1.0.2p-150000.3.73.1.x86_64",
"SUSE Enterprise Storage 7:openssl-1_0_0-1.0.2p-150000.3.73.1.aarch64",
"SUSE Enterprise Storage 7:openssl-1_0_0-1.0.2p-150000.3.73.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libopenssl10-1.0.2p-150000.3.73.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libopenssl10-1.0.2p-150000.3.73.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libopenssl1_0_0-1.0.2p-150000.3.73.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libopenssl1_0_0-1.0.2p-150000.3.73.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:openssl-1_0_0-1.0.2p-150000.3.73.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:openssl-1_0_0-1.0.2p-150000.3.73.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libopenssl10-1.0.2p-150000.3.73.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libopenssl10-1.0.2p-150000.3.73.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libopenssl1_0_0-1.0.2p-150000.3.73.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libopenssl1_0_0-1.0.2p-150000.3.73.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:openssl-1_0_0-1.0.2p-150000.3.73.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:openssl-1_0_0-1.0.2p-150000.3.73.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:libopenssl10-1.0.2p-150000.3.73.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:libopenssl10-1.0.2p-150000.3.73.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:libopenssl10-1.0.2p-150000.3.73.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:libopenssl10-1.0.2p-150000.3.73.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:libopenssl1_0_0-1.0.2p-150000.3.73.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:libopenssl1_0_0-1.0.2p-150000.3.73.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:libopenssl1_0_0-1.0.2p-150000.3.73.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:libopenssl1_0_0-1.0.2p-150000.3.73.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:libopenssl1_0_0-hmac-1.0.2p-150000.3.73.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:libopenssl1_0_0-hmac-1.0.2p-150000.3.73.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:libopenssl1_0_0-hmac-1.0.2p-150000.3.73.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:libopenssl1_0_0-hmac-1.0.2p-150000.3.73.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:openssl-1_0_0-1.0.2p-150000.3.73.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:openssl-1_0_0-1.0.2p-150000.3.73.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:openssl-1_0_0-1.0.2p-150000.3.73.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:openssl-1_0_0-1.0.2p-150000.3.73.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl1_0_0-1.0.2p-150000.3.73.1.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl1_0_0-1.0.2p-150000.3.73.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl1_0_0-1.0.2p-150000.3.73.1.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl1_0_0-1.0.2p-150000.3.73.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:openssl-1_0_0-1.0.2p-150000.3.73.1.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:openssl-1_0_0-1.0.2p-150000.3.73.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:openssl-1_0_0-1.0.2p-150000.3.73.1.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:openssl-1_0_0-1.0.2p-150000.3.73.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl1_0_0-1.0.2p-150000.3.73.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl1_0_0-1.0.2p-150000.3.73.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl1_0_0-1.0.2p-150000.3.73.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl1_0_0-1.0.2p-150000.3.73.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:openssl-1_0_0-1.0.2p-150000.3.73.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:openssl-1_0_0-1.0.2p-150000.3.73.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:openssl-1_0_0-1.0.2p-150000.3.73.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:openssl-1_0_0-1.0.2p-150000.3.73.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl10-1.0.2p-150000.3.73.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl10-1.0.2p-150000.3.73.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl10-1.0.2p-150000.3.73.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl10-1.0.2p-150000.3.73.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl1_0_0-1.0.2p-150000.3.73.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl1_0_0-1.0.2p-150000.3.73.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl1_0_0-1.0.2p-150000.3.73.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl1_0_0-1.0.2p-150000.3.73.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:openssl-1_0_0-1.0.2p-150000.3.73.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:openssl-1_0_0-1.0.2p-150000.3.73.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:openssl-1_0_0-1.0.2p-150000.3.73.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:openssl-1_0_0-1.0.2p-150000.3.73.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:libopenssl1_0_0-1.0.2p-150000.3.73.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:libopenssl1_0_0-1.0.2p-150000.3.73.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:openssl-1_0_0-1.0.2p-150000.3.73.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:openssl-1_0_0-1.0.2p-150000.3.73.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:libopenssl1_0_0-1.0.2p-150000.3.73.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:libopenssl1_0_0-1.0.2p-150000.3.73.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:openssl-1_0_0-1.0.2p-150000.3.73.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:openssl-1_0_0-1.0.2p-150000.3.73.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libopenssl10-1.0.2p-150000.3.73.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libopenssl10-1.0.2p-150000.3.73.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libopenssl1_0_0-1.0.2p-150000.3.73.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libopenssl1_0_0-1.0.2p-150000.3.73.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:openssl-1_0_0-1.0.2p-150000.3.73.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:openssl-1_0_0-1.0.2p-150000.3.73.1.x86_64",
"openSUSE Leap 15.4:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.aarch64",
"openSUSE Leap 15.4:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.ppc64le",
"openSUSE Leap 15.4:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.s390x",
"openSUSE Leap 15.4:libopenssl-1_0_0-devel-1.0.2p-150000.3.73.1.x86_64",
"openSUSE Leap 15.4:libopenssl-1_0_0-devel-32bit-1.0.2p-150000.3.73.1.x86_64",
"openSUSE Leap 15.4:libopenssl10-1.0.2p-150000.3.73.1.aarch64",
"openSUSE Leap 15.4:libopenssl10-1.0.2p-150000.3.73.1.ppc64le",
"openSUSE Leap 15.4:libopenssl10-1.0.2p-150000.3.73.1.s390x",
"openSUSE Leap 15.4:libopenssl10-1.0.2p-150000.3.73.1.x86_64",
"openSUSE Leap 15.4:libopenssl1_0_0-1.0.2p-150000.3.73.1.aarch64",
"openSUSE Leap 15.4:libopenssl1_0_0-1.0.2p-150000.3.73.1.ppc64le",
"openSUSE Leap 15.4:libopenssl1_0_0-1.0.2p-150000.3.73.1.s390x",
"openSUSE Leap 15.4:libopenssl1_0_0-1.0.2p-150000.3.73.1.x86_64",
"openSUSE Leap 15.4:libopenssl1_0_0-32bit-1.0.2p-150000.3.73.1.x86_64",
"openSUSE Leap 15.4:libopenssl1_0_0-hmac-1.0.2p-150000.3.73.1.aarch64",
"openSUSE Leap 15.4:libopenssl1_0_0-hmac-1.0.2p-150000.3.73.1.ppc64le",
"openSUSE Leap 15.4:libopenssl1_0_0-hmac-1.0.2p-150000.3.73.1.s390x",
"openSUSE Leap 15.4:libopenssl1_0_0-hmac-1.0.2p-150000.3.73.1.x86_64",
"openSUSE Leap 15.4:libopenssl1_0_0-hmac-32bit-1.0.2p-150000.3.73.1.x86_64",
"openSUSE Leap 15.4:libopenssl1_0_0-steam-1.0.2p-150000.3.73.1.aarch64",
"openSUSE Leap 15.4:libopenssl1_0_0-steam-1.0.2p-150000.3.73.1.ppc64le",
"openSUSE Leap 15.4:libopenssl1_0_0-steam-1.0.2p-150000.3.73.1.s390x",
"openSUSE Leap 15.4:libopenssl1_0_0-steam-1.0.2p-150000.3.73.1.x86_64",
"openSUSE Leap 15.4:libopenssl1_0_0-steam-32bit-1.0.2p-150000.3.73.1.x86_64",
"openSUSE Leap 15.4:openssl-1_0_0-1.0.2p-150000.3.73.1.aarch64",
"openSUSE Leap 15.4:openssl-1_0_0-1.0.2p-150000.3.73.1.ppc64le",
"openSUSE Leap 15.4:openssl-1_0_0-1.0.2p-150000.3.73.1.s390x",
"openSUSE Leap 15.4:openssl-1_0_0-1.0.2p-150000.3.73.1.x86_64",
"openSUSE Leap 15.4:openssl-1_0_0-cavs-1.0.2p-150000.3.73.1.aarch64",
"openSUSE Leap 15.4:openssl-1_0_0-cavs-1.0.2p-150000.3.73.1.ppc64le",
"openSUSE Leap 15.4:openssl-1_0_0-cavs-1.0.2p-150000.3.73.1.s390x",
"openSUSE Leap 15.4:openssl-1_0_0-cavs-1.0.2p-150000.3.73.1.x86_64",
"openSUSE Leap 15.4:openssl-1_0_0-doc-1.0.2p-150000.3.73.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2023-04-19T17:54:57Z",
"details": "moderate"
}
],
"title": "CVE-2023-0466"
}
]
}
SUSE-SU-2023:1926-1
Vulnerability from csaf_suse - Published: 2023-04-20 07:01 - Updated: 2023-04-20 07:01| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 11 SP4 LTSS EXTREME CORE:libopenssl1-devel-1.0.1g-0.58.62.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 11 SP4 LTSS EXTREME CORE:libopenssl1_0_0-1.0.1g-0.58.62.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 11 SP4 LTSS EXTREME CORE:libopenssl1_0_0-32bit-1.0.1g-0.58.62.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 11 SP4 LTSS EXTREME CORE:openssl1-1.0.1g-0.58.62.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 11 SP4 LTSS EXTREME CORE:openssl1-doc-1.0.1g-0.58.62.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 11 SP4 LTSS EXTREME CORE:libopenssl1-devel-1.0.1g-0.58.62.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 11 SP4 LTSS EXTREME CORE:libopenssl1_0_0-1.0.1g-0.58.62.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 11 SP4 LTSS EXTREME CORE:libopenssl1_0_0-32bit-1.0.1g-0.58.62.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 11 SP4 LTSS EXTREME CORE:openssl1-1.0.1g-0.58.62.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 11 SP4 LTSS EXTREME CORE:openssl1-doc-1.0.1g-0.58.62.1.x86_64 | — |
Vendor Fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for openssl1",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for openssl1 fixes the following issues:\n\n- CVE-2023-0465: Invalid certificate policies in leaf certificates were silently ignored (bsc#1209878).\n- CVE-2023-0466: Certificate policy check were not enabled (bsc#1209873).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2023-1926,SUSE-SLE-SERVER-11-SP4-LTSS-EXTREME-CORE-2023-1926",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2023_1926-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2023:1926-1",
"url": "https://www.suse.com/support/update/announcement/2023/suse-su-20231926-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2023:1926-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2023-April/014520.html"
},
{
"category": "self",
"summary": "SUSE Bug 1209873",
"url": "https://bugzilla.suse.com/1209873"
},
{
"category": "self",
"summary": "SUSE Bug 1209878",
"url": "https://bugzilla.suse.com/1209878"
},
{
"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/"
}
],
"title": "Security update for openssl1",
"tracking": {
"current_release_date": "2023-04-20T07:01:56Z",
"generator": {
"date": "2023-04-20T07:01:56Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2023:1926-1",
"initial_release_date": "2023-04-20T07:01:56Z",
"revision_history": [
{
"date": "2023-04-20T07:01:56Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "libopenssl1-devel-1.0.1g-0.58.62.1.i586",
"product": {
"name": "libopenssl1-devel-1.0.1g-0.58.62.1.i586",
"product_id": "libopenssl1-devel-1.0.1g-0.58.62.1.i586"
}
},
{
"category": "product_version",
"name": "libopenssl1_0_0-1.0.1g-0.58.62.1.i586",
"product": {
"name": "libopenssl1_0_0-1.0.1g-0.58.62.1.i586",
"product_id": "libopenssl1_0_0-1.0.1g-0.58.62.1.i586"
}
},
{
"category": "product_version",
"name": "openssl1-1.0.1g-0.58.62.1.i586",
"product": {
"name": "openssl1-1.0.1g-0.58.62.1.i586",
"product_id": "openssl1-1.0.1g-0.58.62.1.i586"
}
},
{
"category": "product_version",
"name": "openssl1-doc-1.0.1g-0.58.62.1.i586",
"product": {
"name": "openssl1-doc-1.0.1g-0.58.62.1.i586",
"product_id": "openssl1-doc-1.0.1g-0.58.62.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "libopenssl1-devel-1.0.1g-0.58.62.1.ia64",
"product": {
"name": "libopenssl1-devel-1.0.1g-0.58.62.1.ia64",
"product_id": "libopenssl1-devel-1.0.1g-0.58.62.1.ia64"
}
},
{
"category": "product_version",
"name": "libopenssl1_0_0-1.0.1g-0.58.62.1.ia64",
"product": {
"name": "libopenssl1_0_0-1.0.1g-0.58.62.1.ia64",
"product_id": "libopenssl1_0_0-1.0.1g-0.58.62.1.ia64"
}
},
{
"category": "product_version",
"name": "libopenssl1_0_0-x86-1.0.1g-0.58.62.1.ia64",
"product": {
"name": "libopenssl1_0_0-x86-1.0.1g-0.58.62.1.ia64",
"product_id": "libopenssl1_0_0-x86-1.0.1g-0.58.62.1.ia64"
}
},
{
"category": "product_version",
"name": "openssl1-1.0.1g-0.58.62.1.ia64",
"product": {
"name": "openssl1-1.0.1g-0.58.62.1.ia64",
"product_id": "openssl1-1.0.1g-0.58.62.1.ia64"
}
},
{
"category": "product_version",
"name": "openssl1-doc-1.0.1g-0.58.62.1.ia64",
"product": {
"name": "openssl1-doc-1.0.1g-0.58.62.1.ia64",
"product_id": "openssl1-doc-1.0.1g-0.58.62.1.ia64"
}
}
],
"category": "architecture",
"name": "ia64"
},
{
"branches": [
{
"category": "product_version",
"name": "libopenssl1-devel-1.0.1g-0.58.62.1.ppc",
"product": {
"name": "libopenssl1-devel-1.0.1g-0.58.62.1.ppc",
"product_id": "libopenssl1-devel-1.0.1g-0.58.62.1.ppc"
}
},
{
"category": "product_version",
"name": "libopenssl1-devel-64bit-1.0.1g-0.58.62.1.ppc",
"product": {
"name": "libopenssl1-devel-64bit-1.0.1g-0.58.62.1.ppc",
"product_id": "libopenssl1-devel-64bit-1.0.1g-0.58.62.1.ppc"
}
},
{
"category": "product_version",
"name": "libopenssl1_0_0-1.0.1g-0.58.62.1.ppc",
"product": {
"name": "libopenssl1_0_0-1.0.1g-0.58.62.1.ppc",
"product_id": "libopenssl1_0_0-1.0.1g-0.58.62.1.ppc"
}
},
{
"category": "product_version",
"name": "libopenssl1_0_0-64bit-1.0.1g-0.58.62.1.ppc",
"product": {
"name": "libopenssl1_0_0-64bit-1.0.1g-0.58.62.1.ppc",
"product_id": "libopenssl1_0_0-64bit-1.0.1g-0.58.62.1.ppc"
}
},
{
"category": "product_version",
"name": "openssl1-1.0.1g-0.58.62.1.ppc",
"product": {
"name": "openssl1-1.0.1g-0.58.62.1.ppc",
"product_id": "openssl1-1.0.1g-0.58.62.1.ppc"
}
},
{
"category": "product_version",
"name": "openssl1-doc-1.0.1g-0.58.62.1.ppc",
"product": {
"name": "openssl1-doc-1.0.1g-0.58.62.1.ppc",
"product_id": "openssl1-doc-1.0.1g-0.58.62.1.ppc"
}
}
],
"category": "architecture",
"name": "ppc"
},
{
"branches": [
{
"category": "product_version",
"name": "libopenssl1-devel-1.0.1g-0.58.62.1.ppc64",
"product": {
"name": "libopenssl1-devel-1.0.1g-0.58.62.1.ppc64",
"product_id": "libopenssl1-devel-1.0.1g-0.58.62.1.ppc64"
}
},
{
"category": "product_version",
"name": "libopenssl1-devel-32bit-1.0.1g-0.58.62.1.ppc64",
"product": {
"name": "libopenssl1-devel-32bit-1.0.1g-0.58.62.1.ppc64",
"product_id": "libopenssl1-devel-32bit-1.0.1g-0.58.62.1.ppc64"
}
},
{
"category": "product_version",
"name": "libopenssl1_0_0-1.0.1g-0.58.62.1.ppc64",
"product": {
"name": "libopenssl1_0_0-1.0.1g-0.58.62.1.ppc64",
"product_id": "libopenssl1_0_0-1.0.1g-0.58.62.1.ppc64"
}
},
{
"category": "product_version",
"name": "libopenssl1_0_0-32bit-1.0.1g-0.58.62.1.ppc64",
"product": {
"name": "libopenssl1_0_0-32bit-1.0.1g-0.58.62.1.ppc64",
"product_id": "libopenssl1_0_0-32bit-1.0.1g-0.58.62.1.ppc64"
}
},
{
"category": "product_version",
"name": "openssl1-1.0.1g-0.58.62.1.ppc64",
"product": {
"name": "openssl1-1.0.1g-0.58.62.1.ppc64",
"product_id": "openssl1-1.0.1g-0.58.62.1.ppc64"
}
},
{
"category": "product_version",
"name": "openssl1-doc-1.0.1g-0.58.62.1.ppc64",
"product": {
"name": "openssl1-doc-1.0.1g-0.58.62.1.ppc64",
"product_id": "openssl1-doc-1.0.1g-0.58.62.1.ppc64"
}
}
],
"category": "architecture",
"name": "ppc64"
},
{
"branches": [
{
"category": "product_version",
"name": "libopenssl1-devel-1.0.1g-0.58.62.1.s390",
"product": {
"name": "libopenssl1-devel-1.0.1g-0.58.62.1.s390",
"product_id": "libopenssl1-devel-1.0.1g-0.58.62.1.s390"
}
},
{
"category": "product_version",
"name": "libopenssl1_0_0-1.0.1g-0.58.62.1.s390",
"product": {
"name": "libopenssl1_0_0-1.0.1g-0.58.62.1.s390",
"product_id": "libopenssl1_0_0-1.0.1g-0.58.62.1.s390"
}
},
{
"category": "product_version",
"name": "openssl1-1.0.1g-0.58.62.1.s390",
"product": {
"name": "openssl1-1.0.1g-0.58.62.1.s390",
"product_id": "openssl1-1.0.1g-0.58.62.1.s390"
}
},
{
"category": "product_version",
"name": "openssl1-doc-1.0.1g-0.58.62.1.s390",
"product": {
"name": "openssl1-doc-1.0.1g-0.58.62.1.s390",
"product_id": "openssl1-doc-1.0.1g-0.58.62.1.s390"
}
}
],
"category": "architecture",
"name": "s390"
},
{
"branches": [
{
"category": "product_version",
"name": "libopenssl1-devel-1.0.1g-0.58.62.1.s390x",
"product": {
"name": "libopenssl1-devel-1.0.1g-0.58.62.1.s390x",
"product_id": "libopenssl1-devel-1.0.1g-0.58.62.1.s390x"
}
},
{
"category": "product_version",
"name": "libopenssl1-devel-32bit-1.0.1g-0.58.62.1.s390x",
"product": {
"name": "libopenssl1-devel-32bit-1.0.1g-0.58.62.1.s390x",
"product_id": "libopenssl1-devel-32bit-1.0.1g-0.58.62.1.s390x"
}
},
{
"category": "product_version",
"name": "libopenssl1_0_0-1.0.1g-0.58.62.1.s390x",
"product": {
"name": "libopenssl1_0_0-1.0.1g-0.58.62.1.s390x",
"product_id": "libopenssl1_0_0-1.0.1g-0.58.62.1.s390x"
}
},
{
"category": "product_version",
"name": "libopenssl1_0_0-32bit-1.0.1g-0.58.62.1.s390x",
"product": {
"name": "libopenssl1_0_0-32bit-1.0.1g-0.58.62.1.s390x",
"product_id": "libopenssl1_0_0-32bit-1.0.1g-0.58.62.1.s390x"
}
},
{
"category": "product_version",
"name": "openssl1-1.0.1g-0.58.62.1.s390x",
"product": {
"name": "openssl1-1.0.1g-0.58.62.1.s390x",
"product_id": "openssl1-1.0.1g-0.58.62.1.s390x"
}
},
{
"category": "product_version",
"name": "openssl1-doc-1.0.1g-0.58.62.1.s390x",
"product": {
"name": "openssl1-doc-1.0.1g-0.58.62.1.s390x",
"product_id": "openssl1-doc-1.0.1g-0.58.62.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "libopenssl1-devel-1.0.1g-0.58.62.1.x86_64",
"product": {
"name": "libopenssl1-devel-1.0.1g-0.58.62.1.x86_64",
"product_id": "libopenssl1-devel-1.0.1g-0.58.62.1.x86_64"
}
},
{
"category": "product_version",
"name": "libopenssl1-devel-32bit-1.0.1g-0.58.62.1.x86_64",
"product": {
"name": "libopenssl1-devel-32bit-1.0.1g-0.58.62.1.x86_64",
"product_id": "libopenssl1-devel-32bit-1.0.1g-0.58.62.1.x86_64"
}
},
{
"category": "product_version",
"name": "libopenssl1_0_0-1.0.1g-0.58.62.1.x86_64",
"product": {
"name": "libopenssl1_0_0-1.0.1g-0.58.62.1.x86_64",
"product_id": "libopenssl1_0_0-1.0.1g-0.58.62.1.x86_64"
}
},
{
"category": "product_version",
"name": "libopenssl1_0_0-32bit-1.0.1g-0.58.62.1.x86_64",
"product": {
"name": "libopenssl1_0_0-32bit-1.0.1g-0.58.62.1.x86_64",
"product_id": "libopenssl1_0_0-32bit-1.0.1g-0.58.62.1.x86_64"
}
},
{
"category": "product_version",
"name": "openssl1-1.0.1g-0.58.62.1.x86_64",
"product": {
"name": "openssl1-1.0.1g-0.58.62.1.x86_64",
"product_id": "openssl1-1.0.1g-0.58.62.1.x86_64"
}
},
{
"category": "product_version",
"name": "openssl1-doc-1.0.1g-0.58.62.1.x86_64",
"product": {
"name": "openssl1-doc-1.0.1g-0.58.62.1.x86_64",
"product_id": "openssl1-doc-1.0.1g-0.58.62.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 11 SP4 LTSS EXTREME CORE",
"product": {
"name": "SUSE Linux Enterprise Server 11 SP4 LTSS EXTREME CORE",
"product_id": "SUSE Linux Enterprise Server 11 SP4 LTSS EXTREME CORE",
"product_identification_helper": {
"cpe": "cpe:/o:suse:suse_sles_ltss-extreme-core:11:sp4"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1-devel-1.0.1g-0.58.62.1.x86_64 as component of SUSE Linux Enterprise Server 11 SP4 LTSS EXTREME CORE",
"product_id": "SUSE Linux Enterprise Server 11 SP4 LTSS EXTREME CORE:libopenssl1-devel-1.0.1g-0.58.62.1.x86_64"
},
"product_reference": "libopenssl1-devel-1.0.1g-0.58.62.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4 LTSS EXTREME CORE"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_0_0-1.0.1g-0.58.62.1.x86_64 as component of SUSE Linux Enterprise Server 11 SP4 LTSS EXTREME CORE",
"product_id": "SUSE Linux Enterprise Server 11 SP4 LTSS EXTREME CORE:libopenssl1_0_0-1.0.1g-0.58.62.1.x86_64"
},
"product_reference": "libopenssl1_0_0-1.0.1g-0.58.62.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4 LTSS EXTREME CORE"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_0_0-32bit-1.0.1g-0.58.62.1.x86_64 as component of SUSE Linux Enterprise Server 11 SP4 LTSS EXTREME CORE",
"product_id": "SUSE Linux Enterprise Server 11 SP4 LTSS EXTREME CORE:libopenssl1_0_0-32bit-1.0.1g-0.58.62.1.x86_64"
},
"product_reference": "libopenssl1_0_0-32bit-1.0.1g-0.58.62.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4 LTSS EXTREME CORE"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl1-1.0.1g-0.58.62.1.x86_64 as component of SUSE Linux Enterprise Server 11 SP4 LTSS EXTREME CORE",
"product_id": "SUSE Linux Enterprise Server 11 SP4 LTSS EXTREME CORE:openssl1-1.0.1g-0.58.62.1.x86_64"
},
"product_reference": "openssl1-1.0.1g-0.58.62.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4 LTSS EXTREME CORE"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl1-doc-1.0.1g-0.58.62.1.x86_64 as component of SUSE Linux Enterprise Server 11 SP4 LTSS EXTREME CORE",
"product_id": "SUSE Linux Enterprise Server 11 SP4 LTSS EXTREME CORE:openssl1-doc-1.0.1g-0.58.62.1.x86_64"
},
"product_reference": "openssl1-doc-1.0.1g-0.58.62.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4 LTSS EXTREME CORE"
}
]
},
"vulnerabilities": [
{
"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": [
"SUSE Linux Enterprise Server 11 SP4 LTSS EXTREME CORE:libopenssl1-devel-1.0.1g-0.58.62.1.x86_64",
"SUSE Linux Enterprise Server 11 SP4 LTSS EXTREME CORE:libopenssl1_0_0-1.0.1g-0.58.62.1.x86_64",
"SUSE Linux Enterprise Server 11 SP4 LTSS EXTREME CORE:libopenssl1_0_0-32bit-1.0.1g-0.58.62.1.x86_64",
"SUSE Linux Enterprise Server 11 SP4 LTSS EXTREME CORE:openssl1-1.0.1g-0.58.62.1.x86_64",
"SUSE Linux Enterprise Server 11 SP4 LTSS EXTREME CORE:openssl1-doc-1.0.1g-0.58.62.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": [
"SUSE Linux Enterprise Server 11 SP4 LTSS EXTREME CORE:libopenssl1-devel-1.0.1g-0.58.62.1.x86_64",
"SUSE Linux Enterprise Server 11 SP4 LTSS EXTREME CORE:libopenssl1_0_0-1.0.1g-0.58.62.1.x86_64",
"SUSE Linux Enterprise Server 11 SP4 LTSS EXTREME CORE:libopenssl1_0_0-32bit-1.0.1g-0.58.62.1.x86_64",
"SUSE Linux Enterprise Server 11 SP4 LTSS EXTREME CORE:openssl1-1.0.1g-0.58.62.1.x86_64",
"SUSE Linux Enterprise Server 11 SP4 LTSS EXTREME CORE:openssl1-doc-1.0.1g-0.58.62.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": [
"SUSE Linux Enterprise Server 11 SP4 LTSS EXTREME CORE:libopenssl1-devel-1.0.1g-0.58.62.1.x86_64",
"SUSE Linux Enterprise Server 11 SP4 LTSS EXTREME CORE:libopenssl1_0_0-1.0.1g-0.58.62.1.x86_64",
"SUSE Linux Enterprise Server 11 SP4 LTSS EXTREME CORE:libopenssl1_0_0-32bit-1.0.1g-0.58.62.1.x86_64",
"SUSE Linux Enterprise Server 11 SP4 LTSS EXTREME CORE:openssl1-1.0.1g-0.58.62.1.x86_64",
"SUSE Linux Enterprise Server 11 SP4 LTSS EXTREME CORE:openssl1-doc-1.0.1g-0.58.62.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2023-04-20T07:01:56Z",
"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": [
"SUSE Linux Enterprise Server 11 SP4 LTSS EXTREME CORE:libopenssl1-devel-1.0.1g-0.58.62.1.x86_64",
"SUSE Linux Enterprise Server 11 SP4 LTSS EXTREME CORE:libopenssl1_0_0-1.0.1g-0.58.62.1.x86_64",
"SUSE Linux Enterprise Server 11 SP4 LTSS EXTREME CORE:libopenssl1_0_0-32bit-1.0.1g-0.58.62.1.x86_64",
"SUSE Linux Enterprise Server 11 SP4 LTSS EXTREME CORE:openssl1-1.0.1g-0.58.62.1.x86_64",
"SUSE Linux Enterprise Server 11 SP4 LTSS EXTREME CORE:openssl1-doc-1.0.1g-0.58.62.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": [
"SUSE Linux Enterprise Server 11 SP4 LTSS EXTREME CORE:libopenssl1-devel-1.0.1g-0.58.62.1.x86_64",
"SUSE Linux Enterprise Server 11 SP4 LTSS EXTREME CORE:libopenssl1_0_0-1.0.1g-0.58.62.1.x86_64",
"SUSE Linux Enterprise Server 11 SP4 LTSS EXTREME CORE:libopenssl1_0_0-32bit-1.0.1g-0.58.62.1.x86_64",
"SUSE Linux Enterprise Server 11 SP4 LTSS EXTREME CORE:openssl1-1.0.1g-0.58.62.1.x86_64",
"SUSE Linux Enterprise Server 11 SP4 LTSS EXTREME CORE:openssl1-doc-1.0.1g-0.58.62.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": [
"SUSE Linux Enterprise Server 11 SP4 LTSS EXTREME CORE:libopenssl1-devel-1.0.1g-0.58.62.1.x86_64",
"SUSE Linux Enterprise Server 11 SP4 LTSS EXTREME CORE:libopenssl1_0_0-1.0.1g-0.58.62.1.x86_64",
"SUSE Linux Enterprise Server 11 SP4 LTSS EXTREME CORE:libopenssl1_0_0-32bit-1.0.1g-0.58.62.1.x86_64",
"SUSE Linux Enterprise Server 11 SP4 LTSS EXTREME CORE:openssl1-1.0.1g-0.58.62.1.x86_64",
"SUSE Linux Enterprise Server 11 SP4 LTSS EXTREME CORE:openssl1-doc-1.0.1g-0.58.62.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2023-04-20T07:01:56Z",
"details": "moderate"
}
],
"title": "CVE-2023-0466"
}
]
}
ubuntu-cve-2023-0466
Vulnerability from osv_ubuntu
The function X509_VERIFY_PARAM_add0_policy() is documented to implicitly enable the certificate policy check when doing certificate verification. However the implementation of the function does not enable the check which allows certificates with invalid or incorrect policies to pass the certificate verification. As suddenly enabling the policy check could break existing deployments it was decided to keep the existing behavior of the X509_VERIFY_PARAM_add0_policy() function. Instead the applications that require OpenSSL to perform certificate policy check need to use X509_VERIFY_PARAM_set1_policies() or explicitly enable the policy check by calling X509_VERIFY_PARAM_set_flags() with the X509_V_FLAG_POLICY_CHECK flag argument. Certificate policy checks are disabled by default in OpenSSL and are not commonly used by applications.
{
"affected": [
{
"ecosystem_specific": {
"availability": "Available with Ubuntu Pro (Infra-only): https://ubuntu.com/pro",
"binaries": [
{
"binary_name": "libssl1.0.0",
"binary_version": "1.0.1f-1ubuntu2.27+esm7"
},
{
"binary_name": "openssl",
"binary_version": "1.0.1f-1ubuntu2.27+esm7"
}
]
},
"package": {
"ecosystem": "Ubuntu:Pro:14.04:LTS",
"name": "openssl",
"purl": "pkg:deb/ubuntu/openssl@1.0.1f-1ubuntu2.27+esm7?arch=source\u0026distro=trusty/esm"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "1.0.1f-1ubuntu2.27+esm7"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"1.0.1e-3ubuntu1",
"1.0.1e-4ubuntu1",
"1.0.1e-4ubuntu2",
"1.0.1e-4ubuntu3",
"1.0.1e-4ubuntu4",
"1.0.1f-1ubuntu1",
"1.0.1f-1ubuntu2",
"1.0.1f-1ubuntu2.1",
"1.0.1f-1ubuntu2.2",
"1.0.1f-1ubuntu2.3",
"1.0.1f-1ubuntu2.4",
"1.0.1f-1ubuntu2.5",
"1.0.1f-1ubuntu2.7",
"1.0.1f-1ubuntu2.8",
"1.0.1f-1ubuntu2.11",
"1.0.1f-1ubuntu2.12",
"1.0.1f-1ubuntu2.15",
"1.0.1f-1ubuntu2.16",
"1.0.1f-1ubuntu2.17",
"1.0.1f-1ubuntu2.18",
"1.0.1f-1ubuntu2.19",
"1.0.1f-1ubuntu2.20",
"1.0.1f-1ubuntu2.21",
"1.0.1f-1ubuntu2.22",
"1.0.1f-1ubuntu2.23",
"1.0.1f-1ubuntu2.24",
"1.0.1f-1ubuntu2.25",
"1.0.1f-1ubuntu2.26",
"1.0.1f-1ubuntu2.27",
"1.0.1f-1ubuntu2.27+esm1",
"1.0.1f-1ubuntu2.27+esm2",
"1.0.1f-1ubuntu2.27+esm3",
"1.0.1f-1ubuntu2.27+esm4",
"1.0.1f-1ubuntu2.27+esm5",
"1.0.1f-1ubuntu2.27+esm6"
]
},
{
"ecosystem_specific": {
"availability": "Available with Ubuntu Pro (Infra-only): https://ubuntu.com/pro",
"binaries": [
{
"binary_name": "libssl1.0.0",
"binary_version": "1.0.2g-1ubuntu4.20+esm7"
},
{
"binary_name": "openssl",
"binary_version": "1.0.2g-1ubuntu4.20+esm7"
}
]
},
"package": {
"ecosystem": "Ubuntu:Pro:16.04:LTS",
"name": "openssl",
"purl": "pkg:deb/ubuntu/openssl@1.0.2g-1ubuntu4.20+esm7?arch=source\u0026distro=esm-infra/xenial"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "1.0.2g-1ubuntu4.20+esm7"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"1.0.2d-0ubuntu1",
"1.0.2d-0ubuntu2",
"1.0.2e-1ubuntu1",
"1.0.2f-2ubuntu1",
"1.0.2g-1ubuntu2",
"1.0.2g-1ubuntu3",
"1.0.2g-1ubuntu4",
"1.0.2g-1ubuntu4.1",
"1.0.2g-1ubuntu4.2",
"1.0.2g-1ubuntu4.4",
"1.0.2g-1ubuntu4.5",
"1.0.2g-1ubuntu4.6",
"1.0.2g-1ubuntu4.8",
"1.0.2g-1ubuntu4.9",
"1.0.2g-1ubuntu4.10",
"1.0.2g-1ubuntu4.11",
"1.0.2g-1ubuntu4.12",
"1.0.2g-1ubuntu4.13",
"1.0.2g-1ubuntu4.14",
"1.0.2g-1ubuntu4.15",
"1.0.2g-1ubuntu4.16",
"1.0.2g-1ubuntu4.17",
"1.0.2g-1ubuntu4.18",
"1.0.2g-1ubuntu4.19",
"1.0.2g-1ubuntu4.20",
"1.0.2g-1ubuntu4.20+esm1",
"1.0.2g-1ubuntu4.20+esm2",
"1.0.2g-1ubuntu4.20+esm3",
"1.0.2g-1ubuntu4.20+esm4",
"1.0.2g-1ubuntu4.20+esm5",
"1.0.2g-1ubuntu4.20+esm6"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "ovmf",
"binary_version": "0~20160408.ffea0a2c-2ubuntu0.2+esm3"
},
{
"binary_name": "qemu-efi",
"binary_version": "0~20160408.ffea0a2c-2ubuntu0.2+esm3"
}
]
},
"package": {
"ecosystem": "Ubuntu:Pro:16.04:LTS",
"name": "edk2",
"purl": "pkg:deb/ubuntu/edk2@0~20160408.ffea0a2c-2ubuntu0.2+esm3?arch=source\u0026distro=esm-apps/xenial"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"0~20150106.5c2d456b-2",
"0~20160104.c2a892d7-1",
"0~20160408.ffea0a2c-2",
"0~20160408.ffea0a2c-2ubuntu0.1",
"0~20160408.ffea0a2c-2ubuntu0.2",
"0~20160408.ffea0a2c-2ubuntu0.2+esm1",
"0~20160408.ffea0a2c-2ubuntu0.2+esm3"
]
},
{
"ecosystem_specific": {
"availability": "Available with Ubuntu Pro: https://ubuntu.com/pro",
"binaries": [
{
"binary_name": "libssl1.0.0",
"binary_version": "1.0.2g-1ubuntu4.fips.4.20.7"
},
{
"binary_name": "libssl1.0.0-hmac",
"binary_version": "1.0.2g-1ubuntu4.fips.4.20.7"
},
{
"binary_name": "openssl",
"binary_version": "1.0.2g-1ubuntu4.fips.4.20.7"
}
]
},
"package": {
"ecosystem": "Ubuntu:Pro:FIPS:16.04:LTS",
"name": "openssl",
"purl": "pkg:deb/ubuntu/openssl@1.0.2g-1ubuntu4.fips.4.20.7?arch=source\u0026distro=fips-updates/xenial"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "1.0.2g-1ubuntu4.fips.4.20.7"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"1.0.2g-1ubuntu4.fips.4.9.1",
"1.0.2g-1ubuntu4.fips.4.13.1",
"1.0.2g-1ubuntu4.fips.4.15.1",
"1.0.2g-1ubuntu4.fips.4.16.1",
"1.0.2g-1ubuntu4.fips.4.17.1",
"1.0.2g-1ubuntu4.fips.4.18.1",
"1.0.2g-1ubuntu4.fips.4.19.3",
"1.0.2g-1ubuntu4.fips.4.20.1",
"1.0.2g-1ubuntu4.fips.4.20.2",
"1.0.2g-1ubuntu4.fips.4.20.3",
"1.0.2g-1ubuntu4.fips.4.20.6"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "libssl1.0.0",
"binary_version": "1.0.2g-1ubuntu4.fips.4.6.3"
},
{
"binary_name": "libssl1.0.0-hmac",
"binary_version": "1.0.2g-1ubuntu4.fips.4.6.3"
},
{
"binary_name": "openssl",
"binary_version": "1.0.2g-1ubuntu4.fips.4.6.3"
}
]
},
"package": {
"ecosystem": "Ubuntu:Pro:FIPS:16.04:LTS",
"name": "openssl",
"purl": "pkg:deb/ubuntu/openssl@1.0.2g-1ubuntu4.fips.4.6.3?arch=source\u0026distro=fips/xenial"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"1.0.2g-1ubuntu4.fips.4.6~ppa1",
"1.0.2g-1ubuntu4.fips.4.6~ppa2",
"1.0.2g-1ubuntu4.fips.4.6~ppa3",
"1.0.2g-1ubuntu4.fips.4.6",
"1.0.2g-1ubuntu4.fips.4.6.1",
"1.0.2g-1ubuntu4.fips.4.6.2",
"1.0.2g-1ubuntu4.fips.4.6.3"
]
},
{
"ecosystem_specific": {
"availability": "No subscription required",
"binaries": [
{
"binary_name": "libssl1.1",
"binary_version": "1.1.1-1ubuntu2.1~18.04.22"
},
{
"binary_name": "openssl",
"binary_version": "1.1.1-1ubuntu2.1~18.04.22"
}
]
},
"package": {
"ecosystem": "Ubuntu:18.04:LTS",
"name": "openssl",
"purl": "pkg:deb/ubuntu/openssl@1.1.1-1ubuntu2.1~18.04.22?arch=source\u0026distro=bionic"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "1.1.1-1ubuntu2.1~18.04.22"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"1.0.2g-1ubuntu13",
"1.0.2g-1ubuntu14",
"1.0.2n-1ubuntu1",
"1.1.0g-2ubuntu1",
"1.1.0g-2ubuntu2",
"1.1.0g-2ubuntu3",
"1.1.0g-2ubuntu4",
"1.1.0g-2ubuntu4.1",
"1.1.0g-2ubuntu4.3",
"1.1.1-1ubuntu2.1~18.04.1",
"1.1.1-1ubuntu2.1~18.04.2",
"1.1.1-1ubuntu2.1~18.04.3",
"1.1.1-1ubuntu2.1~18.04.4",
"1.1.1-1ubuntu2.1~18.04.5",
"1.1.1-1ubuntu2.1~18.04.6",
"1.1.1-1ubuntu2.1~18.04.7",
"1.1.1-1ubuntu2.1~18.04.8",
"1.1.1-1ubuntu2.1~18.04.9",
"1.1.1-1ubuntu2.1~18.04.10",
"1.1.1-1ubuntu2.1~18.04.13",
"1.1.1-1ubuntu2.1~18.04.14",
"1.1.1-1ubuntu2.1~18.04.15",
"1.1.1-1ubuntu2.1~18.04.17",
"1.1.1-1ubuntu2.1~18.04.19",
"1.1.1-1ubuntu2.1~18.04.20",
"1.1.1-1ubuntu2.1~18.04.21"
]
},
{
"ecosystem_specific": {
"availability": "No subscription required",
"binaries": [
{
"binary_name": "libssl1.0.0",
"binary_version": "1.0.2n-1ubuntu5.12"
},
{
"binary_name": "openssl1.0",
"binary_version": "1.0.2n-1ubuntu5.12"
}
]
},
"package": {
"ecosystem": "Ubuntu:18.04:LTS",
"name": "openssl1.0",
"purl": "pkg:deb/ubuntu/openssl1.0@1.0.2n-1ubuntu5.12?arch=source\u0026distro=bionic"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "1.0.2n-1ubuntu5.12"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"1.0.2n-1ubuntu2",
"1.0.2n-1ubuntu3",
"1.0.2n-1ubuntu4",
"1.0.2n-1ubuntu5",
"1.0.2n-1ubuntu5.1",
"1.0.2n-1ubuntu5.2",
"1.0.2n-1ubuntu5.3",
"1.0.2n-1ubuntu5.4",
"1.0.2n-1ubuntu5.5",
"1.0.2n-1ubuntu5.6",
"1.0.2n-1ubuntu5.7",
"1.0.2n-1ubuntu5.8",
"1.0.2n-1ubuntu5.9",
"1.0.2n-1ubuntu5.10",
"1.0.2n-1ubuntu5.11"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "ovmf",
"binary_version": "0~20180205.c0d9813c-2ubuntu0.3+esm2"
},
{
"binary_name": "qemu-efi",
"binary_version": "0~20180205.c0d9813c-2ubuntu0.3+esm2"
},
{
"binary_name": "qemu-efi-aarch64",
"binary_version": "0~20180205.c0d9813c-2ubuntu0.3+esm2"
},
{
"binary_name": "qemu-efi-arm",
"binary_version": "0~20180205.c0d9813c-2ubuntu0.3+esm2"
}
]
},
"package": {
"ecosystem": "Ubuntu:Pro:18.04:LTS",
"name": "edk2",
"purl": "pkg:deb/ubuntu/edk2@0~20180205.c0d9813c-2ubuntu0.3+esm2?arch=source\u0026distro=esm-apps/bionic"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"0~20170911.5dfba97c-1",
"0~20171010.234dbcef-1",
"0~20171027.76fd5a66-1",
"0~20171205.a9212288-1",
"0~20180105.0bc94c74-1",
"0~20180205.c0d9813c-1",
"0~20180205.c0d9813c-2",
"0~20180205.c0d9813c-2ubuntu0.1",
"0~20180205.c0d9813c-2ubuntu0.2",
"0~20180205.c0d9813c-2ubuntu0.3",
"0~20180205.c0d9813c-2ubuntu0.3+esm1",
"0~20180205.c0d9813c-2ubuntu0.3+esm2"
]
},
{
"ecosystem_specific": {
"availability": "Available with Ubuntu Pro: https://ubuntu.com/pro",
"binaries": [
{
"binary_name": "libssl1.1",
"binary_version": "1.1.1-1ubuntu2.fips.2.1~18.04.22"
},
{
"binary_name": "libssl1.1-hmac",
"binary_version": "1.1.1-1ubuntu2.fips.2.1~18.04.22"
},
{
"binary_name": "openssl",
"binary_version": "1.1.1-1ubuntu2.fips.2.1~18.04.22"
}
]
},
"package": {
"ecosystem": "Ubuntu:Pro:FIPS-updates:18.04:LTS",
"name": "openssl",
"purl": "pkg:deb/ubuntu/openssl@1.1.1-1ubuntu2.fips.2.1~18.04.22?arch=source\u0026distro=fips-updates/bionic"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "1.1.1-1ubuntu2.fips.2.1~18.04.22"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"1.1.1-1ubuntu2.fips.2.1~18.04.5.1",
"1.1.1-1ubuntu2.fips.2.1~18.04.6.1",
"1.1.1-1ubuntu2.fips.2.1~18.04.7.1",
"1.1.1-1ubuntu2.fips.2.1~18.04.9.1",
"1.1.1-1ubuntu2.fips.2.1~18.04.9.2",
"1.1.1-1ubuntu2.fips.2.1~18.04.9.3",
"1.1.1-1ubuntu2.fips.2.1~18.04.13.2",
"1.1.1-1ubuntu2.fips.2.1~18.04.15",
"1.1.1-1ubuntu2.fips.2.1~18.04.15.1",
"1.1.1-1ubuntu2.fips.2.1~18.04.15.2",
"1.1.1-1ubuntu2.fips.2.1~18.04.17",
"1.1.1-1ubuntu2.fips.2.1~18.04.20",
"1.1.1-1ubuntu2.fips.2.1~18.04.21"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "libssl1.1",
"binary_version": "1.1.1-1ubuntu2.fips.2.1~18.04.15.2"
},
{
"binary_name": "libssl1.1-hmac",
"binary_version": "1.1.1-1ubuntu2.fips.2.1~18.04.15.2"
},
{
"binary_name": "openssl",
"binary_version": "1.1.1-1ubuntu2.fips.2.1~18.04.15.2"
}
]
},
"package": {
"ecosystem": "Ubuntu:Pro:FIPS:18.04:LTS",
"name": "openssl",
"purl": "pkg:deb/ubuntu/openssl@1.1.1-1ubuntu2.fips.2.1~18.04.15.2?arch=source\u0026distro=fips/bionic"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"1.1.1-1ubuntu2.fips.2.1~18.04.3.1",
"1.1.1-1ubuntu2.fips.2.1~18.04.15.2"
]
},
{
"ecosystem_specific": {
"availability": "No subscription required",
"binaries": [
{
"binary_name": "libssl1.1",
"binary_version": "1.1.1f-1ubuntu2.18"
},
{
"binary_name": "openssl",
"binary_version": "1.1.1f-1ubuntu2.18"
}
]
},
"package": {
"ecosystem": "Ubuntu:20.04:LTS",
"name": "openssl",
"purl": "pkg:deb/ubuntu/openssl@1.1.1f-1ubuntu2.18?arch=source\u0026distro=focal"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "1.1.1f-1ubuntu2.18"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"1.1.1c-1ubuntu4",
"1.1.1d-2ubuntu3",
"1.1.1d-2ubuntu6",
"1.1.1f-1ubuntu1",
"1.1.1f-1ubuntu2",
"1.1.1f-1ubuntu2.1",
"1.1.1f-1ubuntu2.2",
"1.1.1f-1ubuntu2.3",
"1.1.1f-1ubuntu2.4",
"1.1.1f-1ubuntu2.5",
"1.1.1f-1ubuntu2.8",
"1.1.1f-1ubuntu2.9",
"1.1.1f-1ubuntu2.10",
"1.1.1f-1ubuntu2.11",
"1.1.1f-1ubuntu2.12",
"1.1.1f-1ubuntu2.13",
"1.1.1f-1ubuntu2.15",
"1.1.1f-1ubuntu2.16",
"1.1.1f-1ubuntu2.17"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "ovmf",
"binary_version": "0~20191122.bd85bf54-2ubuntu3.6"
},
{
"binary_name": "qemu-efi",
"binary_version": "0~20191122.bd85bf54-2ubuntu3.6"
},
{
"binary_name": "qemu-efi-aarch64",
"binary_version": "0~20191122.bd85bf54-2ubuntu3.6"
},
{
"binary_name": "qemu-efi-arm",
"binary_version": "0~20191122.bd85bf54-2ubuntu3.6"
}
]
},
"package": {
"ecosystem": "Ubuntu:20.04:LTS",
"name": "edk2",
"purl": "pkg:deb/ubuntu/edk2@0~20191122.bd85bf54-2ubuntu3.6?arch=source\u0026distro=focal"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"0~20190606.20d2e5a1-2ubuntu1",
"0~20190828.37eef910-3",
"0~20190828.37eef910-4",
"0~20191122.bd85bf54-1",
"0~20191122.bd85bf54-1ubuntu1",
"0~20191122.bd85bf54-2",
"0~20191122.bd85bf54-2ubuntu1",
"0~20191122.bd85bf54-2ubuntu2",
"0~20191122.bd85bf54-2ubuntu3",
"0~20191122.bd85bf54-2ubuntu3.1",
"0~20191122.bd85bf54-2ubuntu3.2",
"0~20191122.bd85bf54-2ubuntu3.3",
"0~20191122.bd85bf54-2ubuntu3.4",
"0~20191122.bd85bf54-2ubuntu3.5",
"0~20191122.bd85bf54-2ubuntu3.6"
]
},
{
"ecosystem_specific": {
"availability": "Available with Ubuntu Pro: https://ubuntu.com/pro",
"binaries": [
{
"binary_name": "libssl1.1",
"binary_version": "1.1.1f-1ubuntu2.fips.18"
},
{
"binary_name": "libssl1.1-hmac",
"binary_version": "1.1.1f-1ubuntu2.fips.18"
},
{
"binary_name": "openssl",
"binary_version": "1.1.1f-1ubuntu2.fips.18"
}
]
},
"package": {
"ecosystem": "Ubuntu:Pro:FIPS-updates:20.04:LTS",
"name": "openssl",
"purl": "pkg:deb/ubuntu/openssl@1.1.1f-1ubuntu2.fips.18?arch=source\u0026distro=fips-updates/focal"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "1.1.1f-1ubuntu2.fips.18"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"1.1.1f-1ubuntu2.fips.7",
"1.1.1f-1ubuntu2.fips.7.2",
"1.1.1f-1ubuntu2.fips.12",
"1.1.1f-1ubuntu2.fips.13",
"1.1.1f-1ubuntu2.fips.13.1",
"1.1.1f-1ubuntu2.fips.16",
"1.1.1f-1ubuntu2.fips.17"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "libssl1.1",
"binary_version": "1.1.1f-1ubuntu2.fips.7.1"
},
{
"binary_name": "libssl1.1-hmac",
"binary_version": "1.1.1f-1ubuntu2.fips.7.1"
},
{
"binary_name": "openssl",
"binary_version": "1.1.1f-1ubuntu2.fips.7.1"
}
]
},
"package": {
"ecosystem": "Ubuntu:Pro:FIPS:20.04:LTS",
"name": "openssl",
"purl": "pkg:deb/ubuntu/openssl@1.1.1f-1ubuntu2.fips.7.1?arch=source\u0026distro=fips/focal"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"1.1.1f-1ubuntu2.fips.2.8",
"1.1.1f-1ubuntu2.fips.7.1"
]
},
{
"ecosystem_specific": {
"availability": "No subscription required",
"binaries": [
{
"binary_name": "ovmf",
"binary_version": "2022.02-3ubuntu0.22.04.4"
},
{
"binary_name": "ovmf-ia32",
"binary_version": "2022.02-3ubuntu0.22.04.4"
},
{
"binary_name": "qemu-efi",
"binary_version": "2022.02-3ubuntu0.22.04.4"
},
{
"binary_name": "qemu-efi-aarch64",
"binary_version": "2022.02-3ubuntu0.22.04.4"
},
{
"binary_name": "qemu-efi-arm",
"binary_version": "2022.02-3ubuntu0.22.04.4"
}
]
},
"package": {
"ecosystem": "Ubuntu:22.04:LTS",
"name": "edk2",
"purl": "pkg:deb/ubuntu/edk2@2022.02-3ubuntu0.22.04.4?arch=source\u0026distro=jammy"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2022.02-3ubuntu0.22.04.4"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"2021.08~rc0-2",
"2021.08-3",
"2021.11~rc1-1",
"2021.11-1",
"2021.11-2",
"2022.02~rc1-1",
"2022.02~rc1-1ubuntu1",
"2022.02-1",
"2022.02-2",
"2022.02-3",
"2022.02-3ubuntu0.22.04.1",
"2022.02-3ubuntu0.22.04.2",
"2022.02-3ubuntu0.22.04.3"
]
},
{
"ecosystem_specific": {
"availability": "No subscription required",
"binaries": [
{
"binary_name": "libssl3",
"binary_version": "3.0.2-0ubuntu1.9"
},
{
"binary_name": "openssl",
"binary_version": "3.0.2-0ubuntu1.9"
}
]
},
"package": {
"ecosystem": "Ubuntu:22.04:LTS",
"name": "openssl",
"purl": "pkg:deb/ubuntu/openssl@3.0.2-0ubuntu1.9?arch=source\u0026distro=jammy"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "3.0.2-0ubuntu1.9"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"1.1.1l-1ubuntu1",
"3.0.0-1ubuntu1",
"3.0.1-0ubuntu1",
"3.0.2-0ubuntu1",
"3.0.2-0ubuntu1.1",
"3.0.2-0ubuntu1.2",
"3.0.2-0ubuntu1.4",
"3.0.2-0ubuntu1.5",
"3.0.2-0ubuntu1.6",
"3.0.2-0ubuntu1.7",
"3.0.2-0ubuntu1.8"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "libnode72",
"binary_version": "12.22.9~dfsg-1ubuntu3.6+esm2"
},
{
"binary_name": "nodejs",
"binary_version": "12.22.9~dfsg-1ubuntu3.6+esm2"
}
]
},
"package": {
"ecosystem": "Ubuntu:Pro:22.04:LTS",
"name": "nodejs",
"purl": "pkg:deb/ubuntu/nodejs@12.22.9~dfsg-1ubuntu3.6+esm2?arch=source\u0026distro=esm-apps/jammy"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"12.22.5~dfsg-5ubuntu1",
"12.22.7~dfsg-2ubuntu1",
"12.22.7~dfsg-2ubuntu3",
"12.22.9~dfsg-1ubuntu2",
"12.22.9~dfsg-1ubuntu3",
"12.22.9~dfsg-1ubuntu3.1",
"12.22.9~dfsg-1ubuntu3.2",
"12.22.9~dfsg-1ubuntu3.3",
"12.22.9~dfsg-1ubuntu3.4",
"12.22.9~dfsg-1ubuntu3.5",
"12.22.9~dfsg-1ubuntu3.6",
"12.22.9~dfsg-1ubuntu3.6+esm2"
]
}
],
"aliases": [],
"details": "The function X509_VERIFY_PARAM_add0_policy() is documented to implicitly enable the certificate policy check when doing certificate verification. However the implementation of the function does not enable the check which allows certificates with invalid or incorrect policies to pass the certificate verification. As suddenly enabling the policy check could break existing deployments it was decided to keep the existing behavior of the X509_VERIFY_PARAM_add0_policy() function. Instead the applications that require OpenSSL to perform certificate policy check need to use X509_VERIFY_PARAM_set1_policies() or explicitly enable the policy check by calling X509_VERIFY_PARAM_set_flags() with the X509_V_FLAG_POLICY_CHECK flag argument. Certificate policy checks are disabled by default in OpenSSL and are not commonly used by applications.",
"id": "UBUNTU-CVE-2023-0466",
"modified": "2026-04-22T07:44:54Z",
"published": "2023-03-28T15:15:00Z",
"references": [
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2023-0466"
},
{
"type": "REPORT",
"url": "https://www.openssl.org/news/secadv/20230328.txt"
},
{
"type": "ADVISORY",
"url": "https://ubuntu.com/security/notices/USN-6039-1"
},
{
"type": "REPORT",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0466"
},
{
"type": "ADVISORY",
"url": "https://ubuntu.com/security/notices/USN-7894-1"
}
],
"related": [
"USN-6039-1",
"USN-7894-1"
],
"schema_version": "1.7.0",
"severity": [
{
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N",
"type": "CVSS_V3"
},
{
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N",
"type": "CVSS_V3"
},
{
"score": "negligible",
"type": "Ubuntu"
}
],
"upstream": [
"CVE-2023-0466"
]
}
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.