Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2023-3446 (GCVE-0-2023-3446)
Vulnerability from cvelistv5 – Published: 2023-07-19 11:31 – Updated: 2025-04-23 16:20
VLAI
EPSS
Title
Excessive time spent checking DH keys and parameters
Summary
Issue summary: Checking excessively long DH keys or parameters may be very slow.
Impact summary: Applications that use the functions DH_check(), DH_check_ex()
or EVP_PKEY_param_check() to check a DH key or DH parameters may experience long
delays. Where the key or parameters that are being checked have been obtained
from an untrusted source this may lead to a Denial of Service.
The function DH_check() performs various checks on DH parameters. One of those
checks confirms that the modulus ('p' parameter) is not too large. Trying to use
a very large modulus is slow and OpenSSL will not normally use a modulus which
is over 10,000 bits in length.
However the DH_check() function checks numerous aspects of the key or parameters
that have been supplied. Some of those checks use the supplied modulus value
even if it has already been found to be too large.
An application that calls DH_check() and supplies a key or parameters obtained
from an untrusted source could be vulernable to a Denial of Service attack.
The function DH_check() is itself called by a number of other OpenSSL functions.
An application calling any of those other functions may similarly be affected.
The other functions affected by this are DH_check_ex() and
EVP_PKEY_param_check().
Also vulnerable are the OpenSSL dhparam and pkeyparam command line applications
when using the '-check' option.
The OpenSSL SSL/TLS implementation is not affected by this issue.
The OpenSSL 3.0 and 3.1 FIPS providers are not affected by this issue.
Severity
5.3 (Medium)
SSVC
Exploitation: none
Automatable: yes
Technical Impact: partial
CISA Coordinator (v2.0.3)
CWE
- CWE-606 - Unchecked Input for Loop Condition
Assigner
References
13 references
| URL | Tags |
|---|---|
| https://www.openssl.org/news/secadv/20230719.txt | vendor-advisory |
| https://git.openssl.org/gitweb/?p=openssl.git;a=c… | patch |
| https://git.openssl.org/gitweb/?p=openssl.git;a=c… | patch |
| https://git.openssl.org/gitweb/?p=openssl.git;a=c… | patch |
| https://git.openssl.org/gitweb/?p=openssl.git;a=c… | patch |
| http://www.openwall.com/lists/oss-security/2023/07/19/4 | x_transferred |
| http://www.openwall.com/lists/oss-security/2023/07/19/5 | x_transferred |
| http://www.openwall.com/lists/oss-security/2023/07/19/6 | x_transferred |
| http://www.openwall.com/lists/oss-security/2023/07/31/1 | x_transferred |
| https://security.netapp.com/advisory/ntap-2023080… | x_transferred |
| https://lists.debian.org/debian-lts-announce/2023… | x_transferred |
| https://security.gentoo.org/glsa/202402-08 | x_transferred |
| http://www.openwall.com/lists/oss-security/2024/05/16/1 | x_transferred |
Impacted products
Date Public
2023-07-13 00:00
Credits
OSSfuzz
Matt Caswell
{
"containers": {
"adp": [
{
"providerMetadata": {
"dateUpdated": "2024-08-02T06:55:03.577Z",
"orgId": "af854a3a-2127-422b-91ae-364da2661108",
"shortName": "CVE"
},
"references": [
{
"name": "OpenSSL Advisory",
"tags": [
"vendor-advisory",
"x_transferred"
],
"url": "https://www.openssl.org/news/secadv/20230719.txt"
},
{
"name": "3.1.2 git commit",
"tags": [
"patch",
"x_transferred"
],
"url": "https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=fc9867c1e03c22ebf56943be205202e576aabf23"
},
{
"name": "3.0.10 git commit",
"tags": [
"patch",
"x_transferred"
],
"url": "https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=1fa20cf2f506113c761777127a38bce5068740eb"
},
{
"name": "1.1.1v git commit",
"tags": [
"patch",
"x_transferred"
],
"url": "https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=8780a896543a654e757db1b9396383f9d8095528"
},
{
"name": "1.0.2zi patch (premium)",
"tags": [
"patch",
"x_transferred"
],
"url": "https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=9a0a4d3c1e7138915563c0df4fe6a3f9377b839c"
},
{
"tags": [
"x_transferred"
],
"url": "http://www.openwall.com/lists/oss-security/2023/07/19/4"
},
{
"tags": [
"x_transferred"
],
"url": "http://www.openwall.com/lists/oss-security/2023/07/19/5"
},
{
"tags": [
"x_transferred"
],
"url": "http://www.openwall.com/lists/oss-security/2023/07/19/6"
},
{
"tags": [
"x_transferred"
],
"url": "http://www.openwall.com/lists/oss-security/2023/07/31/1"
},
{
"tags": [
"x_transferred"
],
"url": "https://security.netapp.com/advisory/ntap-20230803-0011/"
},
{
"tags": [
"x_transferred"
],
"url": "https://lists.debian.org/debian-lts-announce/2023/08/msg00019.html"
},
{
"tags": [
"x_transferred"
],
"url": "https://security.gentoo.org/glsa/202402-08"
},
{
"tags": [
"x_transferred"
],
"url": "http://www.openwall.com/lists/oss-security/2024/05/16/1"
}
],
"title": "CVE Program Container"
},
{
"metrics": [
{
"cvssV3_1": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
}
},
{
"other": {
"content": {
"id": "CVE-2023-3446",
"options": [
{
"Exploitation": "none"
},
{
"Automatable": "yes"
},
{
"Technical Impact": "partial"
}
],
"role": "CISA Coordinator",
"timestamp": "2025-04-23T13:26:22.087194Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"providerMetadata": {
"dateUpdated": "2025-04-23T16:20:00.400Z",
"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.2",
"status": "affected",
"version": "3.1.0",
"versionType": "semver"
},
{
"lessThan": "3.0.10",
"status": "affected",
"version": "3.0.0",
"versionType": "semver"
},
{
"lessThan": "1.1.1v",
"status": "affected",
"version": "1.1.1",
"versionType": "custom"
},
{
"lessThan": "1.0.2zi",
"status": "affected",
"version": "1.0.2",
"versionType": "custom"
}
]
}
],
"credits": [
{
"lang": "en",
"type": "reporter",
"user": "00000000-0000-4000-9000-000000000000",
"value": "OSSfuzz"
},
{
"lang": "en",
"type": "remediation developer",
"user": "00000000-0000-4000-9000-000000000000",
"value": "Matt Caswell"
}
],
"datePublic": "2023-07-13T00:00:00.000Z",
"descriptions": [
{
"lang": "en",
"supportingMedia": [
{
"base64": false,
"type": "text/html",
"value": "Issue summary: Checking excessively long DH keys or parameters may be very slow.\u003cbr\u003e\u003cbr\u003eImpact summary: Applications that use the functions DH_check(), DH_check_ex()\u003cbr\u003eor EVP_PKEY_param_check() to check a DH key or DH parameters may experience long\u003cbr\u003edelays. Where the key or parameters that are being checked have been obtained\u003cbr\u003efrom an untrusted source this may lead to a Denial of Service.\u003cbr\u003e\u003cbr\u003eThe function DH_check() performs various checks on DH parameters. One of those\u003cbr\u003echecks confirms that the modulus (\u0027p\u0027 parameter) is not too large. Trying to use\u003cbr\u003ea very large modulus is slow and OpenSSL will not normally use a modulus which\u003cbr\u003eis over 10,000 bits in length.\u003cbr\u003e\u003cbr\u003eHowever the DH_check() function checks numerous aspects of the key or parameters\u003cbr\u003ethat have been supplied. Some of those checks use the supplied modulus value\u003cbr\u003eeven if it has already been found to be too large.\u003cbr\u003e\u003cbr\u003eAn application that calls DH_check() and supplies a key or parameters obtained\u003cbr\u003efrom an untrusted source could be vulernable to a Denial of Service attack.\u003cbr\u003e\u003cbr\u003eThe function DH_check() is itself called by a number of other OpenSSL functions.\u003cbr\u003eAn application calling any of those other functions may similarly be affected.\u003cbr\u003eThe other functions affected by this are DH_check_ex() and\u003cbr\u003eEVP_PKEY_param_check().\u003cbr\u003e\u003cbr\u003eAlso vulnerable are the OpenSSL dhparam and pkeyparam command line applications\u003cbr\u003ewhen using the \u0027-check\u0027 option.\u003cbr\u003e\u003cbr\u003eThe OpenSSL SSL/TLS implementation is not affected by this issue.\u003cbr\u003e\u003cbr\u003eThe OpenSSL 3.0 and 3.1 FIPS providers are not affected by this issue."
}
],
"value": "Issue summary: Checking excessively long DH keys or parameters may be very slow.\n\nImpact summary: Applications that use the functions DH_check(), DH_check_ex()\nor EVP_PKEY_param_check() to check a DH key or DH parameters may experience long\ndelays. Where the key or parameters that are being checked have been obtained\nfrom an untrusted source this may lead to a Denial of Service.\n\nThe function DH_check() performs various checks on DH parameters. One of those\nchecks confirms that the modulus (\u0027p\u0027 parameter) is not too large. Trying to use\na very large modulus is slow and OpenSSL will not normally use a modulus which\nis over 10,000 bits in length.\n\nHowever the DH_check() function checks numerous aspects of the key or parameters\nthat have been supplied. Some of those checks use the supplied modulus value\neven if it has already been found to be too large.\n\nAn application that calls DH_check() and supplies a key or parameters obtained\nfrom an untrusted source could be vulernable to a Denial of Service attack.\n\nThe function DH_check() is itself called by a number of other OpenSSL functions.\nAn application calling any of those other functions may similarly be affected.\nThe other functions affected by this are DH_check_ex() and\nEVP_PKEY_param_check().\n\nAlso vulnerable are the OpenSSL dhparam and pkeyparam command line applications\nwhen using the \u0027-check\u0027 option.\n\nThe OpenSSL SSL/TLS implementation is not affected by this issue.\nThe OpenSSL 3.0 and 3.1 FIPS providers are not affected by this issue."
}
],
"metrics": [
{
"format": "other",
"other": {
"content": {
"text": "Low"
},
"type": "https://www.openssl.org/policies/secpolicy.html"
}
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-606",
"description": "CWE-606 Unchecked Input for Loop Condition",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2024-10-14T14:55:47.238Z",
"orgId": "3a12439a-ef3a-4c79-92e6-6081a721f1e5",
"shortName": "openssl"
},
"references": [
{
"name": "OpenSSL Advisory",
"tags": [
"vendor-advisory"
],
"url": "https://www.openssl.org/news/secadv/20230719.txt"
},
{
"name": "3.1.2 git commit",
"tags": [
"patch"
],
"url": "https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=fc9867c1e03c22ebf56943be205202e576aabf23"
},
{
"name": "3.0.10 git commit",
"tags": [
"patch"
],
"url": "https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=1fa20cf2f506113c761777127a38bce5068740eb"
},
{
"name": "1.1.1v git commit",
"tags": [
"patch"
],
"url": "https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=8780a896543a654e757db1b9396383f9d8095528"
},
{
"name": "1.0.2zi patch (premium)",
"tags": [
"patch"
],
"url": "https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=9a0a4d3c1e7138915563c0df4fe6a3f9377b839c"
}
],
"source": {
"discovery": "UNKNOWN"
},
"title": "Excessive time spent checking DH keys and parameters",
"x_generator": {
"engine": "Vulnogram 0.1.0-dev"
}
}
},
"cveMetadata": {
"assignerOrgId": "3a12439a-ef3a-4c79-92e6-6081a721f1e5",
"assignerShortName": "openssl",
"cveId": "CVE-2023-3446",
"datePublished": "2023-07-19T11:31:34.994Z",
"dateReserved": "2023-06-28T14:21:39.968Z",
"dateUpdated": "2025-04-23T16:20:00.400Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.1",
"vulnerability-lookup:meta": {
"epss": {
"cve": "CVE-2023-3446",
"date": "2026-06-15",
"epss": "0.05533",
"percentile": "0.91787"
},
"fkie_nvd": {
"configurations": "[{\"nodes\": [{\"operator\": \"OR\", \"negate\": false, \"cpeMatch\": [{\"vulnerable\": true, \"criteria\": \"cpe:2.3:a:openssl:openssl:1.0.2:-:*:*:*:*:*:*\", \"matchCriteriaId\": \"CF0E6EB1-D656-458E-82B6-8C1ABDC13CB9\"}, {\"vulnerable\": true, \"criteria\": \"cpe:2.3:a:openssl:openssl:1.1.1:-:*:*:*:*:*:*\", \"matchCriteriaId\": \"A8C84061-63BE-49F6-B2F0-D96847E755E0\"}, {\"vulnerable\": true, \"criteria\": \"cpe:2.3:a:openssl:openssl:3.0.0:-:*:*:*:*:*:*\", \"matchCriteriaId\": \"07D64A21-359E-40B7-8636-7E76D7466263\"}, {\"vulnerable\": true, \"criteria\": \"cpe:2.3:a:openssl:openssl:3.1.0:-:*:*:*:*:*:*\", \"matchCriteriaId\": \"0CAAEE49-4FD0-4162-B635-4488BEC5DDC9\"}, {\"vulnerable\": true, \"criteria\": \"cpe:2.3:a:openssl:openssl:3.1.1:-:*:*:*:*:*:*\", \"matchCriteriaId\": \"69EAFE3B-C2C7-4092-92A8-529512438B06\"}]}]}]",
"descriptions": "[{\"lang\": \"en\", \"value\": \"Issue summary: Checking excessively long DH keys or parameters may be very slow.\\n\\nImpact summary: Applications that use the functions DH_check(), DH_check_ex()\\nor EVP_PKEY_param_check() to check a DH key or DH parameters may experience long\\ndelays. Where the key or parameters that are being checked have been obtained\\nfrom an untrusted source this may lead to a Denial of Service.\\n\\nThe function DH_check() performs various checks on DH parameters. One of those\\nchecks confirms that the modulus (\u0027p\u0027 parameter) is not too large. Trying to use\\na very large modulus is slow and OpenSSL will not normally use a modulus which\\nis over 10,000 bits in length.\\n\\nHowever the DH_check() function checks numerous aspects of the key or parameters\\nthat have been supplied. Some of those checks use the supplied modulus value\\neven if it has already been found to be too large.\\n\\nAn application that calls DH_check() and supplies a key or parameters obtained\\nfrom an untrusted source could be vulernable to a Denial of Service attack.\\n\\nThe function DH_check() is itself called by a number of other OpenSSL functions.\\nAn application calling any of those other functions may similarly be affected.\\nThe other functions affected by this are DH_check_ex() and\\nEVP_PKEY_param_check().\\n\\nAlso vulnerable are the OpenSSL dhparam and pkeyparam command line applications\\nwhen using the \u0027-check\u0027 option.\\n\\nThe OpenSSL SSL/TLS implementation is not affected by this issue.\\nThe OpenSSL 3.0 and 3.1 FIPS providers are not affected by this issue.\"}]",
"id": "CVE-2023-3446",
"lastModified": "2024-11-21T08:17:17.260",
"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:N/A:L\", \"baseScore\": 5.3, \"baseSeverity\": \"MEDIUM\", \"attackVector\": \"NETWORK\", \"attackComplexity\": \"LOW\", \"privilegesRequired\": \"NONE\", \"userInteraction\": \"NONE\", \"scope\": \"UNCHANGED\", \"confidentialityImpact\": \"NONE\", \"integrityImpact\": \"NONE\", \"availabilityImpact\": \"LOW\"}, \"exploitabilityScore\": 3.9, \"impactScore\": 1.4}]}",
"published": "2023-07-19T12:15:10.003",
"references": "[{\"url\": \"https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=1fa20cf2f506113c761777127a38bce5068740eb\", \"source\": \"openssl-security@openssl.org\", \"tags\": [\"Mailing List\", \"Patch\", \"Vendor Advisory\"]}, {\"url\": \"https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=8780a896543a654e757db1b9396383f9d8095528\", \"source\": \"openssl-security@openssl.org\", \"tags\": [\"Mailing List\", \"Patch\", \"Vendor Advisory\"]}, {\"url\": \"https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=9a0a4d3c1e7138915563c0df4fe6a3f9377b839c\", \"source\": \"openssl-security@openssl.org\", \"tags\": [\"Broken Link\", \"Vendor Advisory\"]}, {\"url\": \"https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=fc9867c1e03c22ebf56943be205202e576aabf23\", \"source\": \"openssl-security@openssl.org\", \"tags\": [\"Mailing List\", \"Patch\", \"Vendor Advisory\"]}, {\"url\": \"https://www.openssl.org/news/secadv/20230719.txt\", \"source\": \"openssl-security@openssl.org\", \"tags\": [\"Vendor Advisory\"]}, {\"url\": \"http://www.openwall.com/lists/oss-security/2023/07/19/4\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\"}, {\"url\": \"http://www.openwall.com/lists/oss-security/2023/07/19/5\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\"}, {\"url\": \"http://www.openwall.com/lists/oss-security/2023/07/19/6\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\"}, {\"url\": \"http://www.openwall.com/lists/oss-security/2023/07/31/1\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\"}, {\"url\": \"http://www.openwall.com/lists/oss-security/2024/05/16/1\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\"}, {\"url\": \"https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=1fa20cf2f506113c761777127a38bce5068740eb\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\", \"tags\": [\"Mailing List\", \"Patch\", \"Vendor Advisory\"]}, {\"url\": \"https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=8780a896543a654e757db1b9396383f9d8095528\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\", \"tags\": [\"Mailing List\", \"Patch\", \"Vendor Advisory\"]}, {\"url\": \"https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=9a0a4d3c1e7138915563c0df4fe6a3f9377b839c\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\", \"tags\": [\"Broken Link\", \"Vendor Advisory\"]}, {\"url\": \"https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=fc9867c1e03c22ebf56943be205202e576aabf23\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\", \"tags\": [\"Mailing List\", \"Patch\", \"Vendor Advisory\"]}, {\"url\": \"https://lists.debian.org/debian-lts-announce/2023/08/msg00019.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-20230803-0011/\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\"}, {\"url\": \"https://www.openssl.org/news/secadv/20230719.txt\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\", \"tags\": [\"Vendor Advisory\"]}]",
"sourceIdentifier": "openssl-security@openssl.org",
"vulnStatus": "Modified",
"weaknesses": "[{\"source\": \"openssl-security@openssl.org\", \"type\": \"Secondary\", \"description\": [{\"lang\": \"en\", \"value\": \"CWE-606\"}]}, {\"source\": \"nvd@nist.gov\", \"type\": \"Primary\", \"description\": [{\"lang\": \"en\", \"value\": \"CWE-1333\"}]}]"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2023-3446\",\"sourceIdentifier\":\"openssl-security@openssl.org\",\"published\":\"2023-07-19T12:15:10.003\",\"lastModified\":\"2025-04-23T17:16:36.967\",\"vulnStatus\":\"Modified\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"Issue summary: Checking excessively long DH keys or parameters may be very slow.\\n\\nImpact summary: Applications that use the functions DH_check(), DH_check_ex()\\nor EVP_PKEY_param_check() to check a DH key or DH parameters may experience long\\ndelays. Where the key or parameters that are being checked have been obtained\\nfrom an untrusted source this may lead to a Denial of Service.\\n\\nThe function DH_check() performs various checks on DH parameters. One of those\\nchecks confirms that the modulus (\u0027p\u0027 parameter) is not too large. Trying to use\\na very large modulus is slow and OpenSSL will not normally use a modulus which\\nis over 10,000 bits in length.\\n\\nHowever the DH_check() function checks numerous aspects of the key or parameters\\nthat have been supplied. Some of those checks use the supplied modulus value\\neven if it has already been found to be too large.\\n\\nAn application that calls DH_check() and supplies a key or parameters obtained\\nfrom an untrusted source could be vulernable to a Denial of Service attack.\\n\\nThe function DH_check() is itself called by a number of other OpenSSL functions.\\nAn application calling any of those other functions may similarly be affected.\\nThe other functions affected by this are DH_check_ex() and\\nEVP_PKEY_param_check().\\n\\nAlso vulnerable are the OpenSSL dhparam and pkeyparam command line applications\\nwhen using the \u0027-check\u0027 option.\\n\\nThe OpenSSL SSL/TLS implementation is not affected by this issue.\\nThe OpenSSL 3.0 and 3.1 FIPS providers are not affected by this issue.\"}],\"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:N/A:L\",\"baseScore\":5.3,\"baseSeverity\":\"MEDIUM\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"LOW\"},\"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:N/A:L\",\"baseScore\":5.3,\"baseSeverity\":\"MEDIUM\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"LOW\"},\"exploitabilityScore\":3.9,\"impactScore\":1.4}]},\"weaknesses\":[{\"source\":\"openssl-security@openssl.org\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-606\"}]},{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-1333\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:openssl:openssl:1.0.2:-:*:*:*:*:*:*\",\"matchCriteriaId\":\"CF0E6EB1-D656-458E-82B6-8C1ABDC13CB9\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:openssl:openssl:1.1.1:-:*:*:*:*:*:*\",\"matchCriteriaId\":\"A8C84061-63BE-49F6-B2F0-D96847E755E0\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:openssl:openssl:3.0.0:-:*:*:*:*:*:*\",\"matchCriteriaId\":\"07D64A21-359E-40B7-8636-7E76D7466263\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:openssl:openssl:3.1.0:-:*:*:*:*:*:*\",\"matchCriteriaId\":\"0CAAEE49-4FD0-4162-B635-4488BEC5DDC9\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:openssl:openssl:3.1.1:-:*:*:*:*:*:*\",\"matchCriteriaId\":\"69EAFE3B-C2C7-4092-92A8-529512438B06\"}]}]}],\"references\":[{\"url\":\"https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=1fa20cf2f506113c761777127a38bce5068740eb\",\"source\":\"openssl-security@openssl.org\",\"tags\":[\"Mailing List\",\"Patch\",\"Vendor Advisory\"]},{\"url\":\"https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=8780a896543a654e757db1b9396383f9d8095528\",\"source\":\"openssl-security@openssl.org\",\"tags\":[\"Mailing List\",\"Patch\",\"Vendor Advisory\"]},{\"url\":\"https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=9a0a4d3c1e7138915563c0df4fe6a3f9377b839c\",\"source\":\"openssl-security@openssl.org\",\"tags\":[\"Broken Link\",\"Vendor Advisory\"]},{\"url\":\"https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=fc9867c1e03c22ebf56943be205202e576aabf23\",\"source\":\"openssl-security@openssl.org\",\"tags\":[\"Mailing List\",\"Patch\",\"Vendor Advisory\"]},{\"url\":\"https://www.openssl.org/news/secadv/20230719.txt\",\"source\":\"openssl-security@openssl.org\",\"tags\":[\"Vendor Advisory\"]},{\"url\":\"http://www.openwall.com/lists/oss-security/2023/07/19/4\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"http://www.openwall.com/lists/oss-security/2023/07/19/5\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"http://www.openwall.com/lists/oss-security/2023/07/19/6\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"http://www.openwall.com/lists/oss-security/2023/07/31/1\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"http://www.openwall.com/lists/oss-security/2024/05/16/1\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=1fa20cf2f506113c761777127a38bce5068740eb\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Mailing List\",\"Patch\",\"Vendor Advisory\"]},{\"url\":\"https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=8780a896543a654e757db1b9396383f9d8095528\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Mailing List\",\"Patch\",\"Vendor Advisory\"]},{\"url\":\"https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=9a0a4d3c1e7138915563c0df4fe6a3f9377b839c\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Broken Link\",\"Vendor Advisory\"]},{\"url\":\"https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=fc9867c1e03c22ebf56943be205202e576aabf23\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Mailing List\",\"Patch\",\"Vendor Advisory\"]},{\"url\":\"https://lists.debian.org/debian-lts-announce/2023/08/msg00019.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-20230803-0011/\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://www.openssl.org/news/secadv/20230719.txt\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Vendor Advisory\"]}]}}",
"vulnrichment": {
"containers": "{\"adp\": [{\"title\": \"CVE Program Container\", \"references\": [{\"url\": \"https://www.openssl.org/news/secadv/20230719.txt\", \"name\": \"OpenSSL Advisory\", \"tags\": [\"vendor-advisory\", \"x_transferred\"]}, {\"url\": \"https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=fc9867c1e03c22ebf56943be205202e576aabf23\", \"name\": \"3.1.2 git commit\", \"tags\": [\"patch\", \"x_transferred\"]}, {\"url\": \"https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=1fa20cf2f506113c761777127a38bce5068740eb\", \"name\": \"3.0.10 git commit\", \"tags\": [\"patch\", \"x_transferred\"]}, {\"url\": \"https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=8780a896543a654e757db1b9396383f9d8095528\", \"name\": \"1.1.1v git commit\", \"tags\": [\"patch\", \"x_transferred\"]}, {\"url\": \"https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=9a0a4d3c1e7138915563c0df4fe6a3f9377b839c\", \"name\": \"1.0.2zi patch (premium)\", \"tags\": [\"patch\", \"x_transferred\"]}, {\"url\": \"http://www.openwall.com/lists/oss-security/2023/07/19/4\", \"tags\": [\"x_transferred\"]}, {\"url\": \"http://www.openwall.com/lists/oss-security/2023/07/19/5\", \"tags\": [\"x_transferred\"]}, {\"url\": \"http://www.openwall.com/lists/oss-security/2023/07/19/6\", \"tags\": [\"x_transferred\"]}, {\"url\": \"http://www.openwall.com/lists/oss-security/2023/07/31/1\", \"tags\": [\"x_transferred\"]}, {\"url\": \"https://security.netapp.com/advisory/ntap-20230803-0011/\", \"tags\": [\"x_transferred\"]}, {\"url\": \"https://lists.debian.org/debian-lts-announce/2023/08/msg00019.html\", \"tags\": [\"x_transferred\"]}, {\"url\": \"https://security.gentoo.org/glsa/202402-08\", \"tags\": [\"x_transferred\"]}, {\"url\": \"http://www.openwall.com/lists/oss-security/2024/05/16/1\", \"tags\": [\"x_transferred\"]}], \"providerMetadata\": {\"orgId\": \"af854a3a-2127-422b-91ae-364da2661108\", \"shortName\": \"CVE\", \"dateUpdated\": \"2024-08-02T06:55:03.577Z\"}}, {\"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:N/A:L\", \"integrityImpact\": \"NONE\", \"userInteraction\": \"NONE\", \"attackComplexity\": \"LOW\", \"availabilityImpact\": \"LOW\", \"privilegesRequired\": \"NONE\", \"confidentialityImpact\": \"NONE\"}}, {\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2023-3446\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"yes\"}, {\"Technical Impact\": \"partial\"}], \"version\": \"2.0.3\", \"timestamp\": \"2025-04-23T13:26:22.087194Z\"}}}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2025-04-23T14:38:13.921Z\"}}], \"cna\": {\"title\": \"Excessive time spent checking DH keys and parameters\", \"source\": {\"discovery\": \"UNKNOWN\"}, \"credits\": [{\"lang\": \"en\", \"type\": \"reporter\", \"user\": \"00000000-0000-4000-9000-000000000000\", \"value\": \"OSSfuzz\"}, {\"lang\": \"en\", \"type\": \"remediation developer\", \"user\": \"00000000-0000-4000-9000-000000000000\", \"value\": \"Matt Caswell\"}], \"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.2\", \"versionType\": \"semver\"}, {\"status\": \"affected\", \"version\": \"3.0.0\", \"lessThan\": \"3.0.10\", \"versionType\": \"semver\"}, {\"status\": \"affected\", \"version\": \"1.1.1\", \"lessThan\": \"1.1.1v\", \"versionType\": \"custom\"}, {\"status\": \"affected\", \"version\": \"1.0.2\", \"lessThan\": \"1.0.2zi\", \"versionType\": \"custom\"}], \"defaultStatus\": \"unaffected\"}], \"datePublic\": \"2023-07-13T00:00:00.000Z\", \"references\": [{\"url\": \"https://www.openssl.org/news/secadv/20230719.txt\", \"name\": \"OpenSSL Advisory\", \"tags\": [\"vendor-advisory\"]}, {\"url\": \"https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=fc9867c1e03c22ebf56943be205202e576aabf23\", \"name\": \"3.1.2 git commit\", \"tags\": [\"patch\"]}, {\"url\": \"https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=1fa20cf2f506113c761777127a38bce5068740eb\", \"name\": \"3.0.10 git commit\", \"tags\": [\"patch\"]}, {\"url\": \"https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=8780a896543a654e757db1b9396383f9d8095528\", \"name\": \"1.1.1v git commit\", \"tags\": [\"patch\"]}, {\"url\": \"https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=9a0a4d3c1e7138915563c0df4fe6a3f9377b839c\", \"name\": \"1.0.2zi patch (premium)\", \"tags\": [\"patch\"]}], \"x_generator\": {\"engine\": \"Vulnogram 0.1.0-dev\"}, \"descriptions\": [{\"lang\": \"en\", \"value\": \"Issue summary: Checking excessively long DH keys or parameters may be very slow.\\n\\nImpact summary: Applications that use the functions DH_check(), DH_check_ex()\\nor EVP_PKEY_param_check() to check a DH key or DH parameters may experience long\\ndelays. Where the key or parameters that are being checked have been obtained\\nfrom an untrusted source this may lead to a Denial of Service.\\n\\nThe function DH_check() performs various checks on DH parameters. One of those\\nchecks confirms that the modulus (\u0027p\u0027 parameter) is not too large. Trying to use\\na very large modulus is slow and OpenSSL will not normally use a modulus which\\nis over 10,000 bits in length.\\n\\nHowever the DH_check() function checks numerous aspects of the key or parameters\\nthat have been supplied. Some of those checks use the supplied modulus value\\neven if it has already been found to be too large.\\n\\nAn application that calls DH_check() and supplies a key or parameters obtained\\nfrom an untrusted source could be vulernable to a Denial of Service attack.\\n\\nThe function DH_check() is itself called by a number of other OpenSSL functions.\\nAn application calling any of those other functions may similarly be affected.\\nThe other functions affected by this are DH_check_ex() and\\nEVP_PKEY_param_check().\\n\\nAlso vulnerable are the OpenSSL dhparam and pkeyparam command line applications\\nwhen using the \u0027-check\u0027 option.\\n\\nThe OpenSSL SSL/TLS implementation is not affected by this issue.\\nThe OpenSSL 3.0 and 3.1 FIPS providers are not affected by this issue.\", \"supportingMedia\": [{\"type\": \"text/html\", \"value\": \"Issue summary: Checking excessively long DH keys or parameters may be very slow.\u003cbr\u003e\u003cbr\u003eImpact summary: Applications that use the functions DH_check(), DH_check_ex()\u003cbr\u003eor EVP_PKEY_param_check() to check a DH key or DH parameters may experience long\u003cbr\u003edelays. Where the key or parameters that are being checked have been obtained\u003cbr\u003efrom an untrusted source this may lead to a Denial of Service.\u003cbr\u003e\u003cbr\u003eThe function DH_check() performs various checks on DH parameters. One of those\u003cbr\u003echecks confirms that the modulus (\u0027p\u0027 parameter) is not too large. Trying to use\u003cbr\u003ea very large modulus is slow and OpenSSL will not normally use a modulus which\u003cbr\u003eis over 10,000 bits in length.\u003cbr\u003e\u003cbr\u003eHowever the DH_check() function checks numerous aspects of the key or parameters\u003cbr\u003ethat have been supplied. Some of those checks use the supplied modulus value\u003cbr\u003eeven if it has already been found to be too large.\u003cbr\u003e\u003cbr\u003eAn application that calls DH_check() and supplies a key or parameters obtained\u003cbr\u003efrom an untrusted source could be vulernable to a Denial of Service attack.\u003cbr\u003e\u003cbr\u003eThe function DH_check() is itself called by a number of other OpenSSL functions.\u003cbr\u003eAn application calling any of those other functions may similarly be affected.\u003cbr\u003eThe other functions affected by this are DH_check_ex() and\u003cbr\u003eEVP_PKEY_param_check().\u003cbr\u003e\u003cbr\u003eAlso vulnerable are the OpenSSL dhparam and pkeyparam command line applications\u003cbr\u003ewhen using the \u0027-check\u0027 option.\u003cbr\u003e\u003cbr\u003eThe OpenSSL SSL/TLS implementation is not affected by this issue.\u003cbr\u003e\u003cbr\u003eThe OpenSSL 3.0 and 3.1 FIPS providers are not affected by this issue.\", \"base64\": false}]}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-606\", \"description\": \"CWE-606 Unchecked Input for Loop Condition\"}]}], \"providerMetadata\": {\"orgId\": \"3a12439a-ef3a-4c79-92e6-6081a721f1e5\", \"shortName\": \"openssl\", \"dateUpdated\": \"2024-10-14T14:55:47.238Z\"}}}",
"cveMetadata": "{\"cveId\": \"CVE-2023-3446\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2025-04-23T16:20:00.400Z\", \"dateReserved\": \"2023-06-28T14:21:39.968Z\", \"assignerOrgId\": \"3a12439a-ef3a-4c79-92e6-6081a721f1e5\", \"datePublished\": \"2023-07-19T11:31:34.994Z\", \"assignerShortName\": \"openssl\"}",
"dataType": "CVE_RECORD",
"dataVersion": "5.1"
}
}
}
SUSE-SU-2023:2972-1
Vulnerability from csaf_suse - Published: 2023-07-26 07:29 - Updated: 2023-07-26 07:29Summary
Security update for openssl1
Severity
Moderate
Notes
Title of the patch: Security update for openssl1
Description of the patch: This update for openssl1 fixes the following issues:
- CVE-2023-3446: Fixed DH_check() excessive time with over sized modulus (bsc#1213487).
Patchnames: SUSE-2023-2972,SUSE-SLE-SERVER-11-SP4-LTSS-EXTREME-CORE-2023-2972
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
5.3 (Medium)
Affected products
Recommended
5 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 11 SP4 LTSS EXTREME CORE:libopenssl1-devel-1.0.1g-0.58.73.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.73.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.73.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 11 SP4 LTSS EXTREME CORE:openssl1-1.0.1g-0.58.73.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 11 SP4 LTSS EXTREME CORE:openssl1-doc-1.0.1g-0.58.73.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
References
10 references
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for openssl1",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for openssl1 fixes the following issues:\n\n - CVE-2023-3446: Fixed DH_check() excessive time with over sized modulus (bsc#1213487).\n\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2023-2972,SUSE-SLE-SERVER-11-SP4-LTSS-EXTREME-CORE-2023-2972",
"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_2972-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2023:2972-1",
"url": "https://www.suse.com/support/update/announcement/2023/suse-su-20232972-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2023:2972-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2023-July/015644.html"
},
{
"category": "self",
"summary": "SUSE Bug 1213487",
"url": "https://bugzilla.suse.com/1213487"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-3446 page",
"url": "https://www.suse.com/security/cve/CVE-2023-3446/"
}
],
"title": "Security update for openssl1",
"tracking": {
"current_release_date": "2023-07-26T07:29:52Z",
"generator": {
"date": "2023-07-26T07:29:52Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2023:2972-1",
"initial_release_date": "2023-07-26T07:29:52Z",
"revision_history": [
{
"date": "2023-07-26T07:29:52Z",
"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.73.1.i586",
"product": {
"name": "libopenssl1-devel-1.0.1g-0.58.73.1.i586",
"product_id": "libopenssl1-devel-1.0.1g-0.58.73.1.i586"
}
},
{
"category": "product_version",
"name": "libopenssl1_0_0-1.0.1g-0.58.73.1.i586",
"product": {
"name": "libopenssl1_0_0-1.0.1g-0.58.73.1.i586",
"product_id": "libopenssl1_0_0-1.0.1g-0.58.73.1.i586"
}
},
{
"category": "product_version",
"name": "openssl1-1.0.1g-0.58.73.1.i586",
"product": {
"name": "openssl1-1.0.1g-0.58.73.1.i586",
"product_id": "openssl1-1.0.1g-0.58.73.1.i586"
}
},
{
"category": "product_version",
"name": "openssl1-doc-1.0.1g-0.58.73.1.i586",
"product": {
"name": "openssl1-doc-1.0.1g-0.58.73.1.i586",
"product_id": "openssl1-doc-1.0.1g-0.58.73.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "libopenssl1-devel-1.0.1g-0.58.73.1.ia64",
"product": {
"name": "libopenssl1-devel-1.0.1g-0.58.73.1.ia64",
"product_id": "libopenssl1-devel-1.0.1g-0.58.73.1.ia64"
}
},
{
"category": "product_version",
"name": "libopenssl1_0_0-1.0.1g-0.58.73.1.ia64",
"product": {
"name": "libopenssl1_0_0-1.0.1g-0.58.73.1.ia64",
"product_id": "libopenssl1_0_0-1.0.1g-0.58.73.1.ia64"
}
},
{
"category": "product_version",
"name": "libopenssl1_0_0-x86-1.0.1g-0.58.73.1.ia64",
"product": {
"name": "libopenssl1_0_0-x86-1.0.1g-0.58.73.1.ia64",
"product_id": "libopenssl1_0_0-x86-1.0.1g-0.58.73.1.ia64"
}
},
{
"category": "product_version",
"name": "openssl1-1.0.1g-0.58.73.1.ia64",
"product": {
"name": "openssl1-1.0.1g-0.58.73.1.ia64",
"product_id": "openssl1-1.0.1g-0.58.73.1.ia64"
}
},
{
"category": "product_version",
"name": "openssl1-doc-1.0.1g-0.58.73.1.ia64",
"product": {
"name": "openssl1-doc-1.0.1g-0.58.73.1.ia64",
"product_id": "openssl1-doc-1.0.1g-0.58.73.1.ia64"
}
}
],
"category": "architecture",
"name": "ia64"
},
{
"branches": [
{
"category": "product_version",
"name": "libopenssl1-devel-1.0.1g-0.58.73.1.ppc",
"product": {
"name": "libopenssl1-devel-1.0.1g-0.58.73.1.ppc",
"product_id": "libopenssl1-devel-1.0.1g-0.58.73.1.ppc"
}
},
{
"category": "product_version",
"name": "libopenssl1-devel-64bit-1.0.1g-0.58.73.1.ppc",
"product": {
"name": "libopenssl1-devel-64bit-1.0.1g-0.58.73.1.ppc",
"product_id": "libopenssl1-devel-64bit-1.0.1g-0.58.73.1.ppc"
}
},
{
"category": "product_version",
"name": "libopenssl1_0_0-1.0.1g-0.58.73.1.ppc",
"product": {
"name": "libopenssl1_0_0-1.0.1g-0.58.73.1.ppc",
"product_id": "libopenssl1_0_0-1.0.1g-0.58.73.1.ppc"
}
},
{
"category": "product_version",
"name": "libopenssl1_0_0-64bit-1.0.1g-0.58.73.1.ppc",
"product": {
"name": "libopenssl1_0_0-64bit-1.0.1g-0.58.73.1.ppc",
"product_id": "libopenssl1_0_0-64bit-1.0.1g-0.58.73.1.ppc"
}
},
{
"category": "product_version",
"name": "openssl1-1.0.1g-0.58.73.1.ppc",
"product": {
"name": "openssl1-1.0.1g-0.58.73.1.ppc",
"product_id": "openssl1-1.0.1g-0.58.73.1.ppc"
}
},
{
"category": "product_version",
"name": "openssl1-doc-1.0.1g-0.58.73.1.ppc",
"product": {
"name": "openssl1-doc-1.0.1g-0.58.73.1.ppc",
"product_id": "openssl1-doc-1.0.1g-0.58.73.1.ppc"
}
}
],
"category": "architecture",
"name": "ppc"
},
{
"branches": [
{
"category": "product_version",
"name": "libopenssl1-devel-1.0.1g-0.58.73.1.ppc64",
"product": {
"name": "libopenssl1-devel-1.0.1g-0.58.73.1.ppc64",
"product_id": "libopenssl1-devel-1.0.1g-0.58.73.1.ppc64"
}
},
{
"category": "product_version",
"name": "libopenssl1-devel-32bit-1.0.1g-0.58.73.1.ppc64",
"product": {
"name": "libopenssl1-devel-32bit-1.0.1g-0.58.73.1.ppc64",
"product_id": "libopenssl1-devel-32bit-1.0.1g-0.58.73.1.ppc64"
}
},
{
"category": "product_version",
"name": "libopenssl1_0_0-1.0.1g-0.58.73.1.ppc64",
"product": {
"name": "libopenssl1_0_0-1.0.1g-0.58.73.1.ppc64",
"product_id": "libopenssl1_0_0-1.0.1g-0.58.73.1.ppc64"
}
},
{
"category": "product_version",
"name": "libopenssl1_0_0-32bit-1.0.1g-0.58.73.1.ppc64",
"product": {
"name": "libopenssl1_0_0-32bit-1.0.1g-0.58.73.1.ppc64",
"product_id": "libopenssl1_0_0-32bit-1.0.1g-0.58.73.1.ppc64"
}
},
{
"category": "product_version",
"name": "openssl1-1.0.1g-0.58.73.1.ppc64",
"product": {
"name": "openssl1-1.0.1g-0.58.73.1.ppc64",
"product_id": "openssl1-1.0.1g-0.58.73.1.ppc64"
}
},
{
"category": "product_version",
"name": "openssl1-doc-1.0.1g-0.58.73.1.ppc64",
"product": {
"name": "openssl1-doc-1.0.1g-0.58.73.1.ppc64",
"product_id": "openssl1-doc-1.0.1g-0.58.73.1.ppc64"
}
}
],
"category": "architecture",
"name": "ppc64"
},
{
"branches": [
{
"category": "product_version",
"name": "libopenssl1-devel-1.0.1g-0.58.73.1.s390",
"product": {
"name": "libopenssl1-devel-1.0.1g-0.58.73.1.s390",
"product_id": "libopenssl1-devel-1.0.1g-0.58.73.1.s390"
}
},
{
"category": "product_version",
"name": "libopenssl1_0_0-1.0.1g-0.58.73.1.s390",
"product": {
"name": "libopenssl1_0_0-1.0.1g-0.58.73.1.s390",
"product_id": "libopenssl1_0_0-1.0.1g-0.58.73.1.s390"
}
},
{
"category": "product_version",
"name": "openssl1-1.0.1g-0.58.73.1.s390",
"product": {
"name": "openssl1-1.0.1g-0.58.73.1.s390",
"product_id": "openssl1-1.0.1g-0.58.73.1.s390"
}
},
{
"category": "product_version",
"name": "openssl1-doc-1.0.1g-0.58.73.1.s390",
"product": {
"name": "openssl1-doc-1.0.1g-0.58.73.1.s390",
"product_id": "openssl1-doc-1.0.1g-0.58.73.1.s390"
}
}
],
"category": "architecture",
"name": "s390"
},
{
"branches": [
{
"category": "product_version",
"name": "libopenssl1-devel-1.0.1g-0.58.73.1.s390x",
"product": {
"name": "libopenssl1-devel-1.0.1g-0.58.73.1.s390x",
"product_id": "libopenssl1-devel-1.0.1g-0.58.73.1.s390x"
}
},
{
"category": "product_version",
"name": "libopenssl1-devel-32bit-1.0.1g-0.58.73.1.s390x",
"product": {
"name": "libopenssl1-devel-32bit-1.0.1g-0.58.73.1.s390x",
"product_id": "libopenssl1-devel-32bit-1.0.1g-0.58.73.1.s390x"
}
},
{
"category": "product_version",
"name": "libopenssl1_0_0-1.0.1g-0.58.73.1.s390x",
"product": {
"name": "libopenssl1_0_0-1.0.1g-0.58.73.1.s390x",
"product_id": "libopenssl1_0_0-1.0.1g-0.58.73.1.s390x"
}
},
{
"category": "product_version",
"name": "libopenssl1_0_0-32bit-1.0.1g-0.58.73.1.s390x",
"product": {
"name": "libopenssl1_0_0-32bit-1.0.1g-0.58.73.1.s390x",
"product_id": "libopenssl1_0_0-32bit-1.0.1g-0.58.73.1.s390x"
}
},
{
"category": "product_version",
"name": "openssl1-1.0.1g-0.58.73.1.s390x",
"product": {
"name": "openssl1-1.0.1g-0.58.73.1.s390x",
"product_id": "openssl1-1.0.1g-0.58.73.1.s390x"
}
},
{
"category": "product_version",
"name": "openssl1-doc-1.0.1g-0.58.73.1.s390x",
"product": {
"name": "openssl1-doc-1.0.1g-0.58.73.1.s390x",
"product_id": "openssl1-doc-1.0.1g-0.58.73.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "libopenssl1-devel-1.0.1g-0.58.73.1.x86_64",
"product": {
"name": "libopenssl1-devel-1.0.1g-0.58.73.1.x86_64",
"product_id": "libopenssl1-devel-1.0.1g-0.58.73.1.x86_64"
}
},
{
"category": "product_version",
"name": "libopenssl1-devel-32bit-1.0.1g-0.58.73.1.x86_64",
"product": {
"name": "libopenssl1-devel-32bit-1.0.1g-0.58.73.1.x86_64",
"product_id": "libopenssl1-devel-32bit-1.0.1g-0.58.73.1.x86_64"
}
},
{
"category": "product_version",
"name": "libopenssl1_0_0-1.0.1g-0.58.73.1.x86_64",
"product": {
"name": "libopenssl1_0_0-1.0.1g-0.58.73.1.x86_64",
"product_id": "libopenssl1_0_0-1.0.1g-0.58.73.1.x86_64"
}
},
{
"category": "product_version",
"name": "libopenssl1_0_0-32bit-1.0.1g-0.58.73.1.x86_64",
"product": {
"name": "libopenssl1_0_0-32bit-1.0.1g-0.58.73.1.x86_64",
"product_id": "libopenssl1_0_0-32bit-1.0.1g-0.58.73.1.x86_64"
}
},
{
"category": "product_version",
"name": "openssl1-1.0.1g-0.58.73.1.x86_64",
"product": {
"name": "openssl1-1.0.1g-0.58.73.1.x86_64",
"product_id": "openssl1-1.0.1g-0.58.73.1.x86_64"
}
},
{
"category": "product_version",
"name": "openssl1-doc-1.0.1g-0.58.73.1.x86_64",
"product": {
"name": "openssl1-doc-1.0.1g-0.58.73.1.x86_64",
"product_id": "openssl1-doc-1.0.1g-0.58.73.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.73.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.73.1.x86_64"
},
"product_reference": "libopenssl1-devel-1.0.1g-0.58.73.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.73.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.73.1.x86_64"
},
"product_reference": "libopenssl1_0_0-1.0.1g-0.58.73.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.73.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.73.1.x86_64"
},
"product_reference": "libopenssl1_0_0-32bit-1.0.1g-0.58.73.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.73.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.73.1.x86_64"
},
"product_reference": "openssl1-1.0.1g-0.58.73.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.73.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.73.1.x86_64"
},
"product_reference": "openssl1-doc-1.0.1g-0.58.73.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4 LTSS EXTREME CORE"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-3446",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-3446"
}
],
"notes": [
{
"category": "general",
"text": "Issue summary: Checking excessively long DH keys or parameters may be very slow.\n\nImpact summary: Applications that use the functions DH_check(), DH_check_ex()\nor EVP_PKEY_param_check() to check a DH key or DH parameters may experience long\ndelays. Where the key or parameters that are being checked have been obtained\nfrom an untrusted source this may lead to a Denial of Service.\n\nThe function DH_check() performs various checks on DH parameters. One of those\nchecks confirms that the modulus (\u0027p\u0027 parameter) is not too large. Trying to use\na very large modulus is slow and OpenSSL will not normally use a modulus which\nis over 10,000 bits in length.\n\nHowever the DH_check() function checks numerous aspects of the key or parameters\nthat have been supplied. Some of those checks use the supplied modulus value\neven if it has already been found to be too large.\n\nAn application that calls DH_check() and supplies a key or parameters obtained\nfrom an untrusted source could be vulernable to a Denial of Service attack.\n\nThe function DH_check() is itself called by a number of other OpenSSL functions.\nAn application calling any of those other functions may similarly be affected.\nThe other functions affected by this are DH_check_ex() and\nEVP_PKEY_param_check().\n\nAlso vulnerable are the OpenSSL dhparam and pkeyparam command line applications\nwhen using the \u0027-check\u0027 option.\n\nThe OpenSSL SSL/TLS implementation is not affected by this issue.\nThe OpenSSL 3.0 and 3.1 FIPS providers are not affected by this issue.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 11 SP4 LTSS EXTREME CORE:libopenssl1-devel-1.0.1g-0.58.73.1.x86_64",
"SUSE Linux Enterprise Server 11 SP4 LTSS EXTREME CORE:libopenssl1_0_0-1.0.1g-0.58.73.1.x86_64",
"SUSE Linux Enterprise Server 11 SP4 LTSS EXTREME CORE:libopenssl1_0_0-32bit-1.0.1g-0.58.73.1.x86_64",
"SUSE Linux Enterprise Server 11 SP4 LTSS EXTREME CORE:openssl1-1.0.1g-0.58.73.1.x86_64",
"SUSE Linux Enterprise Server 11 SP4 LTSS EXTREME CORE:openssl1-doc-1.0.1g-0.58.73.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-3446",
"url": "https://www.suse.com/security/cve/CVE-2023-3446"
},
{
"category": "external",
"summary": "SUSE Bug 1213487 for CVE-2023-3446",
"url": "https://bugzilla.suse.com/1213487"
},
{
"category": "external",
"summary": "SUSE Bug 1213853 for CVE-2023-3446",
"url": "https://bugzilla.suse.com/1213853"
},
{
"category": "external",
"summary": "SUSE Bug 1221185 for CVE-2023-3446",
"url": "https://bugzilla.suse.com/1221185"
}
],
"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.73.1.x86_64",
"SUSE Linux Enterprise Server 11 SP4 LTSS EXTREME CORE:libopenssl1_0_0-1.0.1g-0.58.73.1.x86_64",
"SUSE Linux Enterprise Server 11 SP4 LTSS EXTREME CORE:libopenssl1_0_0-32bit-1.0.1g-0.58.73.1.x86_64",
"SUSE Linux Enterprise Server 11 SP4 LTSS EXTREME CORE:openssl1-1.0.1g-0.58.73.1.x86_64",
"SUSE Linux Enterprise Server 11 SP4 LTSS EXTREME CORE:openssl1-doc-1.0.1g-0.58.73.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 Linux Enterprise Server 11 SP4 LTSS EXTREME CORE:libopenssl1-devel-1.0.1g-0.58.73.1.x86_64",
"SUSE Linux Enterprise Server 11 SP4 LTSS EXTREME CORE:libopenssl1_0_0-1.0.1g-0.58.73.1.x86_64",
"SUSE Linux Enterprise Server 11 SP4 LTSS EXTREME CORE:libopenssl1_0_0-32bit-1.0.1g-0.58.73.1.x86_64",
"SUSE Linux Enterprise Server 11 SP4 LTSS EXTREME CORE:openssl1-1.0.1g-0.58.73.1.x86_64",
"SUSE Linux Enterprise Server 11 SP4 LTSS EXTREME CORE:openssl1-doc-1.0.1g-0.58.73.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2023-07-26T07:29:52Z",
"details": "moderate"
}
],
"title": "CVE-2023-3446"
}
]
}
SUSE-SU-2023:2973-1
Vulnerability from csaf_suse - Published: 2023-07-26 07:30 - Updated: 2023-07-26 07:30Summary
Security update for openssl
Severity
Moderate
Notes
Title of the patch: Security update for openssl
Description of the patch: This update for openssl fixes the following issues:
- CVE-2023-3446: Fixed DH_check() excessive time with over sized modulus (bsc#1213487).
Patchnames: SUSE-2023-2973,SUSE-SLE-SERVER-11-SP4-LTSS-EXTREME-CORE-2023-2973
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
5.3 (Medium)
Affected products
Recommended
6 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 11 SP4 LTSS EXTREME CORE:libopenssl0_9_8-0.9.8j-0.106.77.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 11 SP4 LTSS EXTREME CORE:libopenssl0_9_8-32bit-0.9.8j-0.106.77.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 11 SP4 LTSS EXTREME CORE:libopenssl0_9_8-hmac-0.9.8j-0.106.77.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 11 SP4 LTSS EXTREME CORE:libopenssl0_9_8-hmac-32bit-0.9.8j-0.106.77.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 11 SP4 LTSS EXTREME CORE:openssl-0.9.8j-0.106.77.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 11 SP4 LTSS EXTREME CORE:openssl-doc-0.9.8j-0.106.77.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
References
10 references
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for openssl",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for openssl fixes the following issues:\n\n- CVE-2023-3446: Fixed DH_check() excessive time with over sized modulus (bsc#1213487).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2023-2973,SUSE-SLE-SERVER-11-SP4-LTSS-EXTREME-CORE-2023-2973",
"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_2973-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2023:2973-1",
"url": "https://www.suse.com/support/update/announcement/2023/suse-su-20232973-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2023:2973-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2023-July/015643.html"
},
{
"category": "self",
"summary": "SUSE Bug 1213487",
"url": "https://bugzilla.suse.com/1213487"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-3446 page",
"url": "https://www.suse.com/security/cve/CVE-2023-3446/"
}
],
"title": "Security update for openssl",
"tracking": {
"current_release_date": "2023-07-26T07:30:08Z",
"generator": {
"date": "2023-07-26T07:30:08Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2023:2973-1",
"initial_release_date": "2023-07-26T07:30:08Z",
"revision_history": [
{
"date": "2023-07-26T07:30:08Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "libopenssl-devel-0.9.8j-0.106.77.1.i586",
"product": {
"name": "libopenssl-devel-0.9.8j-0.106.77.1.i586",
"product_id": "libopenssl-devel-0.9.8j-0.106.77.1.i586"
}
},
{
"category": "product_version",
"name": "libopenssl0_9_8-0.9.8j-0.106.77.1.i586",
"product": {
"name": "libopenssl0_9_8-0.9.8j-0.106.77.1.i586",
"product_id": "libopenssl0_9_8-0.9.8j-0.106.77.1.i586"
}
},
{
"category": "product_version",
"name": "libopenssl0_9_8-hmac-0.9.8j-0.106.77.1.i586",
"product": {
"name": "libopenssl0_9_8-hmac-0.9.8j-0.106.77.1.i586",
"product_id": "libopenssl0_9_8-hmac-0.9.8j-0.106.77.1.i586"
}
},
{
"category": "product_version",
"name": "openssl-0.9.8j-0.106.77.1.i586",
"product": {
"name": "openssl-0.9.8j-0.106.77.1.i586",
"product_id": "openssl-0.9.8j-0.106.77.1.i586"
}
},
{
"category": "product_version",
"name": "openssl-doc-0.9.8j-0.106.77.1.i586",
"product": {
"name": "openssl-doc-0.9.8j-0.106.77.1.i586",
"product_id": "openssl-doc-0.9.8j-0.106.77.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "libopenssl-devel-0.9.8j-0.106.77.1.ia64",
"product": {
"name": "libopenssl-devel-0.9.8j-0.106.77.1.ia64",
"product_id": "libopenssl-devel-0.9.8j-0.106.77.1.ia64"
}
},
{
"category": "product_version",
"name": "libopenssl0_9_8-0.9.8j-0.106.77.1.ia64",
"product": {
"name": "libopenssl0_9_8-0.9.8j-0.106.77.1.ia64",
"product_id": "libopenssl0_9_8-0.9.8j-0.106.77.1.ia64"
}
},
{
"category": "product_version",
"name": "libopenssl0_9_8-hmac-0.9.8j-0.106.77.1.ia64",
"product": {
"name": "libopenssl0_9_8-hmac-0.9.8j-0.106.77.1.ia64",
"product_id": "libopenssl0_9_8-hmac-0.9.8j-0.106.77.1.ia64"
}
},
{
"category": "product_version",
"name": "libopenssl0_9_8-hmac-x86-0.9.8j-0.106.77.1.ia64",
"product": {
"name": "libopenssl0_9_8-hmac-x86-0.9.8j-0.106.77.1.ia64",
"product_id": "libopenssl0_9_8-hmac-x86-0.9.8j-0.106.77.1.ia64"
}
},
{
"category": "product_version",
"name": "libopenssl0_9_8-x86-0.9.8j-0.106.77.1.ia64",
"product": {
"name": "libopenssl0_9_8-x86-0.9.8j-0.106.77.1.ia64",
"product_id": "libopenssl0_9_8-x86-0.9.8j-0.106.77.1.ia64"
}
},
{
"category": "product_version",
"name": "openssl-0.9.8j-0.106.77.1.ia64",
"product": {
"name": "openssl-0.9.8j-0.106.77.1.ia64",
"product_id": "openssl-0.9.8j-0.106.77.1.ia64"
}
},
{
"category": "product_version",
"name": "openssl-doc-0.9.8j-0.106.77.1.ia64",
"product": {
"name": "openssl-doc-0.9.8j-0.106.77.1.ia64",
"product_id": "openssl-doc-0.9.8j-0.106.77.1.ia64"
}
}
],
"category": "architecture",
"name": "ia64"
},
{
"branches": [
{
"category": "product_version",
"name": "libopenssl-devel-0.9.8j-0.106.77.1.ppc",
"product": {
"name": "libopenssl-devel-0.9.8j-0.106.77.1.ppc",
"product_id": "libopenssl-devel-0.9.8j-0.106.77.1.ppc"
}
},
{
"category": "product_version",
"name": "libopenssl-devel-64bit-0.9.8j-0.106.77.1.ppc",
"product": {
"name": "libopenssl-devel-64bit-0.9.8j-0.106.77.1.ppc",
"product_id": "libopenssl-devel-64bit-0.9.8j-0.106.77.1.ppc"
}
},
{
"category": "product_version",
"name": "libopenssl0_9_8-0.9.8j-0.106.77.1.ppc",
"product": {
"name": "libopenssl0_9_8-0.9.8j-0.106.77.1.ppc",
"product_id": "libopenssl0_9_8-0.9.8j-0.106.77.1.ppc"
}
},
{
"category": "product_version",
"name": "libopenssl0_9_8-64bit-0.9.8j-0.106.77.1.ppc",
"product": {
"name": "libopenssl0_9_8-64bit-0.9.8j-0.106.77.1.ppc",
"product_id": "libopenssl0_9_8-64bit-0.9.8j-0.106.77.1.ppc"
}
},
{
"category": "product_version",
"name": "libopenssl0_9_8-hmac-0.9.8j-0.106.77.1.ppc",
"product": {
"name": "libopenssl0_9_8-hmac-0.9.8j-0.106.77.1.ppc",
"product_id": "libopenssl0_9_8-hmac-0.9.8j-0.106.77.1.ppc"
}
},
{
"category": "product_version",
"name": "libopenssl0_9_8-hmac-64bit-0.9.8j-0.106.77.1.ppc",
"product": {
"name": "libopenssl0_9_8-hmac-64bit-0.9.8j-0.106.77.1.ppc",
"product_id": "libopenssl0_9_8-hmac-64bit-0.9.8j-0.106.77.1.ppc"
}
},
{
"category": "product_version",
"name": "openssl-0.9.8j-0.106.77.1.ppc",
"product": {
"name": "openssl-0.9.8j-0.106.77.1.ppc",
"product_id": "openssl-0.9.8j-0.106.77.1.ppc"
}
},
{
"category": "product_version",
"name": "openssl-doc-0.9.8j-0.106.77.1.ppc",
"product": {
"name": "openssl-doc-0.9.8j-0.106.77.1.ppc",
"product_id": "openssl-doc-0.9.8j-0.106.77.1.ppc"
}
}
],
"category": "architecture",
"name": "ppc"
},
{
"branches": [
{
"category": "product_version",
"name": "libopenssl-devel-0.9.8j-0.106.77.1.ppc64",
"product": {
"name": "libopenssl-devel-0.9.8j-0.106.77.1.ppc64",
"product_id": "libopenssl-devel-0.9.8j-0.106.77.1.ppc64"
}
},
{
"category": "product_version",
"name": "libopenssl-devel-32bit-0.9.8j-0.106.77.1.ppc64",
"product": {
"name": "libopenssl-devel-32bit-0.9.8j-0.106.77.1.ppc64",
"product_id": "libopenssl-devel-32bit-0.9.8j-0.106.77.1.ppc64"
}
},
{
"category": "product_version",
"name": "libopenssl0_9_8-0.9.8j-0.106.77.1.ppc64",
"product": {
"name": "libopenssl0_9_8-0.9.8j-0.106.77.1.ppc64",
"product_id": "libopenssl0_9_8-0.9.8j-0.106.77.1.ppc64"
}
},
{
"category": "product_version",
"name": "libopenssl0_9_8-32bit-0.9.8j-0.106.77.1.ppc64",
"product": {
"name": "libopenssl0_9_8-32bit-0.9.8j-0.106.77.1.ppc64",
"product_id": "libopenssl0_9_8-32bit-0.9.8j-0.106.77.1.ppc64"
}
},
{
"category": "product_version",
"name": "libopenssl0_9_8-hmac-0.9.8j-0.106.77.1.ppc64",
"product": {
"name": "libopenssl0_9_8-hmac-0.9.8j-0.106.77.1.ppc64",
"product_id": "libopenssl0_9_8-hmac-0.9.8j-0.106.77.1.ppc64"
}
},
{
"category": "product_version",
"name": "libopenssl0_9_8-hmac-32bit-0.9.8j-0.106.77.1.ppc64",
"product": {
"name": "libopenssl0_9_8-hmac-32bit-0.9.8j-0.106.77.1.ppc64",
"product_id": "libopenssl0_9_8-hmac-32bit-0.9.8j-0.106.77.1.ppc64"
}
},
{
"category": "product_version",
"name": "openssl-0.9.8j-0.106.77.1.ppc64",
"product": {
"name": "openssl-0.9.8j-0.106.77.1.ppc64",
"product_id": "openssl-0.9.8j-0.106.77.1.ppc64"
}
},
{
"category": "product_version",
"name": "openssl-doc-0.9.8j-0.106.77.1.ppc64",
"product": {
"name": "openssl-doc-0.9.8j-0.106.77.1.ppc64",
"product_id": "openssl-doc-0.9.8j-0.106.77.1.ppc64"
}
}
],
"category": "architecture",
"name": "ppc64"
},
{
"branches": [
{
"category": "product_version",
"name": "libopenssl-devel-0.9.8j-0.106.77.1.s390",
"product": {
"name": "libopenssl-devel-0.9.8j-0.106.77.1.s390",
"product_id": "libopenssl-devel-0.9.8j-0.106.77.1.s390"
}
},
{
"category": "product_version",
"name": "libopenssl0_9_8-0.9.8j-0.106.77.1.s390",
"product": {
"name": "libopenssl0_9_8-0.9.8j-0.106.77.1.s390",
"product_id": "libopenssl0_9_8-0.9.8j-0.106.77.1.s390"
}
},
{
"category": "product_version",
"name": "libopenssl0_9_8-hmac-0.9.8j-0.106.77.1.s390",
"product": {
"name": "libopenssl0_9_8-hmac-0.9.8j-0.106.77.1.s390",
"product_id": "libopenssl0_9_8-hmac-0.9.8j-0.106.77.1.s390"
}
},
{
"category": "product_version",
"name": "openssl-0.9.8j-0.106.77.1.s390",
"product": {
"name": "openssl-0.9.8j-0.106.77.1.s390",
"product_id": "openssl-0.9.8j-0.106.77.1.s390"
}
},
{
"category": "product_version",
"name": "openssl-doc-0.9.8j-0.106.77.1.s390",
"product": {
"name": "openssl-doc-0.9.8j-0.106.77.1.s390",
"product_id": "openssl-doc-0.9.8j-0.106.77.1.s390"
}
}
],
"category": "architecture",
"name": "s390"
},
{
"branches": [
{
"category": "product_version",
"name": "libopenssl-devel-0.9.8j-0.106.77.1.s390x",
"product": {
"name": "libopenssl-devel-0.9.8j-0.106.77.1.s390x",
"product_id": "libopenssl-devel-0.9.8j-0.106.77.1.s390x"
}
},
{
"category": "product_version",
"name": "libopenssl-devel-32bit-0.9.8j-0.106.77.1.s390x",
"product": {
"name": "libopenssl-devel-32bit-0.9.8j-0.106.77.1.s390x",
"product_id": "libopenssl-devel-32bit-0.9.8j-0.106.77.1.s390x"
}
},
{
"category": "product_version",
"name": "libopenssl0_9_8-0.9.8j-0.106.77.1.s390x",
"product": {
"name": "libopenssl0_9_8-0.9.8j-0.106.77.1.s390x",
"product_id": "libopenssl0_9_8-0.9.8j-0.106.77.1.s390x"
}
},
{
"category": "product_version",
"name": "libopenssl0_9_8-32bit-0.9.8j-0.106.77.1.s390x",
"product": {
"name": "libopenssl0_9_8-32bit-0.9.8j-0.106.77.1.s390x",
"product_id": "libopenssl0_9_8-32bit-0.9.8j-0.106.77.1.s390x"
}
},
{
"category": "product_version",
"name": "libopenssl0_9_8-hmac-0.9.8j-0.106.77.1.s390x",
"product": {
"name": "libopenssl0_9_8-hmac-0.9.8j-0.106.77.1.s390x",
"product_id": "libopenssl0_9_8-hmac-0.9.8j-0.106.77.1.s390x"
}
},
{
"category": "product_version",
"name": "libopenssl0_9_8-hmac-32bit-0.9.8j-0.106.77.1.s390x",
"product": {
"name": "libopenssl0_9_8-hmac-32bit-0.9.8j-0.106.77.1.s390x",
"product_id": "libopenssl0_9_8-hmac-32bit-0.9.8j-0.106.77.1.s390x"
}
},
{
"category": "product_version",
"name": "openssl-0.9.8j-0.106.77.1.s390x",
"product": {
"name": "openssl-0.9.8j-0.106.77.1.s390x",
"product_id": "openssl-0.9.8j-0.106.77.1.s390x"
}
},
{
"category": "product_version",
"name": "openssl-doc-0.9.8j-0.106.77.1.s390x",
"product": {
"name": "openssl-doc-0.9.8j-0.106.77.1.s390x",
"product_id": "openssl-doc-0.9.8j-0.106.77.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "libopenssl-devel-0.9.8j-0.106.77.1.x86_64",
"product": {
"name": "libopenssl-devel-0.9.8j-0.106.77.1.x86_64",
"product_id": "libopenssl-devel-0.9.8j-0.106.77.1.x86_64"
}
},
{
"category": "product_version",
"name": "libopenssl-devel-32bit-0.9.8j-0.106.77.1.x86_64",
"product": {
"name": "libopenssl-devel-32bit-0.9.8j-0.106.77.1.x86_64",
"product_id": "libopenssl-devel-32bit-0.9.8j-0.106.77.1.x86_64"
}
},
{
"category": "product_version",
"name": "libopenssl0_9_8-0.9.8j-0.106.77.1.x86_64",
"product": {
"name": "libopenssl0_9_8-0.9.8j-0.106.77.1.x86_64",
"product_id": "libopenssl0_9_8-0.9.8j-0.106.77.1.x86_64"
}
},
{
"category": "product_version",
"name": "libopenssl0_9_8-32bit-0.9.8j-0.106.77.1.x86_64",
"product": {
"name": "libopenssl0_9_8-32bit-0.9.8j-0.106.77.1.x86_64",
"product_id": "libopenssl0_9_8-32bit-0.9.8j-0.106.77.1.x86_64"
}
},
{
"category": "product_version",
"name": "libopenssl0_9_8-hmac-0.9.8j-0.106.77.1.x86_64",
"product": {
"name": "libopenssl0_9_8-hmac-0.9.8j-0.106.77.1.x86_64",
"product_id": "libopenssl0_9_8-hmac-0.9.8j-0.106.77.1.x86_64"
}
},
{
"category": "product_version",
"name": "libopenssl0_9_8-hmac-32bit-0.9.8j-0.106.77.1.x86_64",
"product": {
"name": "libopenssl0_9_8-hmac-32bit-0.9.8j-0.106.77.1.x86_64",
"product_id": "libopenssl0_9_8-hmac-32bit-0.9.8j-0.106.77.1.x86_64"
}
},
{
"category": "product_version",
"name": "openssl-0.9.8j-0.106.77.1.x86_64",
"product": {
"name": "openssl-0.9.8j-0.106.77.1.x86_64",
"product_id": "openssl-0.9.8j-0.106.77.1.x86_64"
}
},
{
"category": "product_version",
"name": "openssl-doc-0.9.8j-0.106.77.1.x86_64",
"product": {
"name": "openssl-doc-0.9.8j-0.106.77.1.x86_64",
"product_id": "openssl-doc-0.9.8j-0.106.77.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": "libopenssl0_9_8-0.9.8j-0.106.77.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:libopenssl0_9_8-0.9.8j-0.106.77.1.x86_64"
},
"product_reference": "libopenssl0_9_8-0.9.8j-0.106.77.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4 LTSS EXTREME CORE"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl0_9_8-32bit-0.9.8j-0.106.77.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:libopenssl0_9_8-32bit-0.9.8j-0.106.77.1.x86_64"
},
"product_reference": "libopenssl0_9_8-32bit-0.9.8j-0.106.77.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4 LTSS EXTREME CORE"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl0_9_8-hmac-0.9.8j-0.106.77.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:libopenssl0_9_8-hmac-0.9.8j-0.106.77.1.x86_64"
},
"product_reference": "libopenssl0_9_8-hmac-0.9.8j-0.106.77.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4 LTSS EXTREME CORE"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl0_9_8-hmac-32bit-0.9.8j-0.106.77.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:libopenssl0_9_8-hmac-32bit-0.9.8j-0.106.77.1.x86_64"
},
"product_reference": "libopenssl0_9_8-hmac-32bit-0.9.8j-0.106.77.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4 LTSS EXTREME CORE"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-0.9.8j-0.106.77.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:openssl-0.9.8j-0.106.77.1.x86_64"
},
"product_reference": "openssl-0.9.8j-0.106.77.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4 LTSS EXTREME CORE"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-doc-0.9.8j-0.106.77.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:openssl-doc-0.9.8j-0.106.77.1.x86_64"
},
"product_reference": "openssl-doc-0.9.8j-0.106.77.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4 LTSS EXTREME CORE"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-3446",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-3446"
}
],
"notes": [
{
"category": "general",
"text": "Issue summary: Checking excessively long DH keys or parameters may be very slow.\n\nImpact summary: Applications that use the functions DH_check(), DH_check_ex()\nor EVP_PKEY_param_check() to check a DH key or DH parameters may experience long\ndelays. Where the key or parameters that are being checked have been obtained\nfrom an untrusted source this may lead to a Denial of Service.\n\nThe function DH_check() performs various checks on DH parameters. One of those\nchecks confirms that the modulus (\u0027p\u0027 parameter) is not too large. Trying to use\na very large modulus is slow and OpenSSL will not normally use a modulus which\nis over 10,000 bits in length.\n\nHowever the DH_check() function checks numerous aspects of the key or parameters\nthat have been supplied. Some of those checks use the supplied modulus value\neven if it has already been found to be too large.\n\nAn application that calls DH_check() and supplies a key or parameters obtained\nfrom an untrusted source could be vulernable to a Denial of Service attack.\n\nThe function DH_check() is itself called by a number of other OpenSSL functions.\nAn application calling any of those other functions may similarly be affected.\nThe other functions affected by this are DH_check_ex() and\nEVP_PKEY_param_check().\n\nAlso vulnerable are the OpenSSL dhparam and pkeyparam command line applications\nwhen using the \u0027-check\u0027 option.\n\nThe OpenSSL SSL/TLS implementation is not affected by this issue.\nThe OpenSSL 3.0 and 3.1 FIPS providers are not affected by this issue.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 11 SP4 LTSS EXTREME CORE:libopenssl0_9_8-0.9.8j-0.106.77.1.x86_64",
"SUSE Linux Enterprise Server 11 SP4 LTSS EXTREME CORE:libopenssl0_9_8-32bit-0.9.8j-0.106.77.1.x86_64",
"SUSE Linux Enterprise Server 11 SP4 LTSS EXTREME CORE:libopenssl0_9_8-hmac-0.9.8j-0.106.77.1.x86_64",
"SUSE Linux Enterprise Server 11 SP4 LTSS EXTREME CORE:libopenssl0_9_8-hmac-32bit-0.9.8j-0.106.77.1.x86_64",
"SUSE Linux Enterprise Server 11 SP4 LTSS EXTREME CORE:openssl-0.9.8j-0.106.77.1.x86_64",
"SUSE Linux Enterprise Server 11 SP4 LTSS EXTREME CORE:openssl-doc-0.9.8j-0.106.77.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-3446",
"url": "https://www.suse.com/security/cve/CVE-2023-3446"
},
{
"category": "external",
"summary": "SUSE Bug 1213487 for CVE-2023-3446",
"url": "https://bugzilla.suse.com/1213487"
},
{
"category": "external",
"summary": "SUSE Bug 1213853 for CVE-2023-3446",
"url": "https://bugzilla.suse.com/1213853"
},
{
"category": "external",
"summary": "SUSE Bug 1221185 for CVE-2023-3446",
"url": "https://bugzilla.suse.com/1221185"
}
],
"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:libopenssl0_9_8-0.9.8j-0.106.77.1.x86_64",
"SUSE Linux Enterprise Server 11 SP4 LTSS EXTREME CORE:libopenssl0_9_8-32bit-0.9.8j-0.106.77.1.x86_64",
"SUSE Linux Enterprise Server 11 SP4 LTSS EXTREME CORE:libopenssl0_9_8-hmac-0.9.8j-0.106.77.1.x86_64",
"SUSE Linux Enterprise Server 11 SP4 LTSS EXTREME CORE:libopenssl0_9_8-hmac-32bit-0.9.8j-0.106.77.1.x86_64",
"SUSE Linux Enterprise Server 11 SP4 LTSS EXTREME CORE:openssl-0.9.8j-0.106.77.1.x86_64",
"SUSE Linux Enterprise Server 11 SP4 LTSS EXTREME CORE:openssl-doc-0.9.8j-0.106.77.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 Linux Enterprise Server 11 SP4 LTSS EXTREME CORE:libopenssl0_9_8-0.9.8j-0.106.77.1.x86_64",
"SUSE Linux Enterprise Server 11 SP4 LTSS EXTREME CORE:libopenssl0_9_8-32bit-0.9.8j-0.106.77.1.x86_64",
"SUSE Linux Enterprise Server 11 SP4 LTSS EXTREME CORE:libopenssl0_9_8-hmac-0.9.8j-0.106.77.1.x86_64",
"SUSE Linux Enterprise Server 11 SP4 LTSS EXTREME CORE:libopenssl0_9_8-hmac-32bit-0.9.8j-0.106.77.1.x86_64",
"SUSE Linux Enterprise Server 11 SP4 LTSS EXTREME CORE:openssl-0.9.8j-0.106.77.1.x86_64",
"SUSE Linux Enterprise Server 11 SP4 LTSS EXTREME CORE:openssl-doc-0.9.8j-0.106.77.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2023-07-26T07:30:08Z",
"details": "moderate"
}
],
"title": "CVE-2023-3446"
}
]
}
SUSE-SU-2023:3011-1
Vulnerability from csaf_suse - Published: 2023-07-28 12:17 - Updated: 2023-07-28 12:17Summary
Security update for openssl-3
Severity
Moderate
Notes
Title of the patch: Security update for openssl-3
Description of the patch: This update for openssl-3 fixes the following issues:
- CVE-2023-2975: Fixed AES-SIV implementation ignores empty associated data entries (bsc#1213383).
- CVE-2023-3446: Fixed DH_check() excessive time with over sized modulus (bsc#1213487).
Patchnames: SUSE-2023-3011,SUSE-SLE-Module-Basesystem-15-SP5-2023-3011,openSUSE-SLE-15.5-2023-3011
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
5.9 (Medium)
Affected products
Recommended
27 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:libopenssl-3-devel-3.0.8-150500.5.8.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:libopenssl-3-devel-3.0.8-150500.5.8.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:libopenssl-3-devel-3.0.8-150500.5.8.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:libopenssl-3-devel-3.0.8-150500.5.8.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:libopenssl3-3.0.8-150500.5.8.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:libopenssl3-3.0.8-150500.5.8.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:libopenssl3-3.0.8-150500.5.8.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:libopenssl3-3.0.8-150500.5.8.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:openssl-3-3.0.8-150500.5.8.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:openssl-3-3.0.8-150500.5.8.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:openssl-3-3.0.8-150500.5.8.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:openssl-3-3.0.8-150500.5.8.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:libopenssl-3-devel-3.0.8-150500.5.8.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:libopenssl-3-devel-3.0.8-150500.5.8.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:libopenssl-3-devel-3.0.8-150500.5.8.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:libopenssl-3-devel-3.0.8-150500.5.8.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:libopenssl-3-devel-32bit-3.0.8-150500.5.8.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:libopenssl3-3.0.8-150500.5.8.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:libopenssl3-3.0.8-150500.5.8.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:libopenssl3-3.0.8-150500.5.8.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:libopenssl3-3.0.8-150500.5.8.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:libopenssl3-32bit-3.0.8-150500.5.8.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:openssl-3-3.0.8-150500.5.8.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:openssl-3-3.0.8-150500.5.8.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:openssl-3-3.0.8-150500.5.8.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:openssl-3-3.0.8-150500.5.8.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:openssl-3-doc-3.0.8-150500.5.8.1.noarch | — |
Vendor Fix
|
Threats
Impact
moderate
5.3 (Medium)
Affected products
Recommended
27 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:libopenssl-3-devel-3.0.8-150500.5.8.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:libopenssl-3-devel-3.0.8-150500.5.8.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:libopenssl-3-devel-3.0.8-150500.5.8.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:libopenssl-3-devel-3.0.8-150500.5.8.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:libopenssl3-3.0.8-150500.5.8.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:libopenssl3-3.0.8-150500.5.8.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:libopenssl3-3.0.8-150500.5.8.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:libopenssl3-3.0.8-150500.5.8.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:openssl-3-3.0.8-150500.5.8.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:openssl-3-3.0.8-150500.5.8.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:openssl-3-3.0.8-150500.5.8.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:openssl-3-3.0.8-150500.5.8.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:libopenssl-3-devel-3.0.8-150500.5.8.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:libopenssl-3-devel-3.0.8-150500.5.8.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:libopenssl-3-devel-3.0.8-150500.5.8.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:libopenssl-3-devel-3.0.8-150500.5.8.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:libopenssl-3-devel-32bit-3.0.8-150500.5.8.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:libopenssl3-3.0.8-150500.5.8.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:libopenssl3-3.0.8-150500.5.8.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:libopenssl3-3.0.8-150500.5.8.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:libopenssl3-3.0.8-150500.5.8.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:libopenssl3-32bit-3.0.8-150500.5.8.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:openssl-3-3.0.8-150500.5.8.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:openssl-3-3.0.8-150500.5.8.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:openssl-3-3.0.8-150500.5.8.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:openssl-3-3.0.8-150500.5.8.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:openssl-3-doc-3.0.8-150500.5.8.1.noarch | — |
Vendor Fix
|
Threats
Impact
moderate
References
14 references
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "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-2975: Fixed AES-SIV implementation ignores empty associated data entries (bsc#1213383).\n- CVE-2023-3446: Fixed DH_check() excessive time with over sized modulus (bsc#1213487).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2023-3011,SUSE-SLE-Module-Basesystem-15-SP5-2023-3011,openSUSE-SLE-15.5-2023-3011",
"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_3011-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2023:3011-1",
"url": "https://www.suse.com/support/update/announcement/2023/suse-su-20233011-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2023:3011-1",
"url": "https://lists.suse.com/pipermail/sle-updates/2023-July/030618.html"
},
{
"category": "self",
"summary": "SUSE Bug 1213383",
"url": "https://bugzilla.suse.com/1213383"
},
{
"category": "self",
"summary": "SUSE Bug 1213487",
"url": "https://bugzilla.suse.com/1213487"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-2975 page",
"url": "https://www.suse.com/security/cve/CVE-2023-2975/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-3446 page",
"url": "https://www.suse.com/security/cve/CVE-2023-3446/"
}
],
"title": "Security update for openssl-3",
"tracking": {
"current_release_date": "2023-07-28T12:17:06Z",
"generator": {
"date": "2023-07-28T12:17:06Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2023:3011-1",
"initial_release_date": "2023-07-28T12:17:06Z",
"revision_history": [
{
"date": "2023-07-28T12:17:06Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "libopenssl-3-devel-3.0.8-150500.5.8.1.aarch64",
"product": {
"name": "libopenssl-3-devel-3.0.8-150500.5.8.1.aarch64",
"product_id": "libopenssl-3-devel-3.0.8-150500.5.8.1.aarch64"
}
},
{
"category": "product_version",
"name": "libopenssl3-3.0.8-150500.5.8.1.aarch64",
"product": {
"name": "libopenssl3-3.0.8-150500.5.8.1.aarch64",
"product_id": "libopenssl3-3.0.8-150500.5.8.1.aarch64"
}
},
{
"category": "product_version",
"name": "openssl-3-3.0.8-150500.5.8.1.aarch64",
"product": {
"name": "openssl-3-3.0.8-150500.5.8.1.aarch64",
"product_id": "openssl-3-3.0.8-150500.5.8.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "libopenssl-3-devel-64bit-3.0.8-150500.5.8.1.aarch64_ilp32",
"product": {
"name": "libopenssl-3-devel-64bit-3.0.8-150500.5.8.1.aarch64_ilp32",
"product_id": "libopenssl-3-devel-64bit-3.0.8-150500.5.8.1.aarch64_ilp32"
}
},
{
"category": "product_version",
"name": "libopenssl3-64bit-3.0.8-150500.5.8.1.aarch64_ilp32",
"product": {
"name": "libopenssl3-64bit-3.0.8-150500.5.8.1.aarch64_ilp32",
"product_id": "libopenssl3-64bit-3.0.8-150500.5.8.1.aarch64_ilp32"
}
}
],
"category": "architecture",
"name": "aarch64_ilp32"
},
{
"branches": [
{
"category": "product_version",
"name": "libopenssl-3-devel-3.0.8-150500.5.8.1.i586",
"product": {
"name": "libopenssl-3-devel-3.0.8-150500.5.8.1.i586",
"product_id": "libopenssl-3-devel-3.0.8-150500.5.8.1.i586"
}
},
{
"category": "product_version",
"name": "libopenssl3-3.0.8-150500.5.8.1.i586",
"product": {
"name": "libopenssl3-3.0.8-150500.5.8.1.i586",
"product_id": "libopenssl3-3.0.8-150500.5.8.1.i586"
}
},
{
"category": "product_version",
"name": "openssl-3-3.0.8-150500.5.8.1.i586",
"product": {
"name": "openssl-3-3.0.8-150500.5.8.1.i586",
"product_id": "openssl-3-3.0.8-150500.5.8.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "openssl-3-doc-3.0.8-150500.5.8.1.noarch",
"product": {
"name": "openssl-3-doc-3.0.8-150500.5.8.1.noarch",
"product_id": "openssl-3-doc-3.0.8-150500.5.8.1.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "libopenssl-3-devel-3.0.8-150500.5.8.1.ppc64le",
"product": {
"name": "libopenssl-3-devel-3.0.8-150500.5.8.1.ppc64le",
"product_id": "libopenssl-3-devel-3.0.8-150500.5.8.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libopenssl3-3.0.8-150500.5.8.1.ppc64le",
"product": {
"name": "libopenssl3-3.0.8-150500.5.8.1.ppc64le",
"product_id": "libopenssl3-3.0.8-150500.5.8.1.ppc64le"
}
},
{
"category": "product_version",
"name": "openssl-3-3.0.8-150500.5.8.1.ppc64le",
"product": {
"name": "openssl-3-3.0.8-150500.5.8.1.ppc64le",
"product_id": "openssl-3-3.0.8-150500.5.8.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "libopenssl-3-devel-3.0.8-150500.5.8.1.s390x",
"product": {
"name": "libopenssl-3-devel-3.0.8-150500.5.8.1.s390x",
"product_id": "libopenssl-3-devel-3.0.8-150500.5.8.1.s390x"
}
},
{
"category": "product_version",
"name": "libopenssl3-3.0.8-150500.5.8.1.s390x",
"product": {
"name": "libopenssl3-3.0.8-150500.5.8.1.s390x",
"product_id": "libopenssl3-3.0.8-150500.5.8.1.s390x"
}
},
{
"category": "product_version",
"name": "openssl-3-3.0.8-150500.5.8.1.s390x",
"product": {
"name": "openssl-3-3.0.8-150500.5.8.1.s390x",
"product_id": "openssl-3-3.0.8-150500.5.8.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "libopenssl-3-devel-3.0.8-150500.5.8.1.x86_64",
"product": {
"name": "libopenssl-3-devel-3.0.8-150500.5.8.1.x86_64",
"product_id": "libopenssl-3-devel-3.0.8-150500.5.8.1.x86_64"
}
},
{
"category": "product_version",
"name": "libopenssl-3-devel-32bit-3.0.8-150500.5.8.1.x86_64",
"product": {
"name": "libopenssl-3-devel-32bit-3.0.8-150500.5.8.1.x86_64",
"product_id": "libopenssl-3-devel-32bit-3.0.8-150500.5.8.1.x86_64"
}
},
{
"category": "product_version",
"name": "libopenssl3-3.0.8-150500.5.8.1.x86_64",
"product": {
"name": "libopenssl3-3.0.8-150500.5.8.1.x86_64",
"product_id": "libopenssl3-3.0.8-150500.5.8.1.x86_64"
}
},
{
"category": "product_version",
"name": "libopenssl3-32bit-3.0.8-150500.5.8.1.x86_64",
"product": {
"name": "libopenssl3-32bit-3.0.8-150500.5.8.1.x86_64",
"product_id": "libopenssl3-32bit-3.0.8-150500.5.8.1.x86_64"
}
},
{
"category": "product_version",
"name": "openssl-3-3.0.8-150500.5.8.1.x86_64",
"product": {
"name": "openssl-3-3.0.8-150500.5.8.1.x86_64",
"product_id": "openssl-3-3.0.8-150500.5.8.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Basesystem 15 SP5",
"product": {
"name": "SUSE Linux Enterprise Module for Basesystem 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP5",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-basesystem:15:sp5"
}
}
},
{
"category": "product_name",
"name": "openSUSE Leap 15.5",
"product": {
"name": "openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:leap:15.5"
}
}
}
],
"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.8-150500.5.8.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP5:libopenssl-3-devel-3.0.8-150500.5.8.1.aarch64"
},
"product_reference": "libopenssl-3-devel-3.0.8-150500.5.8.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-3-devel-3.0.8-150500.5.8.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP5:libopenssl-3-devel-3.0.8-150500.5.8.1.ppc64le"
},
"product_reference": "libopenssl-3-devel-3.0.8-150500.5.8.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-3-devel-3.0.8-150500.5.8.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP5:libopenssl-3-devel-3.0.8-150500.5.8.1.s390x"
},
"product_reference": "libopenssl-3-devel-3.0.8-150500.5.8.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-3-devel-3.0.8-150500.5.8.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP5:libopenssl-3-devel-3.0.8-150500.5.8.1.x86_64"
},
"product_reference": "libopenssl-3-devel-3.0.8-150500.5.8.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl3-3.0.8-150500.5.8.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP5:libopenssl3-3.0.8-150500.5.8.1.aarch64"
},
"product_reference": "libopenssl3-3.0.8-150500.5.8.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl3-3.0.8-150500.5.8.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP5:libopenssl3-3.0.8-150500.5.8.1.ppc64le"
},
"product_reference": "libopenssl3-3.0.8-150500.5.8.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl3-3.0.8-150500.5.8.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP5:libopenssl3-3.0.8-150500.5.8.1.s390x"
},
"product_reference": "libopenssl3-3.0.8-150500.5.8.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl3-3.0.8-150500.5.8.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP5:libopenssl3-3.0.8-150500.5.8.1.x86_64"
},
"product_reference": "libopenssl3-3.0.8-150500.5.8.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-3-3.0.8-150500.5.8.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP5:openssl-3-3.0.8-150500.5.8.1.aarch64"
},
"product_reference": "openssl-3-3.0.8-150500.5.8.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-3-3.0.8-150500.5.8.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP5:openssl-3-3.0.8-150500.5.8.1.ppc64le"
},
"product_reference": "openssl-3-3.0.8-150500.5.8.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-3-3.0.8-150500.5.8.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP5:openssl-3-3.0.8-150500.5.8.1.s390x"
},
"product_reference": "openssl-3-3.0.8-150500.5.8.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-3-3.0.8-150500.5.8.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP5:openssl-3-3.0.8-150500.5.8.1.x86_64"
},
"product_reference": "openssl-3-3.0.8-150500.5.8.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-3-devel-3.0.8-150500.5.8.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:libopenssl-3-devel-3.0.8-150500.5.8.1.aarch64"
},
"product_reference": "libopenssl-3-devel-3.0.8-150500.5.8.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-3-devel-3.0.8-150500.5.8.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:libopenssl-3-devel-3.0.8-150500.5.8.1.ppc64le"
},
"product_reference": "libopenssl-3-devel-3.0.8-150500.5.8.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-3-devel-3.0.8-150500.5.8.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:libopenssl-3-devel-3.0.8-150500.5.8.1.s390x"
},
"product_reference": "libopenssl-3-devel-3.0.8-150500.5.8.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-3-devel-3.0.8-150500.5.8.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:libopenssl-3-devel-3.0.8-150500.5.8.1.x86_64"
},
"product_reference": "libopenssl-3-devel-3.0.8-150500.5.8.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-3-devel-32bit-3.0.8-150500.5.8.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:libopenssl-3-devel-32bit-3.0.8-150500.5.8.1.x86_64"
},
"product_reference": "libopenssl-3-devel-32bit-3.0.8-150500.5.8.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl3-3.0.8-150500.5.8.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:libopenssl3-3.0.8-150500.5.8.1.aarch64"
},
"product_reference": "libopenssl3-3.0.8-150500.5.8.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl3-3.0.8-150500.5.8.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:libopenssl3-3.0.8-150500.5.8.1.ppc64le"
},
"product_reference": "libopenssl3-3.0.8-150500.5.8.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl3-3.0.8-150500.5.8.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:libopenssl3-3.0.8-150500.5.8.1.s390x"
},
"product_reference": "libopenssl3-3.0.8-150500.5.8.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl3-3.0.8-150500.5.8.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:libopenssl3-3.0.8-150500.5.8.1.x86_64"
},
"product_reference": "libopenssl3-3.0.8-150500.5.8.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl3-32bit-3.0.8-150500.5.8.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:libopenssl3-32bit-3.0.8-150500.5.8.1.x86_64"
},
"product_reference": "libopenssl3-32bit-3.0.8-150500.5.8.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-3-3.0.8-150500.5.8.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:openssl-3-3.0.8-150500.5.8.1.aarch64"
},
"product_reference": "openssl-3-3.0.8-150500.5.8.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-3-3.0.8-150500.5.8.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:openssl-3-3.0.8-150500.5.8.1.ppc64le"
},
"product_reference": "openssl-3-3.0.8-150500.5.8.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-3-3.0.8-150500.5.8.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:openssl-3-3.0.8-150500.5.8.1.s390x"
},
"product_reference": "openssl-3-3.0.8-150500.5.8.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-3-3.0.8-150500.5.8.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:openssl-3-3.0.8-150500.5.8.1.x86_64"
},
"product_reference": "openssl-3-3.0.8-150500.5.8.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-3-doc-3.0.8-150500.5.8.1.noarch as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:openssl-3-doc-3.0.8-150500.5.8.1.noarch"
},
"product_reference": "openssl-3-doc-3.0.8-150500.5.8.1.noarch",
"relates_to_product_reference": "openSUSE Leap 15.5"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-2975",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-2975"
}
],
"notes": [
{
"category": "general",
"text": "Issue summary: The AES-SIV cipher implementation contains a bug that causes\nit to ignore empty associated data entries which are unauthenticated as\na consequence.\n\nImpact summary: Applications that use the AES-SIV algorithm and want to\nauthenticate empty data entries as associated data can be misled by removing,\nadding or reordering such empty entries as these are ignored by the OpenSSL\nimplementation. We are currently unaware of any such applications.\n\nThe AES-SIV algorithm allows for authentication of multiple associated\ndata entries along with the encryption. To authenticate empty data the\napplication has to call EVP_EncryptUpdate() (or EVP_CipherUpdate()) with\nNULL pointer as the output buffer and 0 as the input buffer length.\nThe AES-SIV implementation in OpenSSL just returns success for such a call\ninstead of performing the associated data authentication operation.\nThe empty data thus will not be authenticated.\n\nAs this issue does not affect non-empty associated data authentication and\nwe expect it to be rare for an application to use empty associated data\nentries this is qualified as Low severity issue.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Basesystem 15 SP5:libopenssl-3-devel-3.0.8-150500.5.8.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:libopenssl-3-devel-3.0.8-150500.5.8.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:libopenssl-3-devel-3.0.8-150500.5.8.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:libopenssl-3-devel-3.0.8-150500.5.8.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:libopenssl3-3.0.8-150500.5.8.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:libopenssl3-3.0.8-150500.5.8.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:libopenssl3-3.0.8-150500.5.8.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:libopenssl3-3.0.8-150500.5.8.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:openssl-3-3.0.8-150500.5.8.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:openssl-3-3.0.8-150500.5.8.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:openssl-3-3.0.8-150500.5.8.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:openssl-3-3.0.8-150500.5.8.1.x86_64",
"openSUSE Leap 15.5:libopenssl-3-devel-3.0.8-150500.5.8.1.aarch64",
"openSUSE Leap 15.5:libopenssl-3-devel-3.0.8-150500.5.8.1.ppc64le",
"openSUSE Leap 15.5:libopenssl-3-devel-3.0.8-150500.5.8.1.s390x",
"openSUSE Leap 15.5:libopenssl-3-devel-3.0.8-150500.5.8.1.x86_64",
"openSUSE Leap 15.5:libopenssl-3-devel-32bit-3.0.8-150500.5.8.1.x86_64",
"openSUSE Leap 15.5:libopenssl3-3.0.8-150500.5.8.1.aarch64",
"openSUSE Leap 15.5:libopenssl3-3.0.8-150500.5.8.1.ppc64le",
"openSUSE Leap 15.5:libopenssl3-3.0.8-150500.5.8.1.s390x",
"openSUSE Leap 15.5:libopenssl3-3.0.8-150500.5.8.1.x86_64",
"openSUSE Leap 15.5:libopenssl3-32bit-3.0.8-150500.5.8.1.x86_64",
"openSUSE Leap 15.5:openssl-3-3.0.8-150500.5.8.1.aarch64",
"openSUSE Leap 15.5:openssl-3-3.0.8-150500.5.8.1.ppc64le",
"openSUSE Leap 15.5:openssl-3-3.0.8-150500.5.8.1.s390x",
"openSUSE Leap 15.5:openssl-3-3.0.8-150500.5.8.1.x86_64",
"openSUSE Leap 15.5:openssl-3-doc-3.0.8-150500.5.8.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-2975",
"url": "https://www.suse.com/security/cve/CVE-2023-2975"
},
{
"category": "external",
"summary": "SUSE Bug 1213383 for CVE-2023-2975",
"url": "https://bugzilla.suse.com/1213383"
}
],
"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 SP5:libopenssl-3-devel-3.0.8-150500.5.8.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:libopenssl-3-devel-3.0.8-150500.5.8.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:libopenssl-3-devel-3.0.8-150500.5.8.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:libopenssl-3-devel-3.0.8-150500.5.8.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:libopenssl3-3.0.8-150500.5.8.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:libopenssl3-3.0.8-150500.5.8.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:libopenssl3-3.0.8-150500.5.8.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:libopenssl3-3.0.8-150500.5.8.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:openssl-3-3.0.8-150500.5.8.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:openssl-3-3.0.8-150500.5.8.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:openssl-3-3.0.8-150500.5.8.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:openssl-3-3.0.8-150500.5.8.1.x86_64",
"openSUSE Leap 15.5:libopenssl-3-devel-3.0.8-150500.5.8.1.aarch64",
"openSUSE Leap 15.5:libopenssl-3-devel-3.0.8-150500.5.8.1.ppc64le",
"openSUSE Leap 15.5:libopenssl-3-devel-3.0.8-150500.5.8.1.s390x",
"openSUSE Leap 15.5:libopenssl-3-devel-3.0.8-150500.5.8.1.x86_64",
"openSUSE Leap 15.5:libopenssl-3-devel-32bit-3.0.8-150500.5.8.1.x86_64",
"openSUSE Leap 15.5:libopenssl3-3.0.8-150500.5.8.1.aarch64",
"openSUSE Leap 15.5:libopenssl3-3.0.8-150500.5.8.1.ppc64le",
"openSUSE Leap 15.5:libopenssl3-3.0.8-150500.5.8.1.s390x",
"openSUSE Leap 15.5:libopenssl3-3.0.8-150500.5.8.1.x86_64",
"openSUSE Leap 15.5:libopenssl3-32bit-3.0.8-150500.5.8.1.x86_64",
"openSUSE Leap 15.5:openssl-3-3.0.8-150500.5.8.1.aarch64",
"openSUSE Leap 15.5:openssl-3-3.0.8-150500.5.8.1.ppc64le",
"openSUSE Leap 15.5:openssl-3-3.0.8-150500.5.8.1.s390x",
"openSUSE Leap 15.5:openssl-3-3.0.8-150500.5.8.1.x86_64",
"openSUSE Leap 15.5:openssl-3-doc-3.0.8-150500.5.8.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Basesystem 15 SP5:libopenssl-3-devel-3.0.8-150500.5.8.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:libopenssl-3-devel-3.0.8-150500.5.8.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:libopenssl-3-devel-3.0.8-150500.5.8.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:libopenssl-3-devel-3.0.8-150500.5.8.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:libopenssl3-3.0.8-150500.5.8.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:libopenssl3-3.0.8-150500.5.8.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:libopenssl3-3.0.8-150500.5.8.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:libopenssl3-3.0.8-150500.5.8.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:openssl-3-3.0.8-150500.5.8.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:openssl-3-3.0.8-150500.5.8.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:openssl-3-3.0.8-150500.5.8.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:openssl-3-3.0.8-150500.5.8.1.x86_64",
"openSUSE Leap 15.5:libopenssl-3-devel-3.0.8-150500.5.8.1.aarch64",
"openSUSE Leap 15.5:libopenssl-3-devel-3.0.8-150500.5.8.1.ppc64le",
"openSUSE Leap 15.5:libopenssl-3-devel-3.0.8-150500.5.8.1.s390x",
"openSUSE Leap 15.5:libopenssl-3-devel-3.0.8-150500.5.8.1.x86_64",
"openSUSE Leap 15.5:libopenssl-3-devel-32bit-3.0.8-150500.5.8.1.x86_64",
"openSUSE Leap 15.5:libopenssl3-3.0.8-150500.5.8.1.aarch64",
"openSUSE Leap 15.5:libopenssl3-3.0.8-150500.5.8.1.ppc64le",
"openSUSE Leap 15.5:libopenssl3-3.0.8-150500.5.8.1.s390x",
"openSUSE Leap 15.5:libopenssl3-3.0.8-150500.5.8.1.x86_64",
"openSUSE Leap 15.5:libopenssl3-32bit-3.0.8-150500.5.8.1.x86_64",
"openSUSE Leap 15.5:openssl-3-3.0.8-150500.5.8.1.aarch64",
"openSUSE Leap 15.5:openssl-3-3.0.8-150500.5.8.1.ppc64le",
"openSUSE Leap 15.5:openssl-3-3.0.8-150500.5.8.1.s390x",
"openSUSE Leap 15.5:openssl-3-3.0.8-150500.5.8.1.x86_64",
"openSUSE Leap 15.5:openssl-3-doc-3.0.8-150500.5.8.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2023-07-28T12:17:06Z",
"details": "moderate"
}
],
"title": "CVE-2023-2975"
},
{
"cve": "CVE-2023-3446",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-3446"
}
],
"notes": [
{
"category": "general",
"text": "Issue summary: Checking excessively long DH keys or parameters may be very slow.\n\nImpact summary: Applications that use the functions DH_check(), DH_check_ex()\nor EVP_PKEY_param_check() to check a DH key or DH parameters may experience long\ndelays. Where the key or parameters that are being checked have been obtained\nfrom an untrusted source this may lead to a Denial of Service.\n\nThe function DH_check() performs various checks on DH parameters. One of those\nchecks confirms that the modulus (\u0027p\u0027 parameter) is not too large. Trying to use\na very large modulus is slow and OpenSSL will not normally use a modulus which\nis over 10,000 bits in length.\n\nHowever the DH_check() function checks numerous aspects of the key or parameters\nthat have been supplied. Some of those checks use the supplied modulus value\neven if it has already been found to be too large.\n\nAn application that calls DH_check() and supplies a key or parameters obtained\nfrom an untrusted source could be vulernable to a Denial of Service attack.\n\nThe function DH_check() is itself called by a number of other OpenSSL functions.\nAn application calling any of those other functions may similarly be affected.\nThe other functions affected by this are DH_check_ex() and\nEVP_PKEY_param_check().\n\nAlso vulnerable are the OpenSSL dhparam and pkeyparam command line applications\nwhen using the \u0027-check\u0027 option.\n\nThe OpenSSL SSL/TLS implementation is not affected by this issue.\nThe OpenSSL 3.0 and 3.1 FIPS providers are not affected by this issue.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Basesystem 15 SP5:libopenssl-3-devel-3.0.8-150500.5.8.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:libopenssl-3-devel-3.0.8-150500.5.8.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:libopenssl-3-devel-3.0.8-150500.5.8.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:libopenssl-3-devel-3.0.8-150500.5.8.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:libopenssl3-3.0.8-150500.5.8.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:libopenssl3-3.0.8-150500.5.8.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:libopenssl3-3.0.8-150500.5.8.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:libopenssl3-3.0.8-150500.5.8.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:openssl-3-3.0.8-150500.5.8.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:openssl-3-3.0.8-150500.5.8.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:openssl-3-3.0.8-150500.5.8.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:openssl-3-3.0.8-150500.5.8.1.x86_64",
"openSUSE Leap 15.5:libopenssl-3-devel-3.0.8-150500.5.8.1.aarch64",
"openSUSE Leap 15.5:libopenssl-3-devel-3.0.8-150500.5.8.1.ppc64le",
"openSUSE Leap 15.5:libopenssl-3-devel-3.0.8-150500.5.8.1.s390x",
"openSUSE Leap 15.5:libopenssl-3-devel-3.0.8-150500.5.8.1.x86_64",
"openSUSE Leap 15.5:libopenssl-3-devel-32bit-3.0.8-150500.5.8.1.x86_64",
"openSUSE Leap 15.5:libopenssl3-3.0.8-150500.5.8.1.aarch64",
"openSUSE Leap 15.5:libopenssl3-3.0.8-150500.5.8.1.ppc64le",
"openSUSE Leap 15.5:libopenssl3-3.0.8-150500.5.8.1.s390x",
"openSUSE Leap 15.5:libopenssl3-3.0.8-150500.5.8.1.x86_64",
"openSUSE Leap 15.5:libopenssl3-32bit-3.0.8-150500.5.8.1.x86_64",
"openSUSE Leap 15.5:openssl-3-3.0.8-150500.5.8.1.aarch64",
"openSUSE Leap 15.5:openssl-3-3.0.8-150500.5.8.1.ppc64le",
"openSUSE Leap 15.5:openssl-3-3.0.8-150500.5.8.1.s390x",
"openSUSE Leap 15.5:openssl-3-3.0.8-150500.5.8.1.x86_64",
"openSUSE Leap 15.5:openssl-3-doc-3.0.8-150500.5.8.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-3446",
"url": "https://www.suse.com/security/cve/CVE-2023-3446"
},
{
"category": "external",
"summary": "SUSE Bug 1213487 for CVE-2023-3446",
"url": "https://bugzilla.suse.com/1213487"
},
{
"category": "external",
"summary": "SUSE Bug 1213853 for CVE-2023-3446",
"url": "https://bugzilla.suse.com/1213853"
},
{
"category": "external",
"summary": "SUSE Bug 1221185 for CVE-2023-3446",
"url": "https://bugzilla.suse.com/1221185"
}
],
"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 SP5:libopenssl-3-devel-3.0.8-150500.5.8.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:libopenssl-3-devel-3.0.8-150500.5.8.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:libopenssl-3-devel-3.0.8-150500.5.8.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:libopenssl-3-devel-3.0.8-150500.5.8.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:libopenssl3-3.0.8-150500.5.8.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:libopenssl3-3.0.8-150500.5.8.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:libopenssl3-3.0.8-150500.5.8.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:libopenssl3-3.0.8-150500.5.8.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:openssl-3-3.0.8-150500.5.8.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:openssl-3-3.0.8-150500.5.8.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:openssl-3-3.0.8-150500.5.8.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:openssl-3-3.0.8-150500.5.8.1.x86_64",
"openSUSE Leap 15.5:libopenssl-3-devel-3.0.8-150500.5.8.1.aarch64",
"openSUSE Leap 15.5:libopenssl-3-devel-3.0.8-150500.5.8.1.ppc64le",
"openSUSE Leap 15.5:libopenssl-3-devel-3.0.8-150500.5.8.1.s390x",
"openSUSE Leap 15.5:libopenssl-3-devel-3.0.8-150500.5.8.1.x86_64",
"openSUSE Leap 15.5:libopenssl-3-devel-32bit-3.0.8-150500.5.8.1.x86_64",
"openSUSE Leap 15.5:libopenssl3-3.0.8-150500.5.8.1.aarch64",
"openSUSE Leap 15.5:libopenssl3-3.0.8-150500.5.8.1.ppc64le",
"openSUSE Leap 15.5:libopenssl3-3.0.8-150500.5.8.1.s390x",
"openSUSE Leap 15.5:libopenssl3-3.0.8-150500.5.8.1.x86_64",
"openSUSE Leap 15.5:libopenssl3-32bit-3.0.8-150500.5.8.1.x86_64",
"openSUSE Leap 15.5:openssl-3-3.0.8-150500.5.8.1.aarch64",
"openSUSE Leap 15.5:openssl-3-3.0.8-150500.5.8.1.ppc64le",
"openSUSE Leap 15.5:openssl-3-3.0.8-150500.5.8.1.s390x",
"openSUSE Leap 15.5:openssl-3-3.0.8-150500.5.8.1.x86_64",
"openSUSE Leap 15.5:openssl-3-doc-3.0.8-150500.5.8.1.noarch"
]
}
],
"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 Linux Enterprise Module for Basesystem 15 SP5:libopenssl-3-devel-3.0.8-150500.5.8.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:libopenssl-3-devel-3.0.8-150500.5.8.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:libopenssl-3-devel-3.0.8-150500.5.8.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:libopenssl-3-devel-3.0.8-150500.5.8.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:libopenssl3-3.0.8-150500.5.8.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:libopenssl3-3.0.8-150500.5.8.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:libopenssl3-3.0.8-150500.5.8.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:libopenssl3-3.0.8-150500.5.8.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:openssl-3-3.0.8-150500.5.8.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:openssl-3-3.0.8-150500.5.8.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:openssl-3-3.0.8-150500.5.8.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:openssl-3-3.0.8-150500.5.8.1.x86_64",
"openSUSE Leap 15.5:libopenssl-3-devel-3.0.8-150500.5.8.1.aarch64",
"openSUSE Leap 15.5:libopenssl-3-devel-3.0.8-150500.5.8.1.ppc64le",
"openSUSE Leap 15.5:libopenssl-3-devel-3.0.8-150500.5.8.1.s390x",
"openSUSE Leap 15.5:libopenssl-3-devel-3.0.8-150500.5.8.1.x86_64",
"openSUSE Leap 15.5:libopenssl-3-devel-32bit-3.0.8-150500.5.8.1.x86_64",
"openSUSE Leap 15.5:libopenssl3-3.0.8-150500.5.8.1.aarch64",
"openSUSE Leap 15.5:libopenssl3-3.0.8-150500.5.8.1.ppc64le",
"openSUSE Leap 15.5:libopenssl3-3.0.8-150500.5.8.1.s390x",
"openSUSE Leap 15.5:libopenssl3-3.0.8-150500.5.8.1.x86_64",
"openSUSE Leap 15.5:libopenssl3-32bit-3.0.8-150500.5.8.1.x86_64",
"openSUSE Leap 15.5:openssl-3-3.0.8-150500.5.8.1.aarch64",
"openSUSE Leap 15.5:openssl-3-3.0.8-150500.5.8.1.ppc64le",
"openSUSE Leap 15.5:openssl-3-3.0.8-150500.5.8.1.s390x",
"openSUSE Leap 15.5:openssl-3-3.0.8-150500.5.8.1.x86_64",
"openSUSE Leap 15.5:openssl-3-doc-3.0.8-150500.5.8.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2023-07-28T12:17:06Z",
"details": "moderate"
}
],
"title": "CVE-2023-3446"
}
]
}
SUSE-SU-2023:3012-1
Vulnerability from csaf_suse - Published: 2023-07-28 12:17 - Updated: 2023-07-28 12:17Summary
Security update for openssl-1_0_0
Severity
Moderate
Notes
Title of the patch: Security update for openssl-1_0_0
Description of the patch: This update for openssl-1_0_0 fixes the following issues:
- CVE-2023-3446: Fixed DH_check() excessive time with over sized modulus (bsc#1213487).
Patchnames: SUSE-2023-3012,SUSE-SLE-SDK-12-SP5-2023-3012,SUSE-SLE-SERVER-12-SP5-2023-3012
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
5.3 (Medium)
Affected products
Recommended
48 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:libopenssl-1_0_0-devel-1.0.2p-3.81.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:libopenssl-1_0_0-devel-1.0.2p-3.81.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:libopenssl-1_0_0-devel-1.0.2p-3.81.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:libopenssl-1_0_0-devel-1.0.2p-3.81.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:libopenssl1_0_0-1.0.2p-3.81.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:libopenssl1_0_0-1.0.2p-3.81.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:libopenssl1_0_0-1.0.2p-3.81.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:libopenssl1_0_0-1.0.2p-3.81.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:libopenssl1_0_0-32bit-1.0.2p-3.81.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:libopenssl1_0_0-32bit-1.0.2p-3.81.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:libopenssl1_0_0-hmac-1.0.2p-3.81.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:libopenssl1_0_0-hmac-1.0.2p-3.81.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:libopenssl1_0_0-hmac-1.0.2p-3.81.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:libopenssl1_0_0-hmac-1.0.2p-3.81.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:libopenssl1_0_0-hmac-32bit-1.0.2p-3.81.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:libopenssl1_0_0-hmac-32bit-1.0.2p-3.81.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:openssl-1_0_0-1.0.2p-3.81.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:openssl-1_0_0-1.0.2p-3.81.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:openssl-1_0_0-1.0.2p-3.81.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:openssl-1_0_0-1.0.2p-3.81.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:openssl-1_0_0-doc-1.0.2p-3.81.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.81.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.81.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.81.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.81.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_0_0-1.0.2p-3.81.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_0_0-1.0.2p-3.81.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_0_0-1.0.2p-3.81.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_0_0-1.0.2p-3.81.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.81.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_0_0-32bit-1.0.2p-3.81.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.81.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_0_0-hmac-1.0.2p-3.81.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_0_0-hmac-1.0.2p-3.81.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_0_0-hmac-1.0.2p-3.81.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.81.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.81.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.81.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:openssl-1_0_0-1.0.2p-3.81.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:openssl-1_0_0-1.0.2p-3.81.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:openssl-1_0_0-1.0.2p-3.81.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.81.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Software Development Kit 12 SP5:libopenssl-1_0_0-devel-1.0.2p-3.81.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Software Development Kit 12 SP5:libopenssl-1_0_0-devel-1.0.2p-3.81.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Software Development Kit 12 SP5:libopenssl-1_0_0-devel-1.0.2p-3.81.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Software Development Kit 12 SP5:libopenssl-1_0_0-devel-1.0.2p-3.81.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.81.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.81.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
References
10 references
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "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-3446: Fixed DH_check() excessive time with over sized modulus (bsc#1213487).\n\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2023-3012,SUSE-SLE-SDK-12-SP5-2023-3012,SUSE-SLE-SERVER-12-SP5-2023-3012",
"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_3012-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2023:3012-1",
"url": "https://www.suse.com/support/update/announcement/2023/suse-su-20233012-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2023:3012-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2023-July/015686.html"
},
{
"category": "self",
"summary": "SUSE Bug 1213487",
"url": "https://bugzilla.suse.com/1213487"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-3446 page",
"url": "https://www.suse.com/security/cve/CVE-2023-3446/"
}
],
"title": "Security update for openssl-1_0_0",
"tracking": {
"current_release_date": "2023-07-28T12:17:55Z",
"generator": {
"date": "2023-07-28T12:17:55Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2023:3012-1",
"initial_release_date": "2023-07-28T12:17:55Z",
"revision_history": [
{
"date": "2023-07-28T12:17:55Z",
"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.81.1.aarch64",
"product": {
"name": "libopenssl-1_0_0-devel-1.0.2p-3.81.1.aarch64",
"product_id": "libopenssl-1_0_0-devel-1.0.2p-3.81.1.aarch64"
}
},
{
"category": "product_version",
"name": "libopenssl1_0_0-1.0.2p-3.81.1.aarch64",
"product": {
"name": "libopenssl1_0_0-1.0.2p-3.81.1.aarch64",
"product_id": "libopenssl1_0_0-1.0.2p-3.81.1.aarch64"
}
},
{
"category": "product_version",
"name": "libopenssl1_0_0-hmac-1.0.2p-3.81.1.aarch64",
"product": {
"name": "libopenssl1_0_0-hmac-1.0.2p-3.81.1.aarch64",
"product_id": "libopenssl1_0_0-hmac-1.0.2p-3.81.1.aarch64"
}
},
{
"category": "product_version",
"name": "openssl-1_0_0-1.0.2p-3.81.1.aarch64",
"product": {
"name": "openssl-1_0_0-1.0.2p-3.81.1.aarch64",
"product_id": "openssl-1_0_0-1.0.2p-3.81.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "libopenssl-1_0_0-devel-64bit-1.0.2p-3.81.1.aarch64_ilp32",
"product": {
"name": "libopenssl-1_0_0-devel-64bit-1.0.2p-3.81.1.aarch64_ilp32",
"product_id": "libopenssl-1_0_0-devel-64bit-1.0.2p-3.81.1.aarch64_ilp32"
}
},
{
"category": "product_version",
"name": "libopenssl1_0_0-64bit-1.0.2p-3.81.1.aarch64_ilp32",
"product": {
"name": "libopenssl1_0_0-64bit-1.0.2p-3.81.1.aarch64_ilp32",
"product_id": "libopenssl1_0_0-64bit-1.0.2p-3.81.1.aarch64_ilp32"
}
},
{
"category": "product_version",
"name": "libopenssl1_0_0-hmac-64bit-1.0.2p-3.81.1.aarch64_ilp32",
"product": {
"name": "libopenssl1_0_0-hmac-64bit-1.0.2p-3.81.1.aarch64_ilp32",
"product_id": "libopenssl1_0_0-hmac-64bit-1.0.2p-3.81.1.aarch64_ilp32"
}
}
],
"category": "architecture",
"name": "aarch64_ilp32"
},
{
"branches": [
{
"category": "product_version",
"name": "libopenssl-1_0_0-devel-1.0.2p-3.81.1.i586",
"product": {
"name": "libopenssl-1_0_0-devel-1.0.2p-3.81.1.i586",
"product_id": "libopenssl-1_0_0-devel-1.0.2p-3.81.1.i586"
}
},
{
"category": "product_version",
"name": "libopenssl1_0_0-1.0.2p-3.81.1.i586",
"product": {
"name": "libopenssl1_0_0-1.0.2p-3.81.1.i586",
"product_id": "libopenssl1_0_0-1.0.2p-3.81.1.i586"
}
},
{
"category": "product_version",
"name": "libopenssl1_0_0-hmac-1.0.2p-3.81.1.i586",
"product": {
"name": "libopenssl1_0_0-hmac-1.0.2p-3.81.1.i586",
"product_id": "libopenssl1_0_0-hmac-1.0.2p-3.81.1.i586"
}
},
{
"category": "product_version",
"name": "openssl-1_0_0-1.0.2p-3.81.1.i586",
"product": {
"name": "openssl-1_0_0-1.0.2p-3.81.1.i586",
"product_id": "openssl-1_0_0-1.0.2p-3.81.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "openssl-1_0_0-doc-1.0.2p-3.81.1.noarch",
"product": {
"name": "openssl-1_0_0-doc-1.0.2p-3.81.1.noarch",
"product_id": "openssl-1_0_0-doc-1.0.2p-3.81.1.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "libopenssl-1_0_0-devel-1.0.2p-3.81.1.ppc64le",
"product": {
"name": "libopenssl-1_0_0-devel-1.0.2p-3.81.1.ppc64le",
"product_id": "libopenssl-1_0_0-devel-1.0.2p-3.81.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libopenssl1_0_0-1.0.2p-3.81.1.ppc64le",
"product": {
"name": "libopenssl1_0_0-1.0.2p-3.81.1.ppc64le",
"product_id": "libopenssl1_0_0-1.0.2p-3.81.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libopenssl1_0_0-hmac-1.0.2p-3.81.1.ppc64le",
"product": {
"name": "libopenssl1_0_0-hmac-1.0.2p-3.81.1.ppc64le",
"product_id": "libopenssl1_0_0-hmac-1.0.2p-3.81.1.ppc64le"
}
},
{
"category": "product_version",
"name": "openssl-1_0_0-1.0.2p-3.81.1.ppc64le",
"product": {
"name": "openssl-1_0_0-1.0.2p-3.81.1.ppc64le",
"product_id": "openssl-1_0_0-1.0.2p-3.81.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "libopenssl-1_0_0-devel-1.0.2p-3.81.1.s390",
"product": {
"name": "libopenssl-1_0_0-devel-1.0.2p-3.81.1.s390",
"product_id": "libopenssl-1_0_0-devel-1.0.2p-3.81.1.s390"
}
},
{
"category": "product_version",
"name": "libopenssl1_0_0-1.0.2p-3.81.1.s390",
"product": {
"name": "libopenssl1_0_0-1.0.2p-3.81.1.s390",
"product_id": "libopenssl1_0_0-1.0.2p-3.81.1.s390"
}
},
{
"category": "product_version",
"name": "libopenssl1_0_0-hmac-1.0.2p-3.81.1.s390",
"product": {
"name": "libopenssl1_0_0-hmac-1.0.2p-3.81.1.s390",
"product_id": "libopenssl1_0_0-hmac-1.0.2p-3.81.1.s390"
}
},
{
"category": "product_version",
"name": "openssl-1_0_0-1.0.2p-3.81.1.s390",
"product": {
"name": "openssl-1_0_0-1.0.2p-3.81.1.s390",
"product_id": "openssl-1_0_0-1.0.2p-3.81.1.s390"
}
}
],
"category": "architecture",
"name": "s390"
},
{
"branches": [
{
"category": "product_version",
"name": "libopenssl-1_0_0-devel-1.0.2p-3.81.1.s390x",
"product": {
"name": "libopenssl-1_0_0-devel-1.0.2p-3.81.1.s390x",
"product_id": "libopenssl-1_0_0-devel-1.0.2p-3.81.1.s390x"
}
},
{
"category": "product_version",
"name": "libopenssl-1_0_0-devel-32bit-1.0.2p-3.81.1.s390x",
"product": {
"name": "libopenssl-1_0_0-devel-32bit-1.0.2p-3.81.1.s390x",
"product_id": "libopenssl-1_0_0-devel-32bit-1.0.2p-3.81.1.s390x"
}
},
{
"category": "product_version",
"name": "libopenssl1_0_0-1.0.2p-3.81.1.s390x",
"product": {
"name": "libopenssl1_0_0-1.0.2p-3.81.1.s390x",
"product_id": "libopenssl1_0_0-1.0.2p-3.81.1.s390x"
}
},
{
"category": "product_version",
"name": "libopenssl1_0_0-32bit-1.0.2p-3.81.1.s390x",
"product": {
"name": "libopenssl1_0_0-32bit-1.0.2p-3.81.1.s390x",
"product_id": "libopenssl1_0_0-32bit-1.0.2p-3.81.1.s390x"
}
},
{
"category": "product_version",
"name": "libopenssl1_0_0-hmac-1.0.2p-3.81.1.s390x",
"product": {
"name": "libopenssl1_0_0-hmac-1.0.2p-3.81.1.s390x",
"product_id": "libopenssl1_0_0-hmac-1.0.2p-3.81.1.s390x"
}
},
{
"category": "product_version",
"name": "libopenssl1_0_0-hmac-32bit-1.0.2p-3.81.1.s390x",
"product": {
"name": "libopenssl1_0_0-hmac-32bit-1.0.2p-3.81.1.s390x",
"product_id": "libopenssl1_0_0-hmac-32bit-1.0.2p-3.81.1.s390x"
}
},
{
"category": "product_version",
"name": "openssl-1_0_0-1.0.2p-3.81.1.s390x",
"product": {
"name": "openssl-1_0_0-1.0.2p-3.81.1.s390x",
"product_id": "openssl-1_0_0-1.0.2p-3.81.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "libopenssl-1_0_0-devel-1.0.2p-3.81.1.x86_64",
"product": {
"name": "libopenssl-1_0_0-devel-1.0.2p-3.81.1.x86_64",
"product_id": "libopenssl-1_0_0-devel-1.0.2p-3.81.1.x86_64"
}
},
{
"category": "product_version",
"name": "libopenssl-1_0_0-devel-32bit-1.0.2p-3.81.1.x86_64",
"product": {
"name": "libopenssl-1_0_0-devel-32bit-1.0.2p-3.81.1.x86_64",
"product_id": "libopenssl-1_0_0-devel-32bit-1.0.2p-3.81.1.x86_64"
}
},
{
"category": "product_version",
"name": "libopenssl1_0_0-1.0.2p-3.81.1.x86_64",
"product": {
"name": "libopenssl1_0_0-1.0.2p-3.81.1.x86_64",
"product_id": "libopenssl1_0_0-1.0.2p-3.81.1.x86_64"
}
},
{
"category": "product_version",
"name": "libopenssl1_0_0-32bit-1.0.2p-3.81.1.x86_64",
"product": {
"name": "libopenssl1_0_0-32bit-1.0.2p-3.81.1.x86_64",
"product_id": "libopenssl1_0_0-32bit-1.0.2p-3.81.1.x86_64"
}
},
{
"category": "product_version",
"name": "libopenssl1_0_0-hmac-1.0.2p-3.81.1.x86_64",
"product": {
"name": "libopenssl1_0_0-hmac-1.0.2p-3.81.1.x86_64",
"product_id": "libopenssl1_0_0-hmac-1.0.2p-3.81.1.x86_64"
}
},
{
"category": "product_version",
"name": "libopenssl1_0_0-hmac-32bit-1.0.2p-3.81.1.x86_64",
"product": {
"name": "libopenssl1_0_0-hmac-32bit-1.0.2p-3.81.1.x86_64",
"product_id": "libopenssl1_0_0-hmac-32bit-1.0.2p-3.81.1.x86_64"
}
},
{
"category": "product_version",
"name": "openssl-1_0_0-1.0.2p-3.81.1.x86_64",
"product": {
"name": "openssl-1_0_0-1.0.2p-3.81.1.x86_64",
"product_id": "openssl-1_0_0-1.0.2p-3.81.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"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 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.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_0_0-devel-1.0.2p-3.81.1.aarch64"
},
"product_reference": "libopenssl-1_0_0-devel-1.0.2p-3.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_0_0-devel-1.0.2p-3.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_0_0-devel-1.0.2p-3.81.1.ppc64le"
},
"product_reference": "libopenssl-1_0_0-devel-1.0.2p-3.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_0_0-devel-1.0.2p-3.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_0_0-devel-1.0.2p-3.81.1.s390x"
},
"product_reference": "libopenssl-1_0_0-devel-1.0.2p-3.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_0_0-devel-1.0.2p-3.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_0_0-devel-1.0.2p-3.81.1.x86_64"
},
"product_reference": "libopenssl-1_0_0-devel-1.0.2p-3.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_0_0-devel-32bit-1.0.2p-3.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_0_0-devel-32bit-1.0.2p-3.81.1.s390x"
},
"product_reference": "libopenssl-1_0_0-devel-32bit-1.0.2p-3.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_0_0-devel-32bit-1.0.2p-3.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_0_0-devel-32bit-1.0.2p-3.81.1.x86_64"
},
"product_reference": "libopenssl-1_0_0-devel-32bit-1.0.2p-3.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_0_0-devel-1.0.2p-3.81.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.81.1.aarch64"
},
"product_reference": "libopenssl-1_0_0-devel-1.0.2p-3.81.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.81.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.81.1.ppc64le"
},
"product_reference": "libopenssl-1_0_0-devel-1.0.2p-3.81.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.81.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.81.1.s390x"
},
"product_reference": "libopenssl-1_0_0-devel-1.0.2p-3.81.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.81.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.81.1.x86_64"
},
"product_reference": "libopenssl-1_0_0-devel-1.0.2p-3.81.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.81.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.81.1.aarch64"
},
"product_reference": "libopenssl1_0_0-1.0.2p-3.81.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.81.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.81.1.ppc64le"
},
"product_reference": "libopenssl1_0_0-1.0.2p-3.81.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.81.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.81.1.s390x"
},
"product_reference": "libopenssl1_0_0-1.0.2p-3.81.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.81.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.81.1.x86_64"
},
"product_reference": "libopenssl1_0_0-1.0.2p-3.81.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.81.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.81.1.s390x"
},
"product_reference": "libopenssl1_0_0-32bit-1.0.2p-3.81.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.81.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.81.1.x86_64"
},
"product_reference": "libopenssl1_0_0-32bit-1.0.2p-3.81.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.81.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.81.1.aarch64"
},
"product_reference": "libopenssl1_0_0-hmac-1.0.2p-3.81.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.81.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.81.1.ppc64le"
},
"product_reference": "libopenssl1_0_0-hmac-1.0.2p-3.81.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.81.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.81.1.s390x"
},
"product_reference": "libopenssl1_0_0-hmac-1.0.2p-3.81.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.81.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.81.1.x86_64"
},
"product_reference": "libopenssl1_0_0-hmac-1.0.2p-3.81.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.81.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.81.1.s390x"
},
"product_reference": "libopenssl1_0_0-hmac-32bit-1.0.2p-3.81.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.81.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.81.1.x86_64"
},
"product_reference": "libopenssl1_0_0-hmac-32bit-1.0.2p-3.81.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.81.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.81.1.aarch64"
},
"product_reference": "openssl-1_0_0-1.0.2p-3.81.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.81.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.81.1.ppc64le"
},
"product_reference": "openssl-1_0_0-1.0.2p-3.81.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.81.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.81.1.s390x"
},
"product_reference": "openssl-1_0_0-1.0.2p-3.81.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.81.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.81.1.x86_64"
},
"product_reference": "openssl-1_0_0-1.0.2p-3.81.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.81.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.81.1.noarch"
},
"product_reference": "openssl-1_0_0-doc-1.0.2p-3.81.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.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:libopenssl-1_0_0-devel-1.0.2p-3.81.1.aarch64"
},
"product_reference": "libopenssl-1_0_0-devel-1.0.2p-3.81.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.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:libopenssl-1_0_0-devel-1.0.2p-3.81.1.ppc64le"
},
"product_reference": "libopenssl-1_0_0-devel-1.0.2p-3.81.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.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:libopenssl-1_0_0-devel-1.0.2p-3.81.1.s390x"
},
"product_reference": "libopenssl-1_0_0-devel-1.0.2p-3.81.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.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:libopenssl-1_0_0-devel-1.0.2p-3.81.1.x86_64"
},
"product_reference": "libopenssl-1_0_0-devel-1.0.2p-3.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_0_0-1.0.2p-3.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_0_0-1.0.2p-3.81.1.aarch64"
},
"product_reference": "libopenssl1_0_0-1.0.2p-3.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_0_0-1.0.2p-3.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_0_0-1.0.2p-3.81.1.ppc64le"
},
"product_reference": "libopenssl1_0_0-1.0.2p-3.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_0_0-1.0.2p-3.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_0_0-1.0.2p-3.81.1.s390x"
},
"product_reference": "libopenssl1_0_0-1.0.2p-3.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_0_0-1.0.2p-3.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_0_0-1.0.2p-3.81.1.x86_64"
},
"product_reference": "libopenssl1_0_0-1.0.2p-3.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_0_0-32bit-1.0.2p-3.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_0_0-32bit-1.0.2p-3.81.1.s390x"
},
"product_reference": "libopenssl1_0_0-32bit-1.0.2p-3.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_0_0-32bit-1.0.2p-3.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_0_0-32bit-1.0.2p-3.81.1.x86_64"
},
"product_reference": "libopenssl1_0_0-32bit-1.0.2p-3.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_0_0-hmac-1.0.2p-3.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_0_0-hmac-1.0.2p-3.81.1.aarch64"
},
"product_reference": "libopenssl1_0_0-hmac-1.0.2p-3.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_0_0-hmac-1.0.2p-3.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_0_0-hmac-1.0.2p-3.81.1.ppc64le"
},
"product_reference": "libopenssl1_0_0-hmac-1.0.2p-3.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_0_0-hmac-1.0.2p-3.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_0_0-hmac-1.0.2p-3.81.1.s390x"
},
"product_reference": "libopenssl1_0_0-hmac-1.0.2p-3.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_0_0-hmac-1.0.2p-3.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_0_0-hmac-1.0.2p-3.81.1.x86_64"
},
"product_reference": "libopenssl1_0_0-hmac-1.0.2p-3.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_0_0-hmac-32bit-1.0.2p-3.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_0_0-hmac-32bit-1.0.2p-3.81.1.s390x"
},
"product_reference": "libopenssl1_0_0-hmac-32bit-1.0.2p-3.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_0_0-hmac-32bit-1.0.2p-3.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_0_0-hmac-32bit-1.0.2p-3.81.1.x86_64"
},
"product_reference": "libopenssl1_0_0-hmac-32bit-1.0.2p-3.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_0_0-1.0.2p-3.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_0_0-1.0.2p-3.81.1.aarch64"
},
"product_reference": "openssl-1_0_0-1.0.2p-3.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_0_0-1.0.2p-3.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_0_0-1.0.2p-3.81.1.ppc64le"
},
"product_reference": "openssl-1_0_0-1.0.2p-3.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_0_0-1.0.2p-3.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_0_0-1.0.2p-3.81.1.s390x"
},
"product_reference": "openssl-1_0_0-1.0.2p-3.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_0_0-1.0.2p-3.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_0_0-1.0.2p-3.81.1.x86_64"
},
"product_reference": "openssl-1_0_0-1.0.2p-3.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_0_0-doc-1.0.2p-3.81.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.81.1.noarch"
},
"product_reference": "openssl-1_0_0-doc-1.0.2p-3.81.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-3446",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-3446"
}
],
"notes": [
{
"category": "general",
"text": "Issue summary: Checking excessively long DH keys or parameters may be very slow.\n\nImpact summary: Applications that use the functions DH_check(), DH_check_ex()\nor EVP_PKEY_param_check() to check a DH key or DH parameters may experience long\ndelays. Where the key or parameters that are being checked have been obtained\nfrom an untrusted source this may lead to a Denial of Service.\n\nThe function DH_check() performs various checks on DH parameters. One of those\nchecks confirms that the modulus (\u0027p\u0027 parameter) is not too large. Trying to use\na very large modulus is slow and OpenSSL will not normally use a modulus which\nis over 10,000 bits in length.\n\nHowever the DH_check() function checks numerous aspects of the key or parameters\nthat have been supplied. Some of those checks use the supplied modulus value\neven if it has already been found to be too large.\n\nAn application that calls DH_check() and supplies a key or parameters obtained\nfrom an untrusted source could be vulernable to a Denial of Service attack.\n\nThe function DH_check() is itself called by a number of other OpenSSL functions.\nAn application calling any of those other functions may similarly be affected.\nThe other functions affected by this are DH_check_ex() and\nEVP_PKEY_param_check().\n\nAlso vulnerable are the OpenSSL dhparam and pkeyparam command line applications\nwhen using the \u0027-check\u0027 option.\n\nThe OpenSSL SSL/TLS implementation is not affected by this issue.\nThe OpenSSL 3.0 and 3.1 FIPS providers are not affected by this issue.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 12 SP5:libopenssl-1_0_0-devel-1.0.2p-3.81.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:libopenssl-1_0_0-devel-1.0.2p-3.81.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:libopenssl-1_0_0-devel-1.0.2p-3.81.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:libopenssl-1_0_0-devel-1.0.2p-3.81.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:libopenssl1_0_0-1.0.2p-3.81.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:libopenssl1_0_0-1.0.2p-3.81.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:libopenssl1_0_0-1.0.2p-3.81.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:libopenssl1_0_0-1.0.2p-3.81.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:libopenssl1_0_0-32bit-1.0.2p-3.81.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:libopenssl1_0_0-32bit-1.0.2p-3.81.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:libopenssl1_0_0-hmac-1.0.2p-3.81.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:libopenssl1_0_0-hmac-1.0.2p-3.81.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:libopenssl1_0_0-hmac-1.0.2p-3.81.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:libopenssl1_0_0-hmac-1.0.2p-3.81.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:libopenssl1_0_0-hmac-32bit-1.0.2p-3.81.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:libopenssl1_0_0-hmac-32bit-1.0.2p-3.81.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:openssl-1_0_0-1.0.2p-3.81.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:openssl-1_0_0-1.0.2p-3.81.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:openssl-1_0_0-1.0.2p-3.81.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:openssl-1_0_0-1.0.2p-3.81.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:openssl-1_0_0-doc-1.0.2p-3.81.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl-1_0_0-devel-1.0.2p-3.81.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl-1_0_0-devel-1.0.2p-3.81.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl-1_0_0-devel-1.0.2p-3.81.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl-1_0_0-devel-1.0.2p-3.81.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_0_0-1.0.2p-3.81.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_0_0-1.0.2p-3.81.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_0_0-1.0.2p-3.81.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_0_0-1.0.2p-3.81.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_0_0-32bit-1.0.2p-3.81.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_0_0-32bit-1.0.2p-3.81.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_0_0-hmac-1.0.2p-3.81.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_0_0-hmac-1.0.2p-3.81.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_0_0-hmac-1.0.2p-3.81.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_0_0-hmac-1.0.2p-3.81.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_0_0-hmac-32bit-1.0.2p-3.81.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_0_0-hmac-32bit-1.0.2p-3.81.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:openssl-1_0_0-1.0.2p-3.81.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:openssl-1_0_0-1.0.2p-3.81.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:openssl-1_0_0-1.0.2p-3.81.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:openssl-1_0_0-1.0.2p-3.81.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:openssl-1_0_0-doc-1.0.2p-3.81.1.noarch",
"SUSE Linux Enterprise Software Development Kit 12 SP5:libopenssl-1_0_0-devel-1.0.2p-3.81.1.aarch64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:libopenssl-1_0_0-devel-1.0.2p-3.81.1.ppc64le",
"SUSE Linux Enterprise Software Development Kit 12 SP5:libopenssl-1_0_0-devel-1.0.2p-3.81.1.s390x",
"SUSE Linux Enterprise Software Development Kit 12 SP5:libopenssl-1_0_0-devel-1.0.2p-3.81.1.x86_64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:libopenssl-1_0_0-devel-32bit-1.0.2p-3.81.1.s390x",
"SUSE Linux Enterprise Software Development Kit 12 SP5:libopenssl-1_0_0-devel-32bit-1.0.2p-3.81.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-3446",
"url": "https://www.suse.com/security/cve/CVE-2023-3446"
},
{
"category": "external",
"summary": "SUSE Bug 1213487 for CVE-2023-3446",
"url": "https://bugzilla.suse.com/1213487"
},
{
"category": "external",
"summary": "SUSE Bug 1213853 for CVE-2023-3446",
"url": "https://bugzilla.suse.com/1213853"
},
{
"category": "external",
"summary": "SUSE Bug 1221185 for CVE-2023-3446",
"url": "https://bugzilla.suse.com/1221185"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 12 SP5:libopenssl-1_0_0-devel-1.0.2p-3.81.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:libopenssl-1_0_0-devel-1.0.2p-3.81.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:libopenssl-1_0_0-devel-1.0.2p-3.81.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:libopenssl-1_0_0-devel-1.0.2p-3.81.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:libopenssl1_0_0-1.0.2p-3.81.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:libopenssl1_0_0-1.0.2p-3.81.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:libopenssl1_0_0-1.0.2p-3.81.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:libopenssl1_0_0-1.0.2p-3.81.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:libopenssl1_0_0-32bit-1.0.2p-3.81.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:libopenssl1_0_0-32bit-1.0.2p-3.81.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:libopenssl1_0_0-hmac-1.0.2p-3.81.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:libopenssl1_0_0-hmac-1.0.2p-3.81.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:libopenssl1_0_0-hmac-1.0.2p-3.81.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:libopenssl1_0_0-hmac-1.0.2p-3.81.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:libopenssl1_0_0-hmac-32bit-1.0.2p-3.81.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:libopenssl1_0_0-hmac-32bit-1.0.2p-3.81.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:openssl-1_0_0-1.0.2p-3.81.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:openssl-1_0_0-1.0.2p-3.81.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:openssl-1_0_0-1.0.2p-3.81.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:openssl-1_0_0-1.0.2p-3.81.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:openssl-1_0_0-doc-1.0.2p-3.81.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl-1_0_0-devel-1.0.2p-3.81.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl-1_0_0-devel-1.0.2p-3.81.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl-1_0_0-devel-1.0.2p-3.81.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl-1_0_0-devel-1.0.2p-3.81.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_0_0-1.0.2p-3.81.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_0_0-1.0.2p-3.81.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_0_0-1.0.2p-3.81.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_0_0-1.0.2p-3.81.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_0_0-32bit-1.0.2p-3.81.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_0_0-32bit-1.0.2p-3.81.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_0_0-hmac-1.0.2p-3.81.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_0_0-hmac-1.0.2p-3.81.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_0_0-hmac-1.0.2p-3.81.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_0_0-hmac-1.0.2p-3.81.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_0_0-hmac-32bit-1.0.2p-3.81.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_0_0-hmac-32bit-1.0.2p-3.81.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:openssl-1_0_0-1.0.2p-3.81.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:openssl-1_0_0-1.0.2p-3.81.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:openssl-1_0_0-1.0.2p-3.81.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:openssl-1_0_0-1.0.2p-3.81.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:openssl-1_0_0-doc-1.0.2p-3.81.1.noarch",
"SUSE Linux Enterprise Software Development Kit 12 SP5:libopenssl-1_0_0-devel-1.0.2p-3.81.1.aarch64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:libopenssl-1_0_0-devel-1.0.2p-3.81.1.ppc64le",
"SUSE Linux Enterprise Software Development Kit 12 SP5:libopenssl-1_0_0-devel-1.0.2p-3.81.1.s390x",
"SUSE Linux Enterprise Software Development Kit 12 SP5:libopenssl-1_0_0-devel-1.0.2p-3.81.1.x86_64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:libopenssl-1_0_0-devel-32bit-1.0.2p-3.81.1.s390x",
"SUSE Linux Enterprise Software Development Kit 12 SP5:libopenssl-1_0_0-devel-32bit-1.0.2p-3.81.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 Linux Enterprise Server 12 SP5:libopenssl-1_0_0-devel-1.0.2p-3.81.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:libopenssl-1_0_0-devel-1.0.2p-3.81.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:libopenssl-1_0_0-devel-1.0.2p-3.81.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:libopenssl-1_0_0-devel-1.0.2p-3.81.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:libopenssl1_0_0-1.0.2p-3.81.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:libopenssl1_0_0-1.0.2p-3.81.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:libopenssl1_0_0-1.0.2p-3.81.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:libopenssl1_0_0-1.0.2p-3.81.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:libopenssl1_0_0-32bit-1.0.2p-3.81.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:libopenssl1_0_0-32bit-1.0.2p-3.81.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:libopenssl1_0_0-hmac-1.0.2p-3.81.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:libopenssl1_0_0-hmac-1.0.2p-3.81.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:libopenssl1_0_0-hmac-1.0.2p-3.81.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:libopenssl1_0_0-hmac-1.0.2p-3.81.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:libopenssl1_0_0-hmac-32bit-1.0.2p-3.81.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:libopenssl1_0_0-hmac-32bit-1.0.2p-3.81.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:openssl-1_0_0-1.0.2p-3.81.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:openssl-1_0_0-1.0.2p-3.81.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:openssl-1_0_0-1.0.2p-3.81.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:openssl-1_0_0-1.0.2p-3.81.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:openssl-1_0_0-doc-1.0.2p-3.81.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl-1_0_0-devel-1.0.2p-3.81.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl-1_0_0-devel-1.0.2p-3.81.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl-1_0_0-devel-1.0.2p-3.81.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl-1_0_0-devel-1.0.2p-3.81.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_0_0-1.0.2p-3.81.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_0_0-1.0.2p-3.81.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_0_0-1.0.2p-3.81.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_0_0-1.0.2p-3.81.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_0_0-32bit-1.0.2p-3.81.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_0_0-32bit-1.0.2p-3.81.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_0_0-hmac-1.0.2p-3.81.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_0_0-hmac-1.0.2p-3.81.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_0_0-hmac-1.0.2p-3.81.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_0_0-hmac-1.0.2p-3.81.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_0_0-hmac-32bit-1.0.2p-3.81.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl1_0_0-hmac-32bit-1.0.2p-3.81.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:openssl-1_0_0-1.0.2p-3.81.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:openssl-1_0_0-1.0.2p-3.81.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:openssl-1_0_0-1.0.2p-3.81.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:openssl-1_0_0-1.0.2p-3.81.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:openssl-1_0_0-doc-1.0.2p-3.81.1.noarch",
"SUSE Linux Enterprise Software Development Kit 12 SP5:libopenssl-1_0_0-devel-1.0.2p-3.81.1.aarch64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:libopenssl-1_0_0-devel-1.0.2p-3.81.1.ppc64le",
"SUSE Linux Enterprise Software Development Kit 12 SP5:libopenssl-1_0_0-devel-1.0.2p-3.81.1.s390x",
"SUSE Linux Enterprise Software Development Kit 12 SP5:libopenssl-1_0_0-devel-1.0.2p-3.81.1.x86_64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:libopenssl-1_0_0-devel-32bit-1.0.2p-3.81.1.s390x",
"SUSE Linux Enterprise Software Development Kit 12 SP5:libopenssl-1_0_0-devel-32bit-1.0.2p-3.81.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2023-07-28T12:17:55Z",
"details": "moderate"
}
],
"title": "CVE-2023-3446"
}
]
}
SUSE-SU-2023:3013-1
Vulnerability from csaf_suse - Published: 2023-07-28 12:18 - Updated: 2023-07-28 12:18Summary
Security update for openssl-3
Severity
Moderate
Notes
Title of the patch: Security update for openssl-3
Description of the patch: This update for openssl-3 fixes the following issues:
- CVE-2023-2975: Fixed AES-SIV implementation ignores empty associated data entries (bsc#1213383).
- CVE-2023-3446: Fixed DH_check() excessive time with over sized modulus (bsc#1213487).
Patchnames: SUSE-2023-3013,SUSE-SLE-Module-Basesystem-15-SP4-2023-3013,openSUSE-SLE-15.4-2023-3013
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
5.9 (Medium)
Affected products
Recommended
27 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP4:libopenssl-3-devel-3.0.8-150400.4.31.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP4:libopenssl-3-devel-3.0.8-150400.4.31.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP4:libopenssl-3-devel-3.0.8-150400.4.31.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP4:libopenssl-3-devel-3.0.8-150400.4.31.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP4:libopenssl3-3.0.8-150400.4.31.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP4:libopenssl3-3.0.8-150400.4.31.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP4:libopenssl3-3.0.8-150400.4.31.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP4:libopenssl3-3.0.8-150400.4.31.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP4:openssl-3-3.0.8-150400.4.31.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP4:openssl-3-3.0.8-150400.4.31.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP4:openssl-3-3.0.8-150400.4.31.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP4:openssl-3-3.0.8-150400.4.31.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:libopenssl-3-devel-3.0.8-150400.4.31.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:libopenssl-3-devel-3.0.8-150400.4.31.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:libopenssl-3-devel-3.0.8-150400.4.31.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:libopenssl-3-devel-3.0.8-150400.4.31.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:libopenssl-3-devel-32bit-3.0.8-150400.4.31.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:libopenssl3-3.0.8-150400.4.31.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:libopenssl3-3.0.8-150400.4.31.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:libopenssl3-3.0.8-150400.4.31.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:libopenssl3-3.0.8-150400.4.31.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:libopenssl3-32bit-3.0.8-150400.4.31.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:openssl-3-3.0.8-150400.4.31.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:openssl-3-3.0.8-150400.4.31.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:openssl-3-3.0.8-150400.4.31.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:openssl-3-3.0.8-150400.4.31.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:openssl-3-doc-3.0.8-150400.4.31.2.noarch | — |
Vendor Fix
|
Threats
Impact
moderate
5.3 (Medium)
Affected products
Recommended
27 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP4:libopenssl-3-devel-3.0.8-150400.4.31.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP4:libopenssl-3-devel-3.0.8-150400.4.31.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP4:libopenssl-3-devel-3.0.8-150400.4.31.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP4:libopenssl-3-devel-3.0.8-150400.4.31.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP4:libopenssl3-3.0.8-150400.4.31.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP4:libopenssl3-3.0.8-150400.4.31.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP4:libopenssl3-3.0.8-150400.4.31.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP4:libopenssl3-3.0.8-150400.4.31.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP4:openssl-3-3.0.8-150400.4.31.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP4:openssl-3-3.0.8-150400.4.31.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP4:openssl-3-3.0.8-150400.4.31.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP4:openssl-3-3.0.8-150400.4.31.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:libopenssl-3-devel-3.0.8-150400.4.31.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:libopenssl-3-devel-3.0.8-150400.4.31.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:libopenssl-3-devel-3.0.8-150400.4.31.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:libopenssl-3-devel-3.0.8-150400.4.31.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:libopenssl-3-devel-32bit-3.0.8-150400.4.31.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:libopenssl3-3.0.8-150400.4.31.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:libopenssl3-3.0.8-150400.4.31.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:libopenssl3-3.0.8-150400.4.31.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:libopenssl3-3.0.8-150400.4.31.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:libopenssl3-32bit-3.0.8-150400.4.31.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:openssl-3-3.0.8-150400.4.31.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:openssl-3-3.0.8-150400.4.31.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:openssl-3-3.0.8-150400.4.31.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:openssl-3-3.0.8-150400.4.31.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:openssl-3-doc-3.0.8-150400.4.31.2.noarch | — |
Vendor Fix
|
Threats
Impact
moderate
References
14 references
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "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-2975: Fixed AES-SIV implementation ignores empty associated data entries (bsc#1213383).\n- CVE-2023-3446: Fixed DH_check() excessive time with over sized modulus (bsc#1213487).\n ",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2023-3013,SUSE-SLE-Module-Basesystem-15-SP4-2023-3013,openSUSE-SLE-15.4-2023-3013",
"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_3013-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2023:3013-1",
"url": "https://www.suse.com/support/update/announcement/2023/suse-su-20233013-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2023:3013-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2023-July/015685.html"
},
{
"category": "self",
"summary": "SUSE Bug 1213383",
"url": "https://bugzilla.suse.com/1213383"
},
{
"category": "self",
"summary": "SUSE Bug 1213487",
"url": "https://bugzilla.suse.com/1213487"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-2975 page",
"url": "https://www.suse.com/security/cve/CVE-2023-2975/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-3446 page",
"url": "https://www.suse.com/security/cve/CVE-2023-3446/"
}
],
"title": "Security update for openssl-3",
"tracking": {
"current_release_date": "2023-07-28T12:18:46Z",
"generator": {
"date": "2023-07-28T12:18:46Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2023:3013-1",
"initial_release_date": "2023-07-28T12:18:46Z",
"revision_history": [
{
"date": "2023-07-28T12:18:46Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "libopenssl-3-devel-3.0.8-150400.4.31.2.aarch64",
"product": {
"name": "libopenssl-3-devel-3.0.8-150400.4.31.2.aarch64",
"product_id": "libopenssl-3-devel-3.0.8-150400.4.31.2.aarch64"
}
},
{
"category": "product_version",
"name": "libopenssl3-3.0.8-150400.4.31.2.aarch64",
"product": {
"name": "libopenssl3-3.0.8-150400.4.31.2.aarch64",
"product_id": "libopenssl3-3.0.8-150400.4.31.2.aarch64"
}
},
{
"category": "product_version",
"name": "openssl-3-3.0.8-150400.4.31.2.aarch64",
"product": {
"name": "openssl-3-3.0.8-150400.4.31.2.aarch64",
"product_id": "openssl-3-3.0.8-150400.4.31.2.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "libopenssl-3-devel-64bit-3.0.8-150400.4.31.2.aarch64_ilp32",
"product": {
"name": "libopenssl-3-devel-64bit-3.0.8-150400.4.31.2.aarch64_ilp32",
"product_id": "libopenssl-3-devel-64bit-3.0.8-150400.4.31.2.aarch64_ilp32"
}
},
{
"category": "product_version",
"name": "libopenssl3-64bit-3.0.8-150400.4.31.2.aarch64_ilp32",
"product": {
"name": "libopenssl3-64bit-3.0.8-150400.4.31.2.aarch64_ilp32",
"product_id": "libopenssl3-64bit-3.0.8-150400.4.31.2.aarch64_ilp32"
}
}
],
"category": "architecture",
"name": "aarch64_ilp32"
},
{
"branches": [
{
"category": "product_version",
"name": "libopenssl-3-devel-3.0.8-150400.4.31.2.i586",
"product": {
"name": "libopenssl-3-devel-3.0.8-150400.4.31.2.i586",
"product_id": "libopenssl-3-devel-3.0.8-150400.4.31.2.i586"
}
},
{
"category": "product_version",
"name": "libopenssl3-3.0.8-150400.4.31.2.i586",
"product": {
"name": "libopenssl3-3.0.8-150400.4.31.2.i586",
"product_id": "libopenssl3-3.0.8-150400.4.31.2.i586"
}
},
{
"category": "product_version",
"name": "openssl-3-3.0.8-150400.4.31.2.i586",
"product": {
"name": "openssl-3-3.0.8-150400.4.31.2.i586",
"product_id": "openssl-3-3.0.8-150400.4.31.2.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "openssl-3-doc-3.0.8-150400.4.31.2.noarch",
"product": {
"name": "openssl-3-doc-3.0.8-150400.4.31.2.noarch",
"product_id": "openssl-3-doc-3.0.8-150400.4.31.2.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "libopenssl-3-devel-3.0.8-150400.4.31.2.ppc64le",
"product": {
"name": "libopenssl-3-devel-3.0.8-150400.4.31.2.ppc64le",
"product_id": "libopenssl-3-devel-3.0.8-150400.4.31.2.ppc64le"
}
},
{
"category": "product_version",
"name": "libopenssl3-3.0.8-150400.4.31.2.ppc64le",
"product": {
"name": "libopenssl3-3.0.8-150400.4.31.2.ppc64le",
"product_id": "libopenssl3-3.0.8-150400.4.31.2.ppc64le"
}
},
{
"category": "product_version",
"name": "openssl-3-3.0.8-150400.4.31.2.ppc64le",
"product": {
"name": "openssl-3-3.0.8-150400.4.31.2.ppc64le",
"product_id": "openssl-3-3.0.8-150400.4.31.2.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "libopenssl-3-devel-3.0.8-150400.4.31.2.s390x",
"product": {
"name": "libopenssl-3-devel-3.0.8-150400.4.31.2.s390x",
"product_id": "libopenssl-3-devel-3.0.8-150400.4.31.2.s390x"
}
},
{
"category": "product_version",
"name": "libopenssl3-3.0.8-150400.4.31.2.s390x",
"product": {
"name": "libopenssl3-3.0.8-150400.4.31.2.s390x",
"product_id": "libopenssl3-3.0.8-150400.4.31.2.s390x"
}
},
{
"category": "product_version",
"name": "openssl-3-3.0.8-150400.4.31.2.s390x",
"product": {
"name": "openssl-3-3.0.8-150400.4.31.2.s390x",
"product_id": "openssl-3-3.0.8-150400.4.31.2.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "libopenssl-3-devel-3.0.8-150400.4.31.2.x86_64",
"product": {
"name": "libopenssl-3-devel-3.0.8-150400.4.31.2.x86_64",
"product_id": "libopenssl-3-devel-3.0.8-150400.4.31.2.x86_64"
}
},
{
"category": "product_version",
"name": "libopenssl-3-devel-32bit-3.0.8-150400.4.31.2.x86_64",
"product": {
"name": "libopenssl-3-devel-32bit-3.0.8-150400.4.31.2.x86_64",
"product_id": "libopenssl-3-devel-32bit-3.0.8-150400.4.31.2.x86_64"
}
},
{
"category": "product_version",
"name": "libopenssl3-3.0.8-150400.4.31.2.x86_64",
"product": {
"name": "libopenssl3-3.0.8-150400.4.31.2.x86_64",
"product_id": "libopenssl3-3.0.8-150400.4.31.2.x86_64"
}
},
{
"category": "product_version",
"name": "libopenssl3-32bit-3.0.8-150400.4.31.2.x86_64",
"product": {
"name": "libopenssl3-32bit-3.0.8-150400.4.31.2.x86_64",
"product_id": "libopenssl3-32bit-3.0.8-150400.4.31.2.x86_64"
}
},
{
"category": "product_version",
"name": "openssl-3-3.0.8-150400.4.31.2.x86_64",
"product": {
"name": "openssl-3-3.0.8-150400.4.31.2.x86_64",
"product_id": "openssl-3-3.0.8-150400.4.31.2.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.8-150400.4.31.2.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.8-150400.4.31.2.aarch64"
},
"product_reference": "libopenssl-3-devel-3.0.8-150400.4.31.2.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.8-150400.4.31.2.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.8-150400.4.31.2.ppc64le"
},
"product_reference": "libopenssl-3-devel-3.0.8-150400.4.31.2.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.8-150400.4.31.2.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.8-150400.4.31.2.s390x"
},
"product_reference": "libopenssl-3-devel-3.0.8-150400.4.31.2.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.8-150400.4.31.2.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.8-150400.4.31.2.x86_64"
},
"product_reference": "libopenssl-3-devel-3.0.8-150400.4.31.2.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.8-150400.4.31.2.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.8-150400.4.31.2.aarch64"
},
"product_reference": "libopenssl3-3.0.8-150400.4.31.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl3-3.0.8-150400.4.31.2.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.8-150400.4.31.2.ppc64le"
},
"product_reference": "libopenssl3-3.0.8-150400.4.31.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl3-3.0.8-150400.4.31.2.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.8-150400.4.31.2.s390x"
},
"product_reference": "libopenssl3-3.0.8-150400.4.31.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl3-3.0.8-150400.4.31.2.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.8-150400.4.31.2.x86_64"
},
"product_reference": "libopenssl3-3.0.8-150400.4.31.2.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.8-150400.4.31.2.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.8-150400.4.31.2.aarch64"
},
"product_reference": "openssl-3-3.0.8-150400.4.31.2.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.8-150400.4.31.2.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.8-150400.4.31.2.ppc64le"
},
"product_reference": "openssl-3-3.0.8-150400.4.31.2.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.8-150400.4.31.2.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.8-150400.4.31.2.s390x"
},
"product_reference": "openssl-3-3.0.8-150400.4.31.2.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.8-150400.4.31.2.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.8-150400.4.31.2.x86_64"
},
"product_reference": "openssl-3-3.0.8-150400.4.31.2.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.8-150400.4.31.2.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:libopenssl-3-devel-3.0.8-150400.4.31.2.aarch64"
},
"product_reference": "libopenssl-3-devel-3.0.8-150400.4.31.2.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-3-devel-3.0.8-150400.4.31.2.ppc64le as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:libopenssl-3-devel-3.0.8-150400.4.31.2.ppc64le"
},
"product_reference": "libopenssl-3-devel-3.0.8-150400.4.31.2.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-3-devel-3.0.8-150400.4.31.2.s390x as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:libopenssl-3-devel-3.0.8-150400.4.31.2.s390x"
},
"product_reference": "libopenssl-3-devel-3.0.8-150400.4.31.2.s390x",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-3-devel-3.0.8-150400.4.31.2.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:libopenssl-3-devel-3.0.8-150400.4.31.2.x86_64"
},
"product_reference": "libopenssl-3-devel-3.0.8-150400.4.31.2.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-3-devel-32bit-3.0.8-150400.4.31.2.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:libopenssl-3-devel-32bit-3.0.8-150400.4.31.2.x86_64"
},
"product_reference": "libopenssl-3-devel-32bit-3.0.8-150400.4.31.2.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl3-3.0.8-150400.4.31.2.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:libopenssl3-3.0.8-150400.4.31.2.aarch64"
},
"product_reference": "libopenssl3-3.0.8-150400.4.31.2.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl3-3.0.8-150400.4.31.2.ppc64le as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:libopenssl3-3.0.8-150400.4.31.2.ppc64le"
},
"product_reference": "libopenssl3-3.0.8-150400.4.31.2.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl3-3.0.8-150400.4.31.2.s390x as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:libopenssl3-3.0.8-150400.4.31.2.s390x"
},
"product_reference": "libopenssl3-3.0.8-150400.4.31.2.s390x",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl3-3.0.8-150400.4.31.2.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:libopenssl3-3.0.8-150400.4.31.2.x86_64"
},
"product_reference": "libopenssl3-3.0.8-150400.4.31.2.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl3-32bit-3.0.8-150400.4.31.2.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:libopenssl3-32bit-3.0.8-150400.4.31.2.x86_64"
},
"product_reference": "libopenssl3-32bit-3.0.8-150400.4.31.2.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-3-3.0.8-150400.4.31.2.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:openssl-3-3.0.8-150400.4.31.2.aarch64"
},
"product_reference": "openssl-3-3.0.8-150400.4.31.2.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-3-3.0.8-150400.4.31.2.ppc64le as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:openssl-3-3.0.8-150400.4.31.2.ppc64le"
},
"product_reference": "openssl-3-3.0.8-150400.4.31.2.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-3-3.0.8-150400.4.31.2.s390x as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:openssl-3-3.0.8-150400.4.31.2.s390x"
},
"product_reference": "openssl-3-3.0.8-150400.4.31.2.s390x",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-3-3.0.8-150400.4.31.2.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:openssl-3-3.0.8-150400.4.31.2.x86_64"
},
"product_reference": "openssl-3-3.0.8-150400.4.31.2.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-3-doc-3.0.8-150400.4.31.2.noarch as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:openssl-3-doc-3.0.8-150400.4.31.2.noarch"
},
"product_reference": "openssl-3-doc-3.0.8-150400.4.31.2.noarch",
"relates_to_product_reference": "openSUSE Leap 15.4"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-2975",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-2975"
}
],
"notes": [
{
"category": "general",
"text": "Issue summary: The AES-SIV cipher implementation contains a bug that causes\nit to ignore empty associated data entries which are unauthenticated as\na consequence.\n\nImpact summary: Applications that use the AES-SIV algorithm and want to\nauthenticate empty data entries as associated data can be misled by removing,\nadding or reordering such empty entries as these are ignored by the OpenSSL\nimplementation. We are currently unaware of any such applications.\n\nThe AES-SIV algorithm allows for authentication of multiple associated\ndata entries along with the encryption. To authenticate empty data the\napplication has to call EVP_EncryptUpdate() (or EVP_CipherUpdate()) with\nNULL pointer as the output buffer and 0 as the input buffer length.\nThe AES-SIV implementation in OpenSSL just returns success for such a call\ninstead of performing the associated data authentication operation.\nThe empty data thus will not be authenticated.\n\nAs this issue does not affect non-empty associated data authentication and\nwe expect it to be rare for an application to use empty associated data\nentries this is qualified as Low severity issue.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Basesystem 15 SP4:libopenssl-3-devel-3.0.8-150400.4.31.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:libopenssl-3-devel-3.0.8-150400.4.31.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:libopenssl-3-devel-3.0.8-150400.4.31.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:libopenssl-3-devel-3.0.8-150400.4.31.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:libopenssl3-3.0.8-150400.4.31.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:libopenssl3-3.0.8-150400.4.31.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:libopenssl3-3.0.8-150400.4.31.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:libopenssl3-3.0.8-150400.4.31.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:openssl-3-3.0.8-150400.4.31.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:openssl-3-3.0.8-150400.4.31.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:openssl-3-3.0.8-150400.4.31.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:openssl-3-3.0.8-150400.4.31.2.x86_64",
"openSUSE Leap 15.4:libopenssl-3-devel-3.0.8-150400.4.31.2.aarch64",
"openSUSE Leap 15.4:libopenssl-3-devel-3.0.8-150400.4.31.2.ppc64le",
"openSUSE Leap 15.4:libopenssl-3-devel-3.0.8-150400.4.31.2.s390x",
"openSUSE Leap 15.4:libopenssl-3-devel-3.0.8-150400.4.31.2.x86_64",
"openSUSE Leap 15.4:libopenssl-3-devel-32bit-3.0.8-150400.4.31.2.x86_64",
"openSUSE Leap 15.4:libopenssl3-3.0.8-150400.4.31.2.aarch64",
"openSUSE Leap 15.4:libopenssl3-3.0.8-150400.4.31.2.ppc64le",
"openSUSE Leap 15.4:libopenssl3-3.0.8-150400.4.31.2.s390x",
"openSUSE Leap 15.4:libopenssl3-3.0.8-150400.4.31.2.x86_64",
"openSUSE Leap 15.4:libopenssl3-32bit-3.0.8-150400.4.31.2.x86_64",
"openSUSE Leap 15.4:openssl-3-3.0.8-150400.4.31.2.aarch64",
"openSUSE Leap 15.4:openssl-3-3.0.8-150400.4.31.2.ppc64le",
"openSUSE Leap 15.4:openssl-3-3.0.8-150400.4.31.2.s390x",
"openSUSE Leap 15.4:openssl-3-3.0.8-150400.4.31.2.x86_64",
"openSUSE Leap 15.4:openssl-3-doc-3.0.8-150400.4.31.2.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-2975",
"url": "https://www.suse.com/security/cve/CVE-2023-2975"
},
{
"category": "external",
"summary": "SUSE Bug 1213383 for CVE-2023-2975",
"url": "https://bugzilla.suse.com/1213383"
}
],
"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.8-150400.4.31.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:libopenssl-3-devel-3.0.8-150400.4.31.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:libopenssl-3-devel-3.0.8-150400.4.31.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:libopenssl-3-devel-3.0.8-150400.4.31.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:libopenssl3-3.0.8-150400.4.31.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:libopenssl3-3.0.8-150400.4.31.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:libopenssl3-3.0.8-150400.4.31.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:libopenssl3-3.0.8-150400.4.31.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:openssl-3-3.0.8-150400.4.31.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:openssl-3-3.0.8-150400.4.31.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:openssl-3-3.0.8-150400.4.31.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:openssl-3-3.0.8-150400.4.31.2.x86_64",
"openSUSE Leap 15.4:libopenssl-3-devel-3.0.8-150400.4.31.2.aarch64",
"openSUSE Leap 15.4:libopenssl-3-devel-3.0.8-150400.4.31.2.ppc64le",
"openSUSE Leap 15.4:libopenssl-3-devel-3.0.8-150400.4.31.2.s390x",
"openSUSE Leap 15.4:libopenssl-3-devel-3.0.8-150400.4.31.2.x86_64",
"openSUSE Leap 15.4:libopenssl-3-devel-32bit-3.0.8-150400.4.31.2.x86_64",
"openSUSE Leap 15.4:libopenssl3-3.0.8-150400.4.31.2.aarch64",
"openSUSE Leap 15.4:libopenssl3-3.0.8-150400.4.31.2.ppc64le",
"openSUSE Leap 15.4:libopenssl3-3.0.8-150400.4.31.2.s390x",
"openSUSE Leap 15.4:libopenssl3-3.0.8-150400.4.31.2.x86_64",
"openSUSE Leap 15.4:libopenssl3-32bit-3.0.8-150400.4.31.2.x86_64",
"openSUSE Leap 15.4:openssl-3-3.0.8-150400.4.31.2.aarch64",
"openSUSE Leap 15.4:openssl-3-3.0.8-150400.4.31.2.ppc64le",
"openSUSE Leap 15.4:openssl-3-3.0.8-150400.4.31.2.s390x",
"openSUSE Leap 15.4:openssl-3-3.0.8-150400.4.31.2.x86_64",
"openSUSE Leap 15.4:openssl-3-doc-3.0.8-150400.4.31.2.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Basesystem 15 SP4:libopenssl-3-devel-3.0.8-150400.4.31.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:libopenssl-3-devel-3.0.8-150400.4.31.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:libopenssl-3-devel-3.0.8-150400.4.31.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:libopenssl-3-devel-3.0.8-150400.4.31.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:libopenssl3-3.0.8-150400.4.31.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:libopenssl3-3.0.8-150400.4.31.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:libopenssl3-3.0.8-150400.4.31.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:libopenssl3-3.0.8-150400.4.31.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:openssl-3-3.0.8-150400.4.31.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:openssl-3-3.0.8-150400.4.31.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:openssl-3-3.0.8-150400.4.31.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:openssl-3-3.0.8-150400.4.31.2.x86_64",
"openSUSE Leap 15.4:libopenssl-3-devel-3.0.8-150400.4.31.2.aarch64",
"openSUSE Leap 15.4:libopenssl-3-devel-3.0.8-150400.4.31.2.ppc64le",
"openSUSE Leap 15.4:libopenssl-3-devel-3.0.8-150400.4.31.2.s390x",
"openSUSE Leap 15.4:libopenssl-3-devel-3.0.8-150400.4.31.2.x86_64",
"openSUSE Leap 15.4:libopenssl-3-devel-32bit-3.0.8-150400.4.31.2.x86_64",
"openSUSE Leap 15.4:libopenssl3-3.0.8-150400.4.31.2.aarch64",
"openSUSE Leap 15.4:libopenssl3-3.0.8-150400.4.31.2.ppc64le",
"openSUSE Leap 15.4:libopenssl3-3.0.8-150400.4.31.2.s390x",
"openSUSE Leap 15.4:libopenssl3-3.0.8-150400.4.31.2.x86_64",
"openSUSE Leap 15.4:libopenssl3-32bit-3.0.8-150400.4.31.2.x86_64",
"openSUSE Leap 15.4:openssl-3-3.0.8-150400.4.31.2.aarch64",
"openSUSE Leap 15.4:openssl-3-3.0.8-150400.4.31.2.ppc64le",
"openSUSE Leap 15.4:openssl-3-3.0.8-150400.4.31.2.s390x",
"openSUSE Leap 15.4:openssl-3-3.0.8-150400.4.31.2.x86_64",
"openSUSE Leap 15.4:openssl-3-doc-3.0.8-150400.4.31.2.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2023-07-28T12:18:46Z",
"details": "moderate"
}
],
"title": "CVE-2023-2975"
},
{
"cve": "CVE-2023-3446",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-3446"
}
],
"notes": [
{
"category": "general",
"text": "Issue summary: Checking excessively long DH keys or parameters may be very slow.\n\nImpact summary: Applications that use the functions DH_check(), DH_check_ex()\nor EVP_PKEY_param_check() to check a DH key or DH parameters may experience long\ndelays. Where the key or parameters that are being checked have been obtained\nfrom an untrusted source this may lead to a Denial of Service.\n\nThe function DH_check() performs various checks on DH parameters. One of those\nchecks confirms that the modulus (\u0027p\u0027 parameter) is not too large. Trying to use\na very large modulus is slow and OpenSSL will not normally use a modulus which\nis over 10,000 bits in length.\n\nHowever the DH_check() function checks numerous aspects of the key or parameters\nthat have been supplied. Some of those checks use the supplied modulus value\neven if it has already been found to be too large.\n\nAn application that calls DH_check() and supplies a key or parameters obtained\nfrom an untrusted source could be vulernable to a Denial of Service attack.\n\nThe function DH_check() is itself called by a number of other OpenSSL functions.\nAn application calling any of those other functions may similarly be affected.\nThe other functions affected by this are DH_check_ex() and\nEVP_PKEY_param_check().\n\nAlso vulnerable are the OpenSSL dhparam and pkeyparam command line applications\nwhen using the \u0027-check\u0027 option.\n\nThe OpenSSL SSL/TLS implementation is not affected by this issue.\nThe OpenSSL 3.0 and 3.1 FIPS providers are not affected by this issue.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Basesystem 15 SP4:libopenssl-3-devel-3.0.8-150400.4.31.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:libopenssl-3-devel-3.0.8-150400.4.31.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:libopenssl-3-devel-3.0.8-150400.4.31.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:libopenssl-3-devel-3.0.8-150400.4.31.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:libopenssl3-3.0.8-150400.4.31.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:libopenssl3-3.0.8-150400.4.31.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:libopenssl3-3.0.8-150400.4.31.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:libopenssl3-3.0.8-150400.4.31.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:openssl-3-3.0.8-150400.4.31.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:openssl-3-3.0.8-150400.4.31.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:openssl-3-3.0.8-150400.4.31.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:openssl-3-3.0.8-150400.4.31.2.x86_64",
"openSUSE Leap 15.4:libopenssl-3-devel-3.0.8-150400.4.31.2.aarch64",
"openSUSE Leap 15.4:libopenssl-3-devel-3.0.8-150400.4.31.2.ppc64le",
"openSUSE Leap 15.4:libopenssl-3-devel-3.0.8-150400.4.31.2.s390x",
"openSUSE Leap 15.4:libopenssl-3-devel-3.0.8-150400.4.31.2.x86_64",
"openSUSE Leap 15.4:libopenssl-3-devel-32bit-3.0.8-150400.4.31.2.x86_64",
"openSUSE Leap 15.4:libopenssl3-3.0.8-150400.4.31.2.aarch64",
"openSUSE Leap 15.4:libopenssl3-3.0.8-150400.4.31.2.ppc64le",
"openSUSE Leap 15.4:libopenssl3-3.0.8-150400.4.31.2.s390x",
"openSUSE Leap 15.4:libopenssl3-3.0.8-150400.4.31.2.x86_64",
"openSUSE Leap 15.4:libopenssl3-32bit-3.0.8-150400.4.31.2.x86_64",
"openSUSE Leap 15.4:openssl-3-3.0.8-150400.4.31.2.aarch64",
"openSUSE Leap 15.4:openssl-3-3.0.8-150400.4.31.2.ppc64le",
"openSUSE Leap 15.4:openssl-3-3.0.8-150400.4.31.2.s390x",
"openSUSE Leap 15.4:openssl-3-3.0.8-150400.4.31.2.x86_64",
"openSUSE Leap 15.4:openssl-3-doc-3.0.8-150400.4.31.2.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-3446",
"url": "https://www.suse.com/security/cve/CVE-2023-3446"
},
{
"category": "external",
"summary": "SUSE Bug 1213487 for CVE-2023-3446",
"url": "https://bugzilla.suse.com/1213487"
},
{
"category": "external",
"summary": "SUSE Bug 1213853 for CVE-2023-3446",
"url": "https://bugzilla.suse.com/1213853"
},
{
"category": "external",
"summary": "SUSE Bug 1221185 for CVE-2023-3446",
"url": "https://bugzilla.suse.com/1221185"
}
],
"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.8-150400.4.31.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:libopenssl-3-devel-3.0.8-150400.4.31.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:libopenssl-3-devel-3.0.8-150400.4.31.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:libopenssl-3-devel-3.0.8-150400.4.31.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:libopenssl3-3.0.8-150400.4.31.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:libopenssl3-3.0.8-150400.4.31.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:libopenssl3-3.0.8-150400.4.31.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:libopenssl3-3.0.8-150400.4.31.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:openssl-3-3.0.8-150400.4.31.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:openssl-3-3.0.8-150400.4.31.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:openssl-3-3.0.8-150400.4.31.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:openssl-3-3.0.8-150400.4.31.2.x86_64",
"openSUSE Leap 15.4:libopenssl-3-devel-3.0.8-150400.4.31.2.aarch64",
"openSUSE Leap 15.4:libopenssl-3-devel-3.0.8-150400.4.31.2.ppc64le",
"openSUSE Leap 15.4:libopenssl-3-devel-3.0.8-150400.4.31.2.s390x",
"openSUSE Leap 15.4:libopenssl-3-devel-3.0.8-150400.4.31.2.x86_64",
"openSUSE Leap 15.4:libopenssl-3-devel-32bit-3.0.8-150400.4.31.2.x86_64",
"openSUSE Leap 15.4:libopenssl3-3.0.8-150400.4.31.2.aarch64",
"openSUSE Leap 15.4:libopenssl3-3.0.8-150400.4.31.2.ppc64le",
"openSUSE Leap 15.4:libopenssl3-3.0.8-150400.4.31.2.s390x",
"openSUSE Leap 15.4:libopenssl3-3.0.8-150400.4.31.2.x86_64",
"openSUSE Leap 15.4:libopenssl3-32bit-3.0.8-150400.4.31.2.x86_64",
"openSUSE Leap 15.4:openssl-3-3.0.8-150400.4.31.2.aarch64",
"openSUSE Leap 15.4:openssl-3-3.0.8-150400.4.31.2.ppc64le",
"openSUSE Leap 15.4:openssl-3-3.0.8-150400.4.31.2.s390x",
"openSUSE Leap 15.4:openssl-3-3.0.8-150400.4.31.2.x86_64",
"openSUSE Leap 15.4:openssl-3-doc-3.0.8-150400.4.31.2.noarch"
]
}
],
"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 Linux Enterprise Module for Basesystem 15 SP4:libopenssl-3-devel-3.0.8-150400.4.31.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:libopenssl-3-devel-3.0.8-150400.4.31.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:libopenssl-3-devel-3.0.8-150400.4.31.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:libopenssl-3-devel-3.0.8-150400.4.31.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:libopenssl3-3.0.8-150400.4.31.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:libopenssl3-3.0.8-150400.4.31.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:libopenssl3-3.0.8-150400.4.31.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:libopenssl3-3.0.8-150400.4.31.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:openssl-3-3.0.8-150400.4.31.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:openssl-3-3.0.8-150400.4.31.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:openssl-3-3.0.8-150400.4.31.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:openssl-3-3.0.8-150400.4.31.2.x86_64",
"openSUSE Leap 15.4:libopenssl-3-devel-3.0.8-150400.4.31.2.aarch64",
"openSUSE Leap 15.4:libopenssl-3-devel-3.0.8-150400.4.31.2.ppc64le",
"openSUSE Leap 15.4:libopenssl-3-devel-3.0.8-150400.4.31.2.s390x",
"openSUSE Leap 15.4:libopenssl-3-devel-3.0.8-150400.4.31.2.x86_64",
"openSUSE Leap 15.4:libopenssl-3-devel-32bit-3.0.8-150400.4.31.2.x86_64",
"openSUSE Leap 15.4:libopenssl3-3.0.8-150400.4.31.2.aarch64",
"openSUSE Leap 15.4:libopenssl3-3.0.8-150400.4.31.2.ppc64le",
"openSUSE Leap 15.4:libopenssl3-3.0.8-150400.4.31.2.s390x",
"openSUSE Leap 15.4:libopenssl3-3.0.8-150400.4.31.2.x86_64",
"openSUSE Leap 15.4:libopenssl3-32bit-3.0.8-150400.4.31.2.x86_64",
"openSUSE Leap 15.4:openssl-3-3.0.8-150400.4.31.2.aarch64",
"openSUSE Leap 15.4:openssl-3-3.0.8-150400.4.31.2.ppc64le",
"openSUSE Leap 15.4:openssl-3-3.0.8-150400.4.31.2.s390x",
"openSUSE Leap 15.4:openssl-3-3.0.8-150400.4.31.2.x86_64",
"openSUSE Leap 15.4:openssl-3-doc-3.0.8-150400.4.31.2.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2023-07-28T12:18:46Z",
"details": "moderate"
}
],
"title": "CVE-2023-3446"
}
]
}
SUSE-SU-2023:3093-1
Vulnerability from csaf_suse - Published: 2023-08-01 10:48 - Updated: 2023-08-01 10:48Summary
Security update for openssl-1_0_0
Severity
Moderate
Notes
Title of the patch: Security update for openssl-1_0_0
Description of the patch: This update for openssl-1_0_0 fixes the following issues:
- CVE-2023-3446: Fixed DH_check() excessive time with over sized modulus (bsc#1213487).
Patchnames: SUSE-2023-3093,SUSE-SLE-Module-Legacy-15-SP4-2023-3093,SUSE-SLE-Module-Legacy-15-SP5-2023-3093,SUSE-SLE-Product-HPC-15-SP3-ESPOS-2023-3093,SUSE-SLE-Product-HPC-15-SP3-LTSS-2023-3093,SUSE-SLE-Product-SLES-15-SP1-LTSS-2023-3093,SUSE-SLE-Product-SLES-15-SP2-LTSS-2023-3093,SUSE-SLE-Product-SLES-15-SP3-LTSS-2023-3093,SUSE-SLE-Product-SLES_SAP-15-SP1-2023-3093,SUSE-SLE-Product-SLES_SAP-15-SP2-2023-3093,SUSE-SLE-Product-SLES_SAP-15-SP3-2023-3093,SUSE-Storage-7-2023-3093,SUSE-Storage-7.1-2023-3093,openSUSE-SLE-15.4-2023-3093,openSUSE-SLE-15.5-2023-3093
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
5.3 (Medium)
Affected products
Recommended
196 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Enterprise Storage 7.1:libopenssl-1_0_0-devel-1.0.2p-150000.3.82.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:libopenssl-1_0_0-devel-1.0.2p-150000.3.82.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:libopenssl10-1.0.2p-150000.3.82.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:libopenssl10-1.0.2p-150000.3.82.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:libopenssl1_0_0-1.0.2p-150000.3.82.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:libopenssl1_0_0-1.0.2p-150000.3.82.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:openssl-1_0_0-1.0.2p-150000.3.82.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:openssl-1_0_0-1.0.2p-150000.3.82.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:libopenssl-1_0_0-devel-1.0.2p-150000.3.82.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:libopenssl-1_0_0-devel-1.0.2p-150000.3.82.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:libopenssl1_0_0-1.0.2p-150000.3.82.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:libopenssl1_0_0-1.0.2p-150000.3.82.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:openssl-1_0_0-1.0.2p-150000.3.82.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:openssl-1_0_0-1.0.2p-150000.3.82.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.82.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.82.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libopenssl10-1.0.2p-150000.3.82.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libopenssl10-1.0.2p-150000.3.82.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.82.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libopenssl1_0_0-1.0.2p-150000.3.82.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.82.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.82.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.82.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.82.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libopenssl10-1.0.2p-150000.3.82.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libopenssl10-1.0.2p-150000.3.82.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.82.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libopenssl1_0_0-1.0.2p-150000.3.82.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.82.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.82.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.82.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.82.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.82.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.82.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:libopenssl10-1.0.2p-150000.3.82.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:libopenssl10-1.0.2p-150000.3.82.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:libopenssl10-1.0.2p-150000.3.82.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:libopenssl10-1.0.2p-150000.3.82.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:libopenssl1_0_0-1.0.2p-150000.3.82.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:libopenssl1_0_0-1.0.2p-150000.3.82.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:libopenssl1_0_0-1.0.2p-150000.3.82.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:libopenssl1_0_0-1.0.2p-150000.3.82.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.82.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:libopenssl1_0_0-hmac-1.0.2p-150000.3.82.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:libopenssl1_0_0-hmac-1.0.2p-150000.3.82.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:libopenssl1_0_0-hmac-1.0.2p-150000.3.82.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.82.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:openssl-1_0_0-1.0.2p-150000.3.82.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:openssl-1_0_0-1.0.2p-150000.3.82.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP4:openssl-1_0_0-1.0.2p-150000.3.82.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:libopenssl-1_0_0-devel-1.0.2p-150000.3.82.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:libopenssl-1_0_0-devel-1.0.2p-150000.3.82.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:libopenssl-1_0_0-devel-1.0.2p-150000.3.82.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:libopenssl-1_0_0-devel-1.0.2p-150000.3.82.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:libopenssl10-1.0.2p-150000.3.82.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:libopenssl10-1.0.2p-150000.3.82.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:libopenssl10-1.0.2p-150000.3.82.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:libopenssl10-1.0.2p-150000.3.82.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:libopenssl1_0_0-1.0.2p-150000.3.82.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:libopenssl1_0_0-1.0.2p-150000.3.82.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:libopenssl1_0_0-1.0.2p-150000.3.82.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:libopenssl1_0_0-1.0.2p-150000.3.82.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:libopenssl1_0_0-hmac-1.0.2p-150000.3.82.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:libopenssl1_0_0-hmac-1.0.2p-150000.3.82.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:libopenssl1_0_0-hmac-1.0.2p-150000.3.82.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:libopenssl1_0_0-hmac-1.0.2p-150000.3.82.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:openssl-1_0_0-1.0.2p-150000.3.82.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:openssl-1_0_0-1.0.2p-150000.3.82.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:openssl-1_0_0-1.0.2p-150000.3.82.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:openssl-1_0_0-1.0.2p-150000.3.82.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.82.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.82.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.82.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.82.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl1_0_0-1.0.2p-150000.3.82.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl1_0_0-1.0.2p-150000.3.82.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl1_0_0-1.0.2p-150000.3.82.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl1_0_0-1.0.2p-150000.3.82.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:openssl-1_0_0-1.0.2p-150000.3.82.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:openssl-1_0_0-1.0.2p-150000.3.82.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:openssl-1_0_0-1.0.2p-150000.3.82.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:openssl-1_0_0-1.0.2p-150000.3.82.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.82.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.82.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.82.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.82.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl1_0_0-1.0.2p-150000.3.82.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl1_0_0-1.0.2p-150000.3.82.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl1_0_0-1.0.2p-150000.3.82.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl1_0_0-1.0.2p-150000.3.82.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:openssl-1_0_0-1.0.2p-150000.3.82.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:openssl-1_0_0-1.0.2p-150000.3.82.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:openssl-1_0_0-1.0.2p-150000.3.82.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:openssl-1_0_0-1.0.2p-150000.3.82.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.82.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.82.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.82.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.82.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl10-1.0.2p-150000.3.82.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl10-1.0.2p-150000.3.82.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl10-1.0.2p-150000.3.82.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl10-1.0.2p-150000.3.82.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl1_0_0-1.0.2p-150000.3.82.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl1_0_0-1.0.2p-150000.3.82.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl1_0_0-1.0.2p-150000.3.82.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl1_0_0-1.0.2p-150000.3.82.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:openssl-1_0_0-1.0.2p-150000.3.82.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:openssl-1_0_0-1.0.2p-150000.3.82.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:openssl-1_0_0-1.0.2p-150000.3.82.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:openssl-1_0_0-1.0.2p-150000.3.82.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.82.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.82.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.82.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP1:libopenssl1_0_0-1.0.2p-150000.3.82.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.82.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.82.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.82.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.82.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.82.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:libopenssl1_0_0-1.0.2p-150000.3.82.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.82.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.82.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.82.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.82.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:libopenssl10-1.0.2p-150000.3.82.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:libopenssl10-1.0.2p-150000.3.82.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.82.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:libopenssl1_0_0-1.0.2p-150000.3.82.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.82.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.82.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:libopenssl-1_0_0-devel-1.0.2p-150000.3.82.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:libopenssl-1_0_0-devel-1.0.2p-150000.3.82.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:libopenssl-1_0_0-devel-1.0.2p-150000.3.82.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:libopenssl-1_0_0-devel-1.0.2p-150000.3.82.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:libopenssl-1_0_0-devel-32bit-1.0.2p-150000.3.82.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:libopenssl10-1.0.2p-150000.3.82.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:libopenssl10-1.0.2p-150000.3.82.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:libopenssl10-1.0.2p-150000.3.82.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:libopenssl10-1.0.2p-150000.3.82.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:libopenssl1_0_0-1.0.2p-150000.3.82.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:libopenssl1_0_0-1.0.2p-150000.3.82.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:libopenssl1_0_0-1.0.2p-150000.3.82.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:libopenssl1_0_0-1.0.2p-150000.3.82.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:libopenssl1_0_0-32bit-1.0.2p-150000.3.82.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:libopenssl1_0_0-hmac-1.0.2p-150000.3.82.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:libopenssl1_0_0-hmac-1.0.2p-150000.3.82.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:libopenssl1_0_0-hmac-1.0.2p-150000.3.82.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:libopenssl1_0_0-hmac-1.0.2p-150000.3.82.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:libopenssl1_0_0-hmac-32bit-1.0.2p-150000.3.82.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:libopenssl1_0_0-steam-1.0.2p-150000.3.82.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:libopenssl1_0_0-steam-1.0.2p-150000.3.82.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:libopenssl1_0_0-steam-1.0.2p-150000.3.82.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:libopenssl1_0_0-steam-1.0.2p-150000.3.82.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:libopenssl1_0_0-steam-32bit-1.0.2p-150000.3.82.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:openssl-1_0_0-1.0.2p-150000.3.82.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:openssl-1_0_0-1.0.2p-150000.3.82.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:openssl-1_0_0-1.0.2p-150000.3.82.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:openssl-1_0_0-1.0.2p-150000.3.82.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:openssl-1_0_0-cavs-1.0.2p-150000.3.82.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:openssl-1_0_0-cavs-1.0.2p-150000.3.82.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:openssl-1_0_0-cavs-1.0.2p-150000.3.82.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:openssl-1_0_0-cavs-1.0.2p-150000.3.82.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:openssl-1_0_0-doc-1.0.2p-150000.3.82.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:libopenssl-1_0_0-devel-1.0.2p-150000.3.82.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:libopenssl-1_0_0-devel-1.0.2p-150000.3.82.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:libopenssl-1_0_0-devel-1.0.2p-150000.3.82.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:libopenssl-1_0_0-devel-1.0.2p-150000.3.82.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:libopenssl-1_0_0-devel-32bit-1.0.2p-150000.3.82.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:libopenssl10-1.0.2p-150000.3.82.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:libopenssl10-1.0.2p-150000.3.82.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:libopenssl10-1.0.2p-150000.3.82.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:libopenssl10-1.0.2p-150000.3.82.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:libopenssl1_0_0-1.0.2p-150000.3.82.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:libopenssl1_0_0-1.0.2p-150000.3.82.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:libopenssl1_0_0-1.0.2p-150000.3.82.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:libopenssl1_0_0-1.0.2p-150000.3.82.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:libopenssl1_0_0-32bit-1.0.2p-150000.3.82.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:libopenssl1_0_0-hmac-1.0.2p-150000.3.82.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:libopenssl1_0_0-hmac-1.0.2p-150000.3.82.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:libopenssl1_0_0-hmac-1.0.2p-150000.3.82.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:libopenssl1_0_0-hmac-1.0.2p-150000.3.82.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:libopenssl1_0_0-hmac-32bit-1.0.2p-150000.3.82.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:libopenssl1_0_0-steam-1.0.2p-150000.3.82.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:libopenssl1_0_0-steam-1.0.2p-150000.3.82.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:libopenssl1_0_0-steam-1.0.2p-150000.3.82.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:libopenssl1_0_0-steam-1.0.2p-150000.3.82.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:libopenssl1_0_0-steam-32bit-1.0.2p-150000.3.82.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:openssl-1_0_0-1.0.2p-150000.3.82.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:openssl-1_0_0-1.0.2p-150000.3.82.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:openssl-1_0_0-1.0.2p-150000.3.82.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:openssl-1_0_0-1.0.2p-150000.3.82.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:openssl-1_0_0-cavs-1.0.2p-150000.3.82.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:openssl-1_0_0-cavs-1.0.2p-150000.3.82.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:openssl-1_0_0-cavs-1.0.2p-150000.3.82.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:openssl-1_0_0-cavs-1.0.2p-150000.3.82.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:openssl-1_0_0-doc-1.0.2p-150000.3.82.1.noarch | — |
Vendor Fix
|
Threats
Impact
moderate
References
10 references
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "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-3446: Fixed DH_check() excessive time with over sized modulus (bsc#1213487).\n\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2023-3093,SUSE-SLE-Module-Legacy-15-SP4-2023-3093,SUSE-SLE-Module-Legacy-15-SP5-2023-3093,SUSE-SLE-Product-HPC-15-SP3-ESPOS-2023-3093,SUSE-SLE-Product-HPC-15-SP3-LTSS-2023-3093,SUSE-SLE-Product-SLES-15-SP1-LTSS-2023-3093,SUSE-SLE-Product-SLES-15-SP2-LTSS-2023-3093,SUSE-SLE-Product-SLES-15-SP3-LTSS-2023-3093,SUSE-SLE-Product-SLES_SAP-15-SP1-2023-3093,SUSE-SLE-Product-SLES_SAP-15-SP2-2023-3093,SUSE-SLE-Product-SLES_SAP-15-SP3-2023-3093,SUSE-Storage-7-2023-3093,SUSE-Storage-7.1-2023-3093,openSUSE-SLE-15.4-2023-3093,openSUSE-SLE-15.5-2023-3093",
"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_3093-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2023:3093-1",
"url": "https://www.suse.com/support/update/announcement/2023/suse-su-20233093-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2023:3093-1",
"url": "https://lists.suse.com/pipermail/sle-updates/2023-August/030674.html"
},
{
"category": "self",
"summary": "SUSE Bug 1213487",
"url": "https://bugzilla.suse.com/1213487"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-3446 page",
"url": "https://www.suse.com/security/cve/CVE-2023-3446/"
}
],
"title": "Security update for openssl-1_0_0",
"tracking": {
"current_release_date": "2023-08-01T10:48:53Z",
"generator": {
"date": "2023-08-01T10:48:53Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2023:3093-1",
"initial_release_date": "2023-08-01T10:48:53Z",
"revision_history": [
{
"date": "2023-08-01T10:48:53Z",
"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.82.1.aarch64",
"product": {
"name": "libopenssl-1_0_0-devel-1.0.2p-150000.3.82.1.aarch64",
"product_id": "libopenssl-1_0_0-devel-1.0.2p-150000.3.82.1.aarch64"
}
},
{
"category": "product_version",
"name": "libopenssl10-1.0.2p-150000.3.82.1.aarch64",
"product": {
"name": "libopenssl10-1.0.2p-150000.3.82.1.aarch64",
"product_id": "libopenssl10-1.0.2p-150000.3.82.1.aarch64"
}
},
{
"category": "product_version",
"name": "libopenssl1_0_0-1.0.2p-150000.3.82.1.aarch64",
"product": {
"name": "libopenssl1_0_0-1.0.2p-150000.3.82.1.aarch64",
"product_id": "libopenssl1_0_0-1.0.2p-150000.3.82.1.aarch64"
}
},
{
"category": "product_version",
"name": "libopenssl1_0_0-hmac-1.0.2p-150000.3.82.1.aarch64",
"product": {
"name": "libopenssl1_0_0-hmac-1.0.2p-150000.3.82.1.aarch64",
"product_id": "libopenssl1_0_0-hmac-1.0.2p-150000.3.82.1.aarch64"
}
},
{
"category": "product_version",
"name": "libopenssl1_0_0-steam-1.0.2p-150000.3.82.1.aarch64",
"product": {
"name": "libopenssl1_0_0-steam-1.0.2p-150000.3.82.1.aarch64",
"product_id": "libopenssl1_0_0-steam-1.0.2p-150000.3.82.1.aarch64"
}
},
{
"category": "product_version",
"name": "openssl-1_0_0-1.0.2p-150000.3.82.1.aarch64",
"product": {
"name": "openssl-1_0_0-1.0.2p-150000.3.82.1.aarch64",
"product_id": "openssl-1_0_0-1.0.2p-150000.3.82.1.aarch64"
}
},
{
"category": "product_version",
"name": "openssl-1_0_0-cavs-1.0.2p-150000.3.82.1.aarch64",
"product": {
"name": "openssl-1_0_0-cavs-1.0.2p-150000.3.82.1.aarch64",
"product_id": "openssl-1_0_0-cavs-1.0.2p-150000.3.82.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "libopenssl-1_0_0-devel-64bit-1.0.2p-150000.3.82.1.aarch64_ilp32",
"product": {
"name": "libopenssl-1_0_0-devel-64bit-1.0.2p-150000.3.82.1.aarch64_ilp32",
"product_id": "libopenssl-1_0_0-devel-64bit-1.0.2p-150000.3.82.1.aarch64_ilp32"
}
},
{
"category": "product_version",
"name": "libopenssl1_0_0-64bit-1.0.2p-150000.3.82.1.aarch64_ilp32",
"product": {
"name": "libopenssl1_0_0-64bit-1.0.2p-150000.3.82.1.aarch64_ilp32",
"product_id": "libopenssl1_0_0-64bit-1.0.2p-150000.3.82.1.aarch64_ilp32"
}
},
{
"category": "product_version",
"name": "libopenssl1_0_0-hmac-64bit-1.0.2p-150000.3.82.1.aarch64_ilp32",
"product": {
"name": "libopenssl1_0_0-hmac-64bit-1.0.2p-150000.3.82.1.aarch64_ilp32",
"product_id": "libopenssl1_0_0-hmac-64bit-1.0.2p-150000.3.82.1.aarch64_ilp32"
}
},
{
"category": "product_version",
"name": "libopenssl1_0_0-steam-64bit-1.0.2p-150000.3.82.1.aarch64_ilp32",
"product": {
"name": "libopenssl1_0_0-steam-64bit-1.0.2p-150000.3.82.1.aarch64_ilp32",
"product_id": "libopenssl1_0_0-steam-64bit-1.0.2p-150000.3.82.1.aarch64_ilp32"
}
}
],
"category": "architecture",
"name": "aarch64_ilp32"
},
{
"branches": [
{
"category": "product_version",
"name": "libopenssl-1_0_0-devel-1.0.2p-150000.3.82.1.i586",
"product": {
"name": "libopenssl-1_0_0-devel-1.0.2p-150000.3.82.1.i586",
"product_id": "libopenssl-1_0_0-devel-1.0.2p-150000.3.82.1.i586"
}
},
{
"category": "product_version",
"name": "libopenssl10-1.0.2p-150000.3.82.1.i586",
"product": {
"name": "libopenssl10-1.0.2p-150000.3.82.1.i586",
"product_id": "libopenssl10-1.0.2p-150000.3.82.1.i586"
}
},
{
"category": "product_version",
"name": "libopenssl1_0_0-1.0.2p-150000.3.82.1.i586",
"product": {
"name": "libopenssl1_0_0-1.0.2p-150000.3.82.1.i586",
"product_id": "libopenssl1_0_0-1.0.2p-150000.3.82.1.i586"
}
},
{
"category": "product_version",
"name": "libopenssl1_0_0-hmac-1.0.2p-150000.3.82.1.i586",
"product": {
"name": "libopenssl1_0_0-hmac-1.0.2p-150000.3.82.1.i586",
"product_id": "libopenssl1_0_0-hmac-1.0.2p-150000.3.82.1.i586"
}
},
{
"category": "product_version",
"name": "libopenssl1_0_0-steam-1.0.2p-150000.3.82.1.i586",
"product": {
"name": "libopenssl1_0_0-steam-1.0.2p-150000.3.82.1.i586",
"product_id": "libopenssl1_0_0-steam-1.0.2p-150000.3.82.1.i586"
}
},
{
"category": "product_version",
"name": "openssl-1_0_0-1.0.2p-150000.3.82.1.i586",
"product": {
"name": "openssl-1_0_0-1.0.2p-150000.3.82.1.i586",
"product_id": "openssl-1_0_0-1.0.2p-150000.3.82.1.i586"
}
},
{
"category": "product_version",
"name": "openssl-1_0_0-cavs-1.0.2p-150000.3.82.1.i586",
"product": {
"name": "openssl-1_0_0-cavs-1.0.2p-150000.3.82.1.i586",
"product_id": "openssl-1_0_0-cavs-1.0.2p-150000.3.82.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "openssl-1_0_0-doc-1.0.2p-150000.3.82.1.noarch",
"product": {
"name": "openssl-1_0_0-doc-1.0.2p-150000.3.82.1.noarch",
"product_id": "openssl-1_0_0-doc-1.0.2p-150000.3.82.1.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "libopenssl-1_0_0-devel-1.0.2p-150000.3.82.1.ppc64le",
"product": {
"name": "libopenssl-1_0_0-devel-1.0.2p-150000.3.82.1.ppc64le",
"product_id": "libopenssl-1_0_0-devel-1.0.2p-150000.3.82.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libopenssl10-1.0.2p-150000.3.82.1.ppc64le",
"product": {
"name": "libopenssl10-1.0.2p-150000.3.82.1.ppc64le",
"product_id": "libopenssl10-1.0.2p-150000.3.82.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libopenssl1_0_0-1.0.2p-150000.3.82.1.ppc64le",
"product": {
"name": "libopenssl1_0_0-1.0.2p-150000.3.82.1.ppc64le",
"product_id": "libopenssl1_0_0-1.0.2p-150000.3.82.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libopenssl1_0_0-hmac-1.0.2p-150000.3.82.1.ppc64le",
"product": {
"name": "libopenssl1_0_0-hmac-1.0.2p-150000.3.82.1.ppc64le",
"product_id": "libopenssl1_0_0-hmac-1.0.2p-150000.3.82.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libopenssl1_0_0-steam-1.0.2p-150000.3.82.1.ppc64le",
"product": {
"name": "libopenssl1_0_0-steam-1.0.2p-150000.3.82.1.ppc64le",
"product_id": "libopenssl1_0_0-steam-1.0.2p-150000.3.82.1.ppc64le"
}
},
{
"category": "product_version",
"name": "openssl-1_0_0-1.0.2p-150000.3.82.1.ppc64le",
"product": {
"name": "openssl-1_0_0-1.0.2p-150000.3.82.1.ppc64le",
"product_id": "openssl-1_0_0-1.0.2p-150000.3.82.1.ppc64le"
}
},
{
"category": "product_version",
"name": "openssl-1_0_0-cavs-1.0.2p-150000.3.82.1.ppc64le",
"product": {
"name": "openssl-1_0_0-cavs-1.0.2p-150000.3.82.1.ppc64le",
"product_id": "openssl-1_0_0-cavs-1.0.2p-150000.3.82.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "libopenssl-1_0_0-devel-1.0.2p-150000.3.82.1.s390x",
"product": {
"name": "libopenssl-1_0_0-devel-1.0.2p-150000.3.82.1.s390x",
"product_id": "libopenssl-1_0_0-devel-1.0.2p-150000.3.82.1.s390x"
}
},
{
"category": "product_version",
"name": "libopenssl10-1.0.2p-150000.3.82.1.s390x",
"product": {
"name": "libopenssl10-1.0.2p-150000.3.82.1.s390x",
"product_id": "libopenssl10-1.0.2p-150000.3.82.1.s390x"
}
},
{
"category": "product_version",
"name": "libopenssl1_0_0-1.0.2p-150000.3.82.1.s390x",
"product": {
"name": "libopenssl1_0_0-1.0.2p-150000.3.82.1.s390x",
"product_id": "libopenssl1_0_0-1.0.2p-150000.3.82.1.s390x"
}
},
{
"category": "product_version",
"name": "libopenssl1_0_0-hmac-1.0.2p-150000.3.82.1.s390x",
"product": {
"name": "libopenssl1_0_0-hmac-1.0.2p-150000.3.82.1.s390x",
"product_id": "libopenssl1_0_0-hmac-1.0.2p-150000.3.82.1.s390x"
}
},
{
"category": "product_version",
"name": "libopenssl1_0_0-steam-1.0.2p-150000.3.82.1.s390x",
"product": {
"name": "libopenssl1_0_0-steam-1.0.2p-150000.3.82.1.s390x",
"product_id": "libopenssl1_0_0-steam-1.0.2p-150000.3.82.1.s390x"
}
},
{
"category": "product_version",
"name": "openssl-1_0_0-1.0.2p-150000.3.82.1.s390x",
"product": {
"name": "openssl-1_0_0-1.0.2p-150000.3.82.1.s390x",
"product_id": "openssl-1_0_0-1.0.2p-150000.3.82.1.s390x"
}
},
{
"category": "product_version",
"name": "openssl-1_0_0-cavs-1.0.2p-150000.3.82.1.s390x",
"product": {
"name": "openssl-1_0_0-cavs-1.0.2p-150000.3.82.1.s390x",
"product_id": "openssl-1_0_0-cavs-1.0.2p-150000.3.82.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "libopenssl-1_0_0-devel-1.0.2p-150000.3.82.1.x86_64",
"product": {
"name": "libopenssl-1_0_0-devel-1.0.2p-150000.3.82.1.x86_64",
"product_id": "libopenssl-1_0_0-devel-1.0.2p-150000.3.82.1.x86_64"
}
},
{
"category": "product_version",
"name": "libopenssl-1_0_0-devel-32bit-1.0.2p-150000.3.82.1.x86_64",
"product": {
"name": "libopenssl-1_0_0-devel-32bit-1.0.2p-150000.3.82.1.x86_64",
"product_id": "libopenssl-1_0_0-devel-32bit-1.0.2p-150000.3.82.1.x86_64"
}
},
{
"category": "product_version",
"name": "libopenssl10-1.0.2p-150000.3.82.1.x86_64",
"product": {
"name": "libopenssl10-1.0.2p-150000.3.82.1.x86_64",
"product_id": "libopenssl10-1.0.2p-150000.3.82.1.x86_64"
}
},
{
"category": "product_version",
"name": "libopenssl1_0_0-1.0.2p-150000.3.82.1.x86_64",
"product": {
"name": "libopenssl1_0_0-1.0.2p-150000.3.82.1.x86_64",
"product_id": "libopenssl1_0_0-1.0.2p-150000.3.82.1.x86_64"
}
},
{
"category": "product_version",
"name": "libopenssl1_0_0-32bit-1.0.2p-150000.3.82.1.x86_64",
"product": {
"name": "libopenssl1_0_0-32bit-1.0.2p-150000.3.82.1.x86_64",
"product_id": "libopenssl1_0_0-32bit-1.0.2p-150000.3.82.1.x86_64"
}
},
{
"category": "product_version",
"name": "libopenssl1_0_0-hmac-1.0.2p-150000.3.82.1.x86_64",
"product": {
"name": "libopenssl1_0_0-hmac-1.0.2p-150000.3.82.1.x86_64",
"product_id": "libopenssl1_0_0-hmac-1.0.2p-150000.3.82.1.x86_64"
}
},
{
"category": "product_version",
"name": "libopenssl1_0_0-hmac-32bit-1.0.2p-150000.3.82.1.x86_64",
"product": {
"name": "libopenssl1_0_0-hmac-32bit-1.0.2p-150000.3.82.1.x86_64",
"product_id": "libopenssl1_0_0-hmac-32bit-1.0.2p-150000.3.82.1.x86_64"
}
},
{
"category": "product_version",
"name": "libopenssl1_0_0-steam-1.0.2p-150000.3.82.1.x86_64",
"product": {
"name": "libopenssl1_0_0-steam-1.0.2p-150000.3.82.1.x86_64",
"product_id": "libopenssl1_0_0-steam-1.0.2p-150000.3.82.1.x86_64"
}
},
{
"category": "product_version",
"name": "libopenssl1_0_0-steam-32bit-1.0.2p-150000.3.82.1.x86_64",
"product": {
"name": "libopenssl1_0_0-steam-32bit-1.0.2p-150000.3.82.1.x86_64",
"product_id": "libopenssl1_0_0-steam-32bit-1.0.2p-150000.3.82.1.x86_64"
}
},
{
"category": "product_version",
"name": "openssl-1_0_0-1.0.2p-150000.3.82.1.x86_64",
"product": {
"name": "openssl-1_0_0-1.0.2p-150000.3.82.1.x86_64",
"product_id": "openssl-1_0_0-1.0.2p-150000.3.82.1.x86_64"
}
},
{
"category": "product_version",
"name": "openssl-1_0_0-cavs-1.0.2p-150000.3.82.1.x86_64",
"product": {
"name": "openssl-1_0_0-cavs-1.0.2p-150000.3.82.1.x86_64",
"product_id": "openssl-1_0_0-cavs-1.0.2p-150000.3.82.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 Module for Legacy 15 SP5",
"product": {
"name": "SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-legacy:15:sp5"
}
}
},
{
"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_name",
"name": "openSUSE Leap 15.5",
"product": {
"name": "openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:leap:15.5"
}
}
}
],
"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.82.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.82.1.aarch64"
},
"product_reference": "libopenssl-1_0_0-devel-1.0.2p-150000.3.82.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.82.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.82.1.ppc64le"
},
"product_reference": "libopenssl-1_0_0-devel-1.0.2p-150000.3.82.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.82.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.82.1.s390x"
},
"product_reference": "libopenssl-1_0_0-devel-1.0.2p-150000.3.82.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.82.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.82.1.x86_64"
},
"product_reference": "libopenssl-1_0_0-devel-1.0.2p-150000.3.82.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.82.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.82.1.aarch64"
},
"product_reference": "libopenssl10-1.0.2p-150000.3.82.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.82.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.82.1.ppc64le"
},
"product_reference": "libopenssl10-1.0.2p-150000.3.82.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.82.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.82.1.s390x"
},
"product_reference": "libopenssl10-1.0.2p-150000.3.82.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.82.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.82.1.x86_64"
},
"product_reference": "libopenssl10-1.0.2p-150000.3.82.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.82.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.82.1.aarch64"
},
"product_reference": "libopenssl1_0_0-1.0.2p-150000.3.82.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.82.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.82.1.ppc64le"
},
"product_reference": "libopenssl1_0_0-1.0.2p-150000.3.82.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.82.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.82.1.s390x"
},
"product_reference": "libopenssl1_0_0-1.0.2p-150000.3.82.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.82.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.82.1.x86_64"
},
"product_reference": "libopenssl1_0_0-1.0.2p-150000.3.82.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.82.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.82.1.aarch64"
},
"product_reference": "libopenssl1_0_0-hmac-1.0.2p-150000.3.82.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.82.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.82.1.ppc64le"
},
"product_reference": "libopenssl1_0_0-hmac-1.0.2p-150000.3.82.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.82.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.82.1.s390x"
},
"product_reference": "libopenssl1_0_0-hmac-1.0.2p-150000.3.82.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.82.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.82.1.x86_64"
},
"product_reference": "libopenssl1_0_0-hmac-1.0.2p-150000.3.82.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.82.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.82.1.aarch64"
},
"product_reference": "openssl-1_0_0-1.0.2p-150000.3.82.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.82.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.82.1.ppc64le"
},
"product_reference": "openssl-1_0_0-1.0.2p-150000.3.82.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.82.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.82.1.s390x"
},
"product_reference": "openssl-1_0_0-1.0.2p-150000.3.82.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.82.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.82.1.x86_64"
},
"product_reference": "openssl-1_0_0-1.0.2p-150000.3.82.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.82.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:libopenssl-1_0_0-devel-1.0.2p-150000.3.82.1.aarch64"
},
"product_reference": "libopenssl-1_0_0-devel-1.0.2p-150000.3.82.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-1_0_0-devel-1.0.2p-150000.3.82.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:libopenssl-1_0_0-devel-1.0.2p-150000.3.82.1.ppc64le"
},
"product_reference": "libopenssl-1_0_0-devel-1.0.2p-150000.3.82.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-1_0_0-devel-1.0.2p-150000.3.82.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:libopenssl-1_0_0-devel-1.0.2p-150000.3.82.1.s390x"
},
"product_reference": "libopenssl-1_0_0-devel-1.0.2p-150000.3.82.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-1_0_0-devel-1.0.2p-150000.3.82.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:libopenssl-1_0_0-devel-1.0.2p-150000.3.82.1.x86_64"
},
"product_reference": "libopenssl-1_0_0-devel-1.0.2p-150000.3.82.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl10-1.0.2p-150000.3.82.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:libopenssl10-1.0.2p-150000.3.82.1.aarch64"
},
"product_reference": "libopenssl10-1.0.2p-150000.3.82.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl10-1.0.2p-150000.3.82.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:libopenssl10-1.0.2p-150000.3.82.1.ppc64le"
},
"product_reference": "libopenssl10-1.0.2p-150000.3.82.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl10-1.0.2p-150000.3.82.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:libopenssl10-1.0.2p-150000.3.82.1.s390x"
},
"product_reference": "libopenssl10-1.0.2p-150000.3.82.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl10-1.0.2p-150000.3.82.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:libopenssl10-1.0.2p-150000.3.82.1.x86_64"
},
"product_reference": "libopenssl10-1.0.2p-150000.3.82.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_0_0-1.0.2p-150000.3.82.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:libopenssl1_0_0-1.0.2p-150000.3.82.1.aarch64"
},
"product_reference": "libopenssl1_0_0-1.0.2p-150000.3.82.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_0_0-1.0.2p-150000.3.82.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:libopenssl1_0_0-1.0.2p-150000.3.82.1.ppc64le"
},
"product_reference": "libopenssl1_0_0-1.0.2p-150000.3.82.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_0_0-1.0.2p-150000.3.82.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:libopenssl1_0_0-1.0.2p-150000.3.82.1.s390x"
},
"product_reference": "libopenssl1_0_0-1.0.2p-150000.3.82.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_0_0-1.0.2p-150000.3.82.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:libopenssl1_0_0-1.0.2p-150000.3.82.1.x86_64"
},
"product_reference": "libopenssl1_0_0-1.0.2p-150000.3.82.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_0_0-hmac-1.0.2p-150000.3.82.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:libopenssl1_0_0-hmac-1.0.2p-150000.3.82.1.aarch64"
},
"product_reference": "libopenssl1_0_0-hmac-1.0.2p-150000.3.82.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_0_0-hmac-1.0.2p-150000.3.82.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:libopenssl1_0_0-hmac-1.0.2p-150000.3.82.1.ppc64le"
},
"product_reference": "libopenssl1_0_0-hmac-1.0.2p-150000.3.82.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_0_0-hmac-1.0.2p-150000.3.82.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:libopenssl1_0_0-hmac-1.0.2p-150000.3.82.1.s390x"
},
"product_reference": "libopenssl1_0_0-hmac-1.0.2p-150000.3.82.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_0_0-hmac-1.0.2p-150000.3.82.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:libopenssl1_0_0-hmac-1.0.2p-150000.3.82.1.x86_64"
},
"product_reference": "libopenssl1_0_0-hmac-1.0.2p-150000.3.82.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1_0_0-1.0.2p-150000.3.82.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:openssl-1_0_0-1.0.2p-150000.3.82.1.aarch64"
},
"product_reference": "openssl-1_0_0-1.0.2p-150000.3.82.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1_0_0-1.0.2p-150000.3.82.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:openssl-1_0_0-1.0.2p-150000.3.82.1.ppc64le"
},
"product_reference": "openssl-1_0_0-1.0.2p-150000.3.82.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1_0_0-1.0.2p-150000.3.82.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:openssl-1_0_0-1.0.2p-150000.3.82.1.s390x"
},
"product_reference": "openssl-1_0_0-1.0.2p-150000.3.82.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1_0_0-1.0.2p-150000.3.82.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:openssl-1_0_0-1.0.2p-150000.3.82.1.x86_64"
},
"product_reference": "openssl-1_0_0-1.0.2p-150000.3.82.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-1_0_0-devel-1.0.2p-150000.3.82.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.82.1.aarch64"
},
"product_reference": "libopenssl-1_0_0-devel-1.0.2p-150000.3.82.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.82.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.82.1.x86_64"
},
"product_reference": "libopenssl-1_0_0-devel-1.0.2p-150000.3.82.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.82.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.82.1.aarch64"
},
"product_reference": "libopenssl10-1.0.2p-150000.3.82.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.82.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.82.1.x86_64"
},
"product_reference": "libopenssl10-1.0.2p-150000.3.82.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.82.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.82.1.aarch64"
},
"product_reference": "libopenssl1_0_0-1.0.2p-150000.3.82.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.82.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.82.1.x86_64"
},
"product_reference": "libopenssl1_0_0-1.0.2p-150000.3.82.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.82.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.82.1.aarch64"
},
"product_reference": "openssl-1_0_0-1.0.2p-150000.3.82.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.82.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.82.1.x86_64"
},
"product_reference": "openssl-1_0_0-1.0.2p-150000.3.82.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.82.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.82.1.aarch64"
},
"product_reference": "libopenssl-1_0_0-devel-1.0.2p-150000.3.82.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.82.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.82.1.x86_64"
},
"product_reference": "libopenssl-1_0_0-devel-1.0.2p-150000.3.82.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.82.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.82.1.aarch64"
},
"product_reference": "libopenssl10-1.0.2p-150000.3.82.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.82.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.82.1.x86_64"
},
"product_reference": "libopenssl10-1.0.2p-150000.3.82.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.82.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.82.1.aarch64"
},
"product_reference": "libopenssl1_0_0-1.0.2p-150000.3.82.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.82.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.82.1.x86_64"
},
"product_reference": "libopenssl1_0_0-1.0.2p-150000.3.82.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.82.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.82.1.aarch64"
},
"product_reference": "openssl-1_0_0-1.0.2p-150000.3.82.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.82.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.82.1.x86_64"
},
"product_reference": "openssl-1_0_0-1.0.2p-150000.3.82.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.82.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.82.1.aarch64"
},
"product_reference": "libopenssl-1_0_0-devel-1.0.2p-150000.3.82.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.82.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.82.1.ppc64le"
},
"product_reference": "libopenssl-1_0_0-devel-1.0.2p-150000.3.82.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.82.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.82.1.s390x"
},
"product_reference": "libopenssl-1_0_0-devel-1.0.2p-150000.3.82.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.82.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.82.1.x86_64"
},
"product_reference": "libopenssl-1_0_0-devel-1.0.2p-150000.3.82.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.82.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.82.1.aarch64"
},
"product_reference": "libopenssl1_0_0-1.0.2p-150000.3.82.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.82.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.82.1.ppc64le"
},
"product_reference": "libopenssl1_0_0-1.0.2p-150000.3.82.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.82.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.82.1.s390x"
},
"product_reference": "libopenssl1_0_0-1.0.2p-150000.3.82.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.82.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.82.1.x86_64"
},
"product_reference": "libopenssl1_0_0-1.0.2p-150000.3.82.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.82.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.82.1.aarch64"
},
"product_reference": "openssl-1_0_0-1.0.2p-150000.3.82.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.82.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.82.1.ppc64le"
},
"product_reference": "openssl-1_0_0-1.0.2p-150000.3.82.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.82.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.82.1.s390x"
},
"product_reference": "openssl-1_0_0-1.0.2p-150000.3.82.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.82.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.82.1.x86_64"
},
"product_reference": "openssl-1_0_0-1.0.2p-150000.3.82.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.82.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.82.1.aarch64"
},
"product_reference": "libopenssl-1_0_0-devel-1.0.2p-150000.3.82.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.82.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.82.1.ppc64le"
},
"product_reference": "libopenssl-1_0_0-devel-1.0.2p-150000.3.82.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.82.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.82.1.s390x"
},
"product_reference": "libopenssl-1_0_0-devel-1.0.2p-150000.3.82.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.82.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.82.1.x86_64"
},
"product_reference": "libopenssl-1_0_0-devel-1.0.2p-150000.3.82.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.82.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.82.1.aarch64"
},
"product_reference": "libopenssl1_0_0-1.0.2p-150000.3.82.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.82.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.82.1.ppc64le"
},
"product_reference": "libopenssl1_0_0-1.0.2p-150000.3.82.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.82.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.82.1.s390x"
},
"product_reference": "libopenssl1_0_0-1.0.2p-150000.3.82.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.82.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.82.1.x86_64"
},
"product_reference": "libopenssl1_0_0-1.0.2p-150000.3.82.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.82.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.82.1.aarch64"
},
"product_reference": "openssl-1_0_0-1.0.2p-150000.3.82.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.82.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.82.1.ppc64le"
},
"product_reference": "openssl-1_0_0-1.0.2p-150000.3.82.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.82.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.82.1.s390x"
},
"product_reference": "openssl-1_0_0-1.0.2p-150000.3.82.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.82.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.82.1.x86_64"
},
"product_reference": "openssl-1_0_0-1.0.2p-150000.3.82.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.82.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.82.1.aarch64"
},
"product_reference": "libopenssl-1_0_0-devel-1.0.2p-150000.3.82.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.82.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.82.1.ppc64le"
},
"product_reference": "libopenssl-1_0_0-devel-1.0.2p-150000.3.82.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.82.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.82.1.s390x"
},
"product_reference": "libopenssl-1_0_0-devel-1.0.2p-150000.3.82.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.82.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.82.1.x86_64"
},
"product_reference": "libopenssl-1_0_0-devel-1.0.2p-150000.3.82.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.82.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.82.1.aarch64"
},
"product_reference": "libopenssl10-1.0.2p-150000.3.82.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.82.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.82.1.ppc64le"
},
"product_reference": "libopenssl10-1.0.2p-150000.3.82.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.82.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.82.1.s390x"
},
"product_reference": "libopenssl10-1.0.2p-150000.3.82.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.82.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.82.1.x86_64"
},
"product_reference": "libopenssl10-1.0.2p-150000.3.82.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.82.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.82.1.aarch64"
},
"product_reference": "libopenssl1_0_0-1.0.2p-150000.3.82.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.82.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.82.1.ppc64le"
},
"product_reference": "libopenssl1_0_0-1.0.2p-150000.3.82.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.82.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.82.1.s390x"
},
"product_reference": "libopenssl1_0_0-1.0.2p-150000.3.82.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.82.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.82.1.x86_64"
},
"product_reference": "libopenssl1_0_0-1.0.2p-150000.3.82.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.82.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.82.1.aarch64"
},
"product_reference": "openssl-1_0_0-1.0.2p-150000.3.82.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.82.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.82.1.ppc64le"
},
"product_reference": "openssl-1_0_0-1.0.2p-150000.3.82.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.82.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.82.1.s390x"
},
"product_reference": "openssl-1_0_0-1.0.2p-150000.3.82.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.82.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.82.1.x86_64"
},
"product_reference": "openssl-1_0_0-1.0.2p-150000.3.82.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.82.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.82.1.ppc64le"
},
"product_reference": "libopenssl-1_0_0-devel-1.0.2p-150000.3.82.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.82.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.82.1.x86_64"
},
"product_reference": "libopenssl-1_0_0-devel-1.0.2p-150000.3.82.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.82.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.82.1.ppc64le"
},
"product_reference": "libopenssl1_0_0-1.0.2p-150000.3.82.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.82.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.82.1.x86_64"
},
"product_reference": "libopenssl1_0_0-1.0.2p-150000.3.82.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.82.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.82.1.ppc64le"
},
"product_reference": "openssl-1_0_0-1.0.2p-150000.3.82.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.82.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.82.1.x86_64"
},
"product_reference": "openssl-1_0_0-1.0.2p-150000.3.82.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.82.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.82.1.ppc64le"
},
"product_reference": "libopenssl-1_0_0-devel-1.0.2p-150000.3.82.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.82.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.82.1.x86_64"
},
"product_reference": "libopenssl-1_0_0-devel-1.0.2p-150000.3.82.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.82.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.82.1.ppc64le"
},
"product_reference": "libopenssl1_0_0-1.0.2p-150000.3.82.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.82.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.82.1.x86_64"
},
"product_reference": "libopenssl1_0_0-1.0.2p-150000.3.82.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.82.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.82.1.ppc64le"
},
"product_reference": "openssl-1_0_0-1.0.2p-150000.3.82.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.82.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.82.1.x86_64"
},
"product_reference": "openssl-1_0_0-1.0.2p-150000.3.82.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.82.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.82.1.ppc64le"
},
"product_reference": "libopenssl-1_0_0-devel-1.0.2p-150000.3.82.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.82.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.82.1.x86_64"
},
"product_reference": "libopenssl-1_0_0-devel-1.0.2p-150000.3.82.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.82.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.82.1.ppc64le"
},
"product_reference": "libopenssl10-1.0.2p-150000.3.82.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.82.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.82.1.x86_64"
},
"product_reference": "libopenssl10-1.0.2p-150000.3.82.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.82.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.82.1.ppc64le"
},
"product_reference": "libopenssl1_0_0-1.0.2p-150000.3.82.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.82.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.82.1.x86_64"
},
"product_reference": "libopenssl1_0_0-1.0.2p-150000.3.82.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.82.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.82.1.ppc64le"
},
"product_reference": "openssl-1_0_0-1.0.2p-150000.3.82.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.82.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.82.1.x86_64"
},
"product_reference": "openssl-1_0_0-1.0.2p-150000.3.82.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.82.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.82.1.aarch64"
},
"product_reference": "libopenssl-1_0_0-devel-1.0.2p-150000.3.82.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.82.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.82.1.x86_64"
},
"product_reference": "libopenssl-1_0_0-devel-1.0.2p-150000.3.82.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.82.1.aarch64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:libopenssl1_0_0-1.0.2p-150000.3.82.1.aarch64"
},
"product_reference": "libopenssl1_0_0-1.0.2p-150000.3.82.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.82.1.x86_64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:libopenssl1_0_0-1.0.2p-150000.3.82.1.x86_64"
},
"product_reference": "libopenssl1_0_0-1.0.2p-150000.3.82.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.82.1.aarch64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:openssl-1_0_0-1.0.2p-150000.3.82.1.aarch64"
},
"product_reference": "openssl-1_0_0-1.0.2p-150000.3.82.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.82.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.82.1.x86_64"
},
"product_reference": "openssl-1_0_0-1.0.2p-150000.3.82.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.82.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.82.1.aarch64"
},
"product_reference": "libopenssl-1_0_0-devel-1.0.2p-150000.3.82.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.82.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.82.1.x86_64"
},
"product_reference": "libopenssl-1_0_0-devel-1.0.2p-150000.3.82.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.82.1.aarch64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:libopenssl10-1.0.2p-150000.3.82.1.aarch64"
},
"product_reference": "libopenssl10-1.0.2p-150000.3.82.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.82.1.x86_64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:libopenssl10-1.0.2p-150000.3.82.1.x86_64"
},
"product_reference": "libopenssl10-1.0.2p-150000.3.82.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.82.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.82.1.aarch64"
},
"product_reference": "libopenssl1_0_0-1.0.2p-150000.3.82.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.82.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.82.1.x86_64"
},
"product_reference": "libopenssl1_0_0-1.0.2p-150000.3.82.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.82.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.82.1.aarch64"
},
"product_reference": "openssl-1_0_0-1.0.2p-150000.3.82.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.82.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.82.1.x86_64"
},
"product_reference": "openssl-1_0_0-1.0.2p-150000.3.82.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.82.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.82.1.aarch64"
},
"product_reference": "libopenssl-1_0_0-devel-1.0.2p-150000.3.82.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.82.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.82.1.ppc64le"
},
"product_reference": "libopenssl-1_0_0-devel-1.0.2p-150000.3.82.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.82.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.82.1.s390x"
},
"product_reference": "libopenssl-1_0_0-devel-1.0.2p-150000.3.82.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.82.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.82.1.x86_64"
},
"product_reference": "libopenssl-1_0_0-devel-1.0.2p-150000.3.82.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.82.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.82.1.x86_64"
},
"product_reference": "libopenssl-1_0_0-devel-32bit-1.0.2p-150000.3.82.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.82.1.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:libopenssl10-1.0.2p-150000.3.82.1.aarch64"
},
"product_reference": "libopenssl10-1.0.2p-150000.3.82.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl10-1.0.2p-150000.3.82.1.ppc64le as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:libopenssl10-1.0.2p-150000.3.82.1.ppc64le"
},
"product_reference": "libopenssl10-1.0.2p-150000.3.82.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl10-1.0.2p-150000.3.82.1.s390x as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:libopenssl10-1.0.2p-150000.3.82.1.s390x"
},
"product_reference": "libopenssl10-1.0.2p-150000.3.82.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl10-1.0.2p-150000.3.82.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:libopenssl10-1.0.2p-150000.3.82.1.x86_64"
},
"product_reference": "libopenssl10-1.0.2p-150000.3.82.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.82.1.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:libopenssl1_0_0-1.0.2p-150000.3.82.1.aarch64"
},
"product_reference": "libopenssl1_0_0-1.0.2p-150000.3.82.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.82.1.ppc64le as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:libopenssl1_0_0-1.0.2p-150000.3.82.1.ppc64le"
},
"product_reference": "libopenssl1_0_0-1.0.2p-150000.3.82.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.82.1.s390x as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:libopenssl1_0_0-1.0.2p-150000.3.82.1.s390x"
},
"product_reference": "libopenssl1_0_0-1.0.2p-150000.3.82.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.82.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:libopenssl1_0_0-1.0.2p-150000.3.82.1.x86_64"
},
"product_reference": "libopenssl1_0_0-1.0.2p-150000.3.82.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.82.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.82.1.x86_64"
},
"product_reference": "libopenssl1_0_0-32bit-1.0.2p-150000.3.82.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.82.1.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:libopenssl1_0_0-hmac-1.0.2p-150000.3.82.1.aarch64"
},
"product_reference": "libopenssl1_0_0-hmac-1.0.2p-150000.3.82.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.82.1.ppc64le as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:libopenssl1_0_0-hmac-1.0.2p-150000.3.82.1.ppc64le"
},
"product_reference": "libopenssl1_0_0-hmac-1.0.2p-150000.3.82.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.82.1.s390x as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:libopenssl1_0_0-hmac-1.0.2p-150000.3.82.1.s390x"
},
"product_reference": "libopenssl1_0_0-hmac-1.0.2p-150000.3.82.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.82.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.82.1.x86_64"
},
"product_reference": "libopenssl1_0_0-hmac-1.0.2p-150000.3.82.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.82.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.82.1.x86_64"
},
"product_reference": "libopenssl1_0_0-hmac-32bit-1.0.2p-150000.3.82.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.82.1.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:libopenssl1_0_0-steam-1.0.2p-150000.3.82.1.aarch64"
},
"product_reference": "libopenssl1_0_0-steam-1.0.2p-150000.3.82.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.82.1.ppc64le as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:libopenssl1_0_0-steam-1.0.2p-150000.3.82.1.ppc64le"
},
"product_reference": "libopenssl1_0_0-steam-1.0.2p-150000.3.82.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.82.1.s390x as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:libopenssl1_0_0-steam-1.0.2p-150000.3.82.1.s390x"
},
"product_reference": "libopenssl1_0_0-steam-1.0.2p-150000.3.82.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.82.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.82.1.x86_64"
},
"product_reference": "libopenssl1_0_0-steam-1.0.2p-150000.3.82.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.82.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.82.1.x86_64"
},
"product_reference": "libopenssl1_0_0-steam-32bit-1.0.2p-150000.3.82.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.82.1.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:openssl-1_0_0-1.0.2p-150000.3.82.1.aarch64"
},
"product_reference": "openssl-1_0_0-1.0.2p-150000.3.82.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.82.1.ppc64le as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:openssl-1_0_0-1.0.2p-150000.3.82.1.ppc64le"
},
"product_reference": "openssl-1_0_0-1.0.2p-150000.3.82.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.82.1.s390x as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:openssl-1_0_0-1.0.2p-150000.3.82.1.s390x"
},
"product_reference": "openssl-1_0_0-1.0.2p-150000.3.82.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.82.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.82.1.x86_64"
},
"product_reference": "openssl-1_0_0-1.0.2p-150000.3.82.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.82.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.82.1.aarch64"
},
"product_reference": "openssl-1_0_0-cavs-1.0.2p-150000.3.82.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.82.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.82.1.ppc64le"
},
"product_reference": "openssl-1_0_0-cavs-1.0.2p-150000.3.82.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.82.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.82.1.s390x"
},
"product_reference": "openssl-1_0_0-cavs-1.0.2p-150000.3.82.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.82.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.82.1.x86_64"
},
"product_reference": "openssl-1_0_0-cavs-1.0.2p-150000.3.82.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.82.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.82.1.noarch"
},
"product_reference": "openssl-1_0_0-doc-1.0.2p-150000.3.82.1.noarch",
"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.82.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:libopenssl-1_0_0-devel-1.0.2p-150000.3.82.1.aarch64"
},
"product_reference": "libopenssl-1_0_0-devel-1.0.2p-150000.3.82.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-1_0_0-devel-1.0.2p-150000.3.82.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:libopenssl-1_0_0-devel-1.0.2p-150000.3.82.1.ppc64le"
},
"product_reference": "libopenssl-1_0_0-devel-1.0.2p-150000.3.82.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-1_0_0-devel-1.0.2p-150000.3.82.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:libopenssl-1_0_0-devel-1.0.2p-150000.3.82.1.s390x"
},
"product_reference": "libopenssl-1_0_0-devel-1.0.2p-150000.3.82.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-1_0_0-devel-1.0.2p-150000.3.82.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:libopenssl-1_0_0-devel-1.0.2p-150000.3.82.1.x86_64"
},
"product_reference": "libopenssl-1_0_0-devel-1.0.2p-150000.3.82.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl-1_0_0-devel-32bit-1.0.2p-150000.3.82.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:libopenssl-1_0_0-devel-32bit-1.0.2p-150000.3.82.1.x86_64"
},
"product_reference": "libopenssl-1_0_0-devel-32bit-1.0.2p-150000.3.82.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl10-1.0.2p-150000.3.82.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:libopenssl10-1.0.2p-150000.3.82.1.aarch64"
},
"product_reference": "libopenssl10-1.0.2p-150000.3.82.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl10-1.0.2p-150000.3.82.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:libopenssl10-1.0.2p-150000.3.82.1.ppc64le"
},
"product_reference": "libopenssl10-1.0.2p-150000.3.82.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl10-1.0.2p-150000.3.82.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:libopenssl10-1.0.2p-150000.3.82.1.s390x"
},
"product_reference": "libopenssl10-1.0.2p-150000.3.82.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl10-1.0.2p-150000.3.82.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:libopenssl10-1.0.2p-150000.3.82.1.x86_64"
},
"product_reference": "libopenssl10-1.0.2p-150000.3.82.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_0_0-1.0.2p-150000.3.82.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:libopenssl1_0_0-1.0.2p-150000.3.82.1.aarch64"
},
"product_reference": "libopenssl1_0_0-1.0.2p-150000.3.82.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_0_0-1.0.2p-150000.3.82.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:libopenssl1_0_0-1.0.2p-150000.3.82.1.ppc64le"
},
"product_reference": "libopenssl1_0_0-1.0.2p-150000.3.82.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_0_0-1.0.2p-150000.3.82.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:libopenssl1_0_0-1.0.2p-150000.3.82.1.s390x"
},
"product_reference": "libopenssl1_0_0-1.0.2p-150000.3.82.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_0_0-1.0.2p-150000.3.82.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:libopenssl1_0_0-1.0.2p-150000.3.82.1.x86_64"
},
"product_reference": "libopenssl1_0_0-1.0.2p-150000.3.82.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_0_0-32bit-1.0.2p-150000.3.82.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:libopenssl1_0_0-32bit-1.0.2p-150000.3.82.1.x86_64"
},
"product_reference": "libopenssl1_0_0-32bit-1.0.2p-150000.3.82.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_0_0-hmac-1.0.2p-150000.3.82.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:libopenssl1_0_0-hmac-1.0.2p-150000.3.82.1.aarch64"
},
"product_reference": "libopenssl1_0_0-hmac-1.0.2p-150000.3.82.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_0_0-hmac-1.0.2p-150000.3.82.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:libopenssl1_0_0-hmac-1.0.2p-150000.3.82.1.ppc64le"
},
"product_reference": "libopenssl1_0_0-hmac-1.0.2p-150000.3.82.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_0_0-hmac-1.0.2p-150000.3.82.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:libopenssl1_0_0-hmac-1.0.2p-150000.3.82.1.s390x"
},
"product_reference": "libopenssl1_0_0-hmac-1.0.2p-150000.3.82.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_0_0-hmac-1.0.2p-150000.3.82.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:libopenssl1_0_0-hmac-1.0.2p-150000.3.82.1.x86_64"
},
"product_reference": "libopenssl1_0_0-hmac-1.0.2p-150000.3.82.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_0_0-hmac-32bit-1.0.2p-150000.3.82.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:libopenssl1_0_0-hmac-32bit-1.0.2p-150000.3.82.1.x86_64"
},
"product_reference": "libopenssl1_0_0-hmac-32bit-1.0.2p-150000.3.82.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_0_0-steam-1.0.2p-150000.3.82.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:libopenssl1_0_0-steam-1.0.2p-150000.3.82.1.aarch64"
},
"product_reference": "libopenssl1_0_0-steam-1.0.2p-150000.3.82.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_0_0-steam-1.0.2p-150000.3.82.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:libopenssl1_0_0-steam-1.0.2p-150000.3.82.1.ppc64le"
},
"product_reference": "libopenssl1_0_0-steam-1.0.2p-150000.3.82.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_0_0-steam-1.0.2p-150000.3.82.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:libopenssl1_0_0-steam-1.0.2p-150000.3.82.1.s390x"
},
"product_reference": "libopenssl1_0_0-steam-1.0.2p-150000.3.82.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_0_0-steam-1.0.2p-150000.3.82.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:libopenssl1_0_0-steam-1.0.2p-150000.3.82.1.x86_64"
},
"product_reference": "libopenssl1_0_0-steam-1.0.2p-150000.3.82.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl1_0_0-steam-32bit-1.0.2p-150000.3.82.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:libopenssl1_0_0-steam-32bit-1.0.2p-150000.3.82.1.x86_64"
},
"product_reference": "libopenssl1_0_0-steam-32bit-1.0.2p-150000.3.82.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1_0_0-1.0.2p-150000.3.82.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:openssl-1_0_0-1.0.2p-150000.3.82.1.aarch64"
},
"product_reference": "openssl-1_0_0-1.0.2p-150000.3.82.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1_0_0-1.0.2p-150000.3.82.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:openssl-1_0_0-1.0.2p-150000.3.82.1.ppc64le"
},
"product_reference": "openssl-1_0_0-1.0.2p-150000.3.82.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1_0_0-1.0.2p-150000.3.82.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:openssl-1_0_0-1.0.2p-150000.3.82.1.s390x"
},
"product_reference": "openssl-1_0_0-1.0.2p-150000.3.82.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1_0_0-1.0.2p-150000.3.82.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:openssl-1_0_0-1.0.2p-150000.3.82.1.x86_64"
},
"product_reference": "openssl-1_0_0-1.0.2p-150000.3.82.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1_0_0-cavs-1.0.2p-150000.3.82.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:openssl-1_0_0-cavs-1.0.2p-150000.3.82.1.aarch64"
},
"product_reference": "openssl-1_0_0-cavs-1.0.2p-150000.3.82.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1_0_0-cavs-1.0.2p-150000.3.82.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:openssl-1_0_0-cavs-1.0.2p-150000.3.82.1.ppc64le"
},
"product_reference": "openssl-1_0_0-cavs-1.0.2p-150000.3.82.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1_0_0-cavs-1.0.2p-150000.3.82.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:openssl-1_0_0-cavs-1.0.2p-150000.3.82.1.s390x"
},
"product_reference": "openssl-1_0_0-cavs-1.0.2p-150000.3.82.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1_0_0-cavs-1.0.2p-150000.3.82.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:openssl-1_0_0-cavs-1.0.2p-150000.3.82.1.x86_64"
},
"product_reference": "openssl-1_0_0-cavs-1.0.2p-150000.3.82.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openssl-1_0_0-doc-1.0.2p-150000.3.82.1.noarch as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:openssl-1_0_0-doc-1.0.2p-150000.3.82.1.noarch"
},
"product_reference": "openssl-1_0_0-doc-1.0.2p-150000.3.82.1.noarch",
"relates_to_product_reference": "openSUSE Leap 15.5"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-3446",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-3446"
}
],
"notes": [
{
"category": "general",
"text": "Issue summary: Checking excessively long DH keys or parameters may be very slow.\n\nImpact summary: Applications that use the functions DH_check(), DH_check_ex()\nor EVP_PKEY_param_check() to check a DH key or DH parameters may experience long\ndelays. Where the key or parameters that are being checked have been obtained\nfrom an untrusted source this may lead to a Denial of Service.\n\nThe function DH_check() performs various checks on DH parameters. One of those\nchecks confirms that the modulus (\u0027p\u0027 parameter) is not too large. Trying to use\na very large modulus is slow and OpenSSL will not normally use a modulus which\nis over 10,000 bits in length.\n\nHowever the DH_check() function checks numerous aspects of the key or parameters\nthat have been supplied. Some of those checks use the supplied modulus value\neven if it has already been found to be too large.\n\nAn application that calls DH_check() and supplies a key or parameters obtained\nfrom an untrusted source could be vulernable to a Denial of Service attack.\n\nThe function DH_check() is itself called by a number of other OpenSSL functions.\nAn application calling any of those other functions may similarly be affected.\nThe other functions affected by this are DH_check_ex() and\nEVP_PKEY_param_check().\n\nAlso vulnerable are the OpenSSL dhparam and pkeyparam command line applications\nwhen using the \u0027-check\u0027 option.\n\nThe OpenSSL SSL/TLS implementation is not affected by this issue.\nThe OpenSSL 3.0 and 3.1 FIPS providers are not affected by this issue.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:libopenssl-1_0_0-devel-1.0.2p-150000.3.82.1.aarch64",
"SUSE Enterprise Storage 7.1:libopenssl-1_0_0-devel-1.0.2p-150000.3.82.1.x86_64",
"SUSE Enterprise Storage 7.1:libopenssl10-1.0.2p-150000.3.82.1.aarch64",
"SUSE Enterprise Storage 7.1:libopenssl10-1.0.2p-150000.3.82.1.x86_64",
"SUSE Enterprise Storage 7.1:libopenssl1_0_0-1.0.2p-150000.3.82.1.aarch64",
"SUSE Enterprise Storage 7.1:libopenssl1_0_0-1.0.2p-150000.3.82.1.x86_64",
"SUSE Enterprise Storage 7.1:openssl-1_0_0-1.0.2p-150000.3.82.1.aarch64",
"SUSE Enterprise Storage 7.1:openssl-1_0_0-1.0.2p-150000.3.82.1.x86_64",
"SUSE Enterprise Storage 7:libopenssl-1_0_0-devel-1.0.2p-150000.3.82.1.aarch64",
"SUSE Enterprise Storage 7:libopenssl-1_0_0-devel-1.0.2p-150000.3.82.1.x86_64",
"SUSE Enterprise Storage 7:libopenssl1_0_0-1.0.2p-150000.3.82.1.aarch64",
"SUSE Enterprise Storage 7:libopenssl1_0_0-1.0.2p-150000.3.82.1.x86_64",
"SUSE Enterprise Storage 7:openssl-1_0_0-1.0.2p-150000.3.82.1.aarch64",
"SUSE Enterprise Storage 7:openssl-1_0_0-1.0.2p-150000.3.82.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libopenssl-1_0_0-devel-1.0.2p-150000.3.82.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libopenssl-1_0_0-devel-1.0.2p-150000.3.82.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libopenssl10-1.0.2p-150000.3.82.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libopenssl10-1.0.2p-150000.3.82.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libopenssl1_0_0-1.0.2p-150000.3.82.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libopenssl1_0_0-1.0.2p-150000.3.82.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:openssl-1_0_0-1.0.2p-150000.3.82.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:openssl-1_0_0-1.0.2p-150000.3.82.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.82.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.82.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libopenssl10-1.0.2p-150000.3.82.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libopenssl10-1.0.2p-150000.3.82.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libopenssl1_0_0-1.0.2p-150000.3.82.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libopenssl1_0_0-1.0.2p-150000.3.82.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:openssl-1_0_0-1.0.2p-150000.3.82.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:openssl-1_0_0-1.0.2p-150000.3.82.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:libopenssl-1_0_0-devel-1.0.2p-150000.3.82.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:libopenssl-1_0_0-devel-1.0.2p-150000.3.82.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:libopenssl-1_0_0-devel-1.0.2p-150000.3.82.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:libopenssl-1_0_0-devel-1.0.2p-150000.3.82.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:libopenssl10-1.0.2p-150000.3.82.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:libopenssl10-1.0.2p-150000.3.82.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:libopenssl10-1.0.2p-150000.3.82.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:libopenssl10-1.0.2p-150000.3.82.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:libopenssl1_0_0-1.0.2p-150000.3.82.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:libopenssl1_0_0-1.0.2p-150000.3.82.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:libopenssl1_0_0-1.0.2p-150000.3.82.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:libopenssl1_0_0-1.0.2p-150000.3.82.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:libopenssl1_0_0-hmac-1.0.2p-150000.3.82.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:libopenssl1_0_0-hmac-1.0.2p-150000.3.82.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:libopenssl1_0_0-hmac-1.0.2p-150000.3.82.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:libopenssl1_0_0-hmac-1.0.2p-150000.3.82.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:openssl-1_0_0-1.0.2p-150000.3.82.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:openssl-1_0_0-1.0.2p-150000.3.82.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:openssl-1_0_0-1.0.2p-150000.3.82.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:openssl-1_0_0-1.0.2p-150000.3.82.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:libopenssl-1_0_0-devel-1.0.2p-150000.3.82.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:libopenssl-1_0_0-devel-1.0.2p-150000.3.82.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:libopenssl-1_0_0-devel-1.0.2p-150000.3.82.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:libopenssl-1_0_0-devel-1.0.2p-150000.3.82.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:libopenssl10-1.0.2p-150000.3.82.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:libopenssl10-1.0.2p-150000.3.82.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:libopenssl10-1.0.2p-150000.3.82.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:libopenssl10-1.0.2p-150000.3.82.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:libopenssl1_0_0-1.0.2p-150000.3.82.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:libopenssl1_0_0-1.0.2p-150000.3.82.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:libopenssl1_0_0-1.0.2p-150000.3.82.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:libopenssl1_0_0-1.0.2p-150000.3.82.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:libopenssl1_0_0-hmac-1.0.2p-150000.3.82.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:libopenssl1_0_0-hmac-1.0.2p-150000.3.82.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:libopenssl1_0_0-hmac-1.0.2p-150000.3.82.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:libopenssl1_0_0-hmac-1.0.2p-150000.3.82.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:openssl-1_0_0-1.0.2p-150000.3.82.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:openssl-1_0_0-1.0.2p-150000.3.82.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:openssl-1_0_0-1.0.2p-150000.3.82.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:openssl-1_0_0-1.0.2p-150000.3.82.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.82.1.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.82.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.82.1.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.82.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl1_0_0-1.0.2p-150000.3.82.1.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl1_0_0-1.0.2p-150000.3.82.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl1_0_0-1.0.2p-150000.3.82.1.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl1_0_0-1.0.2p-150000.3.82.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:openssl-1_0_0-1.0.2p-150000.3.82.1.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:openssl-1_0_0-1.0.2p-150000.3.82.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:openssl-1_0_0-1.0.2p-150000.3.82.1.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:openssl-1_0_0-1.0.2p-150000.3.82.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.82.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.82.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.82.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.82.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl1_0_0-1.0.2p-150000.3.82.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl1_0_0-1.0.2p-150000.3.82.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl1_0_0-1.0.2p-150000.3.82.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl1_0_0-1.0.2p-150000.3.82.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:openssl-1_0_0-1.0.2p-150000.3.82.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:openssl-1_0_0-1.0.2p-150000.3.82.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:openssl-1_0_0-1.0.2p-150000.3.82.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:openssl-1_0_0-1.0.2p-150000.3.82.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.82.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.82.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.82.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.82.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl10-1.0.2p-150000.3.82.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl10-1.0.2p-150000.3.82.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl10-1.0.2p-150000.3.82.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl10-1.0.2p-150000.3.82.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl1_0_0-1.0.2p-150000.3.82.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl1_0_0-1.0.2p-150000.3.82.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl1_0_0-1.0.2p-150000.3.82.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl1_0_0-1.0.2p-150000.3.82.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:openssl-1_0_0-1.0.2p-150000.3.82.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:openssl-1_0_0-1.0.2p-150000.3.82.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:openssl-1_0_0-1.0.2p-150000.3.82.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:openssl-1_0_0-1.0.2p-150000.3.82.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:libopenssl-1_0_0-devel-1.0.2p-150000.3.82.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:libopenssl-1_0_0-devel-1.0.2p-150000.3.82.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:libopenssl1_0_0-1.0.2p-150000.3.82.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:libopenssl1_0_0-1.0.2p-150000.3.82.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:openssl-1_0_0-1.0.2p-150000.3.82.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:openssl-1_0_0-1.0.2p-150000.3.82.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:libopenssl-1_0_0-devel-1.0.2p-150000.3.82.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:libopenssl-1_0_0-devel-1.0.2p-150000.3.82.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:libopenssl1_0_0-1.0.2p-150000.3.82.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:libopenssl1_0_0-1.0.2p-150000.3.82.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:openssl-1_0_0-1.0.2p-150000.3.82.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:openssl-1_0_0-1.0.2p-150000.3.82.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libopenssl-1_0_0-devel-1.0.2p-150000.3.82.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libopenssl-1_0_0-devel-1.0.2p-150000.3.82.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libopenssl10-1.0.2p-150000.3.82.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libopenssl10-1.0.2p-150000.3.82.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libopenssl1_0_0-1.0.2p-150000.3.82.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libopenssl1_0_0-1.0.2p-150000.3.82.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:openssl-1_0_0-1.0.2p-150000.3.82.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:openssl-1_0_0-1.0.2p-150000.3.82.1.x86_64",
"openSUSE Leap 15.4:libopenssl-1_0_0-devel-1.0.2p-150000.3.82.1.aarch64",
"openSUSE Leap 15.4:libopenssl-1_0_0-devel-1.0.2p-150000.3.82.1.ppc64le",
"openSUSE Leap 15.4:libopenssl-1_0_0-devel-1.0.2p-150000.3.82.1.s390x",
"openSUSE Leap 15.4:libopenssl-1_0_0-devel-1.0.2p-150000.3.82.1.x86_64",
"openSUSE Leap 15.4:libopenssl-1_0_0-devel-32bit-1.0.2p-150000.3.82.1.x86_64",
"openSUSE Leap 15.4:libopenssl10-1.0.2p-150000.3.82.1.aarch64",
"openSUSE Leap 15.4:libopenssl10-1.0.2p-150000.3.82.1.ppc64le",
"openSUSE Leap 15.4:libopenssl10-1.0.2p-150000.3.82.1.s390x",
"openSUSE Leap 15.4:libopenssl10-1.0.2p-150000.3.82.1.x86_64",
"openSUSE Leap 15.4:libopenssl1_0_0-1.0.2p-150000.3.82.1.aarch64",
"openSUSE Leap 15.4:libopenssl1_0_0-1.0.2p-150000.3.82.1.ppc64le",
"openSUSE Leap 15.4:libopenssl1_0_0-1.0.2p-150000.3.82.1.s390x",
"openSUSE Leap 15.4:libopenssl1_0_0-1.0.2p-150000.3.82.1.x86_64",
"openSUSE Leap 15.4:libopenssl1_0_0-32bit-1.0.2p-150000.3.82.1.x86_64",
"openSUSE Leap 15.4:libopenssl1_0_0-hmac-1.0.2p-150000.3.82.1.aarch64",
"openSUSE Leap 15.4:libopenssl1_0_0-hmac-1.0.2p-150000.3.82.1.ppc64le",
"openSUSE Leap 15.4:libopenssl1_0_0-hmac-1.0.2p-150000.3.82.1.s390x",
"openSUSE Leap 15.4:libopenssl1_0_0-hmac-1.0.2p-150000.3.82.1.x86_64",
"openSUSE Leap 15.4:libopenssl1_0_0-hmac-32bit-1.0.2p-150000.3.82.1.x86_64",
"openSUSE Leap 15.4:libopenssl1_0_0-steam-1.0.2p-150000.3.82.1.aarch64",
"openSUSE Leap 15.4:libopenssl1_0_0-steam-1.0.2p-150000.3.82.1.ppc64le",
"openSUSE Leap 15.4:libopenssl1_0_0-steam-1.0.2p-150000.3.82.1.s390x",
"openSUSE Leap 15.4:libopenssl1_0_0-steam-1.0.2p-150000.3.82.1.x86_64",
"openSUSE Leap 15.4:libopenssl1_0_0-steam-32bit-1.0.2p-150000.3.82.1.x86_64",
"openSUSE Leap 15.4:openssl-1_0_0-1.0.2p-150000.3.82.1.aarch64",
"openSUSE Leap 15.4:openssl-1_0_0-1.0.2p-150000.3.82.1.ppc64le",
"openSUSE Leap 15.4:openssl-1_0_0-1.0.2p-150000.3.82.1.s390x",
"openSUSE Leap 15.4:openssl-1_0_0-1.0.2p-150000.3.82.1.x86_64",
"openSUSE Leap 15.4:openssl-1_0_0-cavs-1.0.2p-150000.3.82.1.aarch64",
"openSUSE Leap 15.4:openssl-1_0_0-cavs-1.0.2p-150000.3.82.1.ppc64le",
"openSUSE Leap 15.4:openssl-1_0_0-cavs-1.0.2p-150000.3.82.1.s390x",
"openSUSE Leap 15.4:openssl-1_0_0-cavs-1.0.2p-150000.3.82.1.x86_64",
"openSUSE Leap 15.4:openssl-1_0_0-doc-1.0.2p-150000.3.82.1.noarch",
"openSUSE Leap 15.5:libopenssl-1_0_0-devel-1.0.2p-150000.3.82.1.aarch64",
"openSUSE Leap 15.5:libopenssl-1_0_0-devel-1.0.2p-150000.3.82.1.ppc64le",
"openSUSE Leap 15.5:libopenssl-1_0_0-devel-1.0.2p-150000.3.82.1.s390x",
"openSUSE Leap 15.5:libopenssl-1_0_0-devel-1.0.2p-150000.3.82.1.x86_64",
"openSUSE Leap 15.5:libopenssl-1_0_0-devel-32bit-1.0.2p-150000.3.82.1.x86_64",
"openSUSE Leap 15.5:libopenssl10-1.0.2p-150000.3.82.1.aarch64",
"openSUSE Leap 15.5:libopenssl10-1.0.2p-150000.3.82.1.ppc64le",
"openSUSE Leap 15.5:libopenssl10-1.0.2p-150000.3.82.1.s390x",
"openSUSE Leap 15.5:libopenssl10-1.0.2p-150000.3.82.1.x86_64",
"openSUSE Leap 15.5:libopenssl1_0_0-1.0.2p-150000.3.82.1.aarch64",
"openSUSE Leap 15.5:libopenssl1_0_0-1.0.2p-150000.3.82.1.ppc64le",
"openSUSE Leap 15.5:libopenssl1_0_0-1.0.2p-150000.3.82.1.s390x",
"openSUSE Leap 15.5:libopenssl1_0_0-1.0.2p-150000.3.82.1.x86_64",
"openSUSE Leap 15.5:libopenssl1_0_0-32bit-1.0.2p-150000.3.82.1.x86_64",
"openSUSE Leap 15.5:libopenssl1_0_0-hmac-1.0.2p-150000.3.82.1.aarch64",
"openSUSE Leap 15.5:libopenssl1_0_0-hmac-1.0.2p-150000.3.82.1.ppc64le",
"openSUSE Leap 15.5:libopenssl1_0_0-hmac-1.0.2p-150000.3.82.1.s390x",
"openSUSE Leap 15.5:libopenssl1_0_0-hmac-1.0.2p-150000.3.82.1.x86_64",
"openSUSE Leap 15.5:libopenssl1_0_0-hmac-32bit-1.0.2p-150000.3.82.1.x86_64",
"openSUSE Leap 15.5:libopenssl1_0_0-steam-1.0.2p-150000.3.82.1.aarch64",
"openSUSE Leap 15.5:libopenssl1_0_0-steam-1.0.2p-150000.3.82.1.ppc64le",
"openSUSE Leap 15.5:libopenssl1_0_0-steam-1.0.2p-150000.3.82.1.s390x",
"openSUSE Leap 15.5:libopenssl1_0_0-steam-1.0.2p-150000.3.82.1.x86_64",
"openSUSE Leap 15.5:libopenssl1_0_0-steam-32bit-1.0.2p-150000.3.82.1.x86_64",
"openSUSE Leap 15.5:openssl-1_0_0-1.0.2p-150000.3.82.1.aarch64",
"openSUSE Leap 15.5:openssl-1_0_0-1.0.2p-150000.3.82.1.ppc64le",
"openSUSE Leap 15.5:openssl-1_0_0-1.0.2p-150000.3.82.1.s390x",
"openSUSE Leap 15.5:openssl-1_0_0-1.0.2p-150000.3.82.1.x86_64",
"openSUSE Leap 15.5:openssl-1_0_0-cavs-1.0.2p-150000.3.82.1.aarch64",
"openSUSE Leap 15.5:openssl-1_0_0-cavs-1.0.2p-150000.3.82.1.ppc64le",
"openSUSE Leap 15.5:openssl-1_0_0-cavs-1.0.2p-150000.3.82.1.s390x",
"openSUSE Leap 15.5:openssl-1_0_0-cavs-1.0.2p-150000.3.82.1.x86_64",
"openSUSE Leap 15.5:openssl-1_0_0-doc-1.0.2p-150000.3.82.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-3446",
"url": "https://www.suse.com/security/cve/CVE-2023-3446"
},
{
"category": "external",
"summary": "SUSE Bug 1213487 for CVE-2023-3446",
"url": "https://bugzilla.suse.com/1213487"
},
{
"category": "external",
"summary": "SUSE Bug 1213853 for CVE-2023-3446",
"url": "https://bugzilla.suse.com/1213853"
},
{
"category": "external",
"summary": "SUSE Bug 1221185 for CVE-2023-3446",
"url": "https://bugzilla.suse.com/1221185"
}
],
"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.82.1.aarch64",
"SUSE Enterprise Storage 7.1:libopenssl-1_0_0-devel-1.0.2p-150000.3.82.1.x86_64",
"SUSE Enterprise Storage 7.1:libopenssl10-1.0.2p-150000.3.82.1.aarch64",
"SUSE Enterprise Storage 7.1:libopenssl10-1.0.2p-150000.3.82.1.x86_64",
"SUSE Enterprise Storage 7.1:libopenssl1_0_0-1.0.2p-150000.3.82.1.aarch64",
"SUSE Enterprise Storage 7.1:libopenssl1_0_0-1.0.2p-150000.3.82.1.x86_64",
"SUSE Enterprise Storage 7.1:openssl-1_0_0-1.0.2p-150000.3.82.1.aarch64",
"SUSE Enterprise Storage 7.1:openssl-1_0_0-1.0.2p-150000.3.82.1.x86_64",
"SUSE Enterprise Storage 7:libopenssl-1_0_0-devel-1.0.2p-150000.3.82.1.aarch64",
"SUSE Enterprise Storage 7:libopenssl-1_0_0-devel-1.0.2p-150000.3.82.1.x86_64",
"SUSE Enterprise Storage 7:libopenssl1_0_0-1.0.2p-150000.3.82.1.aarch64",
"SUSE Enterprise Storage 7:libopenssl1_0_0-1.0.2p-150000.3.82.1.x86_64",
"SUSE Enterprise Storage 7:openssl-1_0_0-1.0.2p-150000.3.82.1.aarch64",
"SUSE Enterprise Storage 7:openssl-1_0_0-1.0.2p-150000.3.82.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libopenssl-1_0_0-devel-1.0.2p-150000.3.82.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libopenssl-1_0_0-devel-1.0.2p-150000.3.82.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libopenssl10-1.0.2p-150000.3.82.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libopenssl10-1.0.2p-150000.3.82.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libopenssl1_0_0-1.0.2p-150000.3.82.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libopenssl1_0_0-1.0.2p-150000.3.82.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:openssl-1_0_0-1.0.2p-150000.3.82.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:openssl-1_0_0-1.0.2p-150000.3.82.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.82.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.82.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libopenssl10-1.0.2p-150000.3.82.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libopenssl10-1.0.2p-150000.3.82.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libopenssl1_0_0-1.0.2p-150000.3.82.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libopenssl1_0_0-1.0.2p-150000.3.82.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:openssl-1_0_0-1.0.2p-150000.3.82.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:openssl-1_0_0-1.0.2p-150000.3.82.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:libopenssl-1_0_0-devel-1.0.2p-150000.3.82.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:libopenssl-1_0_0-devel-1.0.2p-150000.3.82.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:libopenssl-1_0_0-devel-1.0.2p-150000.3.82.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:libopenssl-1_0_0-devel-1.0.2p-150000.3.82.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:libopenssl10-1.0.2p-150000.3.82.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:libopenssl10-1.0.2p-150000.3.82.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:libopenssl10-1.0.2p-150000.3.82.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:libopenssl10-1.0.2p-150000.3.82.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:libopenssl1_0_0-1.0.2p-150000.3.82.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:libopenssl1_0_0-1.0.2p-150000.3.82.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:libopenssl1_0_0-1.0.2p-150000.3.82.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:libopenssl1_0_0-1.0.2p-150000.3.82.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:libopenssl1_0_0-hmac-1.0.2p-150000.3.82.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:libopenssl1_0_0-hmac-1.0.2p-150000.3.82.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:libopenssl1_0_0-hmac-1.0.2p-150000.3.82.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:libopenssl1_0_0-hmac-1.0.2p-150000.3.82.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:openssl-1_0_0-1.0.2p-150000.3.82.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:openssl-1_0_0-1.0.2p-150000.3.82.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:openssl-1_0_0-1.0.2p-150000.3.82.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:openssl-1_0_0-1.0.2p-150000.3.82.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:libopenssl-1_0_0-devel-1.0.2p-150000.3.82.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:libopenssl-1_0_0-devel-1.0.2p-150000.3.82.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:libopenssl-1_0_0-devel-1.0.2p-150000.3.82.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:libopenssl-1_0_0-devel-1.0.2p-150000.3.82.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:libopenssl10-1.0.2p-150000.3.82.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:libopenssl10-1.0.2p-150000.3.82.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:libopenssl10-1.0.2p-150000.3.82.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:libopenssl10-1.0.2p-150000.3.82.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:libopenssl1_0_0-1.0.2p-150000.3.82.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:libopenssl1_0_0-1.0.2p-150000.3.82.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:libopenssl1_0_0-1.0.2p-150000.3.82.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:libopenssl1_0_0-1.0.2p-150000.3.82.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:libopenssl1_0_0-hmac-1.0.2p-150000.3.82.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:libopenssl1_0_0-hmac-1.0.2p-150000.3.82.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:libopenssl1_0_0-hmac-1.0.2p-150000.3.82.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:libopenssl1_0_0-hmac-1.0.2p-150000.3.82.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:openssl-1_0_0-1.0.2p-150000.3.82.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:openssl-1_0_0-1.0.2p-150000.3.82.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:openssl-1_0_0-1.0.2p-150000.3.82.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:openssl-1_0_0-1.0.2p-150000.3.82.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.82.1.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.82.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.82.1.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.82.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl1_0_0-1.0.2p-150000.3.82.1.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl1_0_0-1.0.2p-150000.3.82.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl1_0_0-1.0.2p-150000.3.82.1.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl1_0_0-1.0.2p-150000.3.82.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:openssl-1_0_0-1.0.2p-150000.3.82.1.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:openssl-1_0_0-1.0.2p-150000.3.82.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:openssl-1_0_0-1.0.2p-150000.3.82.1.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:openssl-1_0_0-1.0.2p-150000.3.82.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.82.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.82.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.82.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.82.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl1_0_0-1.0.2p-150000.3.82.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl1_0_0-1.0.2p-150000.3.82.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl1_0_0-1.0.2p-150000.3.82.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl1_0_0-1.0.2p-150000.3.82.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:openssl-1_0_0-1.0.2p-150000.3.82.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:openssl-1_0_0-1.0.2p-150000.3.82.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:openssl-1_0_0-1.0.2p-150000.3.82.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:openssl-1_0_0-1.0.2p-150000.3.82.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.82.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.82.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.82.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.82.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl10-1.0.2p-150000.3.82.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl10-1.0.2p-150000.3.82.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl10-1.0.2p-150000.3.82.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl10-1.0.2p-150000.3.82.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl1_0_0-1.0.2p-150000.3.82.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl1_0_0-1.0.2p-150000.3.82.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl1_0_0-1.0.2p-150000.3.82.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl1_0_0-1.0.2p-150000.3.82.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:openssl-1_0_0-1.0.2p-150000.3.82.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:openssl-1_0_0-1.0.2p-150000.3.82.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:openssl-1_0_0-1.0.2p-150000.3.82.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:openssl-1_0_0-1.0.2p-150000.3.82.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:libopenssl-1_0_0-devel-1.0.2p-150000.3.82.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:libopenssl-1_0_0-devel-1.0.2p-150000.3.82.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:libopenssl1_0_0-1.0.2p-150000.3.82.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:libopenssl1_0_0-1.0.2p-150000.3.82.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:openssl-1_0_0-1.0.2p-150000.3.82.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:openssl-1_0_0-1.0.2p-150000.3.82.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:libopenssl-1_0_0-devel-1.0.2p-150000.3.82.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:libopenssl-1_0_0-devel-1.0.2p-150000.3.82.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:libopenssl1_0_0-1.0.2p-150000.3.82.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:libopenssl1_0_0-1.0.2p-150000.3.82.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:openssl-1_0_0-1.0.2p-150000.3.82.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:openssl-1_0_0-1.0.2p-150000.3.82.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libopenssl-1_0_0-devel-1.0.2p-150000.3.82.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libopenssl-1_0_0-devel-1.0.2p-150000.3.82.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libopenssl10-1.0.2p-150000.3.82.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libopenssl10-1.0.2p-150000.3.82.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libopenssl1_0_0-1.0.2p-150000.3.82.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libopenssl1_0_0-1.0.2p-150000.3.82.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:openssl-1_0_0-1.0.2p-150000.3.82.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:openssl-1_0_0-1.0.2p-150000.3.82.1.x86_64",
"openSUSE Leap 15.4:libopenssl-1_0_0-devel-1.0.2p-150000.3.82.1.aarch64",
"openSUSE Leap 15.4:libopenssl-1_0_0-devel-1.0.2p-150000.3.82.1.ppc64le",
"openSUSE Leap 15.4:libopenssl-1_0_0-devel-1.0.2p-150000.3.82.1.s390x",
"openSUSE Leap 15.4:libopenssl-1_0_0-devel-1.0.2p-150000.3.82.1.x86_64",
"openSUSE Leap 15.4:libopenssl-1_0_0-devel-32bit-1.0.2p-150000.3.82.1.x86_64",
"openSUSE Leap 15.4:libopenssl10-1.0.2p-150000.3.82.1.aarch64",
"openSUSE Leap 15.4:libopenssl10-1.0.2p-150000.3.82.1.ppc64le",
"openSUSE Leap 15.4:libopenssl10-1.0.2p-150000.3.82.1.s390x",
"openSUSE Leap 15.4:libopenssl10-1.0.2p-150000.3.82.1.x86_64",
"openSUSE Leap 15.4:libopenssl1_0_0-1.0.2p-150000.3.82.1.aarch64",
"openSUSE Leap 15.4:libopenssl1_0_0-1.0.2p-150000.3.82.1.ppc64le",
"openSUSE Leap 15.4:libopenssl1_0_0-1.0.2p-150000.3.82.1.s390x",
"openSUSE Leap 15.4:libopenssl1_0_0-1.0.2p-150000.3.82.1.x86_64",
"openSUSE Leap 15.4:libopenssl1_0_0-32bit-1.0.2p-150000.3.82.1.x86_64",
"openSUSE Leap 15.4:libopenssl1_0_0-hmac-1.0.2p-150000.3.82.1.aarch64",
"openSUSE Leap 15.4:libopenssl1_0_0-hmac-1.0.2p-150000.3.82.1.ppc64le",
"openSUSE Leap 15.4:libopenssl1_0_0-hmac-1.0.2p-150000.3.82.1.s390x",
"openSUSE Leap 15.4:libopenssl1_0_0-hmac-1.0.2p-150000.3.82.1.x86_64",
"openSUSE Leap 15.4:libopenssl1_0_0-hmac-32bit-1.0.2p-150000.3.82.1.x86_64",
"openSUSE Leap 15.4:libopenssl1_0_0-steam-1.0.2p-150000.3.82.1.aarch64",
"openSUSE Leap 15.4:libopenssl1_0_0-steam-1.0.2p-150000.3.82.1.ppc64le",
"openSUSE Leap 15.4:libopenssl1_0_0-steam-1.0.2p-150000.3.82.1.s390x",
"openSUSE Leap 15.4:libopenssl1_0_0-steam-1.0.2p-150000.3.82.1.x86_64",
"openSUSE Leap 15.4:libopenssl1_0_0-steam-32bit-1.0.2p-150000.3.82.1.x86_64",
"openSUSE Leap 15.4:openssl-1_0_0-1.0.2p-150000.3.82.1.aarch64",
"openSUSE Leap 15.4:openssl-1_0_0-1.0.2p-150000.3.82.1.ppc64le",
"openSUSE Leap 15.4:openssl-1_0_0-1.0.2p-150000.3.82.1.s390x",
"openSUSE Leap 15.4:openssl-1_0_0-1.0.2p-150000.3.82.1.x86_64",
"openSUSE Leap 15.4:openssl-1_0_0-cavs-1.0.2p-150000.3.82.1.aarch64",
"openSUSE Leap 15.4:openssl-1_0_0-cavs-1.0.2p-150000.3.82.1.ppc64le",
"openSUSE Leap 15.4:openssl-1_0_0-cavs-1.0.2p-150000.3.82.1.s390x",
"openSUSE Leap 15.4:openssl-1_0_0-cavs-1.0.2p-150000.3.82.1.x86_64",
"openSUSE Leap 15.4:openssl-1_0_0-doc-1.0.2p-150000.3.82.1.noarch",
"openSUSE Leap 15.5:libopenssl-1_0_0-devel-1.0.2p-150000.3.82.1.aarch64",
"openSUSE Leap 15.5:libopenssl-1_0_0-devel-1.0.2p-150000.3.82.1.ppc64le",
"openSUSE Leap 15.5:libopenssl-1_0_0-devel-1.0.2p-150000.3.82.1.s390x",
"openSUSE Leap 15.5:libopenssl-1_0_0-devel-1.0.2p-150000.3.82.1.x86_64",
"openSUSE Leap 15.5:libopenssl-1_0_0-devel-32bit-1.0.2p-150000.3.82.1.x86_64",
"openSUSE Leap 15.5:libopenssl10-1.0.2p-150000.3.82.1.aarch64",
"openSUSE Leap 15.5:libopenssl10-1.0.2p-150000.3.82.1.ppc64le",
"openSUSE Leap 15.5:libopenssl10-1.0.2p-150000.3.82.1.s390x",
"openSUSE Leap 15.5:libopenssl10-1.0.2p-150000.3.82.1.x86_64",
"openSUSE Leap 15.5:libopenssl1_0_0-1.0.2p-150000.3.82.1.aarch64",
"openSUSE Leap 15.5:libopenssl1_0_0-1.0.2p-150000.3.82.1.ppc64le",
"openSUSE Leap 15.5:libopenssl1_0_0-1.0.2p-150000.3.82.1.s390x",
"openSUSE Leap 15.5:libopenssl1_0_0-1.0.2p-150000.3.82.1.x86_64",
"openSUSE Leap 15.5:libopenssl1_0_0-32bit-1.0.2p-150000.3.82.1.x86_64",
"openSUSE Leap 15.5:libopenssl1_0_0-hmac-1.0.2p-150000.3.82.1.aarch64",
"openSUSE Leap 15.5:libopenssl1_0_0-hmac-1.0.2p-150000.3.82.1.ppc64le",
"openSUSE Leap 15.5:libopenssl1_0_0-hmac-1.0.2p-150000.3.82.1.s390x",
"openSUSE Leap 15.5:libopenssl1_0_0-hmac-1.0.2p-150000.3.82.1.x86_64",
"openSUSE Leap 15.5:libopenssl1_0_0-hmac-32bit-1.0.2p-150000.3.82.1.x86_64",
"openSUSE Leap 15.5:libopenssl1_0_0-steam-1.0.2p-150000.3.82.1.aarch64",
"openSUSE Leap 15.5:libopenssl1_0_0-steam-1.0.2p-150000.3.82.1.ppc64le",
"openSUSE Leap 15.5:libopenssl1_0_0-steam-1.0.2p-150000.3.82.1.s390x",
"openSUSE Leap 15.5:libopenssl1_0_0-steam-1.0.2p-150000.3.82.1.x86_64",
"openSUSE Leap 15.5:libopenssl1_0_0-steam-32bit-1.0.2p-150000.3.82.1.x86_64",
"openSUSE Leap 15.5:openssl-1_0_0-1.0.2p-150000.3.82.1.aarch64",
"openSUSE Leap 15.5:openssl-1_0_0-1.0.2p-150000.3.82.1.ppc64le",
"openSUSE Leap 15.5:openssl-1_0_0-1.0.2p-150000.3.82.1.s390x",
"openSUSE Leap 15.5:openssl-1_0_0-1.0.2p-150000.3.82.1.x86_64",
"openSUSE Leap 15.5:openssl-1_0_0-cavs-1.0.2p-150000.3.82.1.aarch64",
"openSUSE Leap 15.5:openssl-1_0_0-cavs-1.0.2p-150000.3.82.1.ppc64le",
"openSUSE Leap 15.5:openssl-1_0_0-cavs-1.0.2p-150000.3.82.1.s390x",
"openSUSE Leap 15.5:openssl-1_0_0-cavs-1.0.2p-150000.3.82.1.x86_64",
"openSUSE Leap 15.5:openssl-1_0_0-doc-1.0.2p-150000.3.82.1.noarch"
]
}
],
"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_0_0-devel-1.0.2p-150000.3.82.1.aarch64",
"SUSE Enterprise Storage 7.1:libopenssl-1_0_0-devel-1.0.2p-150000.3.82.1.x86_64",
"SUSE Enterprise Storage 7.1:libopenssl10-1.0.2p-150000.3.82.1.aarch64",
"SUSE Enterprise Storage 7.1:libopenssl10-1.0.2p-150000.3.82.1.x86_64",
"SUSE Enterprise Storage 7.1:libopenssl1_0_0-1.0.2p-150000.3.82.1.aarch64",
"SUSE Enterprise Storage 7.1:libopenssl1_0_0-1.0.2p-150000.3.82.1.x86_64",
"SUSE Enterprise Storage 7.1:openssl-1_0_0-1.0.2p-150000.3.82.1.aarch64",
"SUSE Enterprise Storage 7.1:openssl-1_0_0-1.0.2p-150000.3.82.1.x86_64",
"SUSE Enterprise Storage 7:libopenssl-1_0_0-devel-1.0.2p-150000.3.82.1.aarch64",
"SUSE Enterprise Storage 7:libopenssl-1_0_0-devel-1.0.2p-150000.3.82.1.x86_64",
"SUSE Enterprise Storage 7:libopenssl1_0_0-1.0.2p-150000.3.82.1.aarch64",
"SUSE Enterprise Storage 7:libopenssl1_0_0-1.0.2p-150000.3.82.1.x86_64",
"SUSE Enterprise Storage 7:openssl-1_0_0-1.0.2p-150000.3.82.1.aarch64",
"SUSE Enterprise Storage 7:openssl-1_0_0-1.0.2p-150000.3.82.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libopenssl-1_0_0-devel-1.0.2p-150000.3.82.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libopenssl-1_0_0-devel-1.0.2p-150000.3.82.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libopenssl10-1.0.2p-150000.3.82.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libopenssl10-1.0.2p-150000.3.82.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libopenssl1_0_0-1.0.2p-150000.3.82.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libopenssl1_0_0-1.0.2p-150000.3.82.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:openssl-1_0_0-1.0.2p-150000.3.82.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:openssl-1_0_0-1.0.2p-150000.3.82.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.82.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.82.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libopenssl10-1.0.2p-150000.3.82.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libopenssl10-1.0.2p-150000.3.82.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libopenssl1_0_0-1.0.2p-150000.3.82.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libopenssl1_0_0-1.0.2p-150000.3.82.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:openssl-1_0_0-1.0.2p-150000.3.82.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:openssl-1_0_0-1.0.2p-150000.3.82.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:libopenssl-1_0_0-devel-1.0.2p-150000.3.82.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:libopenssl-1_0_0-devel-1.0.2p-150000.3.82.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:libopenssl-1_0_0-devel-1.0.2p-150000.3.82.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:libopenssl-1_0_0-devel-1.0.2p-150000.3.82.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:libopenssl10-1.0.2p-150000.3.82.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:libopenssl10-1.0.2p-150000.3.82.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:libopenssl10-1.0.2p-150000.3.82.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:libopenssl10-1.0.2p-150000.3.82.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:libopenssl1_0_0-1.0.2p-150000.3.82.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:libopenssl1_0_0-1.0.2p-150000.3.82.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:libopenssl1_0_0-1.0.2p-150000.3.82.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:libopenssl1_0_0-1.0.2p-150000.3.82.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:libopenssl1_0_0-hmac-1.0.2p-150000.3.82.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:libopenssl1_0_0-hmac-1.0.2p-150000.3.82.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:libopenssl1_0_0-hmac-1.0.2p-150000.3.82.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:libopenssl1_0_0-hmac-1.0.2p-150000.3.82.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:openssl-1_0_0-1.0.2p-150000.3.82.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP4:openssl-1_0_0-1.0.2p-150000.3.82.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP4:openssl-1_0_0-1.0.2p-150000.3.82.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP4:openssl-1_0_0-1.0.2p-150000.3.82.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:libopenssl-1_0_0-devel-1.0.2p-150000.3.82.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:libopenssl-1_0_0-devel-1.0.2p-150000.3.82.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:libopenssl-1_0_0-devel-1.0.2p-150000.3.82.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:libopenssl-1_0_0-devel-1.0.2p-150000.3.82.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:libopenssl10-1.0.2p-150000.3.82.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:libopenssl10-1.0.2p-150000.3.82.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:libopenssl10-1.0.2p-150000.3.82.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:libopenssl10-1.0.2p-150000.3.82.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:libopenssl1_0_0-1.0.2p-150000.3.82.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:libopenssl1_0_0-1.0.2p-150000.3.82.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:libopenssl1_0_0-1.0.2p-150000.3.82.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:libopenssl1_0_0-1.0.2p-150000.3.82.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:libopenssl1_0_0-hmac-1.0.2p-150000.3.82.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:libopenssl1_0_0-hmac-1.0.2p-150000.3.82.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:libopenssl1_0_0-hmac-1.0.2p-150000.3.82.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:libopenssl1_0_0-hmac-1.0.2p-150000.3.82.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:openssl-1_0_0-1.0.2p-150000.3.82.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:openssl-1_0_0-1.0.2p-150000.3.82.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:openssl-1_0_0-1.0.2p-150000.3.82.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:openssl-1_0_0-1.0.2p-150000.3.82.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.82.1.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.82.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.82.1.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.82.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl1_0_0-1.0.2p-150000.3.82.1.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl1_0_0-1.0.2p-150000.3.82.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl1_0_0-1.0.2p-150000.3.82.1.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:libopenssl1_0_0-1.0.2p-150000.3.82.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:openssl-1_0_0-1.0.2p-150000.3.82.1.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:openssl-1_0_0-1.0.2p-150000.3.82.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:openssl-1_0_0-1.0.2p-150000.3.82.1.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:openssl-1_0_0-1.0.2p-150000.3.82.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.82.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.82.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.82.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.82.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl1_0_0-1.0.2p-150000.3.82.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl1_0_0-1.0.2p-150000.3.82.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl1_0_0-1.0.2p-150000.3.82.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl1_0_0-1.0.2p-150000.3.82.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:openssl-1_0_0-1.0.2p-150000.3.82.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:openssl-1_0_0-1.0.2p-150000.3.82.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:openssl-1_0_0-1.0.2p-150000.3.82.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:openssl-1_0_0-1.0.2p-150000.3.82.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.82.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.82.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.82.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl-1_0_0-devel-1.0.2p-150000.3.82.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl10-1.0.2p-150000.3.82.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl10-1.0.2p-150000.3.82.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl10-1.0.2p-150000.3.82.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl10-1.0.2p-150000.3.82.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl1_0_0-1.0.2p-150000.3.82.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl1_0_0-1.0.2p-150000.3.82.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl1_0_0-1.0.2p-150000.3.82.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl1_0_0-1.0.2p-150000.3.82.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:openssl-1_0_0-1.0.2p-150000.3.82.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:openssl-1_0_0-1.0.2p-150000.3.82.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:openssl-1_0_0-1.0.2p-150000.3.82.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:openssl-1_0_0-1.0.2p-150000.3.82.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:libopenssl-1_0_0-devel-1.0.2p-150000.3.82.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:libopenssl-1_0_0-devel-1.0.2p-150000.3.82.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:libopenssl1_0_0-1.0.2p-150000.3.82.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:libopenssl1_0_0-1.0.2p-150000.3.82.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:openssl-1_0_0-1.0.2p-150000.3.82.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:openssl-1_0_0-1.0.2p-150000.3.82.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:libopenssl-1_0_0-devel-1.0.2p-150000.3.82.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:libopenssl-1_0_0-devel-1.0.2p-150000.3.82.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:libopenssl1_0_0-1.0.2p-150000.3.82.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:libopenssl1_0_0-1.0.2p-150000.3.82.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:openssl-1_0_0-1.0.2p-150000.3.82.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:openssl-1_0_0-1.0.2p-150000.3.82.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libopenssl-1_0_0-devel-1.0.2p-150000.3.82.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libopenssl-1_0_0-devel-1.0.2p-150000.3.82.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libopenssl10-1.0.2p-150000.3.82.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libopenssl10-1.0.2p-150000.3.82.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libopenssl1_0_0-1.0.2p-150000.3.82.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libopenssl1_0_0-1.0.2p-150000.3.82.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:openssl-1_0_0-1.0.2p-150000.3.82.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:openssl-1_0_0-1.0.2p-150000.3.82.1.x86_64",
"openSUSE Leap 15.4:libopenssl-1_0_0-devel-1.0.2p-150000.3.82.1.aarch64",
"openSUSE Leap 15.4:libopenssl-1_0_0-devel-1.0.2p-150000.3.82.1.ppc64le",
"openSUSE Leap 15.4:libopenssl-1_0_0-devel-1.0.2p-150000.3.82.1.s390x",
"openSUSE Leap 15.4:libopenssl-1_0_0-devel-1.0.2p-150000.3.82.1.x86_64",
"openSUSE Leap 15.4:libopenssl-1_0_0-devel-32bit-1.0.2p-150000.3.82.1.x86_64",
"openSUSE Leap 15.4:libopenssl10-1.0.2p-150000.3.82.1.aarch64",
"openSUSE Leap 15.4:libopenssl10-1.0.2p-150000.3.82.1.ppc64le",
"openSUSE Leap 15.4:libopenssl10-1.0.2p-150000.3.82.1.s390x",
"openSUSE Leap 15.4:libopenssl10-1.0.2p-150000.3.82.1.x86_64",
"openSUSE Leap 15.4:libopenssl1_0_0-1.0.2p-150000.3.82.1.aarch64",
"openSUSE Leap 15.4:libopenssl1_0_0-1.0.2p-150000.3.82.1.ppc64le",
"openSUSE Leap 15.4:libopenssl1_0_0-1.0.2p-150000.3.82.1.s390x",
"openSUSE Leap 15.4:libopenssl1_0_0-1.0.2p-150000.3.82.1.x86_64",
"openSUSE Leap 15.4:libopenssl1_0_0-32bit-1.0.2p-150000.3.82.1.x86_64",
"openSUSE Leap 15.4:libopenssl1_0_0-hmac-1.0.2p-150000.3.82.1.aarch64",
"openSUSE Leap 15.4:libopenssl1_0_0-hmac-1.0.2p-150000.3.82.1.ppc64le",
"openSUSE Leap 15.4:libopenssl1_0_0-hmac-1.0.2p-150000.3.82.1.s390x",
"openSUSE Leap 15.4:libopenssl1_0_0-hmac-1.0.2p-150000.3.82.1.x86_64",
"openSUSE Leap 15.4:libopenssl1_0_0-hmac-32bit-1.0.2p-150000.3.82.1.x86_64",
"openSUSE Leap 15.4:libopenssl1_0_0-steam-1.0.2p-150000.3.82.1.aarch64",
"openSUSE Leap 15.4:libopenssl1_0_0-steam-1.0.2p-150000.3.82.1.ppc64le",
"openSUSE Leap 15.4:libopenssl1_0_0-steam-1.0.2p-150000.3.82.1.s390x",
"openSUSE Leap 15.4:libopenssl1_0_0-steam-1.0.2p-150000.3.82.1.x86_64",
"openSUSE Leap 15.4:libopenssl1_0_0-steam-32bit-1.0.2p-150000.3.82.1.x86_64",
"openSUSE Leap 15.4:openssl-1_0_0-1.0.2p-150000.3.82.1.aarch64",
"openSUSE Leap 15.4:openssl-1_0_0-1.0.2p-150000.3.82.1.ppc64le",
"openSUSE Leap 15.4:openssl-1_0_0-1.0.2p-150000.3.82.1.s390x",
"openSUSE Leap 15.4:openssl-1_0_0-1.0.2p-150000.3.82.1.x86_64",
"openSUSE Leap 15.4:openssl-1_0_0-cavs-1.0.2p-150000.3.82.1.aarch64",
"openSUSE Leap 15.4:openssl-1_0_0-cavs-1.0.2p-150000.3.82.1.ppc64le",
"openSUSE Leap 15.4:openssl-1_0_0-cavs-1.0.2p-150000.3.82.1.s390x",
"openSUSE Leap 15.4:openssl-1_0_0-cavs-1.0.2p-150000.3.82.1.x86_64",
"openSUSE Leap 15.4:openssl-1_0_0-doc-1.0.2p-150000.3.82.1.noarch",
"openSUSE Leap 15.5:libopenssl-1_0_0-devel-1.0.2p-150000.3.82.1.aarch64",
"openSUSE Leap 15.5:libopenssl-1_0_0-devel-1.0.2p-150000.3.82.1.ppc64le",
"openSUSE Leap 15.5:libopenssl-1_0_0-devel-1.0.2p-150000.3.82.1.s390x",
"openSUSE Leap 15.5:libopenssl-1_0_0-devel-1.0.2p-150000.3.82.1.x86_64",
"openSUSE Leap 15.5:libopenssl-1_0_0-devel-32bit-1.0.2p-150000.3.82.1.x86_64",
"openSUSE Leap 15.5:libopenssl10-1.0.2p-150000.3.82.1.aarch64",
"openSUSE Leap 15.5:libopenssl10-1.0.2p-150000.3.82.1.ppc64le",
"openSUSE Leap 15.5:libopenssl10-1.0.2p-150000.3.82.1.s390x",
"openSUSE Leap 15.5:libopenssl10-1.0.2p-150000.3.82.1.x86_64",
"openSUSE Leap 15.5:libopenssl1_0_0-1.0.2p-150000.3.82.1.aarch64",
"openSUSE Leap 15.5:libopenssl1_0_0-1.0.2p-150000.3.82.1.ppc64le",
"openSUSE Leap 15.5:libopenssl1_0_0-1.0.2p-150000.3.82.1.s390x",
"openSUSE Leap 15.5:libopenssl1_0_0-1.0.2p-150000.3.82.1.x86_64",
"openSUSE Leap 15.5:libopenssl1_0_0-32bit-1.0.2p-150000.3.82.1.x86_64",
"openSUSE Leap 15.5:libopenssl1_0_0-hmac-1.0.2p-150000.3.82.1.aarch64",
"openSUSE Leap 15.5:libopenssl1_0_0-hmac-1.0.2p-150000.3.82.1.ppc64le",
"openSUSE Leap 15.5:libopenssl1_0_0-hmac-1.0.2p-150000.3.82.1.s390x",
"openSUSE Leap 15.5:libopenssl1_0_0-hmac-1.0.2p-150000.3.82.1.x86_64",
"openSUSE Leap 15.5:libopenssl1_0_0-hmac-32bit-1.0.2p-150000.3.82.1.x86_64",
"openSUSE Leap 15.5:libopenssl1_0_0-steam-1.0.2p-150000.3.82.1.aarch64",
"openSUSE Leap 15.5:libopenssl1_0_0-steam-1.0.2p-150000.3.82.1.ppc64le",
"openSUSE Leap 15.5:libopenssl1_0_0-steam-1.0.2p-150000.3.82.1.s390x",
"openSUSE Leap 15.5:libopenssl1_0_0-steam-1.0.2p-150000.3.82.1.x86_64",
"openSUSE Leap 15.5:libopenssl1_0_0-steam-32bit-1.0.2p-150000.3.82.1.x86_64",
"openSUSE Leap 15.5:openssl-1_0_0-1.0.2p-150000.3.82.1.aarch64",
"openSUSE Leap 15.5:openssl-1_0_0-1.0.2p-150000.3.82.1.ppc64le",
"openSUSE Leap 15.5:openssl-1_0_0-1.0.2p-150000.3.82.1.s390x",
"openSUSE Leap 15.5:openssl-1_0_0-1.0.2p-150000.3.82.1.x86_64",
"openSUSE Leap 15.5:openssl-1_0_0-cavs-1.0.2p-150000.3.82.1.aarch64",
"openSUSE Leap 15.5:openssl-1_0_0-cavs-1.0.2p-150000.3.82.1.ppc64le",
"openSUSE Leap 15.5:openssl-1_0_0-cavs-1.0.2p-150000.3.82.1.s390x",
"openSUSE Leap 15.5:openssl-1_0_0-cavs-1.0.2p-150000.3.82.1.x86_64",
"openSUSE Leap 15.5:openssl-1_0_0-doc-1.0.2p-150000.3.82.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2023-08-01T10:48:53Z",
"details": "moderate"
}
],
"title": "CVE-2023-3446"
}
]
}
SUSE-SU-2023:3096-1
Vulnerability from csaf_suse - Published: 2023-08-01 11:26 - Updated: 2023-08-01 11:26Summary
Security update for compat-openssl098
Severity
Moderate
Notes
Title of the patch: Security update for compat-openssl098
Description of the patch: This update for compat-openssl098 fixes the following issues:
- CVE-2022-4304: Reworked the fix for the Timing-Oracle in RSA decryption.
The previous fix for this timing side channel turned out to cause a
severe 2-3x performance regression in the typical use case (bsc#1207534).
- CVE-2023-3446: Fixed DH_check() excessive time with over sized modulus (bsc#1213487).
- Update further expiring certificates that affect tests (bsc#1201627).
Patchnames: SUSE-2023-3096,SUSE-SLE-Module-Legacy-12-2023-3096,SUSE-SLE-SAP-12-SP4-2023-3096,SUSE-SLE-SAP-12-SP5-2023-3096
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
5.9 (Medium)
Affected products
Recommended
6 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 12:libopenssl0_9_8-0.9.8j-106.58.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 12:libopenssl0_9_8-0.9.8j-106.58.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 12:libopenssl0_9_8-32bit-0.9.8j-106.58.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 12:libopenssl0_9_8-32bit-0.9.8j-106.58.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP4:libopenssl0_9_8-0.9.8j-106.58.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl0_9_8-0.9.8j-106.58.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
5.3 (Medium)
Affected products
Recommended
6 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 12:libopenssl0_9_8-0.9.8j-106.58.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 12:libopenssl0_9_8-0.9.8j-106.58.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 12:libopenssl0_9_8-32bit-0.9.8j-106.58.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 12:libopenssl0_9_8-32bit-0.9.8j-106.58.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP4:libopenssl0_9_8-0.9.8j-106.58.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl0_9_8-0.9.8j-106.58.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
References
19 references
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for compat-openssl098",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for compat-openssl098 fixes the following issues:\n\n- CVE-2022-4304: Reworked the fix for the Timing-Oracle in RSA decryption.\n The previous fix for this timing side channel turned out to cause a\n severe 2-3x performance regression in the typical use case (bsc#1207534).\n\n- CVE-2023-3446: Fixed DH_check() excessive time with over sized modulus (bsc#1213487).\n \n- Update further expiring certificates that affect tests (bsc#1201627).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2023-3096,SUSE-SLE-Module-Legacy-12-2023-3096,SUSE-SLE-SAP-12-SP4-2023-3096,SUSE-SLE-SAP-12-SP5-2023-3096",
"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_3096-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2023:3096-1",
"url": "https://www.suse.com/support/update/announcement/2023/suse-su-20233096-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2023:3096-1",
"url": "https://lists.suse.com/pipermail/sle-updates/2023-August/030672.html"
},
{
"category": "self",
"summary": "SUSE Bug 1201627",
"url": "https://bugzilla.suse.com/1201627"
},
{
"category": "self",
"summary": "SUSE Bug 1207534",
"url": "https://bugzilla.suse.com/1207534"
},
{
"category": "self",
"summary": "SUSE Bug 1213487",
"url": "https://bugzilla.suse.com/1213487"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-4304 page",
"url": "https://www.suse.com/security/cve/CVE-2022-4304/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-3446 page",
"url": "https://www.suse.com/security/cve/CVE-2023-3446/"
}
],
"title": "Security update for compat-openssl098",
"tracking": {
"current_release_date": "2023-08-01T11:26:17Z",
"generator": {
"date": "2023-08-01T11:26:17Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2023:3096-1",
"initial_release_date": "2023-08-01T11:26:17Z",
"revision_history": [
{
"date": "2023-08-01T11:26:17Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "libopenssl0_9_8-0.9.8j-106.58.1.i586",
"product": {
"name": "libopenssl0_9_8-0.9.8j-106.58.1.i586",
"product_id": "libopenssl0_9_8-0.9.8j-106.58.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "libopenssl0_9_8-0.9.8j-106.58.1.s390",
"product": {
"name": "libopenssl0_9_8-0.9.8j-106.58.1.s390",
"product_id": "libopenssl0_9_8-0.9.8j-106.58.1.s390"
}
}
],
"category": "architecture",
"name": "s390"
},
{
"branches": [
{
"category": "product_version",
"name": "libopenssl0_9_8-0.9.8j-106.58.1.s390x",
"product": {
"name": "libopenssl0_9_8-0.9.8j-106.58.1.s390x",
"product_id": "libopenssl0_9_8-0.9.8j-106.58.1.s390x"
}
},
{
"category": "product_version",
"name": "libopenssl0_9_8-32bit-0.9.8j-106.58.1.s390x",
"product": {
"name": "libopenssl0_9_8-32bit-0.9.8j-106.58.1.s390x",
"product_id": "libopenssl0_9_8-32bit-0.9.8j-106.58.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "libopenssl0_9_8-0.9.8j-106.58.1.x86_64",
"product": {
"name": "libopenssl0_9_8-0.9.8j-106.58.1.x86_64",
"product_id": "libopenssl0_9_8-0.9.8j-106.58.1.x86_64"
}
},
{
"category": "product_version",
"name": "libopenssl0_9_8-32bit-0.9.8j-106.58.1.x86_64",
"product": {
"name": "libopenssl0_9_8-32bit-0.9.8j-106.58.1.x86_64",
"product_id": "libopenssl0_9_8-32bit-0.9.8j-106.58.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Legacy 12",
"product": {
"name": "SUSE Linux Enterprise Module for Legacy 12",
"product_id": "SUSE Linux Enterprise Module for Legacy 12",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-legacy:12"
}
}
},
{
"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 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": "libopenssl0_9_8-0.9.8j-106.58.1.s390x as component of SUSE Linux Enterprise Module for Legacy 12",
"product_id": "SUSE Linux Enterprise Module for Legacy 12:libopenssl0_9_8-0.9.8j-106.58.1.s390x"
},
"product_reference": "libopenssl0_9_8-0.9.8j-106.58.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl0_9_8-0.9.8j-106.58.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 12",
"product_id": "SUSE Linux Enterprise Module for Legacy 12:libopenssl0_9_8-0.9.8j-106.58.1.x86_64"
},
"product_reference": "libopenssl0_9_8-0.9.8j-106.58.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl0_9_8-32bit-0.9.8j-106.58.1.s390x as component of SUSE Linux Enterprise Module for Legacy 12",
"product_id": "SUSE Linux Enterprise Module for Legacy 12:libopenssl0_9_8-32bit-0.9.8j-106.58.1.s390x"
},
"product_reference": "libopenssl0_9_8-32bit-0.9.8j-106.58.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl0_9_8-32bit-0.9.8j-106.58.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 12",
"product_id": "SUSE Linux Enterprise Module for Legacy 12:libopenssl0_9_8-32bit-0.9.8j-106.58.1.x86_64"
},
"product_reference": "libopenssl0_9_8-32bit-0.9.8j-106.58.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl0_9_8-0.9.8j-106.58.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:libopenssl0_9_8-0.9.8j-106.58.1.x86_64"
},
"product_reference": "libopenssl0_9_8-0.9.8j-106.58.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libopenssl0_9_8-0.9.8j-106.58.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:libopenssl0_9_8-0.9.8j-106.58.1.x86_64"
},
"product_reference": "libopenssl0_9_8-0.9.8j-106.58.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2022-4304",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-4304"
}
],
"notes": [
{
"category": "general",
"text": "A timing based side channel exists in the OpenSSL RSA Decryption implementation\nwhich could be sufficient to recover a plaintext across a network in a\nBleichenbacher style attack. To achieve a successful decryption an attacker\nwould have to be able to send a very large number of trial messages for\ndecryption. The vulnerability affects all RSA padding modes: PKCS#1 v1.5,\nRSA-OEAP and RSASVE.\n\nFor example, in a TLS connection, RSA is commonly used by a client to send an\nencrypted pre-master secret to the server. An attacker that had observed a\ngenuine connection between a client and a server could use this flaw to send\ntrial messages to the server and record the time taken to process them. After a\nsufficiently large number of messages the attacker could recover the pre-master\nsecret used for the original connection and thus be able to decrypt the\napplication data sent over that connection.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Legacy 12:libopenssl0_9_8-0.9.8j-106.58.1.s390x",
"SUSE Linux Enterprise Module for Legacy 12:libopenssl0_9_8-0.9.8j-106.58.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 12:libopenssl0_9_8-32bit-0.9.8j-106.58.1.s390x",
"SUSE Linux Enterprise Module for Legacy 12:libopenssl0_9_8-32bit-0.9.8j-106.58.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:libopenssl0_9_8-0.9.8j-106.58.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl0_9_8-0.9.8j-106.58.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-4304",
"url": "https://www.suse.com/security/cve/CVE-2022-4304"
},
{
"category": "external",
"summary": "SUSE Bug 1207534 for CVE-2022-4304",
"url": "https://bugzilla.suse.com/1207534"
},
{
"category": "external",
"summary": "SUSE Bug 1210067 for CVE-2022-4304",
"url": "https://bugzilla.suse.com/1210067"
},
{
"category": "external",
"summary": "SUSE Bug 1213146 for CVE-2022-4304",
"url": "https://bugzilla.suse.com/1213146"
},
{
"category": "external",
"summary": "SUSE Bug 1213289 for CVE-2022-4304",
"url": "https://bugzilla.suse.com/1213289"
},
{
"category": "external",
"summary": "SUSE Bug 1215014 for CVE-2022-4304",
"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 Legacy 12:libopenssl0_9_8-0.9.8j-106.58.1.s390x",
"SUSE Linux Enterprise Module for Legacy 12:libopenssl0_9_8-0.9.8j-106.58.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 12:libopenssl0_9_8-32bit-0.9.8j-106.58.1.s390x",
"SUSE Linux Enterprise Module for Legacy 12:libopenssl0_9_8-32bit-0.9.8j-106.58.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:libopenssl0_9_8-0.9.8j-106.58.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl0_9_8-0.9.8j-106.58.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Legacy 12:libopenssl0_9_8-0.9.8j-106.58.1.s390x",
"SUSE Linux Enterprise Module for Legacy 12:libopenssl0_9_8-0.9.8j-106.58.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 12:libopenssl0_9_8-32bit-0.9.8j-106.58.1.s390x",
"SUSE Linux Enterprise Module for Legacy 12:libopenssl0_9_8-32bit-0.9.8j-106.58.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:libopenssl0_9_8-0.9.8j-106.58.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl0_9_8-0.9.8j-106.58.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2023-08-01T11:26:17Z",
"details": "moderate"
}
],
"title": "CVE-2022-4304"
},
{
"cve": "CVE-2023-3446",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-3446"
}
],
"notes": [
{
"category": "general",
"text": "Issue summary: Checking excessively long DH keys or parameters may be very slow.\n\nImpact summary: Applications that use the functions DH_check(), DH_check_ex()\nor EVP_PKEY_param_check() to check a DH key or DH parameters may experience long\ndelays. Where the key or parameters that are being checked have been obtained\nfrom an untrusted source this may lead to a Denial of Service.\n\nThe function DH_check() performs various checks on DH parameters. One of those\nchecks confirms that the modulus (\u0027p\u0027 parameter) is not too large. Trying to use\na very large modulus is slow and OpenSSL will not normally use a modulus which\nis over 10,000 bits in length.\n\nHowever the DH_check() function checks numerous aspects of the key or parameters\nthat have been supplied. Some of those checks use the supplied modulus value\neven if it has already been found to be too large.\n\nAn application that calls DH_check() and supplies a key or parameters obtained\nfrom an untrusted source could be vulernable to a Denial of Service attack.\n\nThe function DH_check() is itself called by a number of other OpenSSL functions.\nAn application calling any of those other functions may similarly be affected.\nThe other functions affected by this are DH_check_ex() and\nEVP_PKEY_param_check().\n\nAlso vulnerable are the OpenSSL dhparam and pkeyparam command line applications\nwhen using the \u0027-check\u0027 option.\n\nThe OpenSSL SSL/TLS implementation is not affected by this issue.\nThe OpenSSL 3.0 and 3.1 FIPS providers are not affected by this issue.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Legacy 12:libopenssl0_9_8-0.9.8j-106.58.1.s390x",
"SUSE Linux Enterprise Module for Legacy 12:libopenssl0_9_8-0.9.8j-106.58.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 12:libopenssl0_9_8-32bit-0.9.8j-106.58.1.s390x",
"SUSE Linux Enterprise Module for Legacy 12:libopenssl0_9_8-32bit-0.9.8j-106.58.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:libopenssl0_9_8-0.9.8j-106.58.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl0_9_8-0.9.8j-106.58.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-3446",
"url": "https://www.suse.com/security/cve/CVE-2023-3446"
},
{
"category": "external",
"summary": "SUSE Bug 1213487 for CVE-2023-3446",
"url": "https://bugzilla.suse.com/1213487"
},
{
"category": "external",
"summary": "SUSE Bug 1213853 for CVE-2023-3446",
"url": "https://bugzilla.suse.com/1213853"
},
{
"category": "external",
"summary": "SUSE Bug 1221185 for CVE-2023-3446",
"url": "https://bugzilla.suse.com/1221185"
}
],
"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 Legacy 12:libopenssl0_9_8-0.9.8j-106.58.1.s390x",
"SUSE Linux Enterprise Module for Legacy 12:libopenssl0_9_8-0.9.8j-106.58.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 12:libopenssl0_9_8-32bit-0.9.8j-106.58.1.s390x",
"SUSE Linux Enterprise Module for Legacy 12:libopenssl0_9_8-32bit-0.9.8j-106.58.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:libopenssl0_9_8-0.9.8j-106.58.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl0_9_8-0.9.8j-106.58.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 Linux Enterprise Module for Legacy 12:libopenssl0_9_8-0.9.8j-106.58.1.s390x",
"SUSE Linux Enterprise Module for Legacy 12:libopenssl0_9_8-0.9.8j-106.58.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 12:libopenssl0_9_8-32bit-0.9.8j-106.58.1.s390x",
"SUSE Linux Enterprise Module for Legacy 12:libopenssl0_9_8-32bit-0.9.8j-106.58.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP4:libopenssl0_9_8-0.9.8j-106.58.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libopenssl0_9_8-0.9.8j-106.58.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2023-08-01T11:26:17Z",
"details": "moderate"
}
],
"title": "CVE-2023-3446"
}
]
}
SUSE-SU-2023:3160-1
Vulnerability from csaf_suse - Published: 2023-08-02 10:37 - Updated: 2023-08-02 10:37Summary
Security update for openssl
Severity
Moderate
Notes
Title of the patch: Security update for openssl
Description of the patch: This update for openssl fixes the following issues:
- CVE-2023-3446: Fixed DH_check() excessive time with over sized modulus (bsc#1213487).
Patchnames: SUSE-2023-3160,SUSE-SLE-SERVER-12-SP2-BCL-2023-3160
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
5.3 (Medium)
Affected products
Recommended
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP2-BCL:libopenssl-devel-1.0.2j-60.101.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP2-BCL:libopenssl1_0_0-1.0.2j-60.101.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP2-BCL:libopenssl1_0_0-32bit-1.0.2j-60.101.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP2-BCL:libopenssl1_0_0-hmac-1.0.2j-60.101.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP2-BCL:libopenssl1_0_0-hmac-32bit-1.0.2j-60.101.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP2-BCL:openssl-1.0.2j-60.101.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP2-BCL:openssl-doc-1.0.2j-60.101.1.noarch | — |
Vendor Fix
|
Threats
Impact
moderate
References
10 references
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for openssl",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for openssl fixes the following issues:\n\n - CVE-2023-3446: Fixed DH_check() excessive time with over sized modulus (bsc#1213487).\n\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2023-3160,SUSE-SLE-SERVER-12-SP2-BCL-2023-3160",
"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_3160-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2023:3160-1",
"url": "https://www.suse.com/support/update/announcement/2023/suse-su-20233160-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2023:3160-1",
"url": "https://lists.suse.com/pipermail/sle-updates/2023-August/030752.html"
},
{
"category": "self",
"summary": "SUSE Bug 1213487",
"url": "https://bugzilla.suse.com/1213487"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-3446 page",
"url": "https://www.suse.com/security/cve/CVE-2023-3446/"
}
],
"title": "Security update for openssl",
"tracking": {
"current_release_date": "2023-08-02T10:37:36Z",
"generator": {
"date": "2023-08-02T10:37:36Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2023:3160-1",
"initial_release_date": "2023-08-02T10:37:36Z",
"revision_history": [
{
"date": "2023-08-02T10:37:36Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "libopenssl-devel-1.0.2j-60.101.1.aarch64",
"product": {
"name": "libopenssl-devel-1.0.2j-60.101.1.aarch64",
"product_id": "libopenssl-devel-1.0.2j-60.101.1.aarch64"
}
},
{
"category": "product_version",
"name": "libopenssl1_0_0-1.0.2j-60.101.1.aarch64",
"product": {
"name": "libopenssl1_0_0-1.0.2j-60.101.1.aarch64",
"product_id": "libopenssl1_0_0-1.0.2j-60.101.1.aarch64"
}
},
{
"category": "product_version",
"name": "libopenssl1_0_0-hmac-1.0.2j-60.101.1.aarch64",
"product": {
"name": "libopenssl1_0_0-hmac-1.0.2j-60.101.1.aarch64",
"product_id": "libopenssl1_0_0-hmac-1.0.2j-60.101.1.aarch64"
}
},
{
"category": "product_version",
"name": "openssl-1.0.2j-60.101.1.aarch64",
"product": {
"name": "openssl-1.0.2j-60.101.1.aarch64",
"product_id": "openssl-1.0.2j-60.101.1.aarch64"
}
},
{
"category": "product_version",
"name": "openssl-cavs-1.0.2j-60.101.1.aarch64",
"product": {
"name": "openssl-cavs-1.0.2j-60.101.1.aarch64",
"product_id": "openssl-cavs-1.0.2j-60.101.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "libopenssl-devel-64bit-1.0.2j-60.101.1.aarch64_ilp32",
"product": {
"name": "libopenssl-devel-64bit-1.0.2j-60.101.1.aarch64_ilp32",
"product_id": "libopenssl-devel-64bit-1.0.2j-60.101.1.aarch64_ilp32"
}
},
{
"category": "product_version",
"name": "libopenssl1_0_0-64bit-1.0.2j-60.101.1.aarch64_ilp32",
"product": {
"name": "libopenssl1_0_0-64bit-1.0.2j-60.101.1.aarch64_ilp32",
"product_id": "libopenssl1_0_0-64bit-1.0.2j-60.101.1.aarch64_ilp32"
}
},
{
"category": "product_version",
"name": "libopenssl1_0_0-hmac-64bit-1.0.2j-60.101.1.aarch64_ilp32",
"product": {
"name": "libopenssl1_0_0-hmac-64bit-1.0.2j-60.101.1.aarch64_ilp32",
"product_id": "libopenssl1_0_0-hmac-64bit-1.0.2j-60.101.1.aarch64_ilp32"
}
}
],
"category": "architecture",
"name": "aarch64_ilp32"
},
{
"branches": [
{
"category": "product_version",
"name": "libopenssl-devel-1.0.2j-60.101.1.i586",
"product": {
"name": "libopenssl-devel-1.0.2j-60.101.1.i586",
"product_id": "libopenssl-devel-1.0.2j-60.101.1.i586"
}
},
{
"category": "product_version",
"name": "libopenssl1_0_0-1.0.2j-60.101.1.i586",
"product": {
"name": "libopenssl1_0_0-1.0.2j-60.101.1.i586",
"product_id": "libopenssl1_0_0-1.0.2j-60.101.1.i586"
}
},
{
"category": "product_version",
"name": "libopenssl1_0_0-hmac-1.0.2j-60.101.1.i586",
"product": {
"name": "libopenssl1_0_0-hmac-1.0.2j-60.101.1.i586",
"product_id": "libopenssl1_0_0-hmac-1.0.2j-60.101.1.i586"
}
},
{
"category": "product_version",
"name": "openssl-1.0.2j-60.101.1.i586",
"product": {
"name": "openssl-1.0.2j-60.101.1.i586",
"product_id": "openssl-1.0.2j-60.101.1.i586"
}
},
{
"category": "product_version",
"name": "openssl-cavs-1.0.2j-60.101.1.i586",
"product": {
"name": "openssl-cavs-1.0.2j-60.101.1.i586",
"product_id": "openssl-cavs-1.0.2j-60.101.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "openssl-doc-1.0.2j-60.101.1.noarch",
"product": {
"name": "openssl-doc-1.0.2j-60.101.1.noarch",
"product_id": "openssl-doc-1.0.2j-60.101.1.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "libopenssl-devel-1.0.2j-60.101.1.ppc64le",
"product": {
"name": "libopenssl-devel-1.0.2j-60.101.1.ppc64le",
"product_id": "libopenssl-devel-1.0.2j-60.101.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libopenssl1_0_0-1.0.2j-60.101.1.ppc64le",
"product": {
"name": "libopenssl1_0_0-1.0.2j-60.101.1.ppc64le",
"product_id": "libopenssl1_0_0-1.0.2j-60.101.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libopenssl1_0_0-hmac-1.0.2j-60.101.1.ppc64le",
"product": {
"name": "libopenssl1_0_0-hmac-1.0.2j-60.101.1.ppc64le",
"product_id": "libopenssl1_0_0-hmac-1.0.2j-60.101.1.ppc64le"
}
},
{
"category": "product_version",
"name": "openssl-1.0.2j-60.101.1.ppc64le",
"product": {
"name": "openssl-1.0.2j-60.101.1.ppc64le",
"product_id": "openssl-1.0.2j-60.101.1.ppc64le"
}
},
{
"category": "product_version",
"name": "openssl-cavs-1.0.2j-60.101.1.ppc64le",
"product": {
"name": "openssl-cavs-1.0.2j-60.101.1.ppc64le",
"product_id": "openssl-cavs-1.0.2j-60.101.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "libopenssl-devel-1.0.2j-60.101.1.s390",
"product": {
"name": "libopenssl-devel-1.0.2j-60.101.1.s390",
"product_id": "libopenssl-devel-1.0.2j-60.101.1.s390"
}
},
{
"category": "product_version",
"name": "libopenssl1_0_0-1.0.2j-60.101.1.s390",
"product": {
"name": "libopenssl1_0_0-1.0.2j-60.101.1.s390",
"product_id": "libopenssl1_0_0-1.0.2j-60.101.1.s390"
}
},
{
"category": "product_version",
"name": "libopenssl1_0_0-hmac-1.0.2j-60.101.1.s390",
"product": {
"name": "libopenssl1_0_0-hmac-1.0.2j-60.101.1.s390",
"product_id": "libopenssl1_0_0-hmac-1.0.2j-60.101.1.s390"
}
},
{
"category": "product_version",
"name": "openssl-1.0.2j-60.101.1.s390",
"product": {
"name": "openssl-1.0.2j-60.101.1.s390",
"product_id": "openssl-1.0.2j-60.101.1.s390"
}
},
{
"category": "product_version",
"name": "openssl-cavs-1.0.2j-60.101.1.s390",
"product": {
"name": "openssl-cavs-1.0.2j-60.101.1.s390",
"product_id": "openssl-cavs-1.0.2j-60.101.1.s390"
}
}
],
"category": "architecture",
"name": "s390"
},
{
"branches": [
{
"category": "product_version",
"name": "libopenssl-devel-1.0.2j-60.101.1.s390x",
"product": {
"name": "libopenssl-devel-1.0.2j-60.101.1.s390x",
"product_id": "libopenssl-devel-1.0.2j-60.101.1.s390x"
}
},
{
"category": "product_version",
"name": "libopenssl-devel-32bit-1.0.2j-60.101.1.s390x",
"product": {
"name": "libopenssl-devel-32bit-1.0.2j-60.101.1.s390x",
"product_id": "libopenssl-devel-32bit-1.0.2j-60.101.1.s390x"
}
},
{
"category": "product_version",
"name": "libopenssl1_0_0-1.0.2j-60.101.1.s390x",
"product": {
"name": "libopenssl1_0_0-1.0.2j-60.101.1.s390x",
"product_id": "libopenssl1_0_0-1.0.2j-60.101.1.s390x"
}
},
{
"category": "product_version",
"name": "libopenssl1_0_0-32bit-1.0.2j-60.101.1.s390x",
"product": {
"name": "libopenssl1_0_0-32bit-1.0.2j-60.101.1.s390x",
"product_id": "libopenssl1_0_0-32bit-1.0.2j-60.101.1.s390x"
}
},
{
"category": "product_version",
"name": "libopenssl1_0_0-hmac-1.0.2j-60.101.1.s390x",
"product": {
"name": "libopenssl1_0_0-hmac-1.0.2j-60.101.1.s390x",
"product_id": "libopenssl1_0_0-hmac-1.0.2j-60.101.1.s390x"
}
},
{
"category": "product_version",
"name": "libopenssl1_0_0-hmac-32bit-1.0.2j-60.101.1.s390x",
"product": {
"name": "libopenssl1_0_0-hmac-32bit-1.0.2j-60.101.1.s390x",
"product_id": "libopenssl1_0_0-hmac-32bit-1.0.2j-60.101.1.s390x"
}
},
{
"category": "product_version",
"name": "openssl-1.0.2j-60.101.1.s390x",
"product": {
"name": "openssl-1.0.2j-60.101.1.s390x",
"product_id": "openssl-1.0.2j-60.101.1.s390x"
}
},
{
"category": "product_version",
"name": "openssl-cavs-1.0.2j-60.101.1.s390x",
"product": {
"name": "openssl-cavs-1.0.2j-60.101.1.s390x",
"product_id": "openssl-cavs-1.0.2j-60.101.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "libopenssl-devel-1.0.2j-60.101.1.x86_64",
"product": {
"name": "libopenssl-devel-1.0.2j-60.101.1.x86_64",
"product_id": "libopenssl-devel-1.0.2j-60.101.1.x86_64"
}
},
{
"category": "product_version",
"name": "libopenssl-devel-32bit-1.0.2j-60.101.1.x86_64",
"product": {
"name": "libopenssl-devel-32bit-1.0.2j-60.101.1.x86_64",
"product_id": "libopenssl-devel-32bit-1.0.2j-60.101.1.x86_64"
}
},
{
"category": "product_version",
"name": "libopenssl1_0_0-1.0.2j-60.101.1.x86_64",
"product": {
"name": "libopenssl1_0_0-1.0.2j-60.101.1.x86_64",
"product_id": "libopenssl1_0_0-1.0.2j-60.101.1.x86_64"
}
},
{
"category": "product_version",
"name": "libopenssl1_0_0-32bit-1.0.2j-60.101.1.x86_64",
"product": {
"name": "libopenssl1_0_0-32bit-1.0.2j-60.101.1.x86_64",
"product_id": "libopenssl1_0_0-32bit-1.0.2j-60.101.1.x86_64"
}
},
{
"category": "product_version",
"name": "libopenssl1_0_0-hmac-1.0.2j-60.101.1.x86_64",
"product": {
"name": "libopenssl1_0_0-hmac-1.0.2j-60.101.1.x86_64",
"product_id": "libopenssl1_0_0-hmac-1.0.2j-60.101.1.x86_64"
}
},
{
"category": "product_version",
"name": "libopenssl1_0_0-hmac-32bit-1.0.2j-60.101.1.x86_64",
"product": {
"name": "libopenssl1_0_0-hmac-32bit-1.0.2j-60.101.1.x86_64",
"product_id": "libopenssl1_0_0-hmac-32bit-1.0.2j-60.101.1.x86_64"
}
},
{
"category": "product_version",
"name": "openssl-1.0.2j-60.101.1.x86_64",
"product": {
"name": "openssl-1.0.2j-60.101.1.x86_64",
"product_id": "openssl-1.0.2j-60.101.1.x86_64"
}
},
{
"category": "product_version",
"name": "openssl-cavs-1.0.2j-60.101.1.x86_64",
"product": {
"name": "openssl-cavs-1.0.2j-60.101.1.x86_64",
"product_id": "openssl-cavs-1.0.2j-60.101.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.101.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.101.1.x86_64"
},
"product_reference": "libopenssl-devel-1.0.2j-60.101.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.101.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.101.1.x86_64"
},
"product_reference": "libopenssl1_0_0-1.0.2j-60.101.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.101.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.101.1.x86_64"
},
"product_reference": "libopenssl1_0_0-32bit-1.0.2j-60.101.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.101.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.101.1.x86_64"
},
"product_reference": "libopenssl1_0_0-hmac-1.0.2j-60.101.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.101.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.101.1.x86_64"
},
"product_reference": "libopenssl1_0_0-hmac-32bit-1.0.2j-60.101.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.101.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.101.1.x86_64"
},
"product_reference": "openssl-1.0.2j-60.101.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.101.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.101.1.noarch"
},
"product_reference": "openssl-doc-1.0.2j-60.101.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP2-BCL"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-3446",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-3446"
}
],
"notes": [
{
"category": "general",
"text": "Issue summary: Checking excessively long DH keys or parameters may be very slow.\n\nImpact summary: Applications that use the functions DH_check(), DH_check_ex()\nor EVP_PKEY_param_check() to check a DH key or DH parameters may experience long\ndelays. Where the key or parameters that are being checked have been obtained\nfrom an untrusted source this may lead to a Denial of Service.\n\nThe function DH_check() performs various checks on DH parameters. One of those\nchecks confirms that the modulus (\u0027p\u0027 parameter) is not too large. Trying to use\na very large modulus is slow and OpenSSL will not normally use a modulus which\nis over 10,000 bits in length.\n\nHowever the DH_check() function checks numerous aspects of the key or parameters\nthat have been supplied. Some of those checks use the supplied modulus value\neven if it has already been found to be too large.\n\nAn application that calls DH_check() and supplies a key or parameters obtained\nfrom an untrusted source could be vulernable to a Denial of Service attack.\n\nThe function DH_check() is itself called by a number of other OpenSSL functions.\nAn application calling any of those other functions may similarly be affected.\nThe other functions affected by this are DH_check_ex() and\nEVP_PKEY_param_check().\n\nAlso vulnerable are the OpenSSL dhparam and pkeyparam command line applications\nwhen using the \u0027-check\u0027 option.\n\nThe OpenSSL SSL/TLS implementation is not affected by this issue.\nThe OpenSSL 3.0 and 3.1 FIPS providers are not affected by this issue.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 12 SP2-BCL:libopenssl-devel-1.0.2j-60.101.1.x86_64",
"SUSE Linux Enterprise Server 12 SP2-BCL:libopenssl1_0_0-1.0.2j-60.101.1.x86_64",
"SUSE Linux Enterprise Server 12 SP2-BCL:libopenssl1_0_0-32bit-1.0.2j-60.101.1.x86_64",
"SUSE Linux Enterprise Server 12 SP2-BCL:libopenssl1_0_0-hmac-1.0.2j-60.101.1.x86_64",
"SUSE Linux Enterprise Server 12 SP2-BCL:libopenssl1_0_0-hmac-32bit-1.0.2j-60.101.1.x86_64",
"SUSE Linux Enterprise Server 12 SP2-BCL:openssl-1.0.2j-60.101.1.x86_64",
"SUSE Linux Enterprise Server 12 SP2-BCL:openssl-doc-1.0.2j-60.101.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-3446",
"url": "https://www.suse.com/security/cve/CVE-2023-3446"
},
{
"category": "external",
"summary": "SUSE Bug 1213487 for CVE-2023-3446",
"url": "https://bugzilla.suse.com/1213487"
},
{
"category": "external",
"summary": "SUSE Bug 1213853 for CVE-2023-3446",
"url": "https://bugzilla.suse.com/1213853"
},
{
"category": "external",
"summary": "SUSE Bug 1221185 for CVE-2023-3446",
"url": "https://bugzilla.suse.com/1221185"
}
],
"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.101.1.x86_64",
"SUSE Linux Enterprise Server 12 SP2-BCL:libopenssl1_0_0-1.0.2j-60.101.1.x86_64",
"SUSE Linux Enterprise Server 12 SP2-BCL:libopenssl1_0_0-32bit-1.0.2j-60.101.1.x86_64",
"SUSE Linux Enterprise Server 12 SP2-BCL:libopenssl1_0_0-hmac-1.0.2j-60.101.1.x86_64",
"SUSE Linux Enterprise Server 12 SP2-BCL:libopenssl1_0_0-hmac-32bit-1.0.2j-60.101.1.x86_64",
"SUSE Linux Enterprise Server 12 SP2-BCL:openssl-1.0.2j-60.101.1.x86_64",
"SUSE Linux Enterprise Server 12 SP2-BCL:openssl-doc-1.0.2j-60.101.1.noarch"
]
}
],
"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 Linux Enterprise Server 12 SP2-BCL:libopenssl-devel-1.0.2j-60.101.1.x86_64",
"SUSE Linux Enterprise Server 12 SP2-BCL:libopenssl1_0_0-1.0.2j-60.101.1.x86_64",
"SUSE Linux Enterprise Server 12 SP2-BCL:libopenssl1_0_0-32bit-1.0.2j-60.101.1.x86_64",
"SUSE Linux Enterprise Server 12 SP2-BCL:libopenssl1_0_0-hmac-1.0.2j-60.101.1.x86_64",
"SUSE Linux Enterprise Server 12 SP2-BCL:libopenssl1_0_0-hmac-32bit-1.0.2j-60.101.1.x86_64",
"SUSE Linux Enterprise Server 12 SP2-BCL:openssl-1.0.2j-60.101.1.x86_64",
"SUSE Linux Enterprise Server 12 SP2-BCL:openssl-doc-1.0.2j-60.101.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2023-08-02T10:37:36Z",
"details": "moderate"
}
],
"title": "CVE-2023-3446"
}
]
}
SUSE-SU-2023:3179-1
Vulnerability from csaf_suse - Published: 2023-08-03 12:00 - Updated: 2023-08-03 12:00Summary
Security update for openssl-1_1
Severity
Moderate
Notes
Title of the patch: Security update for openssl-1_1
Description of the patch: This update for openssl-1_1 fixes the following issues:
- CVE-2022-4304: Reworked the fix for the Timing-Oracle in RSA decryption.
The previous fix for this timing side channel turned out to cause a
severe 2-3x performance regression in the typical use case (bsc#1207534).
- CVE-2023-3446: Fixed DH_check() excessive time with over sized modulus (bsc#1213487).
- Update further expiring certificates that affect tests [bsc#1201627]
Patchnames: SUSE-2023-3179,SUSE-SLE-Product-HPC-15-SP2-LTSS-2023-3179,SUSE-SLE-Product-HPC-15-SP3-ESPOS-2023-3179,SUSE-SLE-Product-HPC-15-SP3-LTSS-2023-3179,SUSE-SLE-Product-RT-15-SP3-2023-3179,SUSE-SLE-Product-SLES-15-SP2-LTSS-2023-3179,SUSE-SLE-Product-SLES-15-SP3-LTSS-2023-3179,SUSE-SLE-Product-SLES_SAP-15-SP2-2023-3179,SUSE-SLE-Product-SLES_SAP-15-SP3-2023-3179,SUSE-SLE-Product-SUSE-Manager-Proxy-4.2-2023-3179,SUSE-SLE-Product-SUSE-Manager-Server-4.2-2023-3179,SUSE-SUSE-MicroOS-5.1-2023-3179,SUSE-SUSE-MicroOS-5.2-2023-3179,SUSE-Storage-7-2023-3179,SUSE-Storage-7.1-2023-3179
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
5.9 (Medium)
Affected products
Recommended
169 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Enterprise Storage 7.1:libopenssl-1_1-devel-1.1.1d-150200.11.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:libopenssl-1_1-devel-1.1.1d-150200.11.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:libopenssl-1_1-devel-32bit-1.1.1d-150200.11.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:libopenssl1_1-1.1.1d-150200.11.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:libopenssl1_1-1.1.1d-150200.11.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:libopenssl1_1-32bit-1.1.1d-150200.11.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:libopenssl1_1-hmac-1.1.1d-150200.11.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:libopenssl1_1-hmac-1.1.1d-150200.11.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:libopenssl1_1-hmac-32bit-1.1.1d-150200.11.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:openssl-1_1-1.1.1d-150200.11.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:openssl-1_1-1.1.1d-150200.11.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:openssl-1_1-doc-1.1.1d-150200.11.72.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:libopenssl-1_1-devel-1.1.1d-150200.11.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:libopenssl-1_1-devel-1.1.1d-150200.11.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:libopenssl1_1-1.1.1d-150200.11.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:libopenssl1_1-1.1.1d-150200.11.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:libopenssl1_1-32bit-1.1.1d-150200.11.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:libopenssl1_1-hmac-1.1.1d-150200.11.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:libopenssl1_1-hmac-1.1.1d-150200.11.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:libopenssl1_1-hmac-32bit-1.1.1d-150200.11.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:openssl-1_1-1.1.1d-150200.11.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:openssl-1_1-1.1.1d-150200.11.72.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.72.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.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libopenssl1_1-1.1.1d-150200.11.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libopenssl1_1-1.1.1d-150200.11.72.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.72.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.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libopenssl1_1-hmac-1.1.1d-150200.11.72.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.72.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.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:openssl-1_1-1.1.1d-150200.11.72.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.72.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.72.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.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libopenssl1_1-1.1.1d-150200.11.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libopenssl1_1-1.1.1d-150200.11.72.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.72.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.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libopenssl1_1-hmac-1.1.1d-150200.11.72.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.72.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.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:openssl-1_1-1.1.1d-150200.11.72.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.72.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.72.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.72.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.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libopenssl1_1-1.1.1d-150200.11.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libopenssl1_1-1.1.1d-150200.11.72.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.72.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.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libopenssl1_1-hmac-1.1.1d-150200.11.72.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.72.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.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:openssl-1_1-1.1.1d-150200.11.72.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.72.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:libopenssl-1_1-devel-1.1.1d-150200.11.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:libopenssl-1_1-devel-1.1.1d-150200.11.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:libopenssl-1_1-devel-1.1.1d-150200.11.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:libopenssl1_1-1.1.1d-150200.11.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:libopenssl1_1-1.1.1d-150200.11.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:libopenssl1_1-1.1.1d-150200.11.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:libopenssl1_1-hmac-1.1.1d-150200.11.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:libopenssl1_1-hmac-1.1.1d-150200.11.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:libopenssl1_1-hmac-1.1.1d-150200.11.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:openssl-1_1-1.1.1d-150200.11.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:openssl-1_1-1.1.1d-150200.11.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:openssl-1_1-1.1.1d-150200.11.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:libopenssl-1_1-devel-1.1.1d-150200.11.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:libopenssl-1_1-devel-1.1.1d-150200.11.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:libopenssl-1_1-devel-1.1.1d-150200.11.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:libopenssl1_1-1.1.1d-150200.11.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:libopenssl1_1-1.1.1d-150200.11.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:libopenssl1_1-1.1.1d-150200.11.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:libopenssl1_1-hmac-1.1.1d-150200.11.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:libopenssl1_1-hmac-1.1.1d-150200.11.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:libopenssl1_1-hmac-1.1.1d-150200.11.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:openssl-1_1-1.1.1d-150200.11.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:openssl-1_1-1.1.1d-150200.11.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:openssl-1_1-1.1.1d-150200.11.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Real Time 15 SP3:libopenssl-1_1-devel-1.1.1d-150200.11.72.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.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Real Time 15 SP3:libopenssl1_1-1.1.1d-150200.11.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Real Time 15 SP3:libopenssl1_1-32bit-1.1.1d-150200.11.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Real Time 15 SP3:libopenssl1_1-hmac-1.1.1d-150200.11.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Real Time 15 SP3:libopenssl1_1-hmac-32bit-1.1.1d-150200.11.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Real Time 15 SP3:openssl-1_1-1.1.1d-150200.11.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl-1_1-devel-1.1.1d-150200.11.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl-1_1-devel-1.1.1d-150200.11.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl-1_1-devel-1.1.1d-150200.11.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl-1_1-devel-1.1.1d-150200.11.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl1_1-1.1.1d-150200.11.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl1_1-1.1.1d-150200.11.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl1_1-1.1.1d-150200.11.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl1_1-1.1.1d-150200.11.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl1_1-32bit-1.1.1d-150200.11.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl1_1-hmac-1.1.1d-150200.11.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl1_1-hmac-1.1.1d-150200.11.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl1_1-hmac-1.1.1d-150200.11.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl1_1-hmac-1.1.1d-150200.11.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl1_1-hmac-32bit-1.1.1d-150200.11.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:openssl-1_1-1.1.1d-150200.11.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:openssl-1_1-1.1.1d-150200.11.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:openssl-1_1-1.1.1d-150200.11.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:openssl-1_1-1.1.1d-150200.11.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl-1_1-devel-1.1.1d-150200.11.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl-1_1-devel-1.1.1d-150200.11.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl-1_1-devel-1.1.1d-150200.11.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl-1_1-devel-1.1.1d-150200.11.72.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.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl1_1-1.1.1d-150200.11.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl1_1-1.1.1d-150200.11.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl1_1-1.1.1d-150200.11.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl1_1-1.1.1d-150200.11.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl1_1-32bit-1.1.1d-150200.11.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl1_1-hmac-1.1.1d-150200.11.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl1_1-hmac-1.1.1d-150200.11.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl1_1-hmac-1.1.1d-150200.11.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl1_1-hmac-1.1.1d-150200.11.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl1_1-hmac-32bit-1.1.1d-150200.11.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:openssl-1_1-1.1.1d-150200.11.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:openssl-1_1-1.1.1d-150200.11.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:openssl-1_1-1.1.1d-150200.11.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:openssl-1_1-1.1.1d-150200.11.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:openssl-1_1-doc-1.1.1d-150200.11.72.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.72.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.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:libopenssl1_1-1.1.1d-150200.11.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:libopenssl1_1-1.1.1d-150200.11.72.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.72.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.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:libopenssl1_1-hmac-1.1.1d-150200.11.72.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.72.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.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:openssl-1_1-1.1.1d-150200.11.72.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.72.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.72.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.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:libopenssl1_1-1.1.1d-150200.11.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:libopenssl1_1-1.1.1d-150200.11.72.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.72.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.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:libopenssl1_1-hmac-1.1.1d-150200.11.72.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.72.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.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:openssl-1_1-1.1.1d-150200.11.72.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.72.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.2:libopenssl-1_1-devel-1.1.1d-150200.11.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.2:libopenssl-1_1-devel-32bit-1.1.1d-150200.11.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.2:libopenssl1_1-1.1.1d-150200.11.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.2:libopenssl1_1-32bit-1.1.1d-150200.11.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.2:libopenssl1_1-hmac-1.1.1d-150200.11.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.2:libopenssl1_1-hmac-32bit-1.1.1d-150200.11.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.2:openssl-1_1-1.1.1d-150200.11.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:libopenssl-1_1-devel-1.1.1d-150200.11.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:libopenssl-1_1-devel-1.1.1d-150200.11.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:libopenssl-1_1-devel-1.1.1d-150200.11.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:libopenssl-1_1-devel-32bit-1.1.1d-150200.11.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:libopenssl1_1-1.1.1d-150200.11.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:libopenssl1_1-1.1.1d-150200.11.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:libopenssl1_1-1.1.1d-150200.11.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:libopenssl1_1-32bit-1.1.1d-150200.11.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:libopenssl1_1-hmac-1.1.1d-150200.11.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:libopenssl1_1-hmac-1.1.1d-150200.11.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:libopenssl1_1-hmac-1.1.1d-150200.11.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:libopenssl1_1-hmac-32bit-1.1.1d-150200.11.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:openssl-1_1-1.1.1d-150200.11.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:openssl-1_1-1.1.1d-150200.11.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:openssl-1_1-1.1.1d-150200.11.72.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
5.3 (Medium)
Affected products
Recommended
169 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Enterprise Storage 7.1:libopenssl-1_1-devel-1.1.1d-150200.11.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:libopenssl-1_1-devel-1.1.1d-150200.11.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:libopenssl-1_1-devel-32bit-1.1.1d-150200.11.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:libopenssl1_1-1.1.1d-150200.11.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:libopenssl1_1-1.1.1d-150200.11.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:libopenssl1_1-32bit-1.1.1d-150200.11.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:libopenssl1_1-hmac-1.1.1d-150200.11.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:libopenssl1_1-hmac-1.1.1d-150200.11.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:libopenssl1_1-hmac-32bit-1.1.1d-150200.11.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:openssl-1_1-1.1.1d-150200.11.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:openssl-1_1-1.1.1d-150200.11.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:openssl-1_1-doc-1.1.1d-150200.11.72.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:libopenssl-1_1-devel-1.1.1d-150200.11.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:libopenssl-1_1-devel-1.1.1d-150200.11.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:libopenssl1_1-1.1.1d-150200.11.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:libopenssl1_1-1.1.1d-150200.11.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:libopenssl1_1-32bit-1.1.1d-150200.11.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:libopenssl1_1-hmac-1.1.1d-150200.11.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:libopenssl1_1-hmac-1.1.1d-150200.11.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:libopenssl1_1-hmac-32bit-1.1.1d-150200.11.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:openssl-1_1-1.1.1d-150200.11.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:openssl-1_1-1.1.1d-150200.11.72.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.72.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.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libopenssl1_1-1.1.1d-150200.11.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libopenssl1_1-1.1.1d-150200.11.72.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.72.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.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libopenssl1_1-hmac-1.1.1d-150200.11.72.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.72.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.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:openssl-1_1-1.1.1d-150200.11.72.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.72.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.72.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.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libopenssl1_1-1.1.1d-150200.11.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libopenssl1_1-1.1.1d-150200.11.72.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.72.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.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libopenssl1_1-hmac-1.1.1d-150200.11.72.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.72.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.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:openssl-1_1-1.1.1d-150200.11.72.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.72.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.72.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.72.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.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libopenssl1_1-1.1.1d-150200.11.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libopenssl1_1-1.1.1d-150200.11.72.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.72.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.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libopenssl1_1-hmac-1.1.1d-150200.11.72.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.72.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.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:openssl-1_1-1.1.1d-150200.11.72.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.72.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:libopenssl-1_1-devel-1.1.1d-150200.11.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:libopenssl-1_1-devel-1.1.1d-150200.11.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:libopenssl-1_1-devel-1.1.1d-150200.11.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:libopenssl1_1-1.1.1d-150200.11.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:libopenssl1_1-1.1.1d-150200.11.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:libopenssl1_1-1.1.1d-150200.11.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:libopenssl1_1-hmac-1.1.1d-150200.11.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:libopenssl1_1-hmac-1.1.1d-150200.11.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:libopenssl1_1-hmac-1.1.1d-150200.11.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:openssl-1_1-1.1.1d-150200.11.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:openssl-1_1-1.1.1d-150200.11.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:openssl-1_1-1.1.1d-150200.11.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:libopenssl-1_1-devel-1.1.1d-150200.11.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:libopenssl-1_1-devel-1.1.1d-150200.11.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:libopenssl-1_1-devel-1.1.1d-150200.11.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:libopenssl1_1-1.1.1d-150200.11.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:libopenssl1_1-1.1.1d-150200.11.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:libopenssl1_1-1.1.1d-150200.11.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:libopenssl1_1-hmac-1.1.1d-150200.11.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:libopenssl1_1-hmac-1.1.1d-150200.11.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:libopenssl1_1-hmac-1.1.1d-150200.11.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:openssl-1_1-1.1.1d-150200.11.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:openssl-1_1-1.1.1d-150200.11.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:openssl-1_1-1.1.1d-150200.11.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Real Time 15 SP3:libopenssl-1_1-devel-1.1.1d-150200.11.72.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.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Real Time 15 SP3:libopenssl1_1-1.1.1d-150200.11.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Real Time 15 SP3:libopenssl1_1-32bit-1.1.1d-150200.11.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Real Time 15 SP3:libopenssl1_1-hmac-1.1.1d-150200.11.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Real Time 15 SP3:libopenssl1_1-hmac-32bit-1.1.1d-150200.11.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Real Time 15 SP3:openssl-1_1-1.1.1d-150200.11.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl-1_1-devel-1.1.1d-150200.11.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl-1_1-devel-1.1.1d-150200.11.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl-1_1-devel-1.1.1d-150200.11.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl-1_1-devel-1.1.1d-150200.11.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl1_1-1.1.1d-150200.11.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl1_1-1.1.1d-150200.11.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl1_1-1.1.1d-150200.11.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl1_1-1.1.1d-150200.11.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl1_1-32bit-1.1.1d-150200.11.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl1_1-hmac-1.1.1d-150200.11.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl1_1-hmac-1.1.1d-150200.11.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl1_1-hmac-1.1.1d-150200.11.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl1_1-hmac-1.1.1d-150200.11.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl1_1-hmac-32bit-1.1.1d-150200.11.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:openssl-1_1-1.1.1d-150200.11.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:openssl-1_1-1.1.1d-150200.11.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:openssl-1_1-1.1.1d-150200.11.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:openssl-1_1-1.1.1d-150200.11.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl-1_1-devel-1.1.1d-150200.11.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl-1_1-devel-1.1.1d-150200.11.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl-1_1-devel-1.1.1d-150200.11.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl-1_1-devel-1.1.1d-150200.11.72.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.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl1_1-1.1.1d-150200.11.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl1_1-1.1.1d-150200.11.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl1_1-1.1.1d-150200.11.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl1_1-1.1.1d-150200.11.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl1_1-32bit-1.1.1d-150200.11.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl1_1-hmac-1.1.1d-150200.11.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl1_1-hmac-1.1.1d-150200.11.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl1_1-hmac-1.1.1d-150200.11.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl1_1-hmac-1.1.1d-150200.11.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl1_1-hmac-32bit-1.1.1d-150200.11.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:openssl-1_1-1.1.1d-150200.11.72.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:openssl-1_1-1.1.1d-150200.11.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:openssl-1_1-1.1.1d-150200.11.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:openssl-1_1-1.1.1d-150200.11.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:openssl-1_1-doc-1.1.1d-150200.11.72.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.72.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.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:libopenssl1_1-1.1.1d-150200.11.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:libopenssl1_1-1.1.1d-150200.11.72.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.72.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.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:libopenssl1_1-hmac-1.1.1d-150200.11.72.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.72.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.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:openssl-1_1-1.1.1d-150200.11.72.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.72.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.72.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.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:libopenssl1_1-1.1.1d-150200.11.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:libopenssl1_1-1.1.1d-150200.11.72.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.72.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.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:libopenssl1_1-hmac-1.1.1d-150200.11.72.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.72.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.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:openssl-1_1-1.1.1d-150200.11.72.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.72.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.2:libopenssl-1_1-devel-1.1.1d-150200.11.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.2:libopenssl-1_1-devel-32bit-1.1.1d-150200.11.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.2:libopenssl1_1-1.1.1d-150200.11.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.2:libopenssl1_1-32bit-1.1.1d-150200.11.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.2:libopenssl1_1-hmac-1.1.1d-150200.11.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.2:libopenssl1_1-hmac-32bit-1.1.1d-150200.11.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.2:openssl-1_1-1.1.1d-150200.11.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:libopenssl-1_1-devel-1.1.1d-150200.11.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:libopenssl-1_1-devel-1.1.1d-150200.11.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:libopenssl-1_1-devel-1.1.1d-150200.11.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:libopenssl-1_1-devel-32bit-1.1.1d-150200.11.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:libopenssl1_1-1.1.1d-150200.11.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:libopenssl1_1-1.1.1d-150200.11.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:libopenssl1_1-1.1.1d-150200.11.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:libopenssl1_1-32bit-1.1.1d-150200.11.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:libopenssl1_1-hmac-1.1.1d-150200.11.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:libopenssl1_1-hmac-1.1.1d-150200.11.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:libopenssl1_1-hmac-1.1.1d-150200.11.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:libopenssl1_1-hmac-32bit-1.1.1d-150200.11.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:openssl-1_1-1.1.1d-150200.11.72.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:openssl-1_1-1.1.1d-150200.11.72.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:openssl-1_1-1.1.1d-150200.11.72.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
References
19 references
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "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-2022-4304: Reworked the fix for the Timing-Oracle in RSA decryption.\n The previous fix for this timing side channel turned out to cause a\n severe 2-3x performance regression in the typical use case (bsc#1207534).\n- CVE-2023-3446: Fixed DH_check() excessive time with over sized modulus (bsc#1213487).\n\n- Update further expiring certificates that affect tests [bsc#1201627]\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2023-3179,SUSE-SLE-Product-HPC-15-SP2-LTSS-2023-3179,SUSE-SLE-Product-HPC-15-SP3-ESPOS-2023-3179,SUSE-SLE-Product-HPC-15-SP3-LTSS-2023-3179,SUSE-SLE-Product-RT-15-SP3-2023-3179,SUSE-SLE-Product-SLES-15-SP2-LTSS-2023-3179,SUSE-SLE-Product-SLES-15-SP3-LTSS-2023-3179,SUSE-SLE-Product-SLES_SAP-15-SP2-2023-3179,SUSE-SLE-Product-SLES_SAP-15-SP3-2023-3179,SUSE-SLE-Product-SUSE-Manager-Proxy-4.2-2023-3179,SUSE-SLE-Product-SUSE-Manager-Server-4.2-2023-3179,SUSE-SUSE-MicroOS-5.1-2023-3179,SUSE-SUSE-MicroOS-5.2-2023-3179,SUSE-Storage-7-2023-3179,SUSE-Storage-7.1-2023-3179",
"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_3179-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2023:3179-1",
"url": "https://www.suse.com/support/update/announcement/2023/suse-su-20233179-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2023:3179-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2023-August/015773.html"
},
{
"category": "self",
"summary": "SUSE Bug 1201627",
"url": "https://bugzilla.suse.com/1201627"
},
{
"category": "self",
"summary": "SUSE Bug 1207534",
"url": "https://bugzilla.suse.com/1207534"
},
{
"category": "self",
"summary": "SUSE Bug 1213487",
"url": "https://bugzilla.suse.com/1213487"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-4304 page",
"url": "https://www.suse.com/security/cve/CVE-2022-4304/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-3446 page",
"url": "https://www.suse.com/security/cve/CVE-2023-3446/"
}
],
"title": "Security update for openssl-1_1",
"tracking": {
"current_release_date": "2023-08-03T12:00:39Z",
"generator": {
"date": "2023-08-03T12:00:39Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2023:3179-1",
"initial_release_date": "2023-08-03T12:00:39Z",
"revision_history": [
{
"date": "2023-08-03T12:00:39Z",
"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.72.1.aarch64",
"product": {
"name": "libopenssl-1_1-devel-1.1.1d-150200.11.72.1.aarch64",
"product_id": "libopenssl-1_1-devel-1.1.1d-150200.11.72.1.aarch64"
}
},
{
"category": "product_version",
"name": "libopenssl1_1-1.1.1d-150200.11.72.1.aarch64",
"product": {
"name": "libopenssl1_1-1.1.1d-150200.11.72.1.aarch64",
"product_id": "libopenssl1_1-1.1.1d-150200.11.72.1.aarch64"
}
},
{
"category": "product_version",
"name": "libopenssl1_1-hmac-1.1.1d-150200.11.72.1.aarch64",
"product": {
"name": "libopenssl1_1-hmac-1.1.1d-150200.11.72.1.aarch64",
"product_id": "libopenssl1_1-hmac-1.1.1d-150200.11.72.1.aarch64"
}
},
{
"category": "product_version",
"name": "openssl-1_1-1.1.1d-150200.11.72.1.aarch64",
"product": {
"name": "openssl-1_1-1.1.1d-150200.11.72.1.aarch64",
"product_id": "openssl-1_1-1.1.1d-150200.11.72.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "libopenssl-1_1-devel-64bit-1.1.1d-150200.11.72.1.aarch64_ilp32",
"product": {
"name": "libopenssl-1_1-devel-64bit-1.1.1d-150200.11.72.1.aarch64_ilp32",
"product_id": "libopenssl-1_1-devel-64bit-1.1.1d-150200.11.72.1.aarch64_ilp32"
}
},
{
"category": "product_version",
"name": "libopenssl1_1-64bit-1.1.1d-150200.11.72.1.aarch64_ilp32",
"product": {
"name": "libopenssl1_1-64bit-1.1.1d-150200.11.72.1.aarch64_ilp32",
"product_id": "libopenssl1_1-64bit-1.1.1d-150200.11.72.1.aarch64_ilp32"
}
},
{
"category": "product_version",
"name": "libopenssl1_1-hmac-64bit-1.1.1d-150200.11.72.1.aarch64_ilp32",
"product": {
"name": "libopenssl1_1-hmac-64bit-1.1.1d-150200.11.72.1.aarch64_ilp32",
"product_id": "libopenssl1_1-hmac-64bit-1.1.1d-150200.11.72.1.aarch64_ilp32"
}
}
],
"category": "architecture",
"name": "aarch64_ilp32"
},
{
"branches": [
{
"category": "product_version",
"name": "libopenssl-1_1-devel-1.1.1d-150200.11.72.1.i586",
"product": {
"name": "libopenssl-1_1-devel-1.1.1d-150200.11.72.1.i586",
"product_id": "libopenssl-1_1-devel-1.1.1d-150200.11.72.1.i586"
}
},
{
"category": "product_version",
"name": "libopenssl1_1-1.1.1d-150200.11.72.1.i586",
"product": {
"name": "libopenssl1_1-1.1.1d-150200.11.72.1.i586",
"product_id": "libopenssl1_1-1.1.1d-150200.11.72.1.i586"
}
},
{
"category": "product_version",
"name": "libopenssl1_1-hmac-1.1.1d-150200.11.72.1.i586",
"product": {
"name": "libopenssl1_1-hmac-1.1.1d-150200.11.72.1.i586",
"product_id": "libopenssl1_1-hmac-1.1.1d-150200.11.72.1.i586"
}
},
{
"category": "product_version",
"name": "openssl-1_1-1.1.1d-150200.11.72.1.i586",
"product": {
"name": "openssl-1_1-1.1.1d-150200.11.72.1.i586",
"product_id": "openssl-1_1-1.1.1d-150200.11.72.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "openssl-1_1-doc-1.1.1d-150200.11.72.1.noarch",
"product": {
"name": "openssl-1_1-doc-1.1.1d-150200.11.72.1.noarch",
"product_id": "openssl-1_1-doc-1.1.1d-150200.11.72.1.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "libopenssl-1_1-devel-1.1.1d-150200.11.72.1.ppc64le",
"product": {
"name": "libopenssl-1_1-devel-1.1.1d-150200.11.72.1.ppc64le",
"product_id": "libopenssl-1_1-devel-1.1.1d-150200.11.72.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libopenssl1_1-1.1.1d-150200.11.72.1.ppc64le",
"product": {
"name": "libopenssl1_1-1.1.1d-150200.11.72.1.ppc64le",
"product_id": "libopenssl1_1-1.1.1d-150200.11.72.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libopenssl1_1-hmac-1.1.1d-150200.11.72.1.ppc64le",
"product": {
"name": "libopenssl1_1-hmac-1.1.1d-150200.11.72.1.ppc64le",
"product_id": "libopenssl1_1-hmac-1.1.1d-150200.11.72.1.ppc64le"
}
},
{
"category": "product_version",
"name": "openssl-1_1-1.1.1d-150200.11.72.1.ppc64le",
"product": {
"name": "openssl-1_1-1.1.1d-150200.11.72.1.ppc64le",
"product_id": "openssl-1_1-1.1.1d-150200.11.72.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "libopenssl-1_1-devel-1.1.1d-150200.11.72.1.s390x",
"product": {
"name": "libopenssl-1_1-devel-1.1.1d-150200.11.72.1.s390x",
"product_id": "libopenssl-1_1-devel-1.1.1d-150200.11.72.1.s390x"
}
},
{
"category": "product_version",
"name": "libopenssl1_1-1.1.1d-150200.11.72.1.s390x",
"product": {
"name": "libopenssl1_1-1.1.1d-150200.11.72.1.s390x",
"product_id": "libopenssl1_1-1.1.1d-150200.11.72.1.s390x"
}
},
{
"category": "product_version",
"name": "libopenssl1_1-hmac-1.1.1d-150200.11.72.1.s390x",
"product": {
"name": "libopenssl1_1-hmac-1.1.1d-150200.11.72.1.s390x",
"product_id": "libopenssl1_1-hmac-1.1.1d-150200.11.72.1.s390x"
}
},
{
"category": "product_version",
"name": "openssl-1_1-1.1.1d-150200.11.72.1.s390x",
"product": {
"name": "openssl-1_1-1.1.1d-150200.11.72.1.s390x",
"product_id": "openssl-1_1-1.1.1d-150200.11.72.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "libopenssl-1_1-devel-1.1.1d-150200.11.72.1.x86_64",
"product": {
"name": "libopenssl-1_1-devel-1.1.1d-150200.11.72.1.x86_64",
"product_id": "libopenssl-1_1-devel-1.1.1d-150200.11.72.1.x86_64"
}
},
{
"category": "product_version",
"name": "libopenssl-1_1-devel-32bit-1.1.1d-150200.11.72.1.x86_64",
"product": {
"name": "libopenssl-1_1-devel-32bit-1.1.1d-150200.11.72.1.x86_64",
"product_id": "libopenssl-1_1-devel-32bit-1.1.1d-150200.11.72.1.x86_64"
}
},
{
"category": "product_version",
"name": "libopenssl1_1-1.1.1d-150200.11.72.1.x86_64",
"product": {
"name": "libopenssl1_1-1.1.1d-150200.11.72.1.x86_64",
"product_id": "libopenssl1_1-1.1.1d-150200.11.72.1.x86_64"
}
},
{
"category": "product_version",
"name": "libopenssl1_1-32bit-1.1.1d-150200.11.72.1.x86_64",
"product": {
"name": "libopenssl1_1-32bit-1.1.1d-150200.11.72.1.x86_64",
"product_id": "libopenssl1_1-32bit-1.1.1d-150200.11.72.1.x86_64"
}
},
{
"category": "product_version",
"name": "libopenssl1_1-hmac-1.1.1d-150200.11.72.1.x86_64",
"product": {
"name": "libopenssl1_1-hmac-1.1.1d-150200.11.72.1.x86_64",
"product_id": "libopenssl1_1-hmac-1.1.1d-150200.11.72.1.x86_64"
}
},
{
"category": "product_version",
"name": "libopenssl1_1-hmac-32bit-1.1.1d-150200.11.72.1.x86_64",
"product": {
"name": "libopenssl1_1-hmac-32bit-1.1.1d-150200.11.72.1.x86_64",
"product_id": "libopenssl1_1-hmac-32bit-1.1.1d-150200.11.72.1.x86_64"
}
},
{
"category": "product_version",
"name": "openssl-1_1-1.1.1d-150200.11.72.1.x86_64",
"product": {
"name": "openssl-1_1-1.1.1d-150200.11.72.1.x86_64",
"product_id": "openssl-1_1-1.1.1d-150200.11.72.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.72.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.72.1.aarch64"
},
"product_reference": "libopenssl-1_1-devel-1.1.1d-150200.11.72.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.72.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.72.1.x86_64"
},
"product_reference": "libopenssl-1_1-devel-1.1.1d-150200.11.72.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.72.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.72.1.aarch64"
},
"product_reference": "libopenssl1_1-1.1.1d-150200.11.72.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.72.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.72.1.x86_64"
},
"product_reference": "libopenssl1_1-1.1.1d-150200.11.72.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.72.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.72.1.x86_64"
},
"product_reference": "libopenssl1_1-32bit-1.1.1d-150200.11.72.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.72.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.72.1.aarch64"
},
"product_reference": "libopenssl1_1-hmac-1.1.1d-150200.11.72.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.72.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.72.1.x86_64"
},
"product_reference": "libopenssl1_1-hmac-1.1.1d-150200.11.72.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.72.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.72.1.x86_64"
},
"product_reference": "libopenssl1_1-hmac-32bit-1.1.1d-150200.11.72.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.72.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.72.1.aarch64"
},
"product_reference": "openssl-1_1-1.1.1d-150200.11.72.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.72.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.72.1.x86_64"
},
"product_reference": "openssl-1_1-1.1.1d-150200.11.72.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.72.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.72.1.aarch64"
},
"product_reference": "libopenssl-1_1-devel-1.1.1d-150200.11.72.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.72.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.72.1.x86_64"
},
"product_reference": "libopenssl-1_1-devel-1.1.1d-150200.11.72.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.72.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.72.1.x86_64"
},
"product_reference": "libopenssl-1_1-devel-32bit-1.1.1d-150200.11.72.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.72.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.72.1.aarch64"
},
"product_reference": "libopenssl1_1-1.1.1d-150200.11.72.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.72.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.72.1.x86_64"
},
"product_reference": "libopenssl1_1-1.1.1d-150200.11.72.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.72.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.72.1.x86_64"
},
"product_reference": "libopenssl1_1-32bit-1.1.1d-150200.11.72.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.72.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.72.1.aarch64"
},
"product_reference": "libopenssl1_1-hmac-1.1.1d-150200.11.72.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.72.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.72.1.x86_64"
},
"product_reference": "libopenssl1_1-hmac-1.1.1d-150200.11.72.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.72.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.72.1.x86_64"
},
"product_reference": "libopenssl1_1-hmac-32bit-1.1.1d-150200.11.72.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.72.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.72.1.aarch64"
},
"product_reference": "openssl-1_1-1.1.1d-150200.11.72.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.72.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.72.1.x86_64"
},
"product_reference": "openssl-1_1-1.1.1d-150200.11.72.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.72.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.72.1.noarch"
},
"product_reference": "openssl-1_1-doc-1.1.1d-150200.11.72.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.72.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.72.1.aarch64"
},
"product_reference": "libopenssl-1_1-devel-1.1.1d-150200.11.72.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.72.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.72.1.x86_64"
},
"product_reference": "libopenssl-1_1-devel-1.1.1d-150200.11.72.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.72.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.72.1.x86_64"
},
"product_reference": "libopenssl-1_1-devel-32bit-1.1.1d-150200.11.72.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.72.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.72.1.aarch64"
},
"product_reference": "libopenssl1_1-1.1.1d-150200.11.72.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.72.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.72.1.x86_64"
},
"product_reference": "libopenssl1_1-1.1.1d-150200.11.72.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.72.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.72.1.x86_64"
},
"product_reference": "libopenssl1_1-32bit-1.1.1d-150200.11.72.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.72.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.72.1.aarch64"
},
"product_reference": "libopenssl1_1-hmac-1.1.1d-150200.11.72.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.72.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.72.1.x86_64"
},
"product_reference": "libopenssl1_1-hmac-1.1.1d-150200.11.72.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.72.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.72.1.x86_64"
},
"product_reference": "libopenssl1_1-hmac-32bit-1.1.1d-150200.11.72.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.72.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.72.1.aarch64"
},
"product_reference": "openssl-1_1-1.1.1d-150200.11.72.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.72.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.72.1.x86_64"
},
"product_reference": "openssl-1_1-1.1.1d-150200.11.72.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.72.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.72.1.noarch"
},
"product_reference": "openssl-1_1-doc-1.1.1d-150200.11.72.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.72.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.72.1.x86_64"
},
"product_reference": "libopenssl-1_1-devel-1.1.1d-150200.11.72.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.72.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.72.1.x86_64"
},
"product_reference": "libopenssl-1_1-devel-32bit-1.1.1d-150200.11.72.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.72.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.72.1.x86_64"
},
"product_reference": "libopenssl1_1-1.1.1d-150200.11.72.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.72.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.72.1.x86_64"
},
"product_reference": "libopenssl1_1-32bit-1.1.1d-150200.11.72.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.72.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.72.1.x86_64"
},
"product_reference": "libopenssl1_1-hmac-1.1.1d-150200.11.72.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.72.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.72.1.x86_64"
},
"product_reference": "libopenssl1_1-hmac-32bit-1.1.1d-150200.11.72.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.72.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.72.1.x86_64"
},
"product_reference": "openssl-1_1-1.1.1d-150200.11.72.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.72.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.72.1.aarch64"
},
"product_reference": "libopenssl-1_1-devel-1.1.1d-150200.11.72.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.72.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.72.1.ppc64le"
},
"product_reference": "libopenssl-1_1-devel-1.1.1d-150200.11.72.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.72.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.72.1.s390x"
},
"product_reference": "libopenssl-1_1-devel-1.1.1d-150200.11.72.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.72.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.72.1.x86_64"
},
"product_reference": "libopenssl-1_1-devel-1.1.1d-150200.11.72.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.72.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.72.1.aarch64"
},
"product_reference": "libopenssl1_1-1.1.1d-150200.11.72.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.72.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.72.1.ppc64le"
},
"product_reference": "libopenssl1_1-1.1.1d-150200.11.72.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.72.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.72.1.s390x"
},
"product_reference": "libopenssl1_1-1.1.1d-150200.11.72.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.72.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.72.1.x86_64"
},
"product_reference": "libopenssl1_1-1.1.1d-150200.11.72.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.72.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.72.1.x86_64"
},
"product_reference": "libopenssl1_1-32bit-1.1.1d-150200.11.72.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.72.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.72.1.aarch64"
},
"product_reference": "libopenssl1_1-hmac-1.1.1d-150200.11.72.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.72.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.72.1.ppc64le"
},
"product_reference": "libopenssl1_1-hmac-1.1.1d-150200.11.72.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.72.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.72.1.s390x"
},
"product_reference": "libopenssl1_1-hmac-1.1.1d-150200.11.72.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.72.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.72.1.x86_64"
},
"product_reference": "libopenssl1_1-hmac-1.1.1d-150200.11.72.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.72.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.72.1.x86_64"
},
"product_reference": "libopenssl1_1-hmac-32bit-1.1.1d-150200.11.72.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.72.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.72.1.aarch64"
},
"product_reference": "openssl-1_1-1.1.1d-150200.11.72.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.72.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.72.1.ppc64le"
},
"product_reference": "openssl-1_1-1.1.1d-150200.11.72.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.72.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.72.1.s390x"
},
"product_reference": "openssl-1_1-1.1.1d-150200.11.72.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.72.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.72.1.x86_64"
},
"product_reference": "openssl-1_1-1.1.1d-150200.11.72.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.72.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.72.1.aarch64"
},
"product_reference": "libopenssl-1_1-devel-1.1.1d-150200.11.72.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.72.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.72.1.ppc64le"
},
"product_reference": "libopenssl-1_1-devel-1.1.1d-150200.11.72.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.72.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.72.1.s390x"
},
"product_reference": "libopenssl-1_1-devel-1.1.1d-150200.11.72.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.72.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.72.1.x86_64"
},
"product_reference": "libopenssl-1_1-devel-1.1.1d-150200.11.72.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.72.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.72.1.x86_64"
},
"product_reference": "libopenssl-1_1-devel-32bit-1.1.1d-150200.11.72.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.72.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.72.1.aarch64"
},
"product_reference": "libopenssl1_1-1.1.1d-150200.11.72.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.72.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.72.1.ppc64le"
},
"product_reference": "libopenssl1_1-1.1.1d-150200.11.72.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.72.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.72.1.s390x"
},
"product_reference": "libopenssl1_1-1.1.1d-150200.11.72.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.72.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.72.1.x86_64"
},
"product_reference": "libopenssl1_1-1.1.1d-150200.11.72.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.72.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.72.1.x86_64"
},
"product_reference": "libopenssl1_1-32bit-1.1.1d-150200.11.72.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.72.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.72.1.aarch64"
},
"product_reference": "libopenssl1_1-hmac-1.1.1d-150200.11.72.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.72.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.72.1.ppc64le"
},
"product_reference": "libopenssl1_1-hmac-1.1.1d-150200.11.72.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.72.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.72.1.s390x"
},
"product_reference": "libopenssl1_1-hmac-1.1.1d-150200.11.72.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.72.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.72.1.x86_64"
},
"product_reference": "libopenssl1_1-hmac-1.1.1d-150200.11.72.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.72.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.72.1.x86_64"
},
"product_reference": "libopenssl1_1-hmac-32bit-1.1.1d-150200.11.72.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.72.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.72.1.aarch64"
},
"product_reference": "openssl-1_1-1.1.1d-150200.11.72.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.72.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.72.1.ppc64le"
},
"product_reference": "openssl-1_1-1.1.1d-150200.11.72.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.72.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.72.1.s390x"
},
"product_reference": "openssl-1_1-1.1.1d-150200.11.72.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.72.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.72.1.x86_64"
},
"product_reference": "openssl-1_1-1.1.1d-150200.11.72.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.72.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.72.1.noarch"
},
"product_reference": "openssl-1_1-doc-1.1.1d-150200.11.72.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.72.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.72.1.ppc64le"
},
"product_reference": "libopenssl-1_1-devel-1.1.1d-150200.11.72.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.72.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.72.1.x86_64"
},
"product_reference": "libopenssl-1_1-devel-1.1.1d-150200.11.72.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.72.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.72.1.ppc64le"
},
"product_reference": "libopenssl1_1-1.1.1d-150200.11.72.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.72.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.72.1.x86_64"
},
"product_reference": "libopenssl1_1-1.1.1d-150200.11.72.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.72.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.72.1.x86_64"
},
"product_reference": "libopenssl1_1-32bit-1.1.1d-150200.11.72.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.72.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.72.1.ppc64le"
},
"product_reference": "libopenssl1_1-hmac-1.1.1d-150200.11.72.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.72.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.72.1.x86_64"
},
"product_reference": "libopenssl1_1-hmac-1.1.1d-150200.11.72.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.72.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.72.1.x86_64"
},
"product_reference": "libopenssl1_1-hmac-32bit-1.1.1d-150200.11.72.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.72.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.72.1.ppc64le"
},
"product_reference": "openssl-1_1-1.1.1d-150200.11.72.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.72.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.72.1.x86_64"
},
"product_reference": "openssl-1_1-1.1.1d-150200.11.72.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.72.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.72.1.ppc64le"
},
"product_reference": "libopenssl-1_1-devel-1.1.1d-150200.11.72.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.72.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.72.1.x86_64"
},
"product_reference": "libopenssl-1_1-devel-1.1.1d-150200.11.72.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.72.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.72.1.x86_64"
},
"product_reference": "libopenssl-1_1-devel-32bit-1.1.1d-150200.11.72.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.72.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.72.1.ppc64le"
},
"product_reference": "libopenssl1_1-1.1.1d-150200.11.72.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.72.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.72.1.x86_64"
},
"product_reference": "libopenssl1_1-1.1.1d-150200.11.72.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.72.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.72.1.x86_64"
},
"product_reference": "libopenssl1_1-32bit-1.1.1d-150200.11.72.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.72.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.72.1.ppc64le"
},
"product_reference": "libopenssl1_1-hmac-1.1.1d-150200.11.72.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.72.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.72.1.x86_64"
},
"product_reference": "libopenssl1_1-hmac-1.1.1d-150200.11.72.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.72.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.72.1.x86_64"
},
"product_reference": "libopenssl1_1-hmac-32bit-1.1.1d-150200.11.72.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.72.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.72.1.ppc64le"
},
"product_reference": "openssl-1_1-1.1.1d-150200.11.72.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.72.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.72.1.x86_64"
},
"product_reference": "openssl-1_1-1.1.1d-150200.11.72.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.72.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.72.1.noarch"
},
"product_reference": "openssl-1_1-doc-1.1.1d-150200.11.72.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.72.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.72.1.x86_64"
},
"product_reference": "libopenssl-1_1-devel-1.1.1d-150200.11.72.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.72.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.72.1.x86_64"
},
"product_reference": "libopenssl-1_1-devel-32bit-1.1.1d-150200.11.72.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.72.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.72.1.x86_64"
},
"product_reference": "libopenssl1_1-1.1.1d-150200.11.72.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.72.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.72.1.x86_64"
},
"product_reference": "libopenssl1_1-32bit-1.1.1d-150200.11.72.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.72.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.72.1.x86_64"
},
"product_reference": "libopenssl1_1-hmac-1.1.1d-150200.11.72.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.72.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.72.1.x86_64"
},
"product_reference": "libopenssl1_1-hmac-32bit-1.1.1d-150200.11.72.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.72.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.72.1.x86_64"
},
"product_reference": "openssl-1_1-1.1.1d-150200.11.72.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.72.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.72.1.ppc64le"
},
"product_reference": "libopenssl-1_1-devel-1.1.1d-150200.11.72.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.72.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.72.1.s390x"
},
"product_reference": "libopenssl-1_1-devel-1.1.1d-150200.11.72.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.72.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.72.1.x86_64"
},
"product_reference": "libopenssl-1_1-devel-1.1.1d-150200.11.72.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.72.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.72.1.x86_64"
},
"product_reference": "libopenssl-1_1-devel-32bit-1.1.1d-150200.11.72.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.72.1.ppc64le as component of SUSE Manager Server 4.2",
"product_id": "SUSE Manager Server 4.2:libopenssl1_1-1.1.1d-150200.11.72.1.ppc64le"
},
"product_reference": "libopenssl1_1-1.1.1d-150200.11.72.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.72.1.s390x as component of SUSE Manager Server 4.2",
"product_id": "SUSE Manager Server 4.2:libopenssl1_1-1.1.1d-150200.11.72.1.s390x"
},
"product_reference": "libopenssl1_1-1.1.1d-150200.11.72.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.72.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.72.1.x86_64"
},
"product_reference": "libopenssl1_1-1.1.1d-150200.11.72.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.72.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.72.1.x86_64"
},
"product_reference": "libopenssl1_1-32bit-1.1.1d-150200.11.72.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.72.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.72.1.ppc64le"
},
"product_reference": "libopenssl1_1-hmac-1.1.1d-150200.11.72.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.72.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.72.1.s390x"
},
"product_reference": "libopenssl1_1-hmac-1.1.1d-150200.11.72.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.72.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.72.1.x86_64"
},
"product_reference": "libopenssl1_1-hmac-1.1.1d-150200.11.72.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.72.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.72.1.x86_64"
},
"product_reference": "libopenssl1_1-hmac-32bit-1.1.1d-150200.11.72.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.72.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.72.1.ppc64le"
},
"product_reference": "openssl-1_1-1.1.1d-150200.11.72.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.72.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.72.1.s390x"
},
"product_reference": "openssl-1_1-1.1.1d-150200.11.72.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.72.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.72.1.x86_64"
},
"product_reference": "openssl-1_1-1.1.1d-150200.11.72.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.72.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.72.1.aarch64"
},
"product_reference": "libopenssl-1_1-devel-1.1.1d-150200.11.72.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.72.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.72.1.s390x"
},
"product_reference": "libopenssl-1_1-devel-1.1.1d-150200.11.72.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.72.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.72.1.x86_64"
},
"product_reference": "libopenssl-1_1-devel-1.1.1d-150200.11.72.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.72.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.72.1.aarch64"
},
"product_reference": "libopenssl1_1-1.1.1d-150200.11.72.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.72.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.72.1.s390x"
},
"product_reference": "libopenssl1_1-1.1.1d-150200.11.72.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.72.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.72.1.x86_64"
},
"product_reference": "libopenssl1_1-1.1.1d-150200.11.72.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.72.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.72.1.aarch64"
},
"product_reference": "libopenssl1_1-hmac-1.1.1d-150200.11.72.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.72.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.72.1.s390x"
},
"product_reference": "libopenssl1_1-hmac-1.1.1d-150200.11.72.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.72.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.72.1.x86_64"
},
"product_reference": "libopenssl1_1-hmac-1.1.1d-150200.11.72.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.72.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.72.1.aarch64"
},
"product_reference": "openssl-1_1-1.1.1d-150200.11.72.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.72.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.72.1.s390x"
},
"product_reference": "openssl-1_1-1.1.1d-150200.11.72.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.72.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.72.1.x86_64"
},
"product_reference": "openssl-1_1-1.1.1d-150200.11.72.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.72.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.72.1.aarch64"
},
"product_reference": "libopenssl-1_1-devel-1.1.1d-150200.11.72.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.72.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.72.1.s390x"
},
"product_reference": "libopenssl-1_1-devel-1.1.1d-150200.11.72.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.72.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.72.1.x86_64"
},
"product_reference": "libopenssl-1_1-devel-1.1.1d-150200.11.72.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.72.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.72.1.aarch64"
},
"product_reference": "libopenssl1_1-1.1.1d-150200.11.72.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.72.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.72.1.s390x"
},
"product_reference": "libopenssl1_1-1.1.1d-150200.11.72.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.72.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.72.1.x86_64"
},
"product_reference": "libopenssl1_1-1.1.1d-150200.11.72.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.72.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.72.1.aarch64"
},
"product_reference": "libopenssl1_1-hmac-1.1.1d-150200.11.72.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.72.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.72.1.s390x"
},
"product_reference": "libopenssl1_1-hmac-1.1.1d-150200.11.72.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.72.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.72.1.x86_64"
},
"product_reference": "libopenssl1_1-hmac-1.1.1d-150200.11.72.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.72.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.72.1.aarch64"
},
"product_reference": "openssl-1_1-1.1.1d-150200.11.72.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.72.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.72.1.s390x"
},
"product_reference": "openssl-1_1-1.1.1d-150200.11.72.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.72.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.72.1.x86_64"
},
"product_reference": "openssl-1_1-1.1.1d-150200.11.72.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.72.1.aarch64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:libopenssl-1_1-devel-1.1.1d-150200.11.72.1.aarch64"
},
"product_reference": "libopenssl-1_1-devel-1.1.1d-150200.11.72.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.72.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.72.1.x86_64"
},
"product_reference": "libopenssl-1_1-devel-1.1.1d-150200.11.72.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.72.1.aarch64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:libopenssl1_1-1.1.1d-150200.11.72.1.aarch64"
},
"product_reference": "libopenssl1_1-1.1.1d-150200.11.72.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.72.1.x86_64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:libopenssl1_1-1.1.1d-150200.11.72.1.x86_64"
},
"product_reference": "libopenssl1_1-1.1.1d-150200.11.72.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.72.1.x86_64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:libopenssl1_1-32bit-1.1.1d-150200.11.72.1.x86_64"
},
"product_reference": "libopenssl1_1-32bit-1.1.1d-150200.11.72.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.72.1.aarch64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:libopenssl1_1-hmac-1.1.1d-150200.11.72.1.aarch64"
},
"product_reference": "libopenssl1_1-hmac-1.1.1d-150200.11.72.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.72.1.x86_64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:libopenssl1_1-hmac-1.1.1d-150200.11.72.1.x86_64"
},
"product_reference": "libopenssl1_1-hmac-1.1.1d-150200.11.72.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.72.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.72.1.x86_64"
},
"product_reference": "libopenssl1_1-hmac-32bit-1.1.1d-150200.11.72.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.72.1.aarch64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:openssl-1_1-1.1.1d-150200.11.72.1.aarch64"
},
"product_reference": "openssl-1_1-1.1.1d-150200.11.72.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.72.1.x86_64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:openssl-1_1-1.1.1d-150200.11.72.1.x86_64"
},
"product_reference": "openssl-1_1-1.1.1d-150200.11.72.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.72.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.72.1.aarch64"
},
"product_reference": "libopenssl-1_1-devel-1.1.1d-150200.11.72.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.72.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.72.1.x86_64"
},
"product_reference": "libopenssl-1_1-devel-1.1.1d-150200.11.72.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.72.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.72.1.x86_64"
},
"product_reference": "libopenssl-1_1-devel-32bit-1.1.1d-150200.11.72.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.72.1.aarch64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:libopenssl1_1-1.1.1d-150200.11.72.1.aarch64"
},
"product_reference": "libopenssl1_1-1.1.1d-150200.11.72.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.72.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.72.1.x86_64"
},
"product_reference": "libopenssl1_1-1.1.1d-150200.11.72.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.72.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.72.1.x86_64"
},
"product_reference": "libopenssl1_1-32bit-1.1.1d-150200.11.72.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.72.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.72.1.aarch64"
},
"product_reference": "libopenssl1_1-hmac-1.1.1d-150200.11.72.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.72.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.72.1.x86_64"
},
"product_reference": "libopenssl1_1-hmac-1.1.1d-150200.11.72.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.72.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.72.1.x86_64"
},
"product_reference": "libopenssl1_1-hmac-32bit-1.1.1d-150200.11.72.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.72.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.72.1.aarch64"
},
"product_reference": "openssl-1_1-1.1.1d-150200.11.72.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.72.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.72.1.x86_64"
},
"product_reference": "openssl-1_1-1.1.1d-150200.11.72.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.72.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.72.1.noarch"
},
"product_reference": "openssl-1_1-doc-1.1.1d-150200.11.72.1.noarch",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2022-4304",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-4304"
}
],
"notes": [
{
"category": "general",
"text": "A timing based side channel exists in the OpenSSL RSA Decryption implementation\nwhich could be sufficient to recover a plaintext across a network in a\nBleichenbacher style attack. To achieve a successful decryption an attacker\nwould have to be able to send a very large number of trial messages for\ndecryption. The vulnerability affects all RSA padding modes: PKCS#1 v1.5,\nRSA-OEAP and RSASVE.\n\nFor example, in a TLS connection, RSA is commonly used by a client to send an\nencrypted pre-master secret to the server. An attacker that had observed a\ngenuine connection between a client and a server could use this flaw to send\ntrial messages to the server and record the time taken to process them. After a\nsufficiently large number of messages the attacker could recover the pre-master\nsecret used for the original connection and thus be able to decrypt the\napplication data sent over that connection.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:libopenssl-1_1-devel-1.1.1d-150200.11.72.1.aarch64",
"SUSE Enterprise Storage 7.1:libopenssl-1_1-devel-1.1.1d-150200.11.72.1.x86_64",
"SUSE Enterprise Storage 7.1:libopenssl-1_1-devel-32bit-1.1.1d-150200.11.72.1.x86_64",
"SUSE Enterprise Storage 7.1:libopenssl1_1-1.1.1d-150200.11.72.1.aarch64",
"SUSE Enterprise Storage 7.1:libopenssl1_1-1.1.1d-150200.11.72.1.x86_64",
"SUSE Enterprise Storage 7.1:libopenssl1_1-32bit-1.1.1d-150200.11.72.1.x86_64",
"SUSE Enterprise Storage 7.1:libopenssl1_1-hmac-1.1.1d-150200.11.72.1.aarch64",
"SUSE Enterprise Storage 7.1:libopenssl1_1-hmac-1.1.1d-150200.11.72.1.x86_64",
"SUSE Enterprise Storage 7.1:libopenssl1_1-hmac-32bit-1.1.1d-150200.11.72.1.x86_64",
"SUSE Enterprise Storage 7.1:openssl-1_1-1.1.1d-150200.11.72.1.aarch64",
"SUSE Enterprise Storage 7.1:openssl-1_1-1.1.1d-150200.11.72.1.x86_64",
"SUSE Enterprise Storage 7.1:openssl-1_1-doc-1.1.1d-150200.11.72.1.noarch",
"SUSE Enterprise Storage 7:libopenssl-1_1-devel-1.1.1d-150200.11.72.1.aarch64",
"SUSE Enterprise Storage 7:libopenssl-1_1-devel-1.1.1d-150200.11.72.1.x86_64",
"SUSE Enterprise Storage 7:libopenssl1_1-1.1.1d-150200.11.72.1.aarch64",
"SUSE Enterprise Storage 7:libopenssl1_1-1.1.1d-150200.11.72.1.x86_64",
"SUSE Enterprise Storage 7:libopenssl1_1-32bit-1.1.1d-150200.11.72.1.x86_64",
"SUSE Enterprise Storage 7:libopenssl1_1-hmac-1.1.1d-150200.11.72.1.aarch64",
"SUSE Enterprise Storage 7:libopenssl1_1-hmac-1.1.1d-150200.11.72.1.x86_64",
"SUSE Enterprise Storage 7:libopenssl1_1-hmac-32bit-1.1.1d-150200.11.72.1.x86_64",
"SUSE Enterprise Storage 7:openssl-1_1-1.1.1d-150200.11.72.1.aarch64",
"SUSE Enterprise Storage 7:openssl-1_1-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libopenssl-1_1-devel-1.1.1d-150200.11.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libopenssl-1_1-devel-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libopenssl1_1-1.1.1d-150200.11.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libopenssl1_1-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libopenssl1_1-32bit-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libopenssl1_1-hmac-1.1.1d-150200.11.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libopenssl1_1-hmac-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libopenssl1_1-hmac-32bit-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:openssl-1_1-1.1.1d-150200.11.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:openssl-1_1-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libopenssl-1_1-devel-1.1.1d-150200.11.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libopenssl-1_1-devel-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libopenssl-1_1-devel-32bit-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libopenssl1_1-1.1.1d-150200.11.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libopenssl1_1-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libopenssl1_1-32bit-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libopenssl1_1-hmac-1.1.1d-150200.11.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libopenssl1_1-hmac-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libopenssl1_1-hmac-32bit-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:openssl-1_1-1.1.1d-150200.11.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:openssl-1_1-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:openssl-1_1-doc-1.1.1d-150200.11.72.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libopenssl-1_1-devel-1.1.1d-150200.11.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libopenssl-1_1-devel-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libopenssl-1_1-devel-32bit-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libopenssl1_1-1.1.1d-150200.11.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libopenssl1_1-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libopenssl1_1-32bit-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libopenssl1_1-hmac-1.1.1d-150200.11.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libopenssl1_1-hmac-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libopenssl1_1-hmac-32bit-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:openssl-1_1-1.1.1d-150200.11.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:openssl-1_1-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:openssl-1_1-doc-1.1.1d-150200.11.72.1.noarch",
"SUSE Linux Enterprise Micro 5.1:libopenssl-1_1-devel-1.1.1d-150200.11.72.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:libopenssl-1_1-devel-1.1.1d-150200.11.72.1.s390x",
"SUSE Linux Enterprise Micro 5.1:libopenssl-1_1-devel-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise Micro 5.1:libopenssl1_1-1.1.1d-150200.11.72.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:libopenssl1_1-1.1.1d-150200.11.72.1.s390x",
"SUSE Linux Enterprise Micro 5.1:libopenssl1_1-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise Micro 5.1:libopenssl1_1-hmac-1.1.1d-150200.11.72.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:libopenssl1_1-hmac-1.1.1d-150200.11.72.1.s390x",
"SUSE Linux Enterprise Micro 5.1:libopenssl1_1-hmac-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise Micro 5.1:openssl-1_1-1.1.1d-150200.11.72.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:openssl-1_1-1.1.1d-150200.11.72.1.s390x",
"SUSE Linux Enterprise Micro 5.1:openssl-1_1-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:libopenssl-1_1-devel-1.1.1d-150200.11.72.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:libopenssl-1_1-devel-1.1.1d-150200.11.72.1.s390x",
"SUSE Linux Enterprise Micro 5.2:libopenssl-1_1-devel-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:libopenssl1_1-1.1.1d-150200.11.72.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:libopenssl1_1-1.1.1d-150200.11.72.1.s390x",
"SUSE Linux Enterprise Micro 5.2:libopenssl1_1-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:libopenssl1_1-hmac-1.1.1d-150200.11.72.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:libopenssl1_1-hmac-1.1.1d-150200.11.72.1.s390x",
"SUSE Linux Enterprise Micro 5.2:libopenssl1_1-hmac-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:openssl-1_1-1.1.1d-150200.11.72.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:openssl-1_1-1.1.1d-150200.11.72.1.s390x",
"SUSE Linux Enterprise Micro 5.2:openssl-1_1-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:libopenssl-1_1-devel-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:libopenssl-1_1-devel-32bit-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:libopenssl1_1-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:libopenssl1_1-32bit-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:libopenssl1_1-hmac-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:libopenssl1_1-hmac-32bit-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:openssl-1_1-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl-1_1-devel-1.1.1d-150200.11.72.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl-1_1-devel-1.1.1d-150200.11.72.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl-1_1-devel-1.1.1d-150200.11.72.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl-1_1-devel-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl1_1-1.1.1d-150200.11.72.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl1_1-1.1.1d-150200.11.72.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl1_1-1.1.1d-150200.11.72.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl1_1-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl1_1-32bit-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl1_1-hmac-1.1.1d-150200.11.72.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl1_1-hmac-1.1.1d-150200.11.72.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl1_1-hmac-1.1.1d-150200.11.72.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl1_1-hmac-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl1_1-hmac-32bit-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:openssl-1_1-1.1.1d-150200.11.72.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:openssl-1_1-1.1.1d-150200.11.72.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:openssl-1_1-1.1.1d-150200.11.72.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:openssl-1_1-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl-1_1-devel-1.1.1d-150200.11.72.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl-1_1-devel-1.1.1d-150200.11.72.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl-1_1-devel-1.1.1d-150200.11.72.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl-1_1-devel-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl-1_1-devel-32bit-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl1_1-1.1.1d-150200.11.72.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl1_1-1.1.1d-150200.11.72.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl1_1-1.1.1d-150200.11.72.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl1_1-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl1_1-32bit-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl1_1-hmac-1.1.1d-150200.11.72.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl1_1-hmac-1.1.1d-150200.11.72.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl1_1-hmac-1.1.1d-150200.11.72.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl1_1-hmac-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl1_1-hmac-32bit-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:openssl-1_1-1.1.1d-150200.11.72.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:openssl-1_1-1.1.1d-150200.11.72.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:openssl-1_1-1.1.1d-150200.11.72.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:openssl-1_1-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:openssl-1_1-doc-1.1.1d-150200.11.72.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:libopenssl-1_1-devel-1.1.1d-150200.11.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:libopenssl-1_1-devel-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:libopenssl1_1-1.1.1d-150200.11.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:libopenssl1_1-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:libopenssl1_1-32bit-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:libopenssl1_1-hmac-1.1.1d-150200.11.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:libopenssl1_1-hmac-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:libopenssl1_1-hmac-32bit-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:openssl-1_1-1.1.1d-150200.11.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:openssl-1_1-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libopenssl-1_1-devel-1.1.1d-150200.11.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libopenssl-1_1-devel-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libopenssl-1_1-devel-32bit-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libopenssl1_1-1.1.1d-150200.11.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libopenssl1_1-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libopenssl1_1-32bit-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libopenssl1_1-hmac-1.1.1d-150200.11.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libopenssl1_1-hmac-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libopenssl1_1-hmac-32bit-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:openssl-1_1-1.1.1d-150200.11.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:openssl-1_1-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:openssl-1_1-doc-1.1.1d-150200.11.72.1.noarch",
"SUSE Manager Proxy 4.2:libopenssl-1_1-devel-1.1.1d-150200.11.72.1.x86_64",
"SUSE Manager Proxy 4.2:libopenssl-1_1-devel-32bit-1.1.1d-150200.11.72.1.x86_64",
"SUSE Manager Proxy 4.2:libopenssl1_1-1.1.1d-150200.11.72.1.x86_64",
"SUSE Manager Proxy 4.2:libopenssl1_1-32bit-1.1.1d-150200.11.72.1.x86_64",
"SUSE Manager Proxy 4.2:libopenssl1_1-hmac-1.1.1d-150200.11.72.1.x86_64",
"SUSE Manager Proxy 4.2:libopenssl1_1-hmac-32bit-1.1.1d-150200.11.72.1.x86_64",
"SUSE Manager Proxy 4.2:openssl-1_1-1.1.1d-150200.11.72.1.x86_64",
"SUSE Manager Server 4.2:libopenssl-1_1-devel-1.1.1d-150200.11.72.1.ppc64le",
"SUSE Manager Server 4.2:libopenssl-1_1-devel-1.1.1d-150200.11.72.1.s390x",
"SUSE Manager Server 4.2:libopenssl-1_1-devel-1.1.1d-150200.11.72.1.x86_64",
"SUSE Manager Server 4.2:libopenssl-1_1-devel-32bit-1.1.1d-150200.11.72.1.x86_64",
"SUSE Manager Server 4.2:libopenssl1_1-1.1.1d-150200.11.72.1.ppc64le",
"SUSE Manager Server 4.2:libopenssl1_1-1.1.1d-150200.11.72.1.s390x",
"SUSE Manager Server 4.2:libopenssl1_1-1.1.1d-150200.11.72.1.x86_64",
"SUSE Manager Server 4.2:libopenssl1_1-32bit-1.1.1d-150200.11.72.1.x86_64",
"SUSE Manager Server 4.2:libopenssl1_1-hmac-1.1.1d-150200.11.72.1.ppc64le",
"SUSE Manager Server 4.2:libopenssl1_1-hmac-1.1.1d-150200.11.72.1.s390x",
"SUSE Manager Server 4.2:libopenssl1_1-hmac-1.1.1d-150200.11.72.1.x86_64",
"SUSE Manager Server 4.2:libopenssl1_1-hmac-32bit-1.1.1d-150200.11.72.1.x86_64",
"SUSE Manager Server 4.2:openssl-1_1-1.1.1d-150200.11.72.1.ppc64le",
"SUSE Manager Server 4.2:openssl-1_1-1.1.1d-150200.11.72.1.s390x",
"SUSE Manager Server 4.2:openssl-1_1-1.1.1d-150200.11.72.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-4304",
"url": "https://www.suse.com/security/cve/CVE-2022-4304"
},
{
"category": "external",
"summary": "SUSE Bug 1207534 for CVE-2022-4304",
"url": "https://bugzilla.suse.com/1207534"
},
{
"category": "external",
"summary": "SUSE Bug 1210067 for CVE-2022-4304",
"url": "https://bugzilla.suse.com/1210067"
},
{
"category": "external",
"summary": "SUSE Bug 1213146 for CVE-2022-4304",
"url": "https://bugzilla.suse.com/1213146"
},
{
"category": "external",
"summary": "SUSE Bug 1213289 for CVE-2022-4304",
"url": "https://bugzilla.suse.com/1213289"
},
{
"category": "external",
"summary": "SUSE Bug 1215014 for CVE-2022-4304",
"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.72.1.aarch64",
"SUSE Enterprise Storage 7.1:libopenssl-1_1-devel-1.1.1d-150200.11.72.1.x86_64",
"SUSE Enterprise Storage 7.1:libopenssl-1_1-devel-32bit-1.1.1d-150200.11.72.1.x86_64",
"SUSE Enterprise Storage 7.1:libopenssl1_1-1.1.1d-150200.11.72.1.aarch64",
"SUSE Enterprise Storage 7.1:libopenssl1_1-1.1.1d-150200.11.72.1.x86_64",
"SUSE Enterprise Storage 7.1:libopenssl1_1-32bit-1.1.1d-150200.11.72.1.x86_64",
"SUSE Enterprise Storage 7.1:libopenssl1_1-hmac-1.1.1d-150200.11.72.1.aarch64",
"SUSE Enterprise Storage 7.1:libopenssl1_1-hmac-1.1.1d-150200.11.72.1.x86_64",
"SUSE Enterprise Storage 7.1:libopenssl1_1-hmac-32bit-1.1.1d-150200.11.72.1.x86_64",
"SUSE Enterprise Storage 7.1:openssl-1_1-1.1.1d-150200.11.72.1.aarch64",
"SUSE Enterprise Storage 7.1:openssl-1_1-1.1.1d-150200.11.72.1.x86_64",
"SUSE Enterprise Storage 7.1:openssl-1_1-doc-1.1.1d-150200.11.72.1.noarch",
"SUSE Enterprise Storage 7:libopenssl-1_1-devel-1.1.1d-150200.11.72.1.aarch64",
"SUSE Enterprise Storage 7:libopenssl-1_1-devel-1.1.1d-150200.11.72.1.x86_64",
"SUSE Enterprise Storage 7:libopenssl1_1-1.1.1d-150200.11.72.1.aarch64",
"SUSE Enterprise Storage 7:libopenssl1_1-1.1.1d-150200.11.72.1.x86_64",
"SUSE Enterprise Storage 7:libopenssl1_1-32bit-1.1.1d-150200.11.72.1.x86_64",
"SUSE Enterprise Storage 7:libopenssl1_1-hmac-1.1.1d-150200.11.72.1.aarch64",
"SUSE Enterprise Storage 7:libopenssl1_1-hmac-1.1.1d-150200.11.72.1.x86_64",
"SUSE Enterprise Storage 7:libopenssl1_1-hmac-32bit-1.1.1d-150200.11.72.1.x86_64",
"SUSE Enterprise Storage 7:openssl-1_1-1.1.1d-150200.11.72.1.aarch64",
"SUSE Enterprise Storage 7:openssl-1_1-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libopenssl-1_1-devel-1.1.1d-150200.11.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libopenssl-1_1-devel-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libopenssl1_1-1.1.1d-150200.11.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libopenssl1_1-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libopenssl1_1-32bit-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libopenssl1_1-hmac-1.1.1d-150200.11.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libopenssl1_1-hmac-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libopenssl1_1-hmac-32bit-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:openssl-1_1-1.1.1d-150200.11.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:openssl-1_1-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libopenssl-1_1-devel-1.1.1d-150200.11.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libopenssl-1_1-devel-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libopenssl-1_1-devel-32bit-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libopenssl1_1-1.1.1d-150200.11.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libopenssl1_1-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libopenssl1_1-32bit-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libopenssl1_1-hmac-1.1.1d-150200.11.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libopenssl1_1-hmac-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libopenssl1_1-hmac-32bit-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:openssl-1_1-1.1.1d-150200.11.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:openssl-1_1-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:openssl-1_1-doc-1.1.1d-150200.11.72.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libopenssl-1_1-devel-1.1.1d-150200.11.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libopenssl-1_1-devel-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libopenssl-1_1-devel-32bit-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libopenssl1_1-1.1.1d-150200.11.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libopenssl1_1-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libopenssl1_1-32bit-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libopenssl1_1-hmac-1.1.1d-150200.11.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libopenssl1_1-hmac-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libopenssl1_1-hmac-32bit-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:openssl-1_1-1.1.1d-150200.11.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:openssl-1_1-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:openssl-1_1-doc-1.1.1d-150200.11.72.1.noarch",
"SUSE Linux Enterprise Micro 5.1:libopenssl-1_1-devel-1.1.1d-150200.11.72.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:libopenssl-1_1-devel-1.1.1d-150200.11.72.1.s390x",
"SUSE Linux Enterprise Micro 5.1:libopenssl-1_1-devel-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise Micro 5.1:libopenssl1_1-1.1.1d-150200.11.72.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:libopenssl1_1-1.1.1d-150200.11.72.1.s390x",
"SUSE Linux Enterprise Micro 5.1:libopenssl1_1-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise Micro 5.1:libopenssl1_1-hmac-1.1.1d-150200.11.72.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:libopenssl1_1-hmac-1.1.1d-150200.11.72.1.s390x",
"SUSE Linux Enterprise Micro 5.1:libopenssl1_1-hmac-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise Micro 5.1:openssl-1_1-1.1.1d-150200.11.72.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:openssl-1_1-1.1.1d-150200.11.72.1.s390x",
"SUSE Linux Enterprise Micro 5.1:openssl-1_1-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:libopenssl-1_1-devel-1.1.1d-150200.11.72.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:libopenssl-1_1-devel-1.1.1d-150200.11.72.1.s390x",
"SUSE Linux Enterprise Micro 5.2:libopenssl-1_1-devel-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:libopenssl1_1-1.1.1d-150200.11.72.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:libopenssl1_1-1.1.1d-150200.11.72.1.s390x",
"SUSE Linux Enterprise Micro 5.2:libopenssl1_1-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:libopenssl1_1-hmac-1.1.1d-150200.11.72.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:libopenssl1_1-hmac-1.1.1d-150200.11.72.1.s390x",
"SUSE Linux Enterprise Micro 5.2:libopenssl1_1-hmac-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:openssl-1_1-1.1.1d-150200.11.72.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:openssl-1_1-1.1.1d-150200.11.72.1.s390x",
"SUSE Linux Enterprise Micro 5.2:openssl-1_1-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:libopenssl-1_1-devel-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:libopenssl-1_1-devel-32bit-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:libopenssl1_1-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:libopenssl1_1-32bit-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:libopenssl1_1-hmac-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:libopenssl1_1-hmac-32bit-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:openssl-1_1-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl-1_1-devel-1.1.1d-150200.11.72.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl-1_1-devel-1.1.1d-150200.11.72.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl-1_1-devel-1.1.1d-150200.11.72.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl-1_1-devel-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl1_1-1.1.1d-150200.11.72.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl1_1-1.1.1d-150200.11.72.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl1_1-1.1.1d-150200.11.72.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl1_1-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl1_1-32bit-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl1_1-hmac-1.1.1d-150200.11.72.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl1_1-hmac-1.1.1d-150200.11.72.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl1_1-hmac-1.1.1d-150200.11.72.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl1_1-hmac-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl1_1-hmac-32bit-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:openssl-1_1-1.1.1d-150200.11.72.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:openssl-1_1-1.1.1d-150200.11.72.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:openssl-1_1-1.1.1d-150200.11.72.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:openssl-1_1-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl-1_1-devel-1.1.1d-150200.11.72.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl-1_1-devel-1.1.1d-150200.11.72.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl-1_1-devel-1.1.1d-150200.11.72.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl-1_1-devel-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl-1_1-devel-32bit-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl1_1-1.1.1d-150200.11.72.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl1_1-1.1.1d-150200.11.72.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl1_1-1.1.1d-150200.11.72.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl1_1-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl1_1-32bit-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl1_1-hmac-1.1.1d-150200.11.72.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl1_1-hmac-1.1.1d-150200.11.72.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl1_1-hmac-1.1.1d-150200.11.72.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl1_1-hmac-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl1_1-hmac-32bit-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:openssl-1_1-1.1.1d-150200.11.72.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:openssl-1_1-1.1.1d-150200.11.72.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:openssl-1_1-1.1.1d-150200.11.72.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:openssl-1_1-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:openssl-1_1-doc-1.1.1d-150200.11.72.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:libopenssl-1_1-devel-1.1.1d-150200.11.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:libopenssl-1_1-devel-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:libopenssl1_1-1.1.1d-150200.11.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:libopenssl1_1-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:libopenssl1_1-32bit-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:libopenssl1_1-hmac-1.1.1d-150200.11.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:libopenssl1_1-hmac-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:libopenssl1_1-hmac-32bit-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:openssl-1_1-1.1.1d-150200.11.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:openssl-1_1-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libopenssl-1_1-devel-1.1.1d-150200.11.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libopenssl-1_1-devel-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libopenssl-1_1-devel-32bit-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libopenssl1_1-1.1.1d-150200.11.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libopenssl1_1-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libopenssl1_1-32bit-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libopenssl1_1-hmac-1.1.1d-150200.11.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libopenssl1_1-hmac-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libopenssl1_1-hmac-32bit-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:openssl-1_1-1.1.1d-150200.11.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:openssl-1_1-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:openssl-1_1-doc-1.1.1d-150200.11.72.1.noarch",
"SUSE Manager Proxy 4.2:libopenssl-1_1-devel-1.1.1d-150200.11.72.1.x86_64",
"SUSE Manager Proxy 4.2:libopenssl-1_1-devel-32bit-1.1.1d-150200.11.72.1.x86_64",
"SUSE Manager Proxy 4.2:libopenssl1_1-1.1.1d-150200.11.72.1.x86_64",
"SUSE Manager Proxy 4.2:libopenssl1_1-32bit-1.1.1d-150200.11.72.1.x86_64",
"SUSE Manager Proxy 4.2:libopenssl1_1-hmac-1.1.1d-150200.11.72.1.x86_64",
"SUSE Manager Proxy 4.2:libopenssl1_1-hmac-32bit-1.1.1d-150200.11.72.1.x86_64",
"SUSE Manager Proxy 4.2:openssl-1_1-1.1.1d-150200.11.72.1.x86_64",
"SUSE Manager Server 4.2:libopenssl-1_1-devel-1.1.1d-150200.11.72.1.ppc64le",
"SUSE Manager Server 4.2:libopenssl-1_1-devel-1.1.1d-150200.11.72.1.s390x",
"SUSE Manager Server 4.2:libopenssl-1_1-devel-1.1.1d-150200.11.72.1.x86_64",
"SUSE Manager Server 4.2:libopenssl-1_1-devel-32bit-1.1.1d-150200.11.72.1.x86_64",
"SUSE Manager Server 4.2:libopenssl1_1-1.1.1d-150200.11.72.1.ppc64le",
"SUSE Manager Server 4.2:libopenssl1_1-1.1.1d-150200.11.72.1.s390x",
"SUSE Manager Server 4.2:libopenssl1_1-1.1.1d-150200.11.72.1.x86_64",
"SUSE Manager Server 4.2:libopenssl1_1-32bit-1.1.1d-150200.11.72.1.x86_64",
"SUSE Manager Server 4.2:libopenssl1_1-hmac-1.1.1d-150200.11.72.1.ppc64le",
"SUSE Manager Server 4.2:libopenssl1_1-hmac-1.1.1d-150200.11.72.1.s390x",
"SUSE Manager Server 4.2:libopenssl1_1-hmac-1.1.1d-150200.11.72.1.x86_64",
"SUSE Manager Server 4.2:libopenssl1_1-hmac-32bit-1.1.1d-150200.11.72.1.x86_64",
"SUSE Manager Server 4.2:openssl-1_1-1.1.1d-150200.11.72.1.ppc64le",
"SUSE Manager Server 4.2:openssl-1_1-1.1.1d-150200.11.72.1.s390x",
"SUSE Manager Server 4.2:openssl-1_1-1.1.1d-150200.11.72.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 7.1:libopenssl-1_1-devel-1.1.1d-150200.11.72.1.aarch64",
"SUSE Enterprise Storage 7.1:libopenssl-1_1-devel-1.1.1d-150200.11.72.1.x86_64",
"SUSE Enterprise Storage 7.1:libopenssl-1_1-devel-32bit-1.1.1d-150200.11.72.1.x86_64",
"SUSE Enterprise Storage 7.1:libopenssl1_1-1.1.1d-150200.11.72.1.aarch64",
"SUSE Enterprise Storage 7.1:libopenssl1_1-1.1.1d-150200.11.72.1.x86_64",
"SUSE Enterprise Storage 7.1:libopenssl1_1-32bit-1.1.1d-150200.11.72.1.x86_64",
"SUSE Enterprise Storage 7.1:libopenssl1_1-hmac-1.1.1d-150200.11.72.1.aarch64",
"SUSE Enterprise Storage 7.1:libopenssl1_1-hmac-1.1.1d-150200.11.72.1.x86_64",
"SUSE Enterprise Storage 7.1:libopenssl1_1-hmac-32bit-1.1.1d-150200.11.72.1.x86_64",
"SUSE Enterprise Storage 7.1:openssl-1_1-1.1.1d-150200.11.72.1.aarch64",
"SUSE Enterprise Storage 7.1:openssl-1_1-1.1.1d-150200.11.72.1.x86_64",
"SUSE Enterprise Storage 7.1:openssl-1_1-doc-1.1.1d-150200.11.72.1.noarch",
"SUSE Enterprise Storage 7:libopenssl-1_1-devel-1.1.1d-150200.11.72.1.aarch64",
"SUSE Enterprise Storage 7:libopenssl-1_1-devel-1.1.1d-150200.11.72.1.x86_64",
"SUSE Enterprise Storage 7:libopenssl1_1-1.1.1d-150200.11.72.1.aarch64",
"SUSE Enterprise Storage 7:libopenssl1_1-1.1.1d-150200.11.72.1.x86_64",
"SUSE Enterprise Storage 7:libopenssl1_1-32bit-1.1.1d-150200.11.72.1.x86_64",
"SUSE Enterprise Storage 7:libopenssl1_1-hmac-1.1.1d-150200.11.72.1.aarch64",
"SUSE Enterprise Storage 7:libopenssl1_1-hmac-1.1.1d-150200.11.72.1.x86_64",
"SUSE Enterprise Storage 7:libopenssl1_1-hmac-32bit-1.1.1d-150200.11.72.1.x86_64",
"SUSE Enterprise Storage 7:openssl-1_1-1.1.1d-150200.11.72.1.aarch64",
"SUSE Enterprise Storage 7:openssl-1_1-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libopenssl-1_1-devel-1.1.1d-150200.11.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libopenssl-1_1-devel-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libopenssl1_1-1.1.1d-150200.11.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libopenssl1_1-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libopenssl1_1-32bit-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libopenssl1_1-hmac-1.1.1d-150200.11.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libopenssl1_1-hmac-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libopenssl1_1-hmac-32bit-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:openssl-1_1-1.1.1d-150200.11.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:openssl-1_1-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libopenssl-1_1-devel-1.1.1d-150200.11.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libopenssl-1_1-devel-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libopenssl-1_1-devel-32bit-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libopenssl1_1-1.1.1d-150200.11.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libopenssl1_1-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libopenssl1_1-32bit-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libopenssl1_1-hmac-1.1.1d-150200.11.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libopenssl1_1-hmac-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libopenssl1_1-hmac-32bit-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:openssl-1_1-1.1.1d-150200.11.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:openssl-1_1-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:openssl-1_1-doc-1.1.1d-150200.11.72.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libopenssl-1_1-devel-1.1.1d-150200.11.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libopenssl-1_1-devel-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libopenssl-1_1-devel-32bit-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libopenssl1_1-1.1.1d-150200.11.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libopenssl1_1-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libopenssl1_1-32bit-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libopenssl1_1-hmac-1.1.1d-150200.11.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libopenssl1_1-hmac-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libopenssl1_1-hmac-32bit-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:openssl-1_1-1.1.1d-150200.11.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:openssl-1_1-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:openssl-1_1-doc-1.1.1d-150200.11.72.1.noarch",
"SUSE Linux Enterprise Micro 5.1:libopenssl-1_1-devel-1.1.1d-150200.11.72.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:libopenssl-1_1-devel-1.1.1d-150200.11.72.1.s390x",
"SUSE Linux Enterprise Micro 5.1:libopenssl-1_1-devel-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise Micro 5.1:libopenssl1_1-1.1.1d-150200.11.72.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:libopenssl1_1-1.1.1d-150200.11.72.1.s390x",
"SUSE Linux Enterprise Micro 5.1:libopenssl1_1-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise Micro 5.1:libopenssl1_1-hmac-1.1.1d-150200.11.72.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:libopenssl1_1-hmac-1.1.1d-150200.11.72.1.s390x",
"SUSE Linux Enterprise Micro 5.1:libopenssl1_1-hmac-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise Micro 5.1:openssl-1_1-1.1.1d-150200.11.72.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:openssl-1_1-1.1.1d-150200.11.72.1.s390x",
"SUSE Linux Enterprise Micro 5.1:openssl-1_1-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:libopenssl-1_1-devel-1.1.1d-150200.11.72.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:libopenssl-1_1-devel-1.1.1d-150200.11.72.1.s390x",
"SUSE Linux Enterprise Micro 5.2:libopenssl-1_1-devel-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:libopenssl1_1-1.1.1d-150200.11.72.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:libopenssl1_1-1.1.1d-150200.11.72.1.s390x",
"SUSE Linux Enterprise Micro 5.2:libopenssl1_1-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:libopenssl1_1-hmac-1.1.1d-150200.11.72.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:libopenssl1_1-hmac-1.1.1d-150200.11.72.1.s390x",
"SUSE Linux Enterprise Micro 5.2:libopenssl1_1-hmac-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:openssl-1_1-1.1.1d-150200.11.72.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:openssl-1_1-1.1.1d-150200.11.72.1.s390x",
"SUSE Linux Enterprise Micro 5.2:openssl-1_1-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:libopenssl-1_1-devel-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:libopenssl-1_1-devel-32bit-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:libopenssl1_1-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:libopenssl1_1-32bit-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:libopenssl1_1-hmac-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:libopenssl1_1-hmac-32bit-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:openssl-1_1-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl-1_1-devel-1.1.1d-150200.11.72.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl-1_1-devel-1.1.1d-150200.11.72.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl-1_1-devel-1.1.1d-150200.11.72.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl-1_1-devel-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl1_1-1.1.1d-150200.11.72.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl1_1-1.1.1d-150200.11.72.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl1_1-1.1.1d-150200.11.72.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl1_1-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl1_1-32bit-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl1_1-hmac-1.1.1d-150200.11.72.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl1_1-hmac-1.1.1d-150200.11.72.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl1_1-hmac-1.1.1d-150200.11.72.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl1_1-hmac-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl1_1-hmac-32bit-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:openssl-1_1-1.1.1d-150200.11.72.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:openssl-1_1-1.1.1d-150200.11.72.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:openssl-1_1-1.1.1d-150200.11.72.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:openssl-1_1-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl-1_1-devel-1.1.1d-150200.11.72.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl-1_1-devel-1.1.1d-150200.11.72.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl-1_1-devel-1.1.1d-150200.11.72.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl-1_1-devel-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl-1_1-devel-32bit-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl1_1-1.1.1d-150200.11.72.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl1_1-1.1.1d-150200.11.72.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl1_1-1.1.1d-150200.11.72.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl1_1-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl1_1-32bit-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl1_1-hmac-1.1.1d-150200.11.72.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl1_1-hmac-1.1.1d-150200.11.72.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl1_1-hmac-1.1.1d-150200.11.72.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl1_1-hmac-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl1_1-hmac-32bit-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:openssl-1_1-1.1.1d-150200.11.72.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:openssl-1_1-1.1.1d-150200.11.72.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:openssl-1_1-1.1.1d-150200.11.72.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:openssl-1_1-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:openssl-1_1-doc-1.1.1d-150200.11.72.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:libopenssl-1_1-devel-1.1.1d-150200.11.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:libopenssl-1_1-devel-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:libopenssl1_1-1.1.1d-150200.11.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:libopenssl1_1-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:libopenssl1_1-32bit-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:libopenssl1_1-hmac-1.1.1d-150200.11.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:libopenssl1_1-hmac-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:libopenssl1_1-hmac-32bit-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:openssl-1_1-1.1.1d-150200.11.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:openssl-1_1-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libopenssl-1_1-devel-1.1.1d-150200.11.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libopenssl-1_1-devel-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libopenssl-1_1-devel-32bit-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libopenssl1_1-1.1.1d-150200.11.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libopenssl1_1-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libopenssl1_1-32bit-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libopenssl1_1-hmac-1.1.1d-150200.11.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libopenssl1_1-hmac-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libopenssl1_1-hmac-32bit-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:openssl-1_1-1.1.1d-150200.11.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:openssl-1_1-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:openssl-1_1-doc-1.1.1d-150200.11.72.1.noarch",
"SUSE Manager Proxy 4.2:libopenssl-1_1-devel-1.1.1d-150200.11.72.1.x86_64",
"SUSE Manager Proxy 4.2:libopenssl-1_1-devel-32bit-1.1.1d-150200.11.72.1.x86_64",
"SUSE Manager Proxy 4.2:libopenssl1_1-1.1.1d-150200.11.72.1.x86_64",
"SUSE Manager Proxy 4.2:libopenssl1_1-32bit-1.1.1d-150200.11.72.1.x86_64",
"SUSE Manager Proxy 4.2:libopenssl1_1-hmac-1.1.1d-150200.11.72.1.x86_64",
"SUSE Manager Proxy 4.2:libopenssl1_1-hmac-32bit-1.1.1d-150200.11.72.1.x86_64",
"SUSE Manager Proxy 4.2:openssl-1_1-1.1.1d-150200.11.72.1.x86_64",
"SUSE Manager Server 4.2:libopenssl-1_1-devel-1.1.1d-150200.11.72.1.ppc64le",
"SUSE Manager Server 4.2:libopenssl-1_1-devel-1.1.1d-150200.11.72.1.s390x",
"SUSE Manager Server 4.2:libopenssl-1_1-devel-1.1.1d-150200.11.72.1.x86_64",
"SUSE Manager Server 4.2:libopenssl-1_1-devel-32bit-1.1.1d-150200.11.72.1.x86_64",
"SUSE Manager Server 4.2:libopenssl1_1-1.1.1d-150200.11.72.1.ppc64le",
"SUSE Manager Server 4.2:libopenssl1_1-1.1.1d-150200.11.72.1.s390x",
"SUSE Manager Server 4.2:libopenssl1_1-1.1.1d-150200.11.72.1.x86_64",
"SUSE Manager Server 4.2:libopenssl1_1-32bit-1.1.1d-150200.11.72.1.x86_64",
"SUSE Manager Server 4.2:libopenssl1_1-hmac-1.1.1d-150200.11.72.1.ppc64le",
"SUSE Manager Server 4.2:libopenssl1_1-hmac-1.1.1d-150200.11.72.1.s390x",
"SUSE Manager Server 4.2:libopenssl1_1-hmac-1.1.1d-150200.11.72.1.x86_64",
"SUSE Manager Server 4.2:libopenssl1_1-hmac-32bit-1.1.1d-150200.11.72.1.x86_64",
"SUSE Manager Server 4.2:openssl-1_1-1.1.1d-150200.11.72.1.ppc64le",
"SUSE Manager Server 4.2:openssl-1_1-1.1.1d-150200.11.72.1.s390x",
"SUSE Manager Server 4.2:openssl-1_1-1.1.1d-150200.11.72.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2023-08-03T12:00:39Z",
"details": "moderate"
}
],
"title": "CVE-2022-4304"
},
{
"cve": "CVE-2023-3446",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-3446"
}
],
"notes": [
{
"category": "general",
"text": "Issue summary: Checking excessively long DH keys or parameters may be very slow.\n\nImpact summary: Applications that use the functions DH_check(), DH_check_ex()\nor EVP_PKEY_param_check() to check a DH key or DH parameters may experience long\ndelays. Where the key or parameters that are being checked have been obtained\nfrom an untrusted source this may lead to a Denial of Service.\n\nThe function DH_check() performs various checks on DH parameters. One of those\nchecks confirms that the modulus (\u0027p\u0027 parameter) is not too large. Trying to use\na very large modulus is slow and OpenSSL will not normally use a modulus which\nis over 10,000 bits in length.\n\nHowever the DH_check() function checks numerous aspects of the key or parameters\nthat have been supplied. Some of those checks use the supplied modulus value\neven if it has already been found to be too large.\n\nAn application that calls DH_check() and supplies a key or parameters obtained\nfrom an untrusted source could be vulernable to a Denial of Service attack.\n\nThe function DH_check() is itself called by a number of other OpenSSL functions.\nAn application calling any of those other functions may similarly be affected.\nThe other functions affected by this are DH_check_ex() and\nEVP_PKEY_param_check().\n\nAlso vulnerable are the OpenSSL dhparam and pkeyparam command line applications\nwhen using the \u0027-check\u0027 option.\n\nThe OpenSSL SSL/TLS implementation is not affected by this issue.\nThe OpenSSL 3.0 and 3.1 FIPS providers are not affected by this issue.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:libopenssl-1_1-devel-1.1.1d-150200.11.72.1.aarch64",
"SUSE Enterprise Storage 7.1:libopenssl-1_1-devel-1.1.1d-150200.11.72.1.x86_64",
"SUSE Enterprise Storage 7.1:libopenssl-1_1-devel-32bit-1.1.1d-150200.11.72.1.x86_64",
"SUSE Enterprise Storage 7.1:libopenssl1_1-1.1.1d-150200.11.72.1.aarch64",
"SUSE Enterprise Storage 7.1:libopenssl1_1-1.1.1d-150200.11.72.1.x86_64",
"SUSE Enterprise Storage 7.1:libopenssl1_1-32bit-1.1.1d-150200.11.72.1.x86_64",
"SUSE Enterprise Storage 7.1:libopenssl1_1-hmac-1.1.1d-150200.11.72.1.aarch64",
"SUSE Enterprise Storage 7.1:libopenssl1_1-hmac-1.1.1d-150200.11.72.1.x86_64",
"SUSE Enterprise Storage 7.1:libopenssl1_1-hmac-32bit-1.1.1d-150200.11.72.1.x86_64",
"SUSE Enterprise Storage 7.1:openssl-1_1-1.1.1d-150200.11.72.1.aarch64",
"SUSE Enterprise Storage 7.1:openssl-1_1-1.1.1d-150200.11.72.1.x86_64",
"SUSE Enterprise Storage 7.1:openssl-1_1-doc-1.1.1d-150200.11.72.1.noarch",
"SUSE Enterprise Storage 7:libopenssl-1_1-devel-1.1.1d-150200.11.72.1.aarch64",
"SUSE Enterprise Storage 7:libopenssl-1_1-devel-1.1.1d-150200.11.72.1.x86_64",
"SUSE Enterprise Storage 7:libopenssl1_1-1.1.1d-150200.11.72.1.aarch64",
"SUSE Enterprise Storage 7:libopenssl1_1-1.1.1d-150200.11.72.1.x86_64",
"SUSE Enterprise Storage 7:libopenssl1_1-32bit-1.1.1d-150200.11.72.1.x86_64",
"SUSE Enterprise Storage 7:libopenssl1_1-hmac-1.1.1d-150200.11.72.1.aarch64",
"SUSE Enterprise Storage 7:libopenssl1_1-hmac-1.1.1d-150200.11.72.1.x86_64",
"SUSE Enterprise Storage 7:libopenssl1_1-hmac-32bit-1.1.1d-150200.11.72.1.x86_64",
"SUSE Enterprise Storage 7:openssl-1_1-1.1.1d-150200.11.72.1.aarch64",
"SUSE Enterprise Storage 7:openssl-1_1-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libopenssl-1_1-devel-1.1.1d-150200.11.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libopenssl-1_1-devel-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libopenssl1_1-1.1.1d-150200.11.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libopenssl1_1-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libopenssl1_1-32bit-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libopenssl1_1-hmac-1.1.1d-150200.11.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libopenssl1_1-hmac-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libopenssl1_1-hmac-32bit-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:openssl-1_1-1.1.1d-150200.11.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:openssl-1_1-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libopenssl-1_1-devel-1.1.1d-150200.11.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libopenssl-1_1-devel-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libopenssl-1_1-devel-32bit-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libopenssl1_1-1.1.1d-150200.11.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libopenssl1_1-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libopenssl1_1-32bit-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libopenssl1_1-hmac-1.1.1d-150200.11.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libopenssl1_1-hmac-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libopenssl1_1-hmac-32bit-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:openssl-1_1-1.1.1d-150200.11.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:openssl-1_1-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:openssl-1_1-doc-1.1.1d-150200.11.72.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libopenssl-1_1-devel-1.1.1d-150200.11.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libopenssl-1_1-devel-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libopenssl-1_1-devel-32bit-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libopenssl1_1-1.1.1d-150200.11.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libopenssl1_1-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libopenssl1_1-32bit-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libopenssl1_1-hmac-1.1.1d-150200.11.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libopenssl1_1-hmac-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libopenssl1_1-hmac-32bit-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:openssl-1_1-1.1.1d-150200.11.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:openssl-1_1-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:openssl-1_1-doc-1.1.1d-150200.11.72.1.noarch",
"SUSE Linux Enterprise Micro 5.1:libopenssl-1_1-devel-1.1.1d-150200.11.72.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:libopenssl-1_1-devel-1.1.1d-150200.11.72.1.s390x",
"SUSE Linux Enterprise Micro 5.1:libopenssl-1_1-devel-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise Micro 5.1:libopenssl1_1-1.1.1d-150200.11.72.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:libopenssl1_1-1.1.1d-150200.11.72.1.s390x",
"SUSE Linux Enterprise Micro 5.1:libopenssl1_1-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise Micro 5.1:libopenssl1_1-hmac-1.1.1d-150200.11.72.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:libopenssl1_1-hmac-1.1.1d-150200.11.72.1.s390x",
"SUSE Linux Enterprise Micro 5.1:libopenssl1_1-hmac-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise Micro 5.1:openssl-1_1-1.1.1d-150200.11.72.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:openssl-1_1-1.1.1d-150200.11.72.1.s390x",
"SUSE Linux Enterprise Micro 5.1:openssl-1_1-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:libopenssl-1_1-devel-1.1.1d-150200.11.72.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:libopenssl-1_1-devel-1.1.1d-150200.11.72.1.s390x",
"SUSE Linux Enterprise Micro 5.2:libopenssl-1_1-devel-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:libopenssl1_1-1.1.1d-150200.11.72.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:libopenssl1_1-1.1.1d-150200.11.72.1.s390x",
"SUSE Linux Enterprise Micro 5.2:libopenssl1_1-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:libopenssl1_1-hmac-1.1.1d-150200.11.72.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:libopenssl1_1-hmac-1.1.1d-150200.11.72.1.s390x",
"SUSE Linux Enterprise Micro 5.2:libopenssl1_1-hmac-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:openssl-1_1-1.1.1d-150200.11.72.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:openssl-1_1-1.1.1d-150200.11.72.1.s390x",
"SUSE Linux Enterprise Micro 5.2:openssl-1_1-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:libopenssl-1_1-devel-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:libopenssl-1_1-devel-32bit-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:libopenssl1_1-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:libopenssl1_1-32bit-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:libopenssl1_1-hmac-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:libopenssl1_1-hmac-32bit-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:openssl-1_1-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl-1_1-devel-1.1.1d-150200.11.72.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl-1_1-devel-1.1.1d-150200.11.72.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl-1_1-devel-1.1.1d-150200.11.72.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl-1_1-devel-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl1_1-1.1.1d-150200.11.72.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl1_1-1.1.1d-150200.11.72.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl1_1-1.1.1d-150200.11.72.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl1_1-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl1_1-32bit-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl1_1-hmac-1.1.1d-150200.11.72.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl1_1-hmac-1.1.1d-150200.11.72.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl1_1-hmac-1.1.1d-150200.11.72.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl1_1-hmac-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl1_1-hmac-32bit-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:openssl-1_1-1.1.1d-150200.11.72.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:openssl-1_1-1.1.1d-150200.11.72.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:openssl-1_1-1.1.1d-150200.11.72.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:openssl-1_1-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl-1_1-devel-1.1.1d-150200.11.72.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl-1_1-devel-1.1.1d-150200.11.72.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl-1_1-devel-1.1.1d-150200.11.72.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl-1_1-devel-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl-1_1-devel-32bit-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl1_1-1.1.1d-150200.11.72.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl1_1-1.1.1d-150200.11.72.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl1_1-1.1.1d-150200.11.72.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl1_1-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl1_1-32bit-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl1_1-hmac-1.1.1d-150200.11.72.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl1_1-hmac-1.1.1d-150200.11.72.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl1_1-hmac-1.1.1d-150200.11.72.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl1_1-hmac-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl1_1-hmac-32bit-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:openssl-1_1-1.1.1d-150200.11.72.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:openssl-1_1-1.1.1d-150200.11.72.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:openssl-1_1-1.1.1d-150200.11.72.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:openssl-1_1-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:openssl-1_1-doc-1.1.1d-150200.11.72.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:libopenssl-1_1-devel-1.1.1d-150200.11.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:libopenssl-1_1-devel-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:libopenssl1_1-1.1.1d-150200.11.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:libopenssl1_1-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:libopenssl1_1-32bit-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:libopenssl1_1-hmac-1.1.1d-150200.11.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:libopenssl1_1-hmac-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:libopenssl1_1-hmac-32bit-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:openssl-1_1-1.1.1d-150200.11.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:openssl-1_1-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libopenssl-1_1-devel-1.1.1d-150200.11.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libopenssl-1_1-devel-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libopenssl-1_1-devel-32bit-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libopenssl1_1-1.1.1d-150200.11.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libopenssl1_1-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libopenssl1_1-32bit-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libopenssl1_1-hmac-1.1.1d-150200.11.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libopenssl1_1-hmac-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libopenssl1_1-hmac-32bit-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:openssl-1_1-1.1.1d-150200.11.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:openssl-1_1-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:openssl-1_1-doc-1.1.1d-150200.11.72.1.noarch",
"SUSE Manager Proxy 4.2:libopenssl-1_1-devel-1.1.1d-150200.11.72.1.x86_64",
"SUSE Manager Proxy 4.2:libopenssl-1_1-devel-32bit-1.1.1d-150200.11.72.1.x86_64",
"SUSE Manager Proxy 4.2:libopenssl1_1-1.1.1d-150200.11.72.1.x86_64",
"SUSE Manager Proxy 4.2:libopenssl1_1-32bit-1.1.1d-150200.11.72.1.x86_64",
"SUSE Manager Proxy 4.2:libopenssl1_1-hmac-1.1.1d-150200.11.72.1.x86_64",
"SUSE Manager Proxy 4.2:libopenssl1_1-hmac-32bit-1.1.1d-150200.11.72.1.x86_64",
"SUSE Manager Proxy 4.2:openssl-1_1-1.1.1d-150200.11.72.1.x86_64",
"SUSE Manager Server 4.2:libopenssl-1_1-devel-1.1.1d-150200.11.72.1.ppc64le",
"SUSE Manager Server 4.2:libopenssl-1_1-devel-1.1.1d-150200.11.72.1.s390x",
"SUSE Manager Server 4.2:libopenssl-1_1-devel-1.1.1d-150200.11.72.1.x86_64",
"SUSE Manager Server 4.2:libopenssl-1_1-devel-32bit-1.1.1d-150200.11.72.1.x86_64",
"SUSE Manager Server 4.2:libopenssl1_1-1.1.1d-150200.11.72.1.ppc64le",
"SUSE Manager Server 4.2:libopenssl1_1-1.1.1d-150200.11.72.1.s390x",
"SUSE Manager Server 4.2:libopenssl1_1-1.1.1d-150200.11.72.1.x86_64",
"SUSE Manager Server 4.2:libopenssl1_1-32bit-1.1.1d-150200.11.72.1.x86_64",
"SUSE Manager Server 4.2:libopenssl1_1-hmac-1.1.1d-150200.11.72.1.ppc64le",
"SUSE Manager Server 4.2:libopenssl1_1-hmac-1.1.1d-150200.11.72.1.s390x",
"SUSE Manager Server 4.2:libopenssl1_1-hmac-1.1.1d-150200.11.72.1.x86_64",
"SUSE Manager Server 4.2:libopenssl1_1-hmac-32bit-1.1.1d-150200.11.72.1.x86_64",
"SUSE Manager Server 4.2:openssl-1_1-1.1.1d-150200.11.72.1.ppc64le",
"SUSE Manager Server 4.2:openssl-1_1-1.1.1d-150200.11.72.1.s390x",
"SUSE Manager Server 4.2:openssl-1_1-1.1.1d-150200.11.72.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-3446",
"url": "https://www.suse.com/security/cve/CVE-2023-3446"
},
{
"category": "external",
"summary": "SUSE Bug 1213487 for CVE-2023-3446",
"url": "https://bugzilla.suse.com/1213487"
},
{
"category": "external",
"summary": "SUSE Bug 1213853 for CVE-2023-3446",
"url": "https://bugzilla.suse.com/1213853"
},
{
"category": "external",
"summary": "SUSE Bug 1221185 for CVE-2023-3446",
"url": "https://bugzilla.suse.com/1221185"
}
],
"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.72.1.aarch64",
"SUSE Enterprise Storage 7.1:libopenssl-1_1-devel-1.1.1d-150200.11.72.1.x86_64",
"SUSE Enterprise Storage 7.1:libopenssl-1_1-devel-32bit-1.1.1d-150200.11.72.1.x86_64",
"SUSE Enterprise Storage 7.1:libopenssl1_1-1.1.1d-150200.11.72.1.aarch64",
"SUSE Enterprise Storage 7.1:libopenssl1_1-1.1.1d-150200.11.72.1.x86_64",
"SUSE Enterprise Storage 7.1:libopenssl1_1-32bit-1.1.1d-150200.11.72.1.x86_64",
"SUSE Enterprise Storage 7.1:libopenssl1_1-hmac-1.1.1d-150200.11.72.1.aarch64",
"SUSE Enterprise Storage 7.1:libopenssl1_1-hmac-1.1.1d-150200.11.72.1.x86_64",
"SUSE Enterprise Storage 7.1:libopenssl1_1-hmac-32bit-1.1.1d-150200.11.72.1.x86_64",
"SUSE Enterprise Storage 7.1:openssl-1_1-1.1.1d-150200.11.72.1.aarch64",
"SUSE Enterprise Storage 7.1:openssl-1_1-1.1.1d-150200.11.72.1.x86_64",
"SUSE Enterprise Storage 7.1:openssl-1_1-doc-1.1.1d-150200.11.72.1.noarch",
"SUSE Enterprise Storage 7:libopenssl-1_1-devel-1.1.1d-150200.11.72.1.aarch64",
"SUSE Enterprise Storage 7:libopenssl-1_1-devel-1.1.1d-150200.11.72.1.x86_64",
"SUSE Enterprise Storage 7:libopenssl1_1-1.1.1d-150200.11.72.1.aarch64",
"SUSE Enterprise Storage 7:libopenssl1_1-1.1.1d-150200.11.72.1.x86_64",
"SUSE Enterprise Storage 7:libopenssl1_1-32bit-1.1.1d-150200.11.72.1.x86_64",
"SUSE Enterprise Storage 7:libopenssl1_1-hmac-1.1.1d-150200.11.72.1.aarch64",
"SUSE Enterprise Storage 7:libopenssl1_1-hmac-1.1.1d-150200.11.72.1.x86_64",
"SUSE Enterprise Storage 7:libopenssl1_1-hmac-32bit-1.1.1d-150200.11.72.1.x86_64",
"SUSE Enterprise Storage 7:openssl-1_1-1.1.1d-150200.11.72.1.aarch64",
"SUSE Enterprise Storage 7:openssl-1_1-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libopenssl-1_1-devel-1.1.1d-150200.11.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libopenssl-1_1-devel-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libopenssl1_1-1.1.1d-150200.11.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libopenssl1_1-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libopenssl1_1-32bit-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libopenssl1_1-hmac-1.1.1d-150200.11.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libopenssl1_1-hmac-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libopenssl1_1-hmac-32bit-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:openssl-1_1-1.1.1d-150200.11.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:openssl-1_1-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libopenssl-1_1-devel-1.1.1d-150200.11.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libopenssl-1_1-devel-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libopenssl-1_1-devel-32bit-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libopenssl1_1-1.1.1d-150200.11.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libopenssl1_1-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libopenssl1_1-32bit-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libopenssl1_1-hmac-1.1.1d-150200.11.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libopenssl1_1-hmac-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libopenssl1_1-hmac-32bit-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:openssl-1_1-1.1.1d-150200.11.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:openssl-1_1-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:openssl-1_1-doc-1.1.1d-150200.11.72.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libopenssl-1_1-devel-1.1.1d-150200.11.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libopenssl-1_1-devel-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libopenssl-1_1-devel-32bit-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libopenssl1_1-1.1.1d-150200.11.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libopenssl1_1-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libopenssl1_1-32bit-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libopenssl1_1-hmac-1.1.1d-150200.11.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libopenssl1_1-hmac-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libopenssl1_1-hmac-32bit-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:openssl-1_1-1.1.1d-150200.11.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:openssl-1_1-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:openssl-1_1-doc-1.1.1d-150200.11.72.1.noarch",
"SUSE Linux Enterprise Micro 5.1:libopenssl-1_1-devel-1.1.1d-150200.11.72.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:libopenssl-1_1-devel-1.1.1d-150200.11.72.1.s390x",
"SUSE Linux Enterprise Micro 5.1:libopenssl-1_1-devel-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise Micro 5.1:libopenssl1_1-1.1.1d-150200.11.72.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:libopenssl1_1-1.1.1d-150200.11.72.1.s390x",
"SUSE Linux Enterprise Micro 5.1:libopenssl1_1-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise Micro 5.1:libopenssl1_1-hmac-1.1.1d-150200.11.72.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:libopenssl1_1-hmac-1.1.1d-150200.11.72.1.s390x",
"SUSE Linux Enterprise Micro 5.1:libopenssl1_1-hmac-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise Micro 5.1:openssl-1_1-1.1.1d-150200.11.72.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:openssl-1_1-1.1.1d-150200.11.72.1.s390x",
"SUSE Linux Enterprise Micro 5.1:openssl-1_1-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:libopenssl-1_1-devel-1.1.1d-150200.11.72.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:libopenssl-1_1-devel-1.1.1d-150200.11.72.1.s390x",
"SUSE Linux Enterprise Micro 5.2:libopenssl-1_1-devel-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:libopenssl1_1-1.1.1d-150200.11.72.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:libopenssl1_1-1.1.1d-150200.11.72.1.s390x",
"SUSE Linux Enterprise Micro 5.2:libopenssl1_1-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:libopenssl1_1-hmac-1.1.1d-150200.11.72.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:libopenssl1_1-hmac-1.1.1d-150200.11.72.1.s390x",
"SUSE Linux Enterprise Micro 5.2:libopenssl1_1-hmac-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:openssl-1_1-1.1.1d-150200.11.72.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:openssl-1_1-1.1.1d-150200.11.72.1.s390x",
"SUSE Linux Enterprise Micro 5.2:openssl-1_1-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:libopenssl-1_1-devel-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:libopenssl-1_1-devel-32bit-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:libopenssl1_1-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:libopenssl1_1-32bit-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:libopenssl1_1-hmac-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:libopenssl1_1-hmac-32bit-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:openssl-1_1-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl-1_1-devel-1.1.1d-150200.11.72.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl-1_1-devel-1.1.1d-150200.11.72.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl-1_1-devel-1.1.1d-150200.11.72.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl-1_1-devel-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl1_1-1.1.1d-150200.11.72.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl1_1-1.1.1d-150200.11.72.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl1_1-1.1.1d-150200.11.72.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl1_1-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl1_1-32bit-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl1_1-hmac-1.1.1d-150200.11.72.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl1_1-hmac-1.1.1d-150200.11.72.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl1_1-hmac-1.1.1d-150200.11.72.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl1_1-hmac-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl1_1-hmac-32bit-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:openssl-1_1-1.1.1d-150200.11.72.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:openssl-1_1-1.1.1d-150200.11.72.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:openssl-1_1-1.1.1d-150200.11.72.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:openssl-1_1-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl-1_1-devel-1.1.1d-150200.11.72.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl-1_1-devel-1.1.1d-150200.11.72.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl-1_1-devel-1.1.1d-150200.11.72.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl-1_1-devel-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl-1_1-devel-32bit-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl1_1-1.1.1d-150200.11.72.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl1_1-1.1.1d-150200.11.72.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl1_1-1.1.1d-150200.11.72.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl1_1-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl1_1-32bit-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl1_1-hmac-1.1.1d-150200.11.72.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl1_1-hmac-1.1.1d-150200.11.72.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl1_1-hmac-1.1.1d-150200.11.72.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl1_1-hmac-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl1_1-hmac-32bit-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:openssl-1_1-1.1.1d-150200.11.72.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:openssl-1_1-1.1.1d-150200.11.72.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:openssl-1_1-1.1.1d-150200.11.72.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:openssl-1_1-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:openssl-1_1-doc-1.1.1d-150200.11.72.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:libopenssl-1_1-devel-1.1.1d-150200.11.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:libopenssl-1_1-devel-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:libopenssl1_1-1.1.1d-150200.11.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:libopenssl1_1-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:libopenssl1_1-32bit-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:libopenssl1_1-hmac-1.1.1d-150200.11.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:libopenssl1_1-hmac-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:libopenssl1_1-hmac-32bit-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:openssl-1_1-1.1.1d-150200.11.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:openssl-1_1-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libopenssl-1_1-devel-1.1.1d-150200.11.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libopenssl-1_1-devel-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libopenssl-1_1-devel-32bit-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libopenssl1_1-1.1.1d-150200.11.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libopenssl1_1-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libopenssl1_1-32bit-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libopenssl1_1-hmac-1.1.1d-150200.11.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libopenssl1_1-hmac-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libopenssl1_1-hmac-32bit-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:openssl-1_1-1.1.1d-150200.11.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:openssl-1_1-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:openssl-1_1-doc-1.1.1d-150200.11.72.1.noarch",
"SUSE Manager Proxy 4.2:libopenssl-1_1-devel-1.1.1d-150200.11.72.1.x86_64",
"SUSE Manager Proxy 4.2:libopenssl-1_1-devel-32bit-1.1.1d-150200.11.72.1.x86_64",
"SUSE Manager Proxy 4.2:libopenssl1_1-1.1.1d-150200.11.72.1.x86_64",
"SUSE Manager Proxy 4.2:libopenssl1_1-32bit-1.1.1d-150200.11.72.1.x86_64",
"SUSE Manager Proxy 4.2:libopenssl1_1-hmac-1.1.1d-150200.11.72.1.x86_64",
"SUSE Manager Proxy 4.2:libopenssl1_1-hmac-32bit-1.1.1d-150200.11.72.1.x86_64",
"SUSE Manager Proxy 4.2:openssl-1_1-1.1.1d-150200.11.72.1.x86_64",
"SUSE Manager Server 4.2:libopenssl-1_1-devel-1.1.1d-150200.11.72.1.ppc64le",
"SUSE Manager Server 4.2:libopenssl-1_1-devel-1.1.1d-150200.11.72.1.s390x",
"SUSE Manager Server 4.2:libopenssl-1_1-devel-1.1.1d-150200.11.72.1.x86_64",
"SUSE Manager Server 4.2:libopenssl-1_1-devel-32bit-1.1.1d-150200.11.72.1.x86_64",
"SUSE Manager Server 4.2:libopenssl1_1-1.1.1d-150200.11.72.1.ppc64le",
"SUSE Manager Server 4.2:libopenssl1_1-1.1.1d-150200.11.72.1.s390x",
"SUSE Manager Server 4.2:libopenssl1_1-1.1.1d-150200.11.72.1.x86_64",
"SUSE Manager Server 4.2:libopenssl1_1-32bit-1.1.1d-150200.11.72.1.x86_64",
"SUSE Manager Server 4.2:libopenssl1_1-hmac-1.1.1d-150200.11.72.1.ppc64le",
"SUSE Manager Server 4.2:libopenssl1_1-hmac-1.1.1d-150200.11.72.1.s390x",
"SUSE Manager Server 4.2:libopenssl1_1-hmac-1.1.1d-150200.11.72.1.x86_64",
"SUSE Manager Server 4.2:libopenssl1_1-hmac-32bit-1.1.1d-150200.11.72.1.x86_64",
"SUSE Manager Server 4.2:openssl-1_1-1.1.1d-150200.11.72.1.ppc64le",
"SUSE Manager Server 4.2:openssl-1_1-1.1.1d-150200.11.72.1.s390x",
"SUSE Manager Server 4.2:openssl-1_1-1.1.1d-150200.11.72.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.72.1.aarch64",
"SUSE Enterprise Storage 7.1:libopenssl-1_1-devel-1.1.1d-150200.11.72.1.x86_64",
"SUSE Enterprise Storage 7.1:libopenssl-1_1-devel-32bit-1.1.1d-150200.11.72.1.x86_64",
"SUSE Enterprise Storage 7.1:libopenssl1_1-1.1.1d-150200.11.72.1.aarch64",
"SUSE Enterprise Storage 7.1:libopenssl1_1-1.1.1d-150200.11.72.1.x86_64",
"SUSE Enterprise Storage 7.1:libopenssl1_1-32bit-1.1.1d-150200.11.72.1.x86_64",
"SUSE Enterprise Storage 7.1:libopenssl1_1-hmac-1.1.1d-150200.11.72.1.aarch64",
"SUSE Enterprise Storage 7.1:libopenssl1_1-hmac-1.1.1d-150200.11.72.1.x86_64",
"SUSE Enterprise Storage 7.1:libopenssl1_1-hmac-32bit-1.1.1d-150200.11.72.1.x86_64",
"SUSE Enterprise Storage 7.1:openssl-1_1-1.1.1d-150200.11.72.1.aarch64",
"SUSE Enterprise Storage 7.1:openssl-1_1-1.1.1d-150200.11.72.1.x86_64",
"SUSE Enterprise Storage 7.1:openssl-1_1-doc-1.1.1d-150200.11.72.1.noarch",
"SUSE Enterprise Storage 7:libopenssl-1_1-devel-1.1.1d-150200.11.72.1.aarch64",
"SUSE Enterprise Storage 7:libopenssl-1_1-devel-1.1.1d-150200.11.72.1.x86_64",
"SUSE Enterprise Storage 7:libopenssl1_1-1.1.1d-150200.11.72.1.aarch64",
"SUSE Enterprise Storage 7:libopenssl1_1-1.1.1d-150200.11.72.1.x86_64",
"SUSE Enterprise Storage 7:libopenssl1_1-32bit-1.1.1d-150200.11.72.1.x86_64",
"SUSE Enterprise Storage 7:libopenssl1_1-hmac-1.1.1d-150200.11.72.1.aarch64",
"SUSE Enterprise Storage 7:libopenssl1_1-hmac-1.1.1d-150200.11.72.1.x86_64",
"SUSE Enterprise Storage 7:libopenssl1_1-hmac-32bit-1.1.1d-150200.11.72.1.x86_64",
"SUSE Enterprise Storage 7:openssl-1_1-1.1.1d-150200.11.72.1.aarch64",
"SUSE Enterprise Storage 7:openssl-1_1-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libopenssl-1_1-devel-1.1.1d-150200.11.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libopenssl-1_1-devel-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libopenssl1_1-1.1.1d-150200.11.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libopenssl1_1-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libopenssl1_1-32bit-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libopenssl1_1-hmac-1.1.1d-150200.11.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libopenssl1_1-hmac-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libopenssl1_1-hmac-32bit-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:openssl-1_1-1.1.1d-150200.11.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:openssl-1_1-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libopenssl-1_1-devel-1.1.1d-150200.11.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libopenssl-1_1-devel-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libopenssl-1_1-devel-32bit-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libopenssl1_1-1.1.1d-150200.11.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libopenssl1_1-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libopenssl1_1-32bit-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libopenssl1_1-hmac-1.1.1d-150200.11.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libopenssl1_1-hmac-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:libopenssl1_1-hmac-32bit-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:openssl-1_1-1.1.1d-150200.11.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:openssl-1_1-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:openssl-1_1-doc-1.1.1d-150200.11.72.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libopenssl-1_1-devel-1.1.1d-150200.11.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libopenssl-1_1-devel-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libopenssl-1_1-devel-32bit-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libopenssl1_1-1.1.1d-150200.11.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libopenssl1_1-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libopenssl1_1-32bit-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libopenssl1_1-hmac-1.1.1d-150200.11.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libopenssl1_1-hmac-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libopenssl1_1-hmac-32bit-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:openssl-1_1-1.1.1d-150200.11.72.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:openssl-1_1-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:openssl-1_1-doc-1.1.1d-150200.11.72.1.noarch",
"SUSE Linux Enterprise Micro 5.1:libopenssl-1_1-devel-1.1.1d-150200.11.72.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:libopenssl-1_1-devel-1.1.1d-150200.11.72.1.s390x",
"SUSE Linux Enterprise Micro 5.1:libopenssl-1_1-devel-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise Micro 5.1:libopenssl1_1-1.1.1d-150200.11.72.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:libopenssl1_1-1.1.1d-150200.11.72.1.s390x",
"SUSE Linux Enterprise Micro 5.1:libopenssl1_1-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise Micro 5.1:libopenssl1_1-hmac-1.1.1d-150200.11.72.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:libopenssl1_1-hmac-1.1.1d-150200.11.72.1.s390x",
"SUSE Linux Enterprise Micro 5.1:libopenssl1_1-hmac-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise Micro 5.1:openssl-1_1-1.1.1d-150200.11.72.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:openssl-1_1-1.1.1d-150200.11.72.1.s390x",
"SUSE Linux Enterprise Micro 5.1:openssl-1_1-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:libopenssl-1_1-devel-1.1.1d-150200.11.72.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:libopenssl-1_1-devel-1.1.1d-150200.11.72.1.s390x",
"SUSE Linux Enterprise Micro 5.2:libopenssl-1_1-devel-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:libopenssl1_1-1.1.1d-150200.11.72.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:libopenssl1_1-1.1.1d-150200.11.72.1.s390x",
"SUSE Linux Enterprise Micro 5.2:libopenssl1_1-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:libopenssl1_1-hmac-1.1.1d-150200.11.72.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:libopenssl1_1-hmac-1.1.1d-150200.11.72.1.s390x",
"SUSE Linux Enterprise Micro 5.2:libopenssl1_1-hmac-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:openssl-1_1-1.1.1d-150200.11.72.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:openssl-1_1-1.1.1d-150200.11.72.1.s390x",
"SUSE Linux Enterprise Micro 5.2:openssl-1_1-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:libopenssl-1_1-devel-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:libopenssl-1_1-devel-32bit-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:libopenssl1_1-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:libopenssl1_1-32bit-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:libopenssl1_1-hmac-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:libopenssl1_1-hmac-32bit-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:openssl-1_1-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl-1_1-devel-1.1.1d-150200.11.72.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl-1_1-devel-1.1.1d-150200.11.72.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl-1_1-devel-1.1.1d-150200.11.72.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl-1_1-devel-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl1_1-1.1.1d-150200.11.72.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl1_1-1.1.1d-150200.11.72.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl1_1-1.1.1d-150200.11.72.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl1_1-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl1_1-32bit-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl1_1-hmac-1.1.1d-150200.11.72.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl1_1-hmac-1.1.1d-150200.11.72.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl1_1-hmac-1.1.1d-150200.11.72.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl1_1-hmac-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:libopenssl1_1-hmac-32bit-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:openssl-1_1-1.1.1d-150200.11.72.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:openssl-1_1-1.1.1d-150200.11.72.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:openssl-1_1-1.1.1d-150200.11.72.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:openssl-1_1-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl-1_1-devel-1.1.1d-150200.11.72.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl-1_1-devel-1.1.1d-150200.11.72.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl-1_1-devel-1.1.1d-150200.11.72.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl-1_1-devel-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl-1_1-devel-32bit-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl1_1-1.1.1d-150200.11.72.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl1_1-1.1.1d-150200.11.72.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl1_1-1.1.1d-150200.11.72.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl1_1-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl1_1-32bit-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl1_1-hmac-1.1.1d-150200.11.72.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl1_1-hmac-1.1.1d-150200.11.72.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl1_1-hmac-1.1.1d-150200.11.72.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl1_1-hmac-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libopenssl1_1-hmac-32bit-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:openssl-1_1-1.1.1d-150200.11.72.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:openssl-1_1-1.1.1d-150200.11.72.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:openssl-1_1-1.1.1d-150200.11.72.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:openssl-1_1-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:openssl-1_1-doc-1.1.1d-150200.11.72.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:libopenssl-1_1-devel-1.1.1d-150200.11.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:libopenssl-1_1-devel-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:libopenssl1_1-1.1.1d-150200.11.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:libopenssl1_1-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:libopenssl1_1-32bit-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:libopenssl1_1-hmac-1.1.1d-150200.11.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:libopenssl1_1-hmac-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:libopenssl1_1-hmac-32bit-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:openssl-1_1-1.1.1d-150200.11.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:openssl-1_1-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libopenssl-1_1-devel-1.1.1d-150200.11.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libopenssl-1_1-devel-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libopenssl-1_1-devel-32bit-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libopenssl1_1-1.1.1d-150200.11.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libopenssl1_1-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libopenssl1_1-32bit-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libopenssl1_1-hmac-1.1.1d-150200.11.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libopenssl1_1-hmac-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libopenssl1_1-hmac-32bit-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:openssl-1_1-1.1.1d-150200.11.72.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:openssl-1_1-1.1.1d-150200.11.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:openssl-1_1-doc-1.1.1d-150200.11.72.1.noarch",
"SUSE Manager Proxy 4.2:libopenssl-1_1-devel-1.1.1d-150200.11.72.1.x86_64",
"SUSE Manager Proxy 4.2:libopenssl-1_1-devel-32bit-1.1.1d-150200.11.72.1.x86_64",
"SUSE Manager Proxy 4.2:libopenssl1_1-1.1.1d-150200.11.72.1.x86_64",
"SUSE Manager Proxy 4.2:libopenssl1_1-32bit-1.1.1d-150200.11.72.1.x86_64",
"SUSE Manager Proxy 4.2:libopenssl1_1-hmac-1.1.1d-150200.11.72.1.x86_64",
"SUSE Manager Proxy 4.2:libopenssl1_1-hmac-32bit-1.1.1d-150200.11.72.1.x86_64",
"SUSE Manager Proxy 4.2:openssl-1_1-1.1.1d-150200.11.72.1.x86_64",
"SUSE Manager Server 4.2:libopenssl-1_1-devel-1.1.1d-150200.11.72.1.ppc64le",
"SUSE Manager Server 4.2:libopenssl-1_1-devel-1.1.1d-150200.11.72.1.s390x",
"SUSE Manager Server 4.2:libopenssl-1_1-devel-1.1.1d-150200.11.72.1.x86_64",
"SUSE Manager Server 4.2:libopenssl-1_1-devel-32bit-1.1.1d-150200.11.72.1.x86_64",
"SUSE Manager Server 4.2:libopenssl1_1-1.1.1d-150200.11.72.1.ppc64le",
"SUSE Manager Server 4.2:libopenssl1_1-1.1.1d-150200.11.72.1.s390x",
"SUSE Manager Server 4.2:libopenssl1_1-1.1.1d-150200.11.72.1.x86_64",
"SUSE Manager Server 4.2:libopenssl1_1-32bit-1.1.1d-150200.11.72.1.x86_64",
"SUSE Manager Server 4.2:libopenssl1_1-hmac-1.1.1d-150200.11.72.1.ppc64le",
"SUSE Manager Server 4.2:libopenssl1_1-hmac-1.1.1d-150200.11.72.1.s390x",
"SUSE Manager Server 4.2:libopenssl1_1-hmac-1.1.1d-150200.11.72.1.x86_64",
"SUSE Manager Server 4.2:libopenssl1_1-hmac-32bit-1.1.1d-150200.11.72.1.x86_64",
"SUSE Manager Server 4.2:openssl-1_1-1.1.1d-150200.11.72.1.ppc64le",
"SUSE Manager Server 4.2:openssl-1_1-1.1.1d-150200.11.72.1.s390x",
"SUSE Manager Server 4.2:openssl-1_1-1.1.1d-150200.11.72.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2023-08-03T12:00:39Z",
"details": "moderate"
}
],
"title": "CVE-2023-3446"
}
]
}
WID-SEC-W-2023-1833
Vulnerability from csaf_certbund - Published: 2023-07-19 22:00 - Updated: 2025-02-26 23:00Summary
OpenSSL: Schwachstelle ermöglicht Denial of Service
Severity
Mittel
Notes
Das BSI ist als Anbieter für die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch dafür verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgfältig im Einzelfall zu prüfen.
Produktbeschreibung: OpenSSL ist eine im Quelltext frei verfügbare Bibliothek, die Secure Sockets Layer (SSL) und Transport Layer Security (TLS) implementiert.
Angriff: Ein entfernter, anonymer Angreifer kann eine Schwachstelle in OpenSSL ausnutzen, um einen Denial of Service Angriff durchzuführen.
Betroffene Betriebssysteme: - Linux
- UNIX
- Windows
Affected products
Known affected
43 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source OpenSSL <1.1.1v
Open Source / OpenSSL
|
<1.1.1v | ||
|
Broadcom Fabric OS <9.1.1d
Broadcom / Fabric OS
|
<9.1.1d | ||
|
Open Source OpenSSL <3.0.10
Open Source / OpenSSL
|
<3.0.10 | ||
|
Broadcom Fabric OS <9.2.1
Broadcom / Fabric OS
|
<9.2.1 | ||
|
Open Source OpenSSL <3.1.2
Open Source / OpenSSL
|
<3.1.2 | ||
|
IBM Security Verify Access 10.0.0.0-10.0.6.1
IBM / Security Verify Access
|
cpe:/a:ibm:security_verify_access:10.0.0.0_-_10.0.6.1
|
10.0.0.0-10.0.6.1 | |
|
IBM Rational ClearQuest <9.0.2.8
IBM / Rational ClearQuest
|
<9.0.2.8 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Red Hat JBoss Core Services
Red Hat / JBoss Core Services
|
cpe:/a:redhat:jboss_core_services:-
|
— | |
|
Red Hat Single Sign On <7.6.6
Red Hat / Single Sign On
|
<7.6.6 | ||
|
IBM Rational Build Forge 8.0.0.24
IBM / Rational Build Forge
|
cpe:/a:ibm:rational_build_forge:8.0.0.24
|
8.0.0.24 | |
|
Broadcom Fabric OS <8.2.3e
Broadcom / Fabric OS
|
<8.2.3e | ||
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Broadcom Fabric OS <9.2.1
Broadcom / Fabric OS
|
<9.2.1 | ||
|
IBM Storage Scale <6.2.2.0
IBM / Storage Scale
|
<6.2.2.0 | ||
|
IBM Storage Scale <6.1.9.5
IBM / Storage Scale
|
<6.1.9.5 | ||
|
IBM SAN Volume Controller
IBM
|
cpe:/a:ibm:san_volume_controller:-
|
— | |
|
Broadcom Fabric OS <9.2.0b
Broadcom / Fabric OS
|
<9.2.0b | ||
|
Dell NetWorker
Dell
|
cpe:/a:dell:networker:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat JBoss Web Server <5.7.7
Red Hat / JBoss Web Server
|
<5.7.7 | ||
|
IBM FlashSystem
IBM
|
cpe:/a:ibm:flashsystem:-
|
— | |
|
IBM AIX 7.3
IBM / AIX
|
cpe:/o:ibm:aix:7.3
|
7.3 | |
|
IBM Rational ClearQuest <9.1.0.5
IBM / Rational ClearQuest
|
<9.1.0.5 | ||
|
Tenable Security Nessus <10.5.4
Tenable Security / Nessus
|
<10.5.4 | ||
|
IBM Rational ClearQuest <10.0.3
IBM / Rational ClearQuest
|
<10.0.3 | ||
|
Dell PowerEdge T40 <1.15.0
Dell / PowerEdge
|
T40 <1.15.0 | ||
|
IBM AIX 7.2
IBM / AIX
|
cpe:/o:ibm:aix:7.2
|
7.2 | |
|
IBM Rational ClearCase 10.0.1
IBM / Rational ClearCase
|
cpe:/a:ibm:rational_clearcase:10.0.1
|
10.0.1 | |
|
IBM QRadar SIEM <7.5.0 UP8
IBM / QRadar SIEM
|
<7.5.0 UP8 | ||
|
Xerox FreeFlow Print Server v9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v9
|
v9 | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
IBM App Connect Enterprise LTS <5.0.18
IBM / App Connect Enterprise
|
LTS <5.0.18 | ||
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— | |
|
IBM App Connect Enterprise <11.6.0
IBM / App Connect Enterprise
|
<11.6.0 | ||
|
IBM Rational ClearCase 9.1
IBM / Rational ClearCase
|
cpe:/a:ibm:rational_clearcase:9.1
|
9.1 | |
|
IBM Storwize
IBM
|
cpe:/a:ibm:storwize:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Meinberg LANTIME <7.08.004
Meinberg / LANTIME
|
<7.08.004 | ||
|
Red Hat JBoss Core Services 1
Red Hat / JBoss Core Services
|
cpe:/a:redhat:jboss_core_services:1.0
|
1 |
Last affected
4 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source OpenSSL <=1.0.2
Open Source / OpenSSL
|
<=1.0.2 | ||
|
Open Source OpenSSL <=1.1.1
Open Source / OpenSSL
|
<=1.1.1 | ||
|
Open Source OpenSSL <=3.1
Open Source / OpenSSL
|
<=3.1 | ||
|
Open Source OpenSSL <=3.0
Open Source / OpenSSL
|
<=3.0 |
References
78 references
{
"document": {
"aggregate_severity": {
"text": "mittel"
},
"category": "csaf_base",
"csaf_version": "2.0",
"distribution": {
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "de-DE",
"notes": [
{
"category": "legal_disclaimer",
"text": "Das BSI ist als Anbieter f\u00fcr die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch daf\u00fcr verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgf\u00e4ltig im Einzelfall zu pr\u00fcfen."
},
{
"category": "description",
"text": "OpenSSL ist eine im Quelltext frei verf\u00fcgbare Bibliothek, die Secure Sockets Layer (SSL) und Transport Layer Security (TLS) implementiert.",
"title": "Produktbeschreibung"
},
{
"category": "summary",
"text": "Ein entfernter, anonymer Angreifer kann eine Schwachstelle in OpenSSL ausnutzen, um einen Denial of Service Angriff durchzuf\u00fchren.",
"title": "Angriff"
},
{
"category": "general",
"text": "- Linux\n- UNIX\n- Windows",
"title": "Betroffene Betriebssysteme"
}
],
"publisher": {
"category": "other",
"contact_details": "csaf-provider@cert-bund.de",
"name": "Bundesamt f\u00fcr Sicherheit in der Informationstechnik",
"namespace": "https://www.bsi.bund.de"
},
"references": [
{
"category": "self",
"summary": "WID-SEC-W-2023-1833 - CSAF Version",
"url": "https://wid.cert-bund.de/.well-known/csaf/white/2023/wid-sec-w-2023-1833.json"
},
{
"category": "self",
"summary": "WID-SEC-2023-1833 - Portal Version",
"url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2023-1833"
},
{
"category": "external",
"summary": "OpenSSL Security Advisory vom 2023-07-19",
"url": "https://www.openssl.org/news/secadv/20230719.txt"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2023:2965-1 vom 2023-07-25",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2023-July/015623.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2023:2961-1 vom 2023-07-25",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2023-July/015617.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2023:2962-1 vom 2023-07-25",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2023-July/015616.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2023:2964-1 vom 2023-07-25",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2023-July/015624.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2023:2973-1 vom 2023-07-26",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2023-July/015643.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2023:2972-1 vom 2023-07-26",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2023-July/015644.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2023:3011-1 vom 2023-07-28",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2023-July/015687.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2023:3013-1 vom 2023-07-28",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2023-July/015685.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2023:3012-1 vom 2023-07-28",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2023-July/015686.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2023:3093-1 vom 2023-08-01",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2023-August/015726.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2023:3096-1 vom 2023-08-01",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2023-August/015724.html"
},
{
"category": "external",
"summary": "OpenSSL 1.1.1 Series Release Notes",
"url": "https://www.openssl.org/news/openssl-1.1.1-notes.html"
},
{
"category": "external",
"summary": "OpenSSL 3.1 Series Release Notes",
"url": "https://www.openssl.org/news/openssl-3.1-notes.html"
},
{
"category": "external",
"summary": "OpenSSL 3.0 Series Release Notes",
"url": "https://www.openssl.org/news/openssl-3.0-notes.html"
},
{
"category": "external",
"summary": "Tenable Security Advisory TNS-2023-27 vom 2023-08-02",
"url": "https://de.tenable.com/security/tns-2023-27"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2023:3160-1 vom 2023-08-02",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2023-August/015761.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2023:3179-1 vom 2023-08-03",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2023-August/015773.html"
},
{
"category": "external",
"summary": "Debian Security Advisory DLA-3530 vom 2023-08-16",
"url": "https://lists.debian.org/debian-lts-announce/2023/08/msg00019.html"
},
{
"category": "external",
"summary": "Amazon Linux Security Advisory ALAS-2023-2205 vom 2023-08-23",
"url": "https://alas.aws.amazon.com/AL2/ALAS-2023-2205.html"
},
{
"category": "external",
"summary": "Amazon Linux Security Advisory ALAS-2023-2226 vom 2023-09-08",
"url": "https://alas.aws.amazon.com/AL2/ALAS-2023-2226.html"
},
{
"category": "external",
"summary": "IBM Security Bulletin 7031625 vom 2023-09-11",
"url": "https://aix.software.ibm.com/aix/efixes/security/openssl_advisory39.asc"
},
{
"category": "external",
"summary": "Amazon Linux Security Advisory ALAS-2023-2246 vom 2023-09-13",
"url": "https://alas.aws.amazon.com/AL2/ALAS-2023-2246.html"
},
{
"category": "external",
"summary": "IBM Security Bulletin 7041682 vom 2023-10-04",
"url": "https://www.ibm.com/support/pages/node/7041682"
},
{
"category": "external",
"summary": "Amazon Linux Security Advisory ALASOPENSSL-SNAPSAFE-2023-003 vom 2023-10-06",
"url": "https://alas.aws.amazon.com/AL2/ALASOPENSSL-SNAPSAFE-2023-003.html"
},
{
"category": "external",
"summary": "Amazon Linux Security Advisory ALAS-2023-1843 vom 2023-10-06",
"url": "https://alas.aws.amazon.com/ALAS-2023-1843.html"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-6435-1 vom 2023-10-18",
"url": "https://ubuntu.com/security/notices/USN-6435-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-6450-1 vom 2023-10-24",
"url": "https://ubuntu.com/security/notices/USN-6450-1"
},
{
"category": "external",
"summary": "Tenable Security Advisory TNS-2023-34 vom 2023-10-25",
"url": "https://de.tenable.com/security/tns-2023-34"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-6435-2 vom 2023-10-25",
"url": "https://ubuntu.com/security/notices/USN-6435-2"
},
{
"category": "external",
"summary": "Meinberg Security Advisory MBGSA-2023.05 vom 2023-10-26",
"url": "https://www.meinbergglobal.com/english/news/meinberg-security-advisory-mbgsa-2023-05-lantime-firmware-version-7-08-004.htm"
},
{
"category": "external",
"summary": "IBM Security Bulletin",
"url": "https://www.ibm.com/support/pages/node/7082717"
},
{
"category": "external",
"summary": "Fedora Security Advisory FEDORA-EPEL-2023-A371F42ADD vom 2023-11-25",
"url": "https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2023-a371f42add"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2023:7625 vom 2023-12-07",
"url": "https://access.redhat.com/errata/RHSA-2023:7625"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2023-13027 vom 2023-12-07",
"url": "https://linux.oracle.com/errata/ELSA-2023-13027.html"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2023-13026 vom 2023-12-07",
"url": "https://linux.oracle.com/errata/ELSA-2023-13026.html"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2023-32791 vom 2023-12-07",
"url": "https://linux.oracle.com/errata/ELSA-2023-32791.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2023:7622 vom 2023-12-07",
"url": "https://access.redhat.com/errata/RHSA-2023:7622"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2023-32790 vom 2023-12-07",
"url": "https://linux.oracle.com/errata/ELSA-2023-32790.html"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2023-13025 vom 2023-12-07",
"url": "https://linux.oracle.com/errata/ELSA-2023-13025.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2023:7626 vom 2023-12-07",
"url": "https://access.redhat.com/errata/RHSA-2023:7626"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2023-13024 vom 2023-12-07",
"url": "https://linux.oracle.com/errata/ELSA-2023-13024.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2023:7623 vom 2023-12-07",
"url": "https://access.redhat.com/errata/RHSA-2023:7623"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2023:7877 vom 2023-12-19",
"url": "https://www.cybersecurity-help.cz/vdb/SB2023121914"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2023-7877 vom 2023-12-19",
"url": "https://linux.oracle.com/errata/ELSA-2023-7877.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2024:0097 vom 2024-01-10",
"url": "https://access.redhat.com/errata/RHSA-2024:0097"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2024:0154 vom 2024-01-11",
"url": "https://access.redhat.com/errata/RHSA-2024:0154"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2024:0208 vom 2024-01-12",
"url": "https://access.redhat.com/errata/RHSA-2024:0208"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2024-12056 vom 2024-01-13",
"url": "https://linux.oracle.com/errata/ELSA-2024-12056.html"
},
{
"category": "external",
"summary": "IBM Security Bulletin 7108821 vom 2024-01-17",
"url": "https://www.ibm.com/support/pages/node/7108821"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2024-0310 vom 2024-01-25",
"url": "http://linux.oracle.com/errata/ELSA-2024-0310.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2024:0408 vom 2024-01-25",
"url": "https://access.redhat.com/errata/RHSA-2024:0408"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2024-12093 vom 2024-01-26",
"url": "https://linux.oracle.com/errata/ELSA-2024-12093.html"
},
{
"category": "external",
"summary": "Gentoo Linux Security Advisory GLSA-202402-08 vom 2024-02-04",
"url": "https://security.gentoo.org/glsa/202402-08"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2024:0888 vom 2024-02-20",
"url": "https://access.redhat.com/errata/RHSA-2024:0888"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2024-0888 vom 2024-02-20",
"url": "https://linux.oracle.com/errata/ELSA-2024-0888.html"
},
{
"category": "external",
"summary": "Dell Security Advisory DSA-2024-082 vom 2024-02-21",
"url": "https://www.dell.com/support/kbdoc/000222226/dsa-2024-="
},
{
"category": "external",
"summary": "XEROX Security Advisory XRX24-005 vom 2024-03-04",
"url": "https://security.business.xerox.com/wp-content/uploads/2024/03/Xerox-Security-Bulletin-XRX24-005-Xerox-FreeFlow%C2%AE-Print-Server-v9_Feb-2024.pdf"
},
{
"category": "external",
"summary": "XEROX Security Advisory XRX24-004 vom 2024-03-04",
"url": "https://security.business.xerox.com/wp-content/uploads/2024/03/Xerox%C2%AE-Security-Bulletin-XRX24-004-Xerox%C2%AE-FreeFlow%C2%AE-Print-Server-v7.pdf"
},
{
"category": "external",
"summary": "IBM Security Bulletin 7130799 vom 2024-03-13",
"url": "https://www.ibm.com/support/pages/node/7130799"
},
{
"category": "external",
"summary": "Amazon Linux Security Advisory ALAS-2024-2502 vom 2024-03-19",
"url": "https://alas.aws.amazon.com/AL2/ALAS-2024-2502.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2024:1415 vom 2024-03-19",
"url": "https://access.redhat.com/errata/RHSA-2024:1415"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-6709-1 vom 2024-03-21",
"url": "https://ubuntu.com/security/notices/USN-6709-1"
},
{
"category": "external",
"summary": "IBM Security Bulletin 7145367 vom 2024-03-27",
"url": "https://www.ibm.com/support/pages/node/7145367"
},
{
"category": "external",
"summary": "Brocade Security Advisory BSA-2023-2339 vom 2024-04-16",
"url": "https://support.broadcom.com/external/content/SecurityAdvisories/0/23230"
},
{
"category": "external",
"summary": "Brocade Security Advisory BSA-2023-2318 vom 2024-04-16",
"url": "https://support.broadcom.com/external/content/SecurityAdvisories/0/23231"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2024:2264 vom 2024-04-30",
"url": "https://access.redhat.com/errata/RHSA-2024:2264"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2024:2447 vom 2024-04-30",
"url": "https://access.redhat.com/errata/RHSA-2024:2447"
},
{
"category": "external",
"summary": "Broadcom Security Advisory vom 2024-04-30",
"url": "https://support.broadcom.com/external/content/SecurityAdvisories/0/23299"
},
{
"category": "external",
"summary": "IBM Security Bulletin 7156257 vom 2024-06-03",
"url": "https://www.ibm.com/support/pages/node/7156257"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2024-12408 vom 2024-06-05",
"url": "https://linux.oracle.com/errata/ELSA-2024-12408.html"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7018-1 vom 2024-09-18",
"url": "https://ubuntu.com/security/notices/USN-7018-1"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2024-12842 vom 2024-11-25",
"url": "https://linux.oracle.com/errata/ELSA-2024-12842.html"
},
{
"category": "external",
"summary": "IBM Security Bulletin 7179043 vom 2024-12-16",
"url": "https://www.ibm.com/support/pages/node/7179043"
},
{
"category": "external",
"summary": "Dell Security Advisory DSA-2025-064 vom 2025-01-30",
"url": "https://www.dell.com/support/kbdoc/de-de/000278811/dsa-2025-064-security-update-for-dell-networker-networker-virtual-edition-and-networker-management-console-multiple-component-vulnerabilities"
},
{
"category": "external",
"summary": "IBM Security Bulletin 7183471 vom 2025-02-26",
"url": "https://www.ibm.com/support/pages/node/7183471"
}
],
"source_lang": "en-US",
"title": "OpenSSL: Schwachstelle erm\u00f6glicht Denial of Service",
"tracking": {
"current_release_date": "2025-02-26T23:00:00.000+00:00",
"generator": {
"date": "2025-02-27T09:09:44.440+00:00",
"engine": {
"name": "BSI-WID",
"version": "1.3.12"
}
},
"id": "WID-SEC-W-2023-1833",
"initial_release_date": "2023-07-19T22:00:00.000+00:00",
"revision_history": [
{
"date": "2023-07-19T22:00:00.000+00:00",
"number": "1",
"summary": "Initiale Fassung"
},
{
"date": "2023-07-25T22:00:00.000+00:00",
"number": "2",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2023-07-30T22:00:00.000+00:00",
"number": "3",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2023-08-01T22:00:00.000+00:00",
"number": "4",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2023-08-02T22:00:00.000+00:00",
"number": "5",
"summary": "Neue Updates von Tenable und SUSE aufgenommen"
},
{
"date": "2023-08-03T22:00:00.000+00:00",
"number": "6",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2023-08-15T22:00:00.000+00:00",
"number": "7",
"summary": "Neue Updates von Debian aufgenommen"
},
{
"date": "2023-08-23T22:00:00.000+00:00",
"number": "8",
"summary": "Neue Updates von Amazon aufgenommen"
},
{
"date": "2023-09-10T22:00:00.000+00:00",
"number": "9",
"summary": "Neue Updates von Amazon aufgenommen"
},
{
"date": "2023-09-11T22:00:00.000+00:00",
"number": "10",
"summary": "Neue Updates von IBM aufgenommen"
},
{
"date": "2023-09-13T22:00:00.000+00:00",
"number": "11",
"summary": "Neue Updates von Amazon aufgenommen"
},
{
"date": "2023-10-03T22:00:00.000+00:00",
"number": "12",
"summary": "Neue Updates von IBM aufgenommen"
},
{
"date": "2023-10-05T22:00:00.000+00:00",
"number": "13",
"summary": "Neue Updates von Amazon aufgenommen"
},
{
"date": "2023-10-08T22:00:00.000+00:00",
"number": "14",
"summary": "Neue Updates von Amazon aufgenommen"
},
{
"date": "2023-10-18T22:00:00.000+00:00",
"number": "15",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2023-10-24T22:00:00.000+00:00",
"number": "16",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2023-10-25T22:00:00.000+00:00",
"number": "17",
"summary": "Neue Updates von Tenable aufgenommen"
},
{
"date": "2023-10-26T22:00:00.000+00:00",
"number": "18",
"summary": "Neue Updates von Meinberg aufgenommen"
},
{
"date": "2023-11-26T23:00:00.000+00:00",
"number": "19",
"summary": "Neue Updates von IBM und Fedora aufgenommen"
},
{
"date": "2023-12-07T23:00:00.000+00:00",
"number": "20",
"summary": "Neue Updates von Red Hat und Oracle Linux aufgenommen"
},
{
"date": "2023-12-18T23:00:00.000+00:00",
"number": "21",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2023-12-19T23:00:00.000+00:00",
"number": "22",
"summary": "Neue Updates von Oracle Linux aufgenommen"
},
{
"date": "2024-01-09T23:00:00.000+00:00",
"number": "23",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2024-01-10T23:00:00.000+00:00",
"number": "24",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2024-01-11T23:00:00.000+00:00",
"number": "25",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2024-01-14T23:00:00.000+00:00",
"number": "26",
"summary": "Neue Updates von Oracle Linux aufgenommen"
},
{
"date": "2024-01-17T23:00:00.000+00:00",
"number": "27",
"summary": "Neue Updates von IBM aufgenommen"
},
{
"date": "2024-01-24T23:00:00.000+00:00",
"number": "28",
"summary": "Neue Updates von Oracle Linux aufgenommen"
},
{
"date": "2024-01-25T23:00:00.000+00:00",
"number": "29",
"summary": "Neue Updates von Red Hat und Oracle Linux aufgenommen"
},
{
"date": "2024-02-04T23:00:00.000+00:00",
"number": "30",
"summary": "Neue Updates von Gentoo aufgenommen"
},
{
"date": "2024-02-20T23:00:00.000+00:00",
"number": "31",
"summary": "Neue Updates von Red Hat und Oracle Linux aufgenommen"
},
{
"date": "2024-03-03T23:00:00.000+00:00",
"number": "32",
"summary": "Neue Updates von XEROX aufgenommen"
},
{
"date": "2024-03-13T23:00:00.000+00:00",
"number": "33",
"summary": "Neue Updates von IBM aufgenommen"
},
{
"date": "2024-03-18T23:00:00.000+00:00",
"number": "34",
"summary": "Neue Updates von Amazon aufgenommen"
},
{
"date": "2024-03-19T23:00:00.000+00:00",
"number": "35",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2024-03-21T23:00:00.000+00:00",
"number": "36",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2024-03-27T23:00:00.000+00:00",
"number": "37",
"summary": "Neue Updates von IBM aufgenommen"
},
{
"date": "2024-04-16T22:00:00.000+00:00",
"number": "38",
"summary": "Neue Updates von BROCADE aufgenommen"
},
{
"date": "2024-04-29T22:00:00.000+00:00",
"number": "39",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2024-05-01T22:00:00.000+00:00",
"number": "40",
"summary": "Neue Updates aufgenommen"
},
{
"date": "2024-06-02T22:00:00.000+00:00",
"number": "41",
"summary": "Neue Updates von IBM aufgenommen"
},
{
"date": "2024-06-04T22:00:00.000+00:00",
"number": "42",
"summary": "Neue Updates von Oracle Linux aufgenommen"
},
{
"date": "2024-09-17T22:00:00.000+00:00",
"number": "43",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2024-11-25T23:00:00.000+00:00",
"number": "44",
"summary": "Neue Updates von Oracle Linux aufgenommen"
},
{
"date": "2024-12-16T23:00:00.000+00:00",
"number": "45",
"summary": "Neue Updates von IBM aufgenommen"
},
{
"date": "2025-01-29T23:00:00.000+00:00",
"number": "46",
"summary": "Neue Updates von Dell aufgenommen"
},
{
"date": "2025-02-26T23:00:00.000+00:00",
"number": "47",
"summary": "Neue Updates von IBM aufgenommen"
}
],
"status": "final",
"version": "47"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Amazon Linux 2",
"product": {
"name": "Amazon Linux 2",
"product_id": "398363",
"product_identification_helper": {
"cpe": "cpe:/o:amazon:linux_2:-"
}
}
}
],
"category": "vendor",
"name": "Amazon"
},
{
"branches": [
{
"branches": [
{
"category": "product_version_range",
"name": "\u003c9.2.1",
"product": {
"name": "Broadcom Fabric OS \u003c9.2.1",
"product_id": "T034127"
}
},
{
"category": "product_version",
"name": "9.2.1",
"product": {
"name": "Broadcom Fabric OS 9.2.1",
"product_id": "T034127-fixed",
"product_identification_helper": {
"cpe": "cpe:/o:broadcom:fabric_operating_system:9.2.1"
}
}
},
{
"category": "product_version_range",
"name": "\u003c9.1.1d",
"product": {
"name": "Broadcom Fabric OS \u003c9.1.1d",
"product_id": "T034128"
}
},
{
"category": "product_version",
"name": "9.1.1d",
"product": {
"name": "Broadcom Fabric OS 9.1.1d",
"product_id": "T034128-fixed",
"product_identification_helper": {
"cpe": "cpe:/o:broadcom:fabric_operating_system:9.1.1d"
}
}
},
{
"category": "product_version_range",
"name": "\u003c9.2.0b",
"product": {
"name": "Broadcom Fabric OS \u003c9.2.0b",
"product_id": "T034260"
}
},
{
"category": "product_version",
"name": "9.2.0b",
"product": {
"name": "Broadcom Fabric OS 9.2.0b",
"product_id": "T034260-fixed",
"product_identification_helper": {
"cpe": "cpe:/o:broadcom:fabric_operating_system:9.2.0b"
}
}
},
{
"category": "product_version_range",
"name": "\u003c8.2.3e",
"product": {
"name": "Broadcom Fabric OS \u003c8.2.3e",
"product_id": "T034262"
}
},
{
"category": "product_version",
"name": "8.2.3e",
"product": {
"name": "Broadcom Fabric OS 8.2.3e",
"product_id": "T034262-fixed",
"product_identification_helper": {
"cpe": "cpe:/o:broadcom:fabric_operating_system:8.2.3e"
}
}
},
{
"category": "product_version_range",
"name": "\u003c9.2.1",
"product": {
"name": "Broadcom Fabric OS \u003c9.2.1",
"product_id": "T034487"
}
},
{
"category": "product_version",
"name": "9.2.1",
"product": {
"name": "Broadcom Fabric OS 9.2.1",
"product_id": "T034487-fixed",
"product_identification_helper": {
"cpe": "cpe:/o:broadcom:fabric_operating_system:9.2.1"
}
}
}
],
"category": "product_name",
"name": "Fabric OS"
}
],
"category": "vendor",
"name": "Broadcom"
},
{
"branches": [
{
"category": "product_name",
"name": "Debian Linux",
"product": {
"name": "Debian Linux",
"product_id": "2951",
"product_identification_helper": {
"cpe": "cpe:/o:debian:debian_linux:-"
}
}
}
],
"category": "vendor",
"name": "Debian"
},
{
"branches": [
{
"category": "product_name",
"name": "Dell NetWorker",
"product": {
"name": "Dell NetWorker",
"product_id": "T024663",
"product_identification_helper": {
"cpe": "cpe:/a:dell:networker:-"
}
}
},
{
"branches": [
{
"category": "product_version_range",
"name": "T40 \u003c1.15.0",
"product": {
"name": "Dell PowerEdge T40 \u003c1.15.0",
"product_id": "T032971"
}
},
{
"category": "product_version",
"name": "T40 1.15.0",
"product": {
"name": "Dell PowerEdge T40 1.15.0",
"product_id": "T032971-fixed",
"product_identification_helper": {
"cpe": "cpe:/h:dell:poweredge:t40__1.15.0"
}
}
}
],
"category": "product_name",
"name": "PowerEdge"
}
],
"category": "vendor",
"name": "Dell"
},
{
"branches": [
{
"category": "product_name",
"name": "Fedora Linux",
"product": {
"name": "Fedora Linux",
"product_id": "74185",
"product_identification_helper": {
"cpe": "cpe:/o:fedoraproject:fedora:-"
}
}
}
],
"category": "vendor",
"name": "Fedora"
},
{
"branches": [
{
"category": "product_name",
"name": "Gentoo Linux",
"product": {
"name": "Gentoo Linux",
"product_id": "T012167",
"product_identification_helper": {
"cpe": "cpe:/o:gentoo:linux:-"
}
}
}
],
"category": "vendor",
"name": "Gentoo"
},
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "7.2",
"product": {
"name": "IBM AIX 7.2",
"product_id": "434967",
"product_identification_helper": {
"cpe": "cpe:/o:ibm:aix:7.2"
}
}
},
{
"category": "product_version",
"name": "7.3",
"product": {
"name": "IBM AIX 7.3",
"product_id": "T029653",
"product_identification_helper": {
"cpe": "cpe:/o:ibm:aix:7.3"
}
}
}
],
"category": "product_name",
"name": "AIX"
},
{
"branches": [
{
"category": "product_version_range",
"name": "\u003c11.6.0",
"product": {
"name": "IBM App Connect Enterprise \u003c11.6.0",
"product_id": "T035146"
}
},
{
"category": "product_version",
"name": "11.6.0",
"product": {
"name": "IBM App Connect Enterprise 11.6.0",
"product_id": "T035146-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:app_connect_enterprise:11.6.0"
}
}
},
{
"category": "product_version_range",
"name": "LTS \u003c5.0.18",
"product": {
"name": "IBM App Connect Enterprise LTS \u003c5.0.18",
"product_id": "T035147"
}
},
{
"category": "product_version",
"name": "LTS 5.0.18",
"product": {
"name": "IBM App Connect Enterprise LTS 5.0.18",
"product_id": "T035147-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:app_connect_enterprise:lts__5.0.18"
}
}
}
],
"category": "product_name",
"name": "App Connect Enterprise"
},
{
"category": "product_name",
"name": "IBM FlashSystem",
"product": {
"name": "IBM FlashSystem",
"product_id": "T025159",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:flashsystem:-"
}
}
},
{
"branches": [
{
"category": "product_version_range",
"name": "\u003c7.5.0 UP8",
"product": {
"name": "IBM QRadar SIEM \u003c7.5.0 UP8",
"product_id": "T033681"
}
},
{
"category": "product_version",
"name": "7.5.0 UP8",
"product": {
"name": "IBM QRadar SIEM 7.5.0 UP8",
"product_id": "T033681-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:qradar_siem:7.5.0_up8"
}
}
}
],
"category": "product_name",
"name": "QRadar SIEM"
},
{
"branches": [
{
"category": "product_version",
"name": "8.0.0.24",
"product": {
"name": "IBM Rational Build Forge 8.0.0.24",
"product_id": "T030689",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:rational_build_forge:8.0.0.24"
}
}
}
],
"category": "product_name",
"name": "Rational Build Forge"
},
{
"branches": [
{
"category": "product_version",
"name": "9.1",
"product": {
"name": "IBM Rational ClearCase 9.1",
"product_id": "T021423",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:rational_clearcase:9.1"
}
}
},
{
"category": "product_version",
"name": "10.0.1",
"product": {
"name": "IBM Rational ClearCase 10.0.1",
"product_id": "T033483",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:rational_clearcase:10.0.1"
}
}
}
],
"category": "product_name",
"name": "Rational ClearCase"
},
{
"branches": [
{
"category": "product_version_range",
"name": "\u003c10.0.3",
"product": {
"name": "IBM Rational ClearQuest \u003c10.0.3",
"product_id": "T030177"
}
},
{
"category": "product_version",
"name": "10.0.3",
"product": {
"name": "IBM Rational ClearQuest 10.0.3",
"product_id": "T030177-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:rational_clearquest:10.0.3"
}
}
},
{
"category": "product_version_range",
"name": "\u003c9.0.2.8",
"product": {
"name": "IBM Rational ClearQuest \u003c9.0.2.8",
"product_id": "T030204"
}
},
{
"category": "product_version",
"name": "9.0.2.8",
"product": {
"name": "IBM Rational ClearQuest 9.0.2.8",
"product_id": "T030204-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:rational_clearquest:9.0.2.8"
}
}
},
{
"category": "product_version_range",
"name": "\u003c9.1.0.5",
"product": {
"name": "IBM Rational ClearQuest \u003c9.1.0.5",
"product_id": "T030211"
}
},
{
"category": "product_version",
"name": "9.1.0.5",
"product": {
"name": "IBM Rational ClearQuest 9.1.0.5",
"product_id": "T030211-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:rational_clearquest:9.1.0.5"
}
}
}
],
"category": "product_name",
"name": "Rational ClearQuest"
},
{
"category": "product_name",
"name": "IBM SAN Volume Controller",
"product": {
"name": "IBM SAN Volume Controller",
"product_id": "T020642",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:san_volume_controller:-"
}
}
},
{
"branches": [
{
"category": "product_version",
"name": "10.0.0.0-10.0.6.1",
"product": {
"name": "IBM Security Verify Access 10.0.0.0-10.0.6.1",
"product_id": "T031895",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:security_verify_access:10.0.0.0_-_10.0.6.1"
}
}
}
],
"category": "product_name",
"name": "Security Verify Access"
},
{
"branches": [
{
"category": "product_version_range",
"name": "\u003c6.1.9.5",
"product": {
"name": "IBM Storage Scale \u003c6.1.9.5",
"product_id": "T039851"
}
},
{
"category": "product_version",
"name": "6.1.9.5",
"product": {
"name": "IBM Storage Scale 6.1.9.5",
"product_id": "T039851-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:spectrum_scale:6.1.9.5"
}
}
},
{
"category": "product_version_range",
"name": "\u003c6.2.2.0",
"product": {
"name": "IBM Storage Scale \u003c6.2.2.0",
"product_id": "T039852"
}
},
{
"category": "product_version",
"name": "6.2.2.0",
"product": {
"name": "IBM Storage Scale 6.2.2.0",
"product_id": "T039852-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:spectrum_scale:6.2.2.0"
}
}
}
],
"category": "product_name",
"name": "Storage Scale"
},
{
"category": "product_name",
"name": "IBM Storwize",
"product": {
"name": "IBM Storwize",
"product_id": "T021621",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:storwize:-"
}
}
}
],
"category": "vendor",
"name": "IBM"
},
{
"branches": [
{
"branches": [
{
"category": "product_version_range",
"name": "\u003c7.08.004",
"product": {
"name": "Meinberg LANTIME \u003c7.08.004",
"product_id": "T030804"
}
},
{
"category": "product_version",
"name": "7.08.004",
"product": {
"name": "Meinberg LANTIME 7.08.004",
"product_id": "T030804-fixed",
"product_identification_helper": {
"cpe": "cpe:/h:meinberg:lantime:7.08.004"
}
}
}
],
"category": "product_name",
"name": "LANTIME"
}
],
"category": "vendor",
"name": "Meinberg"
},
{
"branches": [
{
"branches": [
{
"category": "product_version_range",
"name": "\u003c=1.0.2",
"product": {
"name": "Open Source OpenSSL \u003c=1.0.2",
"product_id": "T028828"
}
},
{
"category": "product_version_range",
"name": "\u003c=1.0.2",
"product": {
"name": "Open Source OpenSSL \u003c=1.0.2",
"product_id": "T028828-fixed"
}
},
{
"category": "product_version_range",
"name": "\u003c=1.1.1",
"product": {
"name": "Open Source OpenSSL \u003c=1.1.1",
"product_id": "T028829"
}
},
{
"category": "product_version_range",
"name": "\u003c=1.1.1",
"product": {
"name": "Open Source OpenSSL \u003c=1.1.1",
"product_id": "T028829-fixed"
}
},
{
"category": "product_version_range",
"name": "\u003c=3.0",
"product": {
"name": "Open Source OpenSSL \u003c=3.0",
"product_id": "T028830"
}
},
{
"category": "product_version_range",
"name": "\u003c=3.0",
"product": {
"name": "Open Source OpenSSL \u003c=3.0",
"product_id": "T028830-fixed"
}
},
{
"category": "product_version_range",
"name": "\u003c=3.1",
"product": {
"name": "Open Source OpenSSL \u003c=3.1",
"product_id": "T028831"
}
},
{
"category": "product_version_range",
"name": "\u003c=3.1",
"product": {
"name": "Open Source OpenSSL \u003c=3.1",
"product_id": "T028831-fixed"
}
},
{
"category": "product_version_range",
"name": "\u003c3.1.2",
"product": {
"name": "Open Source OpenSSL \u003c3.1.2",
"product_id": "T029032"
}
},
{
"category": "product_version",
"name": "3.1.2",
"product": {
"name": "Open Source OpenSSL 3.1.2",
"product_id": "T029032-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:openssl:openssl:3.1.2"
}
}
},
{
"category": "product_version_range",
"name": "\u003c3.0.10",
"product": {
"name": "Open Source OpenSSL \u003c3.0.10",
"product_id": "T029033"
}
},
{
"category": "product_version",
"name": "3.0.10",
"product": {
"name": "Open Source OpenSSL 3.0.10",
"product_id": "T029033-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:openssl:openssl:3.0.10"
}
}
},
{
"category": "product_version_range",
"name": "\u003c1.1.1v",
"product": {
"name": "Open Source OpenSSL \u003c1.1.1v",
"product_id": "T029034"
}
},
{
"category": "product_version",
"name": "1.1.1v",
"product": {
"name": "Open Source OpenSSL 1.1.1v",
"product_id": "T029034-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:openssl:openssl:1.1.1v"
}
}
}
],
"category": "product_name",
"name": "OpenSSL"
}
],
"category": "vendor",
"name": "Open Source"
},
{
"branches": [
{
"category": "product_name",
"name": "Oracle Linux",
"product": {
"name": "Oracle Linux",
"product_id": "T004914",
"product_identification_helper": {
"cpe": "cpe:/o:oracle:linux:-"
}
}
}
],
"category": "vendor",
"name": "Oracle"
},
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux",
"product": {
"name": "Red Hat Enterprise Linux",
"product_id": "67646",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:-"
}
}
},
{
"branches": [
{
"category": "product_version",
"name": "1",
"product": {
"name": "Red Hat JBoss Core Services 1",
"product_id": "459970",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:jboss_core_services:1.0"
}
}
},
{
"category": "product_name",
"name": "Red Hat JBoss Core Services",
"product": {
"name": "Red Hat JBoss Core Services",
"product_id": "T012412",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:jboss_core_services:-"
}
}
}
],
"category": "product_name",
"name": "JBoss Core Services"
},
{
"branches": [
{
"category": "product_version_range",
"name": "\u003c5.7.7",
"product": {
"name": "Red Hat JBoss Web Server \u003c5.7.7",
"product_id": "T031508"
}
},
{
"category": "product_version",
"name": "5.7.7",
"product": {
"name": "Red Hat JBoss Web Server 5.7.7",
"product_id": "T031508-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:jboss_enterprise_web_server:5.7.7"
}
}
}
],
"category": "product_name",
"name": "JBoss Web Server"
},
{
"branches": [
{
"category": "product_version_range",
"name": "\u003c7.6.6",
"product": {
"name": "Red Hat Single Sign On \u003c7.6.6",
"product_id": "T031713"
}
},
{
"category": "product_version",
"name": "7.6.6",
"product": {
"name": "Red Hat Single Sign On 7.6.6",
"product_id": "T031713-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:single_sign_on:7.6.6"
}
}
}
],
"category": "product_name",
"name": "Single Sign On"
}
],
"category": "vendor",
"name": "Red Hat"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux",
"product": {
"name": "SUSE Linux",
"product_id": "T002207",
"product_identification_helper": {
"cpe": "cpe:/o:suse:suse_linux:-"
}
}
}
],
"category": "vendor",
"name": "SUSE"
},
{
"branches": [
{
"branches": [
{
"category": "product_version_range",
"name": "\u003c10.5.4",
"product": {
"name": "Tenable Security Nessus \u003c10.5.4",
"product_id": "T029045"
}
},
{
"category": "product_version",
"name": "10.5.4",
"product": {
"name": "Tenable Security Nessus 10.5.4",
"product_id": "T029045-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:tenable:nessus:10.5.4"
}
}
}
],
"category": "product_name",
"name": "Nessus"
}
],
"category": "vendor",
"name": "Tenable Security"
},
{
"branches": [
{
"category": "product_name",
"name": "Ubuntu Linux",
"product": {
"name": "Ubuntu Linux",
"product_id": "T000126",
"product_identification_helper": {
"cpe": "cpe:/o:canonical:ubuntu_linux:-"
}
}
}
],
"category": "vendor",
"name": "Ubuntu"
},
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "v7",
"product": {
"name": "Xerox FreeFlow Print Server v7",
"product_id": "T015631",
"product_identification_helper": {
"cpe": "cpe:/a:xerox:freeflow_print_server:v7"
}
}
},
{
"category": "product_version",
"name": "v9",
"product": {
"name": "Xerox FreeFlow Print Server v9",
"product_id": "T015632",
"product_identification_helper": {
"cpe": "cpe:/a:xerox:freeflow_print_server:v9"
}
}
}
],
"category": "product_name",
"name": "FreeFlow Print Server"
}
],
"category": "vendor",
"name": "Xerox"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-3446",
"product_status": {
"known_affected": [
"T029034",
"T034128",
"T029033",
"T034127",
"T029032",
"T031895",
"T030204",
"67646",
"T012412",
"T031713",
"T030689",
"T034262",
"T004914",
"T034487",
"T039852",
"T039851",
"T020642",
"T034260",
"T024663",
"398363",
"T031508",
"T025159",
"T029653",
"T030211",
"T029045",
"T030177",
"T032971",
"434967",
"T033483",
"T033681",
"T015632",
"T012167",
"T015631",
"T035147",
"74185",
"T035146",
"T021423",
"T021621",
"2951",
"T002207",
"T000126",
"T030804",
"459970"
],
"last_affected": [
"T028828",
"T028829",
"T028831",
"T028830"
]
},
"release_date": "2023-07-19T22:00:00.000+00:00",
"title": "CVE-2023-3446"
}
]
}
Loading…
Trend slope:
-
(linear fit over daily sighting counts)
Show additional events:
Loading…
Experimental. This forecast is provided for visualization only and may change without notice. Do not use it for operational decisions.
Forecast uses a logistic model when the trend is rising, or an exponential decay model when the trend is falling. Fitted via linearized least squares.
Sightings
| Author | Source | Type | Date | Other |
|---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or observed by the user.
- Confirmed: The vulnerability has been validated from an analyst's perspective.
- Published Proof of Concept: A public proof of concept is available for this vulnerability.
- Exploited: The vulnerability was observed as exploited by the user who reported the sighting.
- Patched: The vulnerability was observed as successfully patched by the user who reported the sighting.
- Not exploited: The vulnerability was not observed as exploited by the user who reported the sighting.
- Not confirmed: The user expressed doubt about the validity of the vulnerability.
- Not patched: The vulnerability was not observed as successfully patched by the user who reported the sighting.
Loading…
Loading…